搜索资源列表
BANKER
- 银行家算法C++描述 银行家算法C++描述-Banker' s Algorithm C++ descr iption of banker' s algorithm C++ descr iption
BANKER
- 银行家算法和安全性算法的实现。没有界面。但是很好用的。-A realization of banker algorithm and safe algorithm.
Banker
- 操作系统:银行家算法。能够清晰明了的了解到算法的内容及算法说明,对大家学习有一定的帮助-Operating system: Banker' s algorithm
banker
- 操作系统银行家算法的实现。操作系统的实验课程。-OS bankers algorithm. Experimental course the operating system.
banker
- 共享资源分配与银行家算法 [问题描述] 本题主要内容是模拟实现资源分配。银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。 通过对这个算法的设计,让学生能够对书本知识有更深的理解,在操作和其它方面有更高的提升。 -Share resource allocation algorithm with bankers [Problem Descr iption] T
banker
- 死锁会引起计算机工作僵死,因此操作系统中必须防止。本实验的目的在于让学生独立的使用高级语言编写和调试一个系统动态分配资源的简单模拟程序,了解死锁产生的条件和原因,并采用银行家算法有效地防止死锁的发生,以加深对课堂上所讲授的知识的理解。-Computer work can cause deadlock dead, so the operating system must be prevented. The purpose of this study is to make students ind
banker
- OS scheduling code & bank algorithm
banker
- this is Banker algorithm-this is Banker algorithm..............
banker
- it implements the banker s algorithm
banker
- 操作系统中的银行家算法在Linux系统上的实现,没有模拟错误情况-Bankers algorithm in operating system on the Linux system does not simulate the error condition
banker
- 操作系统中的银行家算法,用于避免死锁的产生-Bankers algorithm in operating system, used to avoid deadlock
Bankers-algorithm
- 用于实现银行家算法,判读系统资源分配是否安全,从而起到预防死锁的作用。很不错-For the banker' s algorithm, and interpretation of resource allocation, security system, which play the role to prevent deadlock. Very good
The-bankers-algorithm
- The banker s algorithm
banker
- 银行家算法,通过C++实现银行家算法避免死锁。-Bankers algorithm, C++ achieve bankers algorithm to avoid deadlock.
Banker-s-algorithm
- 银行家算法实现Banker s algorithm-Banker s algorithm
Bankers-algorithm
- 使用VC++6.0编写的银行家算法程序,可以运行-Banker s algorithm
Banker-algorithm
- 通过银行家算法了解进程安全性检查方法及资源分配的方法。-To understand the method of process safety inspection and the allocation of resources by the banker s algorithm.
Bankers
- 操作系统中的银行家算法的实现,C++编写,完整的可执行程序-Banker algorithm implementation in the operating system, writing in c++ , complete an executable program
Banker_Algorithm
- 操作系统进程调度算法,银行家算法,还有RR轮转算法,都可以运行-The operating system process scheduling algorithm, the banker algorithm, and RR rotation algorithm, can run
新建文本文档
- 该算法运用的是银行家算法,用于判断资源以及进程的申请资源的顺序是否安全,属于操作系统范围。(The algorithm uses the banker algorithm, which is used to judge whether the order of the resources and the application resources of the process is safe, and belongs to the operating system scope)