搜索资源列表
First-come-first-service
- 先来先服务,抢占式进程。 模拟进程调度,能够处理以下的情形: ⑴ 能够选择不同的调度算法(要求中给出的调度算法); ⑵ 能够输入进程的基本信息,如进程名、到达时间和运行时间等; ⑶ 根据选择的调度算法显示进程调度队列; ⑷ 根据选择的调度算法计算平均周转时间和平均带权周转时间。-First-come, first-served preemptive process. Analog process scheduling, able to handle the
034
- 若任务的运行方式为非抢占式的,即任务开始后不可中断,需要连续运行pi时间,请给出一个调度算法,尽量使所有任务的平均结束时间最小。-The task of running a non-preemptive, after the start of the task can not be interrupted, continuous operation pi time, please give a scheduling algorithm, as far as possible so that th
SJF
- 操作系统实验内容,实现抢占式短作业优先处理机调度,结合内存管理,内存管理采用首次适应分配算法-Experimental content of the operating system, preemptive short job priority processor scheduling, combined with the memory management, memory management using the first-fit allocation algorithm
main.cpp
- 操作系统实验中的进程调度算法之抢占式SJF算法(Preemptive shortest-job-first algorithm)