搜索资源列表
SJF
- SJF作业调度算法 属于非抢占式的 操作系统-SJF job scheduling algorithms are non-preemptive operating system
SJF
- 操作系统实验内容,实现抢占式短作业优先处理机调度,结合内存管理,内存管理采用首次适应分配算法-Experimental content of the operating system, preemptive short job priority processor scheduling, combined with the memory management, memory management using the first-fit
OS
- 操作系统进程调度模拟实现算法,先到先服务调度(FCFS) 最短作业优先调度(SJF) 高响应比优先调度 (抢占式)优先权调度 时间片轮转调度-Operating system process scheduling simulation algorithm, first come first served scheduling (FCFS) Shortest job first scheduling (SJF) H
main.cpp
- 操作系统实验中的进程调度算法之抢占式SJF算法(Preemptive shortest-job-first algorithm)