文件名称:java 银行家调度算法
文件大小:12KB
文件格式:RAR
更新时间:2012-06-30 15:08:33
银行家调度算法
import java.util.*; public class test { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); TheBanker tb = new TheBanker(); tb.deadlockAvoidance();//死锁避免 int gate = 1; while(gate!=0){ tb.deadlockDetection();//死锁检测 System.out.println("如果您要继续分配资源请输入\"1\",退出请输入\"0\""); System.out.print("您输入的值为:"); gate = scanner.nextInt(); System.out.println();
【文件预览】:
银行家调度算法模拟
----test.java(9KB)
----yhjsf.txt(7KB)
----yhjsf()
--------bin()
--------src()
--------.project(379B)
--------.classpath(232B)
----y.txt(7KB)