-
mybank_cPP
银行家算法模拟程序的实现
用可视(图形)化界面完成银行家算法的模拟程序。
模拟程序能够实现对不同数目进程,不同数目资源种类,不同当前状态的测试,通过银行家算法判断任意次数的资源请求是否会得意满足,并对提出资源请求的进程作出正确处理。
模拟程序还需要能够正确回收资源,并在回收资源后判断是否需要唤醒阻塞进程,如需要则将先前因申请资源失败而被阻塞的进程唤醒,并提供资源分配(Bankers algorithm simulation program realization
)
- 2020-11-11 23:49:46下载
- 积分:1
-
commands-CMD..DOS-window
CMD..DOS窗口的一些常用操作和命令;适合新手(Some common operations and commands CMD..DOS window suitable for beginners)
- 2016-08-16 21:16:20下载
- 积分:1
-
操作系统概念第七版(英文版)
操作系统概念 下册,是一本操作系统学习的推荐入门书籍,讲解详细有条理(Operating System Concepts Volume II is a recommended introductory book for operating system learning, with detailed and organized explanations.)
- 2019-04-18 13:54:00下载
- 积分:1
-
timepieces
时间片轮转法,运行进程用完它的时间片后还未完成,就送到就绪队列队尾(time change once have fishes return to next last)
- 2009-04-13 01:30:37下载
- 积分:1
-
Bankers-Algorithm
操作系统银行家算法,完整的实现了银行家算法所有要求,随机分配资源。(Banker s Algorithm)
- 2013-11-29 12:50:05下载
- 积分:1
-
NASM_c
NASM加C语言实现的一个简单的内核,自己写操作系统资料(NASM plus C language implementation of a simple kernel, the operating system to write their own data)
- 2010-01-20 20:34:30下载
- 积分:1
-
qianrushi
嵌入式系统体系结构及嵌入式处理器,以及使用,并介绍了嵌入式操作系统的开发
(Embedded systems architecture and embedded processor,and the use of,and introduced the development of embedded operating systems)
- 2009-05-30 13:57:39下载
- 积分:1
-
df
说明: 主存空间的分配和回收的作业,做的不错的,大家自己调整吧~~(Main memory space allocation and recovery operations, to do good, everybody make their own adjustments ~ ~~)
- 2012-06-25 13:02:40下载
- 积分:1
-
Operatingsystemconcepts
说明: 《操作系统概念第六版翻译版》,国外操作系统经典教材,是学习操作系统原理深入而全面的学习资料("Operating system concepts 6th edition translated version" foreign classic Chinese version of the operating system tutorial is to learn the operating system in-depth and comprehensive learning material)
- 2009-09-03 20:04:53下载
- 积分:1
-
banker_by_array
说明: 本程序为自己在学习操作系统时独立根据书上所述的银行家算法制作而成,包括一个数组输入函数(Sr()),数组输出函数(Pr())和一个判断函数(test()),并通过指针传递参数,可以自定义进程数目和资源种类数目(源程序限10个以内,可自行更改数组)。
注:本程序是在linux环境下通过gcc编译器编译成功的。若移植到windows环境下可能在汉字显示部分出现乱码。(This procedure for their own independence in learning, when the operating system on the basis of the book described in banker s algorithm produced, including an array of input function (Sr ()), array output function (Pr ()) and a judging function (test () ), and through pointer parameters, the process can customize the number and type of the number of resources (source 10 within limits, can make changes to the array). Note: This procedure is in the linux environment through the gcc compiler to compile successful. If transplanted into windows environment may display garbled characters.)
- 2008-11-15 01:20:10下载
- 积分:1