搜索资源列表
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
- 这是操作系统《银行家的的算法》 大家一起共享啊!-This is the operating system, "the banker's algorithm" together sharing ah!
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
- 操作系统课程实验——实现银行家算法。银行家算法是用来使系统避免死锁的-Experimental operating system- the realization of banker s algorithm. Banker s algorithm is used to enable the system to avoid deadlock
yinhangjia
- 用C-C++实现银行家算法,大学生软件开发课设必备程序-With C-C++ Achieve bankers algorithm, college software development classes for essential procedures
yinhangjia
- 操作系统中的银行家算法,c++的开发环境 不错的-Operating system in the banker s algorithm, c++ Good development environment
yinhangjia
- 银行家算法,操作系统中要求的,有源程序,可运行!-Banker s algorithm, the operating system requirements, there are source code, run!
yinhangjia
- 操作系统课程设计报告(含源码),C语言实现。功能比较简单,课自己添加功能,应付报告还是可以的。 资源管理系统的设计与实现-银行家算法实现-Operating systems curriculum design report (including source), C language. Function of relatively simple classes to add their own features, or can de
yinhangjia
- 实现死锁避免算法——银行家算法 1、程序运行开始时,资源全部可用。资源种类约10种,每种资源数目为1~10。 2、不断随机产生或手工输入新的“进程资源需求向量”,并填写到最大需求矩阵。 3、在各进程的最大需求数量范围内(因此需作是否超出范围的检验),为各进程随机生成或手工输入资源请求。经银行家算法后输出系统是否安全的信息。当一个进程的资源请求全部发完后,认为它结束 -Deadlock Avoidance Al