搜索资源列表
哲学家
- 经典的哲学家模拟算法-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 and take the two conditions (ch
diningphilosopher.zip
- 哲学家就餐问题算法实现,Algorithm dining philosophers problem
dining_philosopher.tar
- 哲学家进餐经典算法的pthread多线程实现代码-Classic dining philosophers pthread algorithm to achieve multi-threaded code
lab1
- 操作系统中的 哲学家进餐问题 经典算法vc版-Operating system in the dining philosophers problem
ph2
- 哲学家就餐问题的两种算法实现-Two philosophers eat algorithm
LQZXJ
- 用c语言编写的哲学家算法模拟 很好很实用 可以方便初学者 掌握-With c language philosophers algorithm simulation is a good beginners can easily master the practical
philosopher
- 操作系统课程设计,哲学家算法的模拟 程序简短-Philosopher of the simulation algorithm
Philosopher
- 哲学家算法 DOS 界面,比较简洁容易看清思路-Philosophers algorithm DOS interface, simple and relatively easy to see the train of thought
philosophesdine
- 哲学家进餐问题算法用VC++程序实现,非常经典的程序,很不错的哦。源代码完全开放-Dining Philosophers algorithm uses VC++ program to achieve a very classic procedures, very good oh. Completely open source code
philosopheralgorithm
- 利用vc++的各项相关功能和操作系统的相关知识完成哲学家算法~-Using vc++ with the relevant functions and knowledge of the operating system to complete the philosopher algorithm ~
1212
- 哲学家算法,利用多线程解决哲学家就餐问题-Philosophers algorithm, using multiple threads to solve the problem dining philosophers
a7b01aa086f0
- 哲学家算法的C++实现,不是很强大, 很适合初学者。-Philosophers algorithm C++ implementation is not very strong, very suitable for beginners.
philosopher
- 操作系统作业,实现哲学家算法的死锁与非死锁,死锁的出现是随机的,此程序并不能保证一定会出现死锁-Realize the philosopher algorithm with the dead lock dead lock
Philosopher2
- 操作系统实验,实现对哲学家算法模拟,具有图形界面-Operating system experiments, philosophers algorithm simulation with a graphical interface
codefans.net
- 用java解决的哲学家算法,有界面的,用多线程和信号量的方法解决的。-Philosophers algorithm java resolved interface method to solve multi-threading and semaphores.
哲学家
- 用java模拟哲学家吃饭的算法,加深对操作系统的学习理解。(Using java to simulate the algorithm of philosophers' eating, we can deepen our understanding of the operation system.)