当前位置:
首页
资源下载

搜索资源 - dining philosophers
搜索资源列表
-
0下载:
哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位,
课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步与互斥,当
然,属于同一进程的不同线程一样存在同步与互斥,其控制同步与互斥的原理跟进程
是一样的-dining philosophers problem, the process is independent participation in the allocation of resources as the smallest
-
-
0下载:
哲学家就餐问题算法实现,Algorithm dining philosophers problem
-
-
0下载:
ucos-dining-philosopher.rar
ucos下的哲学家就餐问题(dining philosopher problems),采用信号量机制解决,有截图和感悟。dos界面文字演示(另有图形界面)。-ucos-dining-philosopher.rarucos under the dining philosophers problem (dining philosopher problems), using semaphore mechanism to resolve scr
-
-
0下载:
哲学家就餐问题C语言演示程序,带窗口、对话框,有详细中英文注释-Dining philosophers problem of C language demo program with a window, dialog box, there are detailed notes in English and Chinese
-
-
0下载:
哲学家就餐问题,他们每个人的左边都有一支筷子,解决死锁问题-Dining philosophers problem, the left side of each of them has a chopsticks, solve the deadlock problem
-
-
0下载:
Dining-Philosophers Problem
-
-
0下载:
哲学家就餐问题C语言模拟,pthread库实现-The Dining Philosophers Problem C language simulation, pthread library implementation
-
-
0下载:
程序源代码:
/*
Item The Dining Philosophers Problem
具体要求
1) 5个哲学家,先吃饭,后思考。
2) 每个哲学家都需要吃9顿饭,思考9次,然后结束。
3)吃饭时间为3~12秒的随机时间
4)思考时间为7~19秒的随机时间
5)对取叉子和放叉子等临界资源的操作前后需要输出相关状态信息,包括哲学家的各种状态信息。要有足够的信息的输出要能证明哲学家之间吃饭不产生竞态。
-
-
0下载:
本程序是在Linux下面 实现了哲学家就餐问题。其中演示了会发生死锁和不会发生死锁的情况。-This program is implemented in the Linux following the Dining Philosophers Problem. Which demonstrates the deadlock and does not happen will happen deadlock situation.
-
-
0下载:
这个程序可以演示关于哲学家就餐的问题,对于理解线程的相互等待有很好的作用-This procedure can be demonstrated on the Dining Philosophers problem, each thread to wait for understanding the role of good
-
-
0下载:
linux下哲学家用餐的经典问题,内含makeifile和主函数源代码-Under the classic dining philosophers linux problem and the main function contains the source code makeifile
-
-
0下载:
哲学家进餐代码 附加可执行文件
哲学家进餐代码 附加可执行文件-Dining philosophers code attached executable file attached executable code dining philosophers
-
-
0下载:
哲学家就餐问题 实现5个哲学家5支筷子的就餐问题涉及到AND型信号量,线程的阻塞唤醒切换功能-Dining philosophers problem to achieve five dining philosophers five chopsticks issues related to the AND-type semaphore, blocking thread switching wake
-
-
0下载:
基于实例来说明嵌入式系统及语言学习的总结、概括,内涵一些详细例子的代码。-Dining philosophers and the second half of 2006, embedded system designers afternoon answer questions
-
-
0下载:
操作系统之哲学家就餐问题的算法实现,利用java开发语言-The operating system of the dining philosophers problem algorithm
-
-
0下载:
哲学家就餐问题是一道十分经典的进程同步问题。该道题旨在解决当资源有限时(可能产生死锁),如何有效地避免死锁的问题。本实验选取“and”型信号量的解决办法,只有当哲学家具备同时拿到左右两只筷子的能力时,才能吃饭。否则,若则学家只能能够拿到一只筷子时,他只能放弃这只筷子,供其他可能需要这只筷子的哲学家使用。这样,只有哲学家左右两人均不进食时,该哲学家才有吃饭的权利。采取这种方法可以有效地避免死锁的产生。-The dining philosophers problem is a very classi
-
-
0下载:
图形化的c++哲学家就餐,里面包含工程的文件描述等!-Graphical dining philosophers, c++ contains project file descr iption, and so on!
-
-
0下载:
Solution for DINING PHILOSOPHERS PROBLEM.
-
-
0下载:
哲学家就餐问题算法仿真,使用windows下多线程编程-Dining philosophers problem algorithm simulation
-
-
0下载:
关于哲学家进餐的问题,运用了mfc,有动态演示效果-About the Dining Philosophers problem, the use of mfc, dynamic demonstration effect。。
-