搜索资源列表
操作系统实验报告
- 设计一个程序,根据不同的调度算法模拟操作系统对进程的调度。-Design a procedure , to the dispatcher of the process according to algorithm simulation operating systems of different dispatchers.
030341404
- 这是模仿进程调度的试验。用vc++做的模拟程序。很好用,内有完全的实验报告-This is the process of copying scheduling tests. Vc do with the simulation program. Good use is completely within the experimental report
操作系统进程内存管理模拟vb
- 分页式内存管理的调度方式 具体方法见程序中的注释。 基于优先级的调度方式-paging memory management method of scheduling specific methods See Notes to the procedures. Priority - Based Scheduling way
作业调度模拟
- 在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业号,优先级,进入输入井时间(用一个整数表示,如10:10表示为1010),作业估计运行时间(单位:分钟),内存需求量。各数据项用空格隔开。 2.输出: 按照作业调度次序输出每一个作业流文件:“作业号”、“进入内存时间”、“作业完成时间”、“周转时间”;每行输出一个作业的信息。 计算出平均周转时间并输出。 3.作业调度算法: 短作业优先(作
estpmate-figure
- 操作系统中的进程调度, 模拟存储管理中内存空间的管理和分配-In the operating system process scheduling, simulated storage management in the management and allocation of memory space
mhu
- 这是一个简单的CPU 调度模拟程序 模拟了操作系统的进程处理过程,-This is a simple CPU scheduling simulation program to simulate the process of the operating system process,
lvarningnrgr
- vb模拟进程调度,rar 是学生学习操作系统的页面存储的课程实验习题(Vb simulated process scheduling, rar is students learning the lessons of the operating system page storage experiment exercises)
675892
- 这是个进程虚拟调度实验,界面精美,模拟了进程运行的四个状态供大家学习()