搜索资源列表
ThreadSynchronizationUsingPeterson
- 操作系统实验线程同步机制源代码,利用peterson算法手动实现线程的同步机制。
_banker
- 银行家算法可以解决计算机操作系统里的互斥。还有peterson等其他算法-bankers algorithm can solve computer's operating system Mutex. There are other algorithms Peterson
network experiments manual for peterson davie computer networks 4e
- This book about opnet network simulator
Computer Networks A Systems Approach
- Computer Networks A Systems Approach - L.L. Peterson and B.S. Davie, 3rd Edition. 电脑网络相关,很具参考性的书!适合初学者阅读
_banker
- 银行家算法可以解决计算机操作系统里的互斥。还有peterson等其他算法-bankers algorithm can solve computer's operating system Mutex. There are other algorithms Peterson
ThreadSynchronizationUsingPeterson
- 操作系统实验线程同步机制源代码,利用peterson算法手动实现线程的同步机制。-Thread synchronization mechanism for the experimental operating system source code, the use of manual peterson algorithm realize thread synchronization mechanism.
sync
- 实现多线程同步编程: 用软件方法(Peterson算法和Dekker算法)解决临界区问题-兄弟问题。 用同步对象解决临界区问题-兄弟问题。 用互斥量解决生产消费者问题;用信号量解决生产消费者问题。 -Achieve multi-threaded programming Synchronization: Ways to use software [Peterson algorithm and Dekker algo
Thread
- 关于线程同步问题。包括制造混乱以及mutex方案、Peterson算法方案两种方案解决问题。可以参考哦。-With regard to the issue of thread synchronization. Including the mutex to create chaos, as well as programs, Peterson algorithm program two options to solve the probl
frt280303[1].tar
- 对所使用的算法的一些细节,可参阅文件 尼尔森,T.和彼得森,美国,1991。阿森林冠层反射模型 和测试案例。远程参议员环境。 37:131-142。 Kuusk,A.和尼尔森,吨,2000年。定向多光谱森林 反射模式。远程参议员环境。,72:244-252。 尼尔森,T.和彼得森,美国,1994。年龄依赖森林 反射:主要驱动因素的分析。远程参议员 环境。,48:319-331。 两公约与层模型
155860832X
- computer networks a system approach larry L.peterson
Peterson_algorithm_proof
- 进程同步临界区问题Peterson算法证明。通过模拟各种可能的操作序列来正明Peterson算法的正确性。详见:http://blog.csdn.net/zha_1525515/archive/2009/10/27/4733056.aspx-Critical zone in the process of synchronization algorithm for proof of Peterson. By simulating ever
EX2
- 用软件方法解决临界区问题,用软件方法(Peterson算法或Dekker算法等)解决临界区问题-兄弟问题-Critical software solutions to the problem, using the software method (Peterson algorithm or Dekker algorithm) to solve critical problems- the problem brother
sap4
- 有限元程序源程序,sap iv, 其后续版本已发展为商业软件sap2-Program: SAP IV Title: Static and Dynamic Response of Linear Systems Developer: K-J. Bathe, E.L. Wilson and F. E. Peterson, Department of Civil Engineering, University of C
Homwork2
- peterson algarithm for lunix operating system
network-experiments-manual-for-peterson-davie-com
- This book is about network simulator opnet
ComputerNetworks
- computer network:A Systems Approach, 3e Larry L. Peterson and Bruce S. Davie
tp2
- 用Peterson算法实现两个传送带互斥,保证工场的分拣器正常工作的小算法。可以看做一个并发系统的基础理解-Peterson algorithm with two conveyor belts mutually exclusive, guaranteed workshops sorting algorithm to work properly small. Can be seen as a basis for understanding
peterson
- Leader election for the MPI the Peterson algorithm
Computer-Networks-PETERSON-AND-DAVIE
- a good book on networking concepts
Peterson_synchronize_threads
- 利用Peterson软件法实现线程同步机制,并输出循环1000000次所用的时间-Peterson Thread synchronization