搜索资源列表
页面存储管理
- 该代码是根据先来先服务、最佳置换算法、最近最少使用算法来完成的。
LinuxCFCFS
- 在Linux下用C语言实现作业调度的先来先服务算法-In Linux,use C to compile the FCFS algorithm
CPP_fifo_sjf
- 操作系统进程调度算法,先来先服务,短进程优先,高响应比-Operating system process scheduling algorithms, first-come, first-served, a short process priority, high response ratio
5
- 进程调度 模拟进程调度,给出按照算法先来先服务FCFS、轮转RR(q=1)、最短进程优先SPN、最短剩余时间SRT、最高响应比优先HRRN进行调度各进程的完成时间、周转时间、响应比的值-Process scheduling simulation process scheduling algorithm is given in accordance with the first-come, first-served FCFS, rotate RR (q = 1), the shortest p
(2)
- 计算机操作系统进程调度,先来先服务算法和短进程优先算法-Computer operating system process scheduling, first-come first-serve algorithm and short process priority algorithm