搜索资源列表
-
0下载:
程序运行时,首先提示“请输入资源分配表文件的文件名:”;再提示“请输入进程等待表文件的文件名:”。
输入两个文件名后,程序将读入两个文件中的有关数据,并按照死锁检测算法进行检测。-running, first suggested "Please enter resource allocation table file name in the paper :"; another suggested "Please wait for the process to i
-
-
0下载:
操作系统课程设计--死锁检测算法,这个程序自动显示死锁检测过程-courses on operating system design -- Deadlock Detection algorithm, the process automatic Deadlock detection process
-
-
0下载:
采用超前检测的算法解决传统的生产者消费者问题中的死锁情况,并含有详细的设计文档和测试程序-using advanced detection algorithms to solve the traditional problems of the producers and consumers of deadlock, and contains detailed design documentation and testing procedures
-
-
0下载:
操作系统进程检测死锁模拟银行家算法,安全性算法-operating system simulation process Deadlock Detection Algorithm bankers, security algorithm
-
-
0下载:
银行家算法 进程控制中用到的算吧 检测是是否死锁-bankers process control algorithms used in the counting detection is whether it Deadlock
-
-
0下载:
一个 模拟死锁检测算法的c程序 很好的学习资料-A deadlock detection algorithm simulation of the c procedures, good learning materials
-
-
0下载:
程序使用图形化方法,用户通过连线手工初始化资源分配图,然后显示死锁检测的过程和结果-Program uses a graphical method, the user through the connection manually initialize the resource allocation map, and then displays the deadlock detection process and results of
-
-
0下载:
能够实现银行家的算法,还有就是死锁的检测及其解除-Banker' s algorithm implementation, there is a deadlock detection
-
-
0下载:
banker algorithm program that make detection and terminate while detrmine processes & resources check up where is deadlock exist.
-
-
0下载:
计算机操作系统死锁的检测与解除
检测死锁的发生以及发生后解除死锁-Computer operating system deadlock detection and lifting of the occurrence of deadlock detection and deadlock after the occurrence of lifting
-
-
0下载:
编写死锁检测的模拟程序.
1每种类型一个资源:检测资源与进程图之间是否有换;
2每种类型多个资源的死锁检:用一个类似多个资源银行家的算法。
-The preparation of deadlock detection simulation program. One for each type of a resource: To detect the resources and whether there is exchange between the process of
-
-
0下载:
一个关于死锁检测的经典算法--银行家算法-With regard to the classic deadlock detection algorithms- Banker' s algorithm
-
-
0下载:
检测系统为进程分配资源是否会发生死锁。如不产生死锁,给出进程序列。-Detection system to allocate resources for the process will deadlock. If you do not have a deadlock, given the process sequence.
-
-
0下载:
通过银行家算法设计与实现,可以加深学生对死锁的理解,掌握死锁的预防、避免、检测和解除的基本原理,重点掌握死锁的避免方法—银行家算法。使学生初步具有研究、设计、编制和调试操作系统模块的能力。-Bankers algorithm design and implementation, can deepen students' understanding of the deadlock, to grasp deadlock prevention, avoidance, detection, an
-
-
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下载:
该代码通过C语言编写完成,完整的实现了银行家算法,安全检测算法,避免了死锁.(The code written in C language completed a complete bankers algorithm, security detection algorithm, to avoid deadlock.)
-