搜索资源列表
Process_Scheduler
- 这是一个操作系统进程管理的模拟程序。 采用FCFS,多级反馈队列等算法调度进程。 这是我们操作系统课程的一个项目。-This is a process management system simulation program. Using FCFS queue, multi-level feedback queue algorithm scheduling process. This is our operating systems course of a project.
反馈
- 用c语言模拟的多极反馈队列算法,-simulated multi-polar feedback queue algorithm ,----------------------------------------
process_management
- 基于三级反馈队列调度算法的UNIX进程管理程序模拟-Feedback queue scheduling algorithm based on three of the UNIX process management program to simulate
ProcessorScheduling
- 可利用先来先服务、短作业优先、响应比高者优先、多级反馈队列模型、时间片轮转法等,来实现处理机的调度。-Available first come first serve, short job priority, the response is high and is preferred, multi-level feedback queue model, time slice rotation law, to achieve the processor scheduling.
Process-Scheduling-Algorithm
- 模拟实现四种进程调度算法:先到先服务、抢占式调度、时间片轮转、多级反馈队列调度-Simulation of the process of realization of the four scheduling algorithms: first come first service, preemptive scheduling, time slice rotation, multi-level feedback queue scheduling
os
- 操作系统课程设计:进程调度(时间片轮转,优先级调度,多及反馈队列,阻塞,挂起,唤醒)-Course design: process scheduling (time slice rotation, priority scheduling, and more and feedback queue, block, suspend, resume)
多级反馈队列算法程序
- 多级反馈调度算法,根据进程队列优先级进行调度(Multilevel feedback scheduling algorithm, scheduling based on process queue priority)