文件名称:The-banker
介绍说明--下载内容均来自于网络,请自行研究使用
银行家算法我知道了它是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。通过这个实验我体会和了解死锁和避免死锁的具体实施方法更加深了解有关资源申请、避免死锁等概念。死锁的产生,必须同时满足四个条件,互斥条件,请求和保持条件,不剥夺条件,环路等待条件只要破坏上述四个条件中除去互斥资源的条件外系统就不会发生死锁。通过这个算法可用解决生活中的实际问题。-The banker' s algorithm, I know it is an important method to avoid deadlock, the experiment requires high-level language to write and debug a simple bankers algorithm program. The specific implementation of this experiment, I realize and understand the deadlock, and deadlock avoidance method is more deep understanding of the applications for the relevant resources to avoid deadlock such concepts. Produce a deadlock, you must meet four conditions, mutually exclusive conditions, to request and maintain the conditions are not deprived of the conditions as long as the loop to wait for conditions undermine the above four conditions to remove the conditions of the system of mutually exclusive resources deadlock will not occur . This algorithm can be used to solve real-life problems.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
银行家算法.doc