搜索资源列表
操作系统部分算法模拟软件
- 本软件设计的目的是: 通过编写程序,将操作系统部算法以可视化的方式模拟出来,最终达到对这些算法有一个比深的理解。 本软件演示的算法有: 多种资源的银行家算法 可变分区存储算法 生产者——消费者(PV操作模拟) FIFO算法和LRU算法(页面淘汰算法) 请求分页算法 CUP——I/0利用率分析 开发工具: Delphi 7.0 -The software is designed to : develop procedures of the opera
我做的银行家算法
- 过一个学习《操作系统》课程的学习,掌握了许多书本上的知识,但是对书上的概念并没有真正意义的了解。这次课程设计,就是通过模拟银行家算法来避免死锁的产生,加深对进程死锁概念的理解。 .课程设计的要求 通过对银行家算法的模拟,用户输入进程跟资源的数目,再给每个进程的每个资源申请资源,用以判断进程是否会出现死锁,若出现死锁,就释放整个内存的资源,总而减轻操作系统的负担。 课程设计的题目 本次操作系统课程设计的题目为《模拟银行家算法》。-than a learning "syst
superbank
- 操作系统中的算法模拟,模拟银行家算法的实现!!请大家看看!
OSDemo
- 操作系统演示程序,包括银行家算法和页面置换算法的模拟,界面制作友好,内有注释
bank
- 著名的操作系统经典算法,银行家算法。模拟了资源的分配!银行家算法是一种最有代表性的避免死锁的算法。 要解释银行家算法,必须先解释操作系统安全状态和不安全状态。
银行家经典算法
- 操作系统中的银行家算法在LINUX环境下面进行模拟.-operating system in the banker's algorithm below LINUX environment simulation.
1
- 银行家算法,模拟CPU进行进程调度,同时避免死锁状态的产生。C++实现。操作系统实验。-Banker' s algorithm, simulation CPU to process scheduling, while avoiding deadlock generation. C++ implementation. Operating experiment.
yinhang
- 操作系统中银行家算法的模拟,包括源程序,实验报告和运行程序。-Bankers algorithm operating system simulation, including source code, experimental reports and run the program.
os
- 操作系统中几个重要算法的模拟程序,包括进程调度,内存分配与回收,银行家算法-Operating system simulation algorithm several important processes, including process scheduling, memory allocation and recovery, banker s algorithm
banker
- 用C++模拟操作系统中的避免死锁的银行家算法-make the banker of os using vc++
111
- 1)本实验目的是通过使用银行家算法实现系统资源的分配和安全性检查模拟,提高学生对操作系统资源分配功能的深刻理解,并培养学生对操作系统开发的兴趣与应用能力; 2)实验前必须认真阅读和理解银行家算法的基本原理和实现方法; 3)独立使用C或VC++编程语言编写银行家算法模拟程序; 4)按照实验题目要求独立正确地完成实验内容(编写、调试算法程序,提交程序清单及及相关实验数据与运行结果) -Banker s algorithm
banker
- 操作系统小程序--银行家算法.该代码主要是针对计算机系高校学生在操作系统中有编程困难的同学而设计的,针对性教强.模拟实现银行家算法。通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的避免死锁.-Operating System applet- Banker' s algorithm. The code is mainly for the Department of Computer Science College Students in the
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
BankerAlgorithm
- 实现《操作系统》课程里的银行家算法,模拟cpu的作业调度。-Operating system courses bankers algorithm, simulated cpu job scheduling.
bank
- 银行家算法,自己写的。有比较漂亮的界面,可以清晰的模拟银行家算法的每一步。是操作系统的实验-Banker' s algorithm, write your own. There are more beautiful interface, you can clear every step of the analog bankers algorithm. Experimental operating system
The-bankers-algorithm
- 用C写的一个银行家算法的程序,模拟操作系统分配资源-Written in C, a banker algorithm program
Bankers-algorithm-simulation
- 银行家算法模拟,适用于计算机操作系统课程设计的银行家算法的实现。-Bankers algorithm simulation for realization of computer courses on operating system design bankers algorithm.
yinhangjia
- 操作系统学科下——银行家算法的模拟与实现(Simulation and implementation of bankers' algorithms)