搜索资源列表
爽爽
- 操作系统银行家算法 一、目的和要求 银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-a banker's algorithm operating system, the purpose and requirements of bankers to avoid deadlock algorithm is an important method used in
banker
- 用c++实现的操作系统中著名的银行家算法,应该说里面实现的还是比较易懂的-Using c++ implementation of the operating system well-known banker' s algorithm, it should be said there is still relatively easy to understand the implementation of the
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
- VC + + 6.0 bankers algorithm , it s useful for anyone.-VC++ 6.0 bankers algorithm , it s useful for anyone.
banker
- 银行家算法,使用vs2005控制台应用程序设计的-Banker' s algorithm, using vs2005 console application designed for
banker
- 操作系统进程中的银行家算法,利用C语言实现的简单程序。-The operating system in the process of banker' s algorithm, using C language implementation of the simple procedure
Banker
- 计算机操作系统 银行家算法解决问题,为资源的分配作为根据-Computer operating system banker' s algorithm to solve the problem, the distribution of resources as a basis for
banker.c
- Implementation of Banker s Algorithm in C Language
Banker
- 进程调度中银行家算法的实现,进程的创建与高度均是模拟并未真正创建-Process Scheduling in the banker' s algorithm implementation, the process of creating and height are not really create a simulation
banker
- 操作系统中的银行家算法,用于寻找安全序列,防止发生死锁-OS bankers algorithm for finding safe sequence, to prevent deadlock
banker
- 银行家算法问题,自己的银行家算法课程设计代码和说明书-Bankers algorithm problem, his banker algorithm curriculum design code and specification
banker
- 银行家算法,可用于linux系统,文档中包含源代码-Bankers algorithm can be used Linux system, the document contains the source code
Bankers-algorithm
- 死锁避免----银行家算法的模拟实现,掌握银行家算法,了解资源在进程并发执行中的资源分配策略。-Deadlock avoidance---- bankers algorithm simulation, master the banker' s algorithm, and resources in the process of concurrent implementation of resource allocation strategies.
banker-solution
- 实现的是操作系统中所研究的银行家算法问题。(1) 设计进程对各类资源最大申请表示及初值确定。 (2) 设定系统提供资源初始状况。 (3) 设定每次某个进程对各类资源的申请表示。 (4) 编制程序,依据银行家算法,决定其申请是否得到满足。 -Banker algorithm implementation is a problem in the operating system under study. (1) the design process for all types
banker-funtion
- 用银行家算法设计一个资源分配程序,观察系统运行情况,并对系统运行的每一步情况进行显示,观察死锁产生和避免的情况。-With bankers algorithm design a resource allocation process, observe the operation of the system, and the system is running every step of the case for display, to observe and to avoid deadlock
banker
- 操作系统,银行家算法C++代码实现,安全状态算法-Operating system, bankers algorithm
banker
- 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-Banker' s algorithm is one of the most representative algorithms to avoid deadlock. The method allows to avoid deadlocks in t
banker
- 操作系统中的银行家算法,使用C实现,希望对大家理解“试触”这种思想有帮助-Bankers algorithm in the operating system
Banker
- 银行家算法演示,win32动态展示银行家算法,便于理解-Bankers algorithm demonstration
Banker
- 基于Java的银行家算法,操作系统中重要的一个算法-Java bankers algorithm, an important operating system based on an algorithm