搜索资源列表
哲学家
- 经典的哲学家模拟算法-classic philosophers Simulation Algorithm
哲学家吃饭问题Philos
- 哲学家编程的算法-philosopher programming algorithm
systemexperiment
- 几个实现操作系统算法的小程序 有哲学家 算法 生产者消费者等算法的实现 供初学者学习参考
哲学家进餐问题VC版
- 本程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。期望与大家一起学习交流!-the procedure is fairly typical operating system threads synchronization algorithm of the Dining Philosophers, in order to prevent deadlock a
diningphilosopher
- 哲学家就餐问题算法实现-Algorithm dining philosophers problem
ph2
- 哲学家就餐问题的两种算法实现-Two philosophers eat algorithm
哲学家
- 经典的哲学家模拟算法-classic philosophers Simulation Algorithm
哲学家吃饭问题Philos
- 哲学家编程的算法-philosopher programming algorithm
philosphi
- 操作系统线程哲学家就餐算法原代码-operating system threads the dining philosophers algorithm source code
哲学家进餐问题VC版
- 本程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。期望与大家一起学习交流!-the procedure is fairly typical operating system threads synchronization algorithm of the Dining Philosophers, in order to prevent deadlock a
PhilospherDining
- 它是一个经典的算法-哲学家进餐问题,用VC++实现,通过它大家可以掌握Windows中的多线程编程-It is a classic algorithm-the Dining Philosophers, VC++, through which we can grasp the Windows multi-threaded programming
oskechengsheji
- 这是*作系统的课程设计,实现了银行家算法,并附有课程设计报告。-This is my operating system of curriculum design, realization of the banker's algorithm, together with curriculum design report.
zhexuejiasuanfa
- 操作系统中的哲学家就餐算法 c语言编写-OS philosopher dine algorithm c language
LRUzhihuansuanfa
- LRU页面置换算法,我们学校老师分配的任务,大家可以做参考!-LRU page replacement algorithm, our school teacher assigned tasks, we can make reference!
zhe
- 进程同步算法模拟,哲学家就餐问题JAVA实现。-Process synchronization algorithm simulation, philosophers realize JAVA eat.
phylosop
- 这是一个经典算法。关于哲学家进餐问题的源码,是一个很不错的源码。模拟了哲学家进餐问题。-This is a classical algorithm. Dining philosophers problem on the source, is a very good source. Simulated dining philosophers problem.
philosopher
- 用图形界面模拟如下场景:一个圆桌上有一个大碗面,5个盘子,每位哲学家一个,还有5把叉子。每个想吃饭的哲学家将做到桌子旁边分配给他的位置上,使用盘子两侧的叉子,取面和吃面。问题是:设计一个算法以允许哲学家吃饭。算法必须保证互斥(没有两位哲学家同时使用同一把叉子),同时还要避免死锁和饥饿。-Use graphical interface simulation scenario is as follows: a round-table, th
JAVA
- 这是哲学家问题算法,它能够自动地实现。希望大家好好使用-This is the philosopher, the issue of algorithm, it can automatically realize. Hope that we make good use of
Philosopher
- 哲学家算法 DOS 界面,比较简洁容易看清思路-Philosophers algorithm DOS interface, simple and relatively easy to see the train of thought
哲学家
- 用java模拟哲学家吃饭的算法,加深对操作系统的学习理解。(Using java to simulate the algorithm of philosophers' eating, we can deepen our understanding of the operation system.)