搜索资源列表
chip(单片机源程序)
- 好东西 关于单片机的一些重要的代码本程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。期望与大家一起学习交流!-good things on SCM some important source of this procedure is more typical operating system threads simultaneously count the law on the issue of the Dinin
哲学家吃饭问题Philos
- 哲学家编程的算法-philosopher programming algorithm
哲学家进餐问题
- 程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。
eating
- 模拟哲学家进餐的同步问题,实现一个既没有两邻座同时吃饭,又没有人饿死(永远拿不到一双筷子)的算法
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)
Philosopher
- CSharp写的哲学家就餐算法,包括安全和不安全调度的实现,有图形界面。-CSharp written in the dining philosophers algorithm, including the safe and unsafe scheduling, graphical interface.
i
- 关于哲学家就餐算法的一种实现,图片没有加入,可以自己加入就好了-An implementation of the dining philosophers algorithm, the picture does not join, you can add yourself to me
Dining
- 用Java实现的哲学家算法,包含死锁的和不死锁的两种情况。-Philosophers algorithm implemented in Java, including deadlocks and deadlock two cases.
dining-philosophers-varellow
- 哲学家就餐问题算法仿真,使用windows下多线程编程-Dining philosophers problem algorithm simulation
zhexuejia-
- 哲学家算法uc_os实现,可以直接运行,不需要额外配置环境-Uc_os philosopher algorithm to achieve
LQZXJ
- 用c语言编写的哲学家算法模拟 很好很实用 可以方便初学者 掌握-With c language philosophers algorithm simulation is a good beginners can easily master the practical
Philosopher100
- 哲学家算法 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.)