10 Concurrent and Distributed Programming(并行与分布式程序设计 )课程总结
10.1 并行与线程安全1、什么是并发程序 multiple computations happen at the same time. 举例:网络上的多台计算机、一台计算机上的多个应用或多个处理器等 Two Models...