搜索资源列表
banker-safe
- 银行家算法/安全性算法,一个实验,包含了要求与详细源码-Banker' s algorithm/security algorithm, an experiment that contains the source code and detailed requirements
Bankers
- Banker s Algorithm Implement by Java
banker
- 银行家算法的MFC模拟程序,可输入MAX,ALLOCAT数值,计算安全序列-Banker s algorithm designed in MFC
banker
- 银行家算法的基本思想是分配资源之前,判断系统是否是安全的 若是,才分配。它是最具有代表性的避免死锁的算法-Banker' s Algorithm The basic idea is the allocation of resources, are to determine whether the system is safe If so, before the distribution. It is the most representative of the algorithm to
BANKER
- 多用户银行家算法,操作系统课设中需要使用到-Banker algorithm multi-user, the operating system located in the required classes to use. . . .
Bankeralgorithm
- 银行家算法,一般可用于任务规划中的目标分配。-Banker algorithm, in general can be used for mission planning in the distribution goal.
banker
- 使用C++实现的一个银行家算法(类C形式)-C++ realization of the banker algorithm
Banker
- 计算机操作系统死锁的避免--银行家算法C语言版。-Computer operating system deadlock detection algorithm for C language.
Banker
- This code defines the behaviors of the bankers algorithm.
BankersAlgorithm
- Banker s Algorithm implementation.
bank
- Java版本银行家算法,运行了死锁避免与死锁检测模拟程序,可以在Eclipse上直接运行-Java version of the banker' s algorithm, run the deadlock avoid deadlock detection simulation program that can run directly on the Eclipse
banker
- 实现操作系统调度管理思想中的“银行家算法”-To achieve the operating system scheduling management thinking in the " banker' s algorithm"
BANKER
- Implementation of banker algorithm
Banker
- 用VC编写的学生学习用的银行家算法程序,设计得比较简单。-Prepared students with the VC with the bankers algorithm program, designed to be simple.
approx1_java
- banker algorithm with C code and explain
bankersolution
- 著名的银行家算法的C语言实现,有利于基础的数据结构和算法的练习-Well-known banker algorithm C language, is conducive to data structures and algorithms based practice
Banker
- 利用C++实现银行家算法,并进一步实现界面优化-Banker' s algorithm implementation, and further optimized to achieve interface
Banker
- 银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-Banker' s algorithm is an important method to avoid deadlock, this experiment requires high-level language used to write and debug a simple banker algorithm. Be
Banker-algorithm
- 避免死锁(Deadlock)的银行家算法,使用C++实现,测试可用-Avoid deadlock (Deadlock) bankers algorithm, using C++ implementation, testing available
Banker algorithm
- This is a lab assignment for OS. Implementing simple banker algorithm with c++;