搜索资源列表
yinhangjiasuanfa
- 模拟银行家算法 银行家可以把一定数量的资金供多个用户周转使用,为保证资金的安全银行家规定: 本程序包括:银行家算法 -simulation algorithm bankers bankers can be a certain amount of funds for a number of users working capital use, To ensure the safety of funds bankers : The procedures include : Banke
yinhangjiasuanfa
- 银行家算法C描述模拟实现Dijkstra的银行家算法以避免死锁的出现
yinhangjiasuanfa
- 本程序主要是用银行家算法避免系统出现的死锁-This procedure is mainly used bankers algorithm avoid deadlock system
yinhangjiasuanfa
- 这是操作系统的第一个实验叫做银行家算法,它由三部分组成-This is the first experimental operating system called the banker' s algorithm, which consists of three parts
yinhangjiasuanfa
- 银行家算法,可以检测死锁,自己写的 ,满足同学的操作系统作业-Banker' s algorithm, can detect the deadlock, his own written work to meet the students of the operating system
yinhangjiasuanfa
- 用程序说明银行家算法....模拟一个银行家算法的系统-Algorithm with a descr iption of the procedures .... banker banker algorithm simulating a system ...
yinhangjiasuanfa
- 资源管理系统的设计与实现——银行家算法实现 用VC编程实现一个资源管理系统,该系统必须包括资源的添加、删除和修改等功能,并且允许其它进程来申请这里的资源,任何一个进程来申请资源时,必须先登记该进程对资源的申请要求,然后由系统检查当前资源的状况,并用银行家算法和安全性算法来检查是否允许分配资源给进程。每个进程申请资源的情况必须进行记录,并作为课程设计报告的一部分数据。 该系统的功能主要包含6个模块,分别为添加资源,删除资源,修改资源,分配资源,添加作业和离开。 1. 添加资源:当系统有
1
- 设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统。进程可动态地申请资源和释放资源,系统按各进程的申请动态地分配资源。程序具有显示和打印各进程的某一时刻的资源分配表和安全序列;显示和打印各进程依次要求申请的资源号以及为某进程分配资源后的有关资源数据,实现一个简单的银行家算法程序。-yinhangjiasuanfa
yinhangjiasuanfa
- 设计程序模拟预防进程死锁的银行家算法的工作过程。假设有系统中有n个进程P1, … ,Pn,有m类可分配的资源R1, … ,Rm,在T0时刻,进程Pi分配到的j类资源为Allocationij个,它还需要j类资源Need ij个,系统目前剩余j类资源Workj个,现采用银行家算法进行进程资源分配预防死锁的发生。-Process simulation program designed to prevent deadlock bankers algorithm works. Suppose the s
yinhangjiasuanfa
- 操作系统中最基本也是最重要的算法——银行家算法-Operating system, the most fundamental and important algorithm- bankers algorithm
yinhangjiasuanfa
- 操作系统课程设计,银行家算法,实验报告-Curriculum design of the operating system,Banker s algorithm,Experimental report…………
yinhangjiasuanfa
- 用c++实验银行家算法模拟程序,并输出安全序列-Experiment with c++ bankers algorithm simulation program, and outputs the security sequence
yinhangjiasuanfa
- 在VC上模拟实现银行家算法 希望对大家学习有帮助 共同进步-Simulation Algorithm hope to help them to learn the common progress in the VC
yinhangjiasuanfa
- 在vc++6.0下实现的银行家算法程序,比较简单,对初学操作系统的同学可能有帮助。-In vc++6.0 achieve bankers algorithm procedure is relatively simple, the operating system for novice students may help.
