文件名称:Project2
- 所属分类:
- 系统编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-12-27
- 文件大小:
- 18.48mb
- 下载次数:
- 0次
- 提 供 者:
- 梁*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。-Bankers algorithm is one of the most representative of deadlock avoidance algorithm. In the method allows the process to avoid deadlock dynamic application resources, but the system before making resource allocation, the allocation of resources should first calculate the safety, if the assignment does not cause the system to enter an unsafe state, distribution, or wait.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
用户使用帮助文档.doc
Banker
......\Banker
......\......\Banker.vcxproj
......\......\Banker.vcxproj.filters
......\......\Banker.vcxproj.user
......\......\bankertest.cpp
......\......\Debug
......\......\.....\Banker.exe.embed.manifest
......\......\.....\Banker.exe.embed.manifest.res
......\......\.....\Banker.exe.intermediate.manifest
......\......\.....\Banker.lastbuildstate
......\......\.....\Banker.log
......\......\.....\bankertest.obj
......\......\.....\Banker_manifest.rc
......\......\.....\CL.read.1.tlog
......\......\.....\CL.write.1.tlog
......\......\.....\link-cvtres.read.1.tlog
......\......\.....\link-cvtres.write.1.tlog
......\......\.....\link.23296-cvtres.read.1.tlog
......\......\.....\link.23296-cvtres.write.1.tlog
......\......\.....\link.23296.read.1.tlog
......\......\.....\link.23296.write.1.tlog
......\......\.....\link.read.1.tlog
......\......\.....\link.write.1.tlog
......\......\.....\mt.read.1.tlog
......\......\.....\mt.write.1.tlog
......\......\.....\rc.read.1.tlog
......\......\.....\rc.write.1.tlog
......\......\.....\vc100.idb
......\......\.....\vc100.pdb
......\Banker.sdf
......\Banker.sln
......\Banker.suo
......\Debug
......\.....\Banker.exe
......\.....\Banker.ilk
......\.....\Banker.pdb
......\ipch
......\....\banker-b6a66367
......\....\...............\banker-1808875f.ipch
银行家算法