搜索资源列表
C++yinhangjia
- 大家来看看这个源码吧! 我是新手,有错的地方还请大虾门指出并指点。 哈哈!-everyone to look at the source! I greenhorn, the wrong place also requested that the door prawns and guidance. Ha ha!
yinhangjia
- 模拟银行家算法 这个是上学期的课程设计~现在也拿来了~-bankers simulation algorithm is the last semester of curriculum design-now also used to the ~
yinhangjia
- 操作系统课程实验——实现银行家算法。银行家算法是用来使系统避免死锁的
yinhangjia
- 用C-C++实现银行家算法,大学生软件开发课设必备程序
yinhangjia
- 操作系统中的银行家算法,c++的开发环境 不错的
yinhangjia
- 银行家算法,操作系统中要求的,有源程序,可运行!
yinhangjia
- 一个操作系统的课程设计,C++的,银行家算法
yinhangjia
- 银行家算法最有代表性的避免死锁的算法,是Dijkstra的银行家算法。这是由于该算法能用于银行系统现金的发放而得名的。为实行银行家算法,系统中必须设置若干数据结构。
yinhangjia
- 操作系统原理课程设计,实现银行家算法可以满足课程设计的要求。
yinhangjia
- C++编写的关于操作系统中死锁问题的银行家算法,包括申请资源、创建新的进程等
yinhangjia
- 操作系统的一个模拟算法的实现 银行家算法
yinhangjia.rar
- 操作系统银行家算法,并用该算法解决《计算机操作系统》第三版P115习题22的问题。,Operating system, banker' s algorithm, and use the algorithm to solve the " computer system" in the third edition of P115 Problem 22 issue.
yinhangjia
- 使用C语言来实现的CPU处理机中的银行家算法-The use of C language to realize the CPU processor of the banker s algorithm
c++yinhangjia
- 操作系统中的银行家算法源码,用c++写的关于避免死锁的算法。-Banker s algorithm in the operating system source code, using c++ Write on the algorithm to avoid deadlock.
yinhangjia
- 简单的银行家算法,界面很简陋,全面包含操作系统课程设计中处理机调度。 -Bankers simple algorithm, the interface is very simple, comprehensive curriculum design that contains the operating system processor scheduling.
yinhangjia
- 操作系统课程设计报告(含源码),C语言实现。功能比较简单,课自己添加功能,应付报告还是可以的。 资源管理系统的设计与实现-银行家算法实现-Operating systems curriculum design report (including source), C language. Function of relatively simple classes to add their own features, or can deal with the report. Resource M
yinhangjia
- 用C++写的 银行家算法 还带有检错功能 并带有注释 很容易看懂-With C++ Write the banker s algorithm with error detection function also with the Notes is easy to understand
yinhangjia
- 银行家算法 有程序和实验报告 是曾经看到的比较好的 -Banker s algorithm and experimental procedures report is better to see once
yinhangjia
- 银行家算法 适合操作系统课设 自己编的-Banker
yinhangjia
- 实现死锁避免算法——银行家算法 1、程序运行开始时,资源全部可用。资源种类约10种,每种资源数目为1~10。 2、不断随机产生或手工输入新的“进程资源需求向量”,并填写到最大需求矩阵。 3、在各进程的最大需求数量范围内(因此需作是否超出范围的检验),为各进程随机生成或手工输入资源请求。经银行家算法后输出系统是否安全的信息。当一个进程的资源请求全部发完后,认为它结束 -Deadlock Avoidance Algorithm implementation- one ba