搜索资源列表
ProcessSynchronization
- 实现操作系统几个经典问题:生产者消费者,读者写者,哲学家进餐问题.共做一个界面
4
- 在linux下实现编制模拟“五个哲学家”问题的程序
5
- 在unix下实验五,五个哲学家的问题以及一些相关的内容
DINING
- 网络编程代码,网络编程中能用到的例子--哲学家进餐问题-Network programming code, network programming can be used to the example- dining philosophers problem
zhexuejia
- linux下的多线程哲学家就餐问题,linux下运行可以通过!-multithreaded dining philosophers problem under linux
unix_c_Thread
- UNIC-C 线程同步问题。 五个哲学家围坐在一张圆桌周围,每个哲学家面前都有一盘 通心粉。由于通心粉很滑,所以需要两把叉子才能夹住。相 邻两个盘子之间放有一把叉子。哲学家的生活中有两种交替 活动时段:即吃饭和思考。当一个哲学家觉得饿了时,他就 试图分两次去取其左边和右边的叉子,每次拿一把,但不分 次序。如果成功地得到了两把叉子,就开始吃饭,吃完后放 下叉子继续思考。-UNIC-C thread synchronization problems. Five philo
os
- linix哲学家问题,利用互斥信号量解决死锁。-linix philosophers problem, use mutex resolve the deadlock.
project
- 利用信号量方法进行哲学家就餐问题的死锁避免,把哲学家分为三种状态,思考,饥饿,进食,仅当一个哲学家左右两边的筷子都可用时,才允许他拿筷子,并且一次拿到两只筷子,否则不拿-Use semaphores method dining philosophers problem of deadlock avoidance, the philosopher into three states, thinking, hunger, eating only when both sides of a philos
demv-dlnhng
- 这是个操作系统中,多线称关于哲学家就餐问题的演示程序!很好不错(This is an operating system, the multi-line said the demo about dining philosophers problem!)