搜索资源列表
操作系统部分算法模拟软件
- 本软件设计的目的是: 通过编写程序,将操作系统部算法以可视化的方式模拟出来,最终达到对这些算法有一个比深的理解。 本软件演示的算法有: 多种资源的银行家算法 可变分区存储算法 生产者——消费者(PV操作模拟) FIFO算法和LRU算法(页面淘汰算法) 请求分页算法 CUP——I/0利用率分析 开发工具: Delphi 7.0 -The software is designed to : d
我做的银行家算法
- 过一个学习《操作系统》课程的学习,掌握了许多书本上的知识,但是对书上的概念并没有真正意义的了解。这次课程设计,就是通过模拟银行家算法来避免死锁的产生,加深对进程死锁概念的理解。 .课程设计的要求 通过对银行家算法的模拟,用户输入进程跟资源的数目,再给每个进程的每个资源申请资源,用以判断进程是否会出现死锁,若出现死锁,就释放整个内存的资源,总而减轻操作系统的负担。 课程设计的题目 本次操作系统课程设计的题目为《模拟银行家算
superbank
- 操作系统中的算法模拟,模拟银行家算法的实现!!请大家看看!
银行家经典算法
- 操作系统中的银行家算法在LINUX环境下面进行模拟.-operating system in the banker's algorithm below LINUX environment simulation.
操作系统部分算法模拟软件
- 本软件设计的目的是: 通过编写程序,将操作系统部算法以可视化的方式模拟出来,最终达到对这些算法有一个比深的理解。 本软件演示的算法有: 多种资源的银行家算法 可变分区存储算法 生产者——消费者(PV操作模拟) FIFO算法和LRU算法(页面淘汰算法) 请求分页算法 CUP——I/0利用率分析 开发工具: Delphi 7.0 -The software is designed to : d
我做的银行家算法
- 过一个学习《操作系统》课程的学习,掌握了许多书本上的知识,但是对书上的概念并没有真正意义的了解。这次课程设计,就是通过模拟银行家算法来避免死锁的产生,加深对进程死锁概念的理解。 .课程设计的要求 通过对银行家算法的模拟,用户输入进程跟资源的数目,再给每个进程的每个资源申请资源,用以判断进程是否会出现死锁,若出现死锁,就释放整个内存的资源,总而减轻操作系统的负担。 课程设计的题目 本次操作系统课程设计的题目为《模拟银行家算
Banker_algorithm
- 操作系统课程设计: 银行家算法模拟,通过程序实现定义的进程,为各进程分配资源,附有完整源代码-Operating systems curriculum design: banker s algorithm simulation, the adoption of procedures to achieve the definition of the process, the process for the allocation of re
superbank
- 操作系统中的算法模拟,模拟银行家算法的实现!!请大家看看!-Operating system algorithm simulation algorithm bankers! ! Please take a look at!
OSDemo
- 操作系统演示程序,包括银行家算法和页面置换算法的模拟,界面制作友好,内有注释-Demonstration Program of the operating system, including the banker
os
- 操作系统中几个重要算法的模拟程序,包括进程调度,内存分配与回收,银行家算法-Operating system simulation algorithm several important processes, including process scheduling, memory allocation and recovery, banker s algorithm
yinhang
- 操作系统中银行家算法的模拟,包括源程序,实验报告和运行程序。-Bankers algorithm operating system simulation, including source code, experimental reports and run the program.
banker
- 用C++模拟操作系统中的避免死锁的银行家算法-make the banker of os using vc++
windows
- 操作系统 银行家算法的模拟实现-window system
banker
- 操作系统小程序--银行家算法.该代码主要是针对计算机系高校学生在操作系统中有编程困难的同学而设计的,针对性教强.模拟实现银行家算法。通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的避免死锁.-Operating System applet- Banker' s algorithm. The code is mainly for the Department of Computer Sc
banker
- 此文件为操作系统中的银行家算法,用JAVA来模拟实现银行家算法 银行家算法 设Requesti是进程Pi的请求向量,如果Requesti[j]=K,表示进程Pi需要K个Rj类型的资源。当Pi发出资源请求后,系统按下述步骤进行检查:
OsBancker
- 一个java做的操作系统中关于银行家算法的模拟,有界面的哦。对课程设计之内很有用。-A java operating system to do the simulation on the banker' s algorithm, there are interfaces Oh. Within the course design is useful.
Banker
- 操作系统中经典的银行家算法的模拟程序,基于MFC对话框,可随意设定进程的个数和资源的个数-Classic bankers operating system simulation algorithm, based on MFC dialog box can be arbitrarily set the number of processes and resources, the number of
123
- 实现银行家算法的模拟测试 适合学计算机的大学生参考 特别是学操作系统这门学科的-To achieve bankers algorithm simulation test
Backer_SecondTest
- 操作系统银行家算法的模拟程序和安全序列的检测-Simulation program of the operating system of the banker' s algorithm
yinhangjia
- 操作系统学科下——银行家算法的模拟与实现(Simulation and implementation of bankers' algorithms)