搜索资源列表
phylosop
- 这是一个经典算法。关于哲学家进餐问题的源码,是一个很不错的源码。模拟了哲学家进餐问题。
systemexperiment
- 几个实现操作系统算法的小程序 有哲学家 算法 生产者消费者等算法的实现 供初学者学习参考
diningphilosopher.zip
- 哲学家就餐问题算法实现,Algorithm dining philosophers problem
ph2
- 哲学家就餐问题的两种算法实现-Two philosophers eat algorithm
Eating
- 根据哲学家就餐算法实现的程序。主要是解决可能出现的死锁问题。-Dining philosophers algorithm in accordance with procedures. Mainly to resolve the deadlock issues that may arise.
a7b01aa086f0
- 哲学家算法的C++实现,不是很强大, 很适合初学者。-Philosophers algorithm C++ implementation is not very strong, very suitable for beginners.
xitong
- 通过实现哲学家进餐问题的同步深入了解和掌握进程同步和互斥的原理哲学家有N个,也定全体到达后开始讨论:在讨论的间隙哲学家进餐,每人进餐时都需使用刀、叉各一把,所有哲学家刀和叉都拿到后才能进餐。哲学家的人数、餐桌上的布置自行设定,实现刀和叉的互斥使用算法的程序实现。-Philosophers have N, is also scheduled to discuss after all reach: the gap in the discussion of dining philosophers, e
Philosopher
- 实现哲学家算法模拟,出现死锁和不会出现死锁的情况-Philosophers algorithm simulation
zhexuejiajincansuanfa
- 哲学家就餐算法的一种(最节约资源的)java实现方法。-The dining philosophers an algorithm java implementation (resource conservation).