搜索资源列表
jiucan
- 关于哲学家就餐的问题,这只是个源码,我想要个课程设计形式的
philosopher
- 五个哲学家的就餐问题,程序中有左撇子存在,不存在饿死的情况!
philosopher_th
- 五个哲学家的就餐问题,用线程编写的。不存在饿死的情况
philosopher
- 经典的哲学家就餐问题的C语言版本
test
- 设计实现哲学家就餐问题。有五个哲学家围坐在一圆桌旁, 桌中央有一盘通心粉, 每个人面前有一只空盘子, 每俩人之间放一只筷子, 每个哲学家的行为是思考, 感到饥饿, 然后吃通心粉。 为了吃通心粉, 每个哲学家必须拿到两只筷子, 并且每个人只能直接从自己的左边或右边去拿筷子。-Design and implementation of the Dining Philosophers Problem. There are five philosophers sitting around a round
Dining_Philosophers_problem
- 是操作系统中的哲学家就餐问题的一个完整的示例源代码,可以在VC++6.0中完美编译运行。-The operating system in the Dining Philosophers problem of a complete sample source code in VC++6.0 can be compiled to run perfectly.
txt
- 哲学家就餐问题,只允许四个人进入。不会造成死锁的解决方式。-This is a dining philohser
zhexuejiajincansuanfa
- 哲学家就餐算法的一种(最节约资源的)java实现方法。-The dining philosophers an algorithm java implementation (resource conservation).