搜索资源列表
j04308
- 死锁的检测和解除 1 资源分配图和死锁定理 2 借助于死锁的安全性测试算法的死锁检测 3 warshall传递闭包算法的死锁检测 资源分配图和死锁定理 解决死锁问题的一条途径是死锁检测和解除,这种方法对资源的分配不加任何限制,也不采取死锁避免措施,但系统定时地运行一个“死锁检测”程序,判断系统内是否已出现死锁,如果检测到系统已发性了死锁,再采取措施解除它。
死锁检测与解除的程序
- 操作系统中的关于死锁的检测算法与死锁的解除算法。
systemtest
- 本程序是操作系统课程实验的死锁的检测与解除。解除方式采用撤销进程的方法。全部用数组实现。在ubuntu(linux)下编译通过。为本人原创。每次撤销个代价最小的死锁进程,释放其所拥有的资源。 所有数据都是可以自行设置的,包括进程个数,资源种类数,各进程的代价等。-This procedure is the operating system course experiment Deadlock Detection and disarmament. The lifting of the way
yhjsf
- 能够实现银行家的算法,还有就是死锁的检测及其解除-Banker' s algorithm implementation, there is a deadlock detection
deadlock
- 操作系统的 死锁检测与解除。通过C语言编程实现-operate System deadlock problem,the word lab report.
DeadLock2
- 计算机操作系统死锁的检测与解除 检测死锁的发生以及发生后解除死锁-Computer operating system deadlock detection and lifting of the occurrence of deadlock detection and deadlock after the occurrence of lifting
030405
- 处理机调度的基本概念 调度算法 实时调度 多处理机系统中的调度 产生死锁的原因和必要条件 预防死锁的方法 死锁的检测与解除 -The basic concept of processor scheduling real-time scheduling scheduling algorithm scheduling multiprocessor system causes a deadlock and the necessary conditions fo
Bankers-algorithm
- 操作系统银行家算法对死锁的检测和解除 The operating system for deadlock detection and remove bankers algorithm-failed to translate
bank
- 通过银行家算法设计与实现,可以加深学生对死锁的理解,掌握死锁的预防、避免、检测和解除的基本原理,重点掌握死锁的避免方法—银行家算法。使学生初步具有研究、设计、编制和调试操作系统模块的能力。-Bankers algorithm design and implementation, can deepen students' understanding of the deadlock, to grasp deadlock prevention, avoidance, detection, an
死锁检验与解除
- 用于模拟系统在进程请求资源过程中,会不会发生死锁,检测出会发生死锁的进程,并且解除死锁(It is used to simulate whether deadlock will occur in the process of requesting resources, detect the process that will occur deadlock, and unlock the deadlock.)