当前位置:
首页
资源下载

搜索资源 - deadlock detection
搜索资源列表
-
0下载:
Java实现deadlock detection algorithm-Java deadlock detection algorithm
-
-
0下载:
操作系统的死锁检测算法, VC++调试通过-operating system Deadlock Detection Algorithm, debugging through VC
-
-
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下载:
用C语言实现死锁检测-C language Deadlock Detection
-
-
0下载:
死锁检测模拟程序-Deadlock Detection Simulation Program
-
-
0下载:
操作系统进程检测死锁模拟银行家算法,安全性算法-operating system simulation process Deadlock Detection Algorithm bankers, security algorithm
-
-
0下载:
死锁检测工具,《计算机操作系统》课程设计,源代码+演示程序-Deadlock Detection Tool,
-
-
1下载:
本程序是操作系统课程实验的死锁的检测与解除。解除方式采用撤销进程的方法。全部用数组实现。在ubuntu(linux)下编译通过。为本人原创。每次撤销个代价最小的死锁进程,释放其所拥有的资源。
所有数据都是可以自行设置的,包括进程个数,资源种类数,各进程的代价等。-This procedure is the operating system course experiment Deadlock Detection and disarmament. The lifting of the way
-
-
0下载:
目的与要求:
本设计的目的是通过对死锁检测算法的模拟,来了解死锁检测中的数据结构的设计和使用以及资源分配图在死锁检测中的应用。具体要求如下:
⑴模拟一个死锁检测算法;
⑵该算法能通过简化资源分配图来检测死锁;
⑶资源分配图可以用矩阵的形式表示;
⑷输出结果为有死锁或无死锁。
-Purpose and requirements: The purpose of this design is the deadlock detection algorithm through th
-
-
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下载:
计算机操作系统死锁的避免--银行家算法C语言版。-Computer operating system deadlock detection algorithm for C language.
-
-
0下载:
能够实现银行家的算法,还有就是死锁的检测及其解除-Banker' s algorithm implementation, there is a deadlock detection
-
-
0下载:
计算机操作系统死锁的检测与解除
检测死锁的发生以及发生后解除死锁-Computer operating system deadlock detection and lifting of the occurrence of deadlock detection and deadlock after the occurrence of lifting
-
-
0下载:
Java版本银行家算法,运行了死锁避免与死锁检测模拟程序,可以在Eclipse上直接运行-Java version of the banker' s algorithm, run the deadlock avoid deadlock detection simulation program that can run directly on the Eclipse
-
-
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下载:
通过对死锁检测程序设计来进一步理解死锁检测的实现原理,通过对进程、资源和对进程资源的操作(即请求、获取、释放),对每一个系统状态都可以用一张进程资源图来表示,通过进程资源图进行死锁检测。-Through to the deadlock detection procedure designed to achieve a better understanding of deadlock detection principle, through the process, resources and o
-
-
0下载:
some of java source code examples
1.deadlock detection
2.connection to odbc server
-