文件名称:Bankers
介绍说明--下载内容均来自于网络,请自行研究使用
这个代码模拟出了操作系统在避免死锁时所采用的banker算法。para.txt中给出了示例参数(CPU数量、资源种类、每种资源的数量,以及各个任务所申请的资源种类和数量)。-This project simulates the Banker algorithm, which is widely used by all kinds of operating system (OS) to avoid dead lock. The para.txt is a sample scr ipt for the parameters needed.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Bankers.java
CheckBanker.java
para.txt