搜索资源列表
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.
banker-ron
- 银行家算法,通过模拟死锁避免的实现,加深对死锁避免,系统安全状态等的理解-bankers algorithm simulation Deadlock avoid the realization of deepening Deadlock avoided, such as system security state understanding
banker-deadlock
- 解决进程死锁的银行家算法,vc++2005-settlement process Deadlock bankers algorithm, vc 2005
os-banker
- 操作系统中银行家算法的演示程序,银行家算法是避免死锁的方法,避免死锁的法则是,系统在运行过程中,对于进程的每一种资源请求都要根据预掌握的资源使用信息,按照一定的算法,进行是否可能导致死锁的预测,以决定是否同意这一资源请求。这是向前看几步,知道保证不会导致死锁时再向前走一步的具有动态性质的预测算法。-operating system bankers algorithm Demonstration Program, bankers algorithm is a method to avoid dea
banker-safe
- 银行家算法/安全性算法,一个实验,包含了要求与详细源码-Banker' s algorithm/security algorithm, an experiment that contains the source code and detailed requirements
Bankers
- Banker s Algorithm Implement by Java
银行家算法(C语言)
- 银行家算法的虚拟实现- The banker algorithm hypothesized realizes
banker
- 银行家算法的MFC模拟程序,可输入MAX,ALLOCAT数值,计算安全序列-Banker s algorithm designed in MFC
banker
- 这是一个C++的银行家算法程序,可以根据输入的进程资源进行银行家算法.也可以按2直接输入一组默认数据.-This is a C++ procedures of the banker' s algorithm, you can enter the process in accordance with resources algorithm Banker. 2 can be directly imported by a set of default data.
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-s-algorithm
- 银行家算法实现Banker s algorithm-Banker s algorithm
banker
- 该代码通过C语言编写完成,完整的实现了银行家算法,安全检测算法,避免了死锁.(The code written in C language completed a complete bankers algorithm, security detection algorithm, to avoid deadlock.)