搜索资源列表
yinhangjia
- 模拟银行家算法 这个是上学期的课程设计~现在也拿来了~-bankers simulation algorithm is the last semester of curriculum design-now also used to the ~
yinhangjia
- 用C-C++实现银行家算法,大学生软件开发课设必备程序
yinhangjia
- 银行家算法,操作系统中要求的,有源程序,可运行!
yinhangjia
- 操作系统的一个模拟算法的实现 银行家算法
yinhangjia.rar
- 操作系统银行家算法,并用该算法解决《计算机操作系统》第三版P115习题22的问题。,Operating system, banker' s algorithm, and use the algorithm to solve the " computer system" in the third edition of P115 Problem 22 issue.
c++yinhangjia
- 操作系统中的银行家算法源码,用c++写的关于避免死锁的算法。-Banker s algorithm in the operating system source code, using c++ Write on the algorithm to avoid deadlock.
yinhangjia
- 用C++写的 银行家算法 还带有检错功能 并带有注释 很容易看懂-With C++ Write the banker s algorithm with error detection function also with the Notes is easy to understand
yinhangjia
- 银行家算法 适合操作系统课设 自己编的-Banker
yinhangjia
- 实现死锁避免算法——银行家算法 1、程序运行开始时,资源全部可用。资源种类约10种,每种资源数目为1~10。 2、不断随机产生或手工输入新的“进程资源需求向量”,并填写到最大需求矩阵。 3、在各进程的最大需求数量范围内(因此需作是否超出范围的检验),为各进程随机生成或手工输入资源请求。经银行家算法后输出系统是否安全的信息。当一个进程的资源请求全部发完后,认为它结束 -Deadlock Avoidance Algorithm implementation- one ba
yinhangjia
- 实现了银行家算法,功能有:添加资源、删除资源、修改资源、分配资源、修改作业-Realized the bankers algorithm functions are: add resources, remove the resource, modify resources, the allocation of resources, modify operations ......
yinhangjia
- 银行家算法,实现电梯的精确控制,具有非常好的效果。-Banker' s algorithm
yinhangjia
- 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。 -ankers algorithm is one of the most representative avoid deadlock algorithm. In avoiding deadlocks method allows processes to dynamically appli
yinhangjia
- 银行家算法的实现 实现银行家算法分配资源-Bankers algorithm to allocate resources to achieve realization of banker' s algorithm
yinhangjia
- 银行家算法 申请资源 安全性检查 使我们进一步了解银行家算法-Banker' s algorithm to apply resources to security checks enable us to further understand the banker' s algorithm