搜索资源列表
哲学家进餐问题
- 程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。
philosophesdine
- 哲学家进餐问题算法用VC++程序实现,非常经典的程序,很不错的哦。源代码完全开放-Dining Philosophers algorithm uses VC++ program to achieve a very classic procedures, very good oh. Completely open source code
1212
- 哲学家算法,利用多线程解决哲学家就餐问题-Philosophers algorithm, using multiple threads to solve the problem dining philosophers
chengxu
- 进程互斥进程同步 哲学家有N个,也定全体到达后开始讨论:在讨论的间隙哲学家进餐,每人进餐时都需使用刀、叉各一把,所有哲学家刀和叉都拿到后才能进餐。哲学家的人数、餐桌上的布置自行设定,实现刀和叉的互斥使用算法的程序实现。-The philosopher N, also all arrived to begin to discuss: in the discussion of the gap the dining philosophers, each table needs to use kni
caozuoxitong
- 基于VC的哲学家算法的实现,简单的小程序,无GUI界面,多线程原理-Philosophers algorithm (VC platform)
dining-philosophers-varellow
- 哲学家就餐问题算法仿真,使用windows下多线程编程-Dining philosophers problem algorithm simulation
zhexuejia-
- 哲学家算法uc_os实现,可以直接运行,不需要额外配置环境-Uc_os philosopher algorithm to achieve