资源简介
只是一个用c++代码关于操作系统死锁的避免写的银行家算法实验,里面的注释很齐全
代码片段和文件信息
//*********************************************************************************************//
//* 实验二 死锁的避免――银行家算法 *//
//* *//
//* 本程序需要预先设置三个文件:Available_list.txt, Max_list.txt, Allocation_list.txt *//
//* 各文件格式如下: *//
//* TotalResource_list.txt *//
//* 10 5 7 //表示各类资源的初始可用个数,即TotalResource[0]=10 TotalResource[1]=5 *//
//* *//
//* *//
//* Max_list.txt *//
//* 7 5 3 //表示各个进程需要各类资源的最大数目,即Max[0][0]=7 Max[0][1]=5 *//
//* 3 2 2 *//
//* 9 0 2 *//
//* 2 2 2 *//
//* 4 3 3
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 9151 2012-04-24 22:59 2Complete\2.cpp
文件 4312 2009-10-31 15:55 2Complete\2Complete.dsp
文件 543 2009-10-31 15:53 2Complete\2Complete.dsw
文件 41984 2012-04-25 15:57 2Complete\2Complete.ncb
文件 362496 2012-04-25 15:57 2Complete\2Complete.opt
文件 252 2012-04-25 15:51 2Complete\2Complete.plg
文件 33 2008-10-21 12:09 2Complete\Allocation_list.txt
文件 34 2009-10-09 21:51 2Complete\Max_list.txt
文件 8 2009-10-09 21:50 2Complete\TotalResource_list.txt
目录 0 2012-04-25 15:57 2Complete
----------- --------- ---------- ----- ----
418813 10
评论
共有 条评论