搜索资源列表
-
0下载:
linux模拟进程调度的五种经典算法,短作业优先算法,先来先服务算法,时间片轮转法算法,多级反馈调度,优先级调度算法。-process simulation scheduling a first-come first-served algorithm
-
-
0下载:
在linux实现模拟进程调度的模拟算法,在myeclipse下课运行-Analog simulation of the process scheduling algorithm class in myeclipse run in linux
-
-
0下载:
磁盘I/O调度及管理的研究分析,通过运用mClock算法来实现管理程序的IO调度-Disk I/O scheduling and management of research and analysis, by the use mClock algorithm to hypervisor IO scheduling
-
-
0下载:
优先级调度算法,nachos课程设计,设计有优先级调度-Priority scheduling algorithm, nachos curriculum design
-
-
0下载:
按时间片轮转调度算法实现处理及调度的程序-According to the time slice rotation scheduling algorithm and scheduling program
-
-
0下载:
编写一个程序,模拟一个页式虚拟存储管理系统。(不考虑地址转换)
其中,由系统随机产生进程;
进程大小、进程到达次序、时间、进程执行轨迹(页面访问顺序)也随机生成,但进程之间必须有并发存在,进程执行时间需有限,进程调度采用时间片轮转算法(以页面模拟);
物理块分配策略采取固定分配局部置换;
分配算法采用按比例分配算法;
调页采用请求调页方式;
置换采用LRU算法;
驻留集大小可调,观察驻留集大小对缺页率的影响。-Write a program that simulate
-
-
0下载:
采用“最高优先级优先”调度算法对五个进程进行调度和采用“轮转法”调度算法对五个进程进行调度。-A " highest priority priority" scheduling algorithm for five scheduling process and the use of " round-robin" scheduling algorithm for five scheduling process.
-