搜索资源列表
-
0下载:
处理机调度,有先来先服务算法,短作业优先算法,高响度算法等处理机的进程调度算法-Processor scheduling, there are first-come first-serve algorithm, short operating priority algorithm, high loudness algorithm processor process scheduling algorithm
-
-
0下载:
进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:
先进先出调度算法;
基于优先级的调度算法;
最短执行时间调度算法
确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:
当前执行进程;
就绪队列;
等待队列
-Process scheduling simulation program: Suppose there are 10
-
-
0下载:
实现操作系统时间片的优先级调度和轮转调度,不错的源码-Implement priority scheduling time slice of the operating system and rotation scheduling, good source
-