搜索资源列表
-
0下载:
编写银行家算法模拟程序,实现银行家算法原理。-The preparation of Banker' s algorithm simulation program, to achieve bankers algorithm principle.
-
-
0下载:
共享资源分配与银行家算法
[问题描述]
本题主要内容是模拟实现资源分配。银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。
通过对这个算法的设计,让学生能够对书本知识有更深的理解,在操作和其它方面有更高的提升。
-Share resource allocation algorithm with bankers [Problem Descr iption] T
-
-
0下载:
死锁会引起计算机工作僵死,因此操作系统中必须防止。本实验的目的在于让学生独立的使用高级语言编写和调试一个系统动态分配资源的简单模拟程序,了解死锁产生的条件和原因,并采用银行家算法有效地防止死锁的发生,以加深对课堂上所讲授的知识的理解。-Computer work can cause deadlock dead, so the operating system must be prevented. The purpose of this study is to make students ind
-
-
0下载:
银行家算法,实现了进程资源分配的安全性检测,对进程资源分配的模拟,使进程不处于不安全状态。-Banker' s algorithm, the allocation of resources to achieve the process safety testing, the simulation of resource allocation process, so that the process is not in safe condition.
-