搜索资源列表
BANKER method
- 这是一个C程序,描述的是操作系统中的银行家算法,呵呵,我是花了好长时间才写好的。-This is a C program, describes the operating system as a banker algorithm, huh, I spent a good long time to write the.
Bankers
- Banker s Algorithm Implement by Java
Banker
- 银行家算法 java版 运行 java Banker < a.txt-Banker s algorithm running java version java Banker <a.txt
银行家算法(C语言)
- 银行家算法的虚拟实现- The banker algorithm hypothesized realizes
banker
- 银行家算法的MFC模拟程序,可输入MAX,ALLOCAT数值,计算安全序列-Banker s algorithm designed in MFC
banker_code
- 操作系统中的经典问题:银行家算法 - In operating system classical question: Banker algorithm
Banker
- 操作系统的银行家算法,编译测试均通过,希望大家喜欢。-Banker algorithm operating system, compile the test have passed, I hope everyone likes.
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
- 银行家算法:实现了动态的进程分配资源,望大家多多指教-Banker' s Algorithm
banker
- 一个十分完善的银行家算法,visual studio 2008运行通过-A very well-banker' s algorithm, visual studio 2008 to run through ~ ~
Banker
- VC + + 6.0 bankers algorithm , it s useful for anyone.-VC++ 6.0 bankers algorithm , it s useful for anyone.
Banker
- 操作系统银行家算法的java程序。。。需要的朋友可以下载。-OS banker algorithm java program. . . Need a friend can be downloaded.
Banker
- 银行家算法用来避免死锁,实现语言C++,输入从文件中读取-Banker algorithm is used to avoid deadlocks and achieve language C++, input from the file.
banker
- 操作系统小程序--银行家算法.该代码主要是针对计算机系高校学生在操作系统中有编程困难的同学而设计的,针对性教强.模拟实现银行家算法。通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的避免死锁.-Operating System applet- Banker' s algorithm. The code is mainly for the Department of Computer Science College Students in the
Banker
- 进程调度中银行家算法的实现,进程的创建与高度均是模拟并未真正创建-Process Scheduling in the banker' s algorithm implementation, the process of creating and height are not really create a simulation
Banker
- 自己编写的银行家算法,适合初学操作系统的同学来使用。-I have written the banker s algorithm, suitable for beginner students to use the operating system.
banker
- 共享资源分配与银行家算法 [问题描述] 本题主要内容是模拟实现资源分配。银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。 通过对这个算法的设计,让学生能够对书本知识有更深的理解,在操作和其它方面有更高的提升。 -Share resource allocation algorithm with bankers [Problem Descr iption] T
Banker-algorithm-course
- 银行家算法课程设计报告毕业论文格式,十分好用-Banker algorithm course design report graduation thesis format
Banker algorithm
- This is a lab assignment for OS. Implementing simple banker algorithm with c++;