搜索资源列表
-
1下载:
本程序是操作系统课程实验的死锁的检测与解除。解除方式采用撤销进程的方法。全部用数组实现。在ubuntu(linux)下编译通过。为本人原创。每次撤销个代价最小的死锁进程,释放其所拥有的资源。
所有数据都是可以自行设置的,包括进程个数,资源种类数,各进程的代价等。-This procedure is the operating system course experiment Deadlock Detection and disarmament. The lifting of the way
-
-
0下载:
通过对死锁检测程序设计来进一步理解死锁检测的实现原理,通过对进程、资源和对进程资源的操作(即请求、获取、释放),对每一个系统状态都可以用一张进程资源图来表示,通过进程资源图进行死锁检测。-Through to the deadlock detection procedure designed to achieve a better understanding of deadlock detection principle, through the process, resources and o
-
-
0下载:
处理机调度的基本概念
调度算法
实时调度
多处理机系统中的调度
产生死锁的原因和必要条件
预防死锁的方法
死锁的检测与解除
-The basic concept of processor scheduling real-time scheduling scheduling algorithm scheduling multiprocessor system causes a deadlock and the necessary conditions fo
-
-
0下载:
操作系统银行家算法对死锁的检测和解除
The operating system for deadlock detection and remove bankers algorithm-failed to translate
-
-
0下载:
bankers algorithm for deadlock detection
-
-
0下载:
操作系统实验安全性检查算法和银行家算法,能对系统进行是否发生了死锁进行检测。-Operating system experiment security check algorithm and banker algorithm,a deadlock detection is performed on the system
-