当前位置:
首页 资源下载
搜索资源 - Dining philosopher 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下载:
哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地理解计算机系统中的资源共享、进程同步、死锁等问题,并能熟练地应用信号量来解决生活中的控制流程,即将生活中的控制流程用形式化的方式表达出来。-Dining philosophers problem is that the Dutch scholars Dijkstra classic one of the issues raised, it
-
-
0下载:
哲学家就餐问题MFC演示程序,生动说明了这个问题-Dining philosophers problem MFC demo program
-
-
0下载:
操作系统中经典的哲学家进餐问题,使用VC6.0可以进行编译-Operating system in the classic dining philosophers problem, use the VC6.0 compiler can
-
-
0下载:
基于UCOS2开源的程序,描述了操作系统里经典的哲学家就餐问题,很好的实现了进程的实时控制,实现了进程同步 -UCOS2 procedures based on open source, describes the operating system in the classic dining philosophers problem, a very good implementation of the process of real-time control, implementation of
-
-
0下载:
Dining Philosopher problem solved, with graphical display for easy understanding.
-
-
0下载:
哲学家就餐问题 操作系统模拟实验解答,详细具体-Dining philosophers problem
-
-
0下载:
example of dining philosopher problem. Five philopopher take part to eat, think and do nothing. explain using deadlock.
-
-
0下载:
简单的哲学家进餐问题解决方案,使用互斥线程-Simple solutions to dining philosophers problem, using mutually exclusive threads
-
-
0下载:
its a simple dining philosopher problem. the issue is a famous process synchronisation problem solved through c programming.
-
-
0下载:
哲学家就餐问题在windows下的实现。动态打印哲学家进程的状态(就餐、等待、思考)-The dining philosophers problem under windows. The state of the process of dynamic print philosopher (eating, waiting, thinking)
-
-
0下载:
使用多线程来解决哲学家就餐问题的源代-To use multiple threads to solve the source code for the dining philosophers problem
-
-
0下载:
哲学家就餐问题,有左撇子,至少使用信号量、消息通信、管程三种方式之中的一种模拟哲学家就餐问题。
用一个输入变量控制是否有左撇子哲学家。如果有,其数量由随机数生成。
模拟程序分为两种情况,
可能发生死锁的情况,输出发生死锁时的资源分配状态和历史资源分配状态;
设计没有死锁发生的程序,当每个哲学家至少完成一次就餐后,输出资源分配给哲学家的当前状态和历史状态。
最好具备图形界面,动态显示哲学家就餐的过程。-Dining philosophers problem, a left-ha
-
-
0下载:
通过哲学家就餐问题展示了三种不同的预防死锁的方法。-Shows three different deadlock prevention method through the dining philosophers problem.
-
-
0下载:
Dining philosopher problem code
-
-
0下载:
哲学家就餐问题是一道十分经典的进程同步问题。该道题旨在解决当资源有限时(可能产生死锁),如何有效地避免死锁的问题。本实验选取“and”型信号量的解决办法,只有当哲学家具备同时拿到左右两只筷子的能力时,才能吃饭。否则,若则学家只能能够拿到一只筷子时,他只能放弃这只筷子,供其他可能需要这只筷子的哲学家使用。这样,只有哲学家左右两人均不进食时,该哲学家才有吃饭的权利。采取这种方法可以有效地避免死锁的产生。-The dining philosophers problem is a very classi
-
-
0下载:
哲学家就餐问题是在计算机科学中的一个经典问题,用来演示在并行计算中多线程同步(Synchronization)时产生的问题。-Dining Philosophers problem is a classic computer science problem, used to demonstrate multi-thread synchronization in parallel computing (Synchronization) problems arising.
-
-
0下载:
In this article I will discuss deadlocks, what they are and how they can be avoided. I will also provide a sample implementation of how to detect when a deadlock occurs in a .NET application. The article uses the Dining Philosopher problem as a basis
-
-
0下载:
操作系统中关于冲突的哲学家就餐问题的简单实现-Simple implementation of the operating system on the dining philosophers problem of conflict
-
-
0下载:
c program for dining philosopher problem
-