搜索资源列表
process_minachen
- 综合应用下列知识点设计并实现操作系统的进程调度:邻接表,布尔数 组,非阻塞输入,图形用户界面 GUI,进程控制块,进程状态转换,多级反馈队列进程调度算法。-integrated application knowledge point following the design and realization of the process of scheduling the operating system : the adjacent table, boolean arrays, nonblock
multilevel
- 多级反馈队列,基于控制台的,用visual stdio2005写的,有菜单可以选择。-Simulation of multi-level feedback queue
Multilevel_Feedback_Queue
- 这是用c实现的操作系统的调度算法,包括多级反馈队列调度、先来先服务、最短作业优先、高响应比、时间片轮转。-C This is achieved by operating system scheduling algorithms, including multi-level feedback queue scheduling, first-come, first serve, shortest operation priority, high-response ratio, time piece
JinChenDiaoDu
- 设计进程控制块PCB表结构,适用于多级队列反馈调度算法。-Design process control block PCB table structure for multi-level feedback queue scheduling algorithm.
JinChen
- 在Java环境中,实现进程调度算法,进程控制块PCB表结构,适用于多级队列反馈调度算法-In the Java environment, course scheduling, process control blocks PCB table structure for multi-level feedback queue scheduling algorithm
sche
- 用c语言模拟实现的简单多级反馈队列调度算法,固定进程数,可以自己修改通过键盘输入要创建的进程数-C language simulation of a simple multi-level feedback queue scheduling algorithm, a fixed number of processes that can modify the number of processes to be created through the keyboard input
demo
- 进程调度算法模拟。主要负责短进程优先调度算法、高优先权优先调度算法和多级反馈队列调度算法的模拟实现。-Process scheduling algorithm simulation. Short process is primarily responsible for the scheduling algorithm, the high-priority priority scheduling algorithms and multi-level feedback queue schedulin
Multilevel-feedback-queue-scheduling
- 进程多级反馈队列调度:当一个新进程进入内存后,首先将它放入第一队列的末尾,按FCFS原则排队等待调度.当轮到该进程执行时,如它能在该时间片内完成,便可准备撤离系统 如果它在一个时间片结束时尚未完成,调度程序便将该进程转入第二队列的末尾,再同样地按FCFS原则等待调度执行,以此类推。-Multilevel feedback queue scheduling
OS
- 多级反馈队列调度算法 仿照UNIX实现-Multi-level feedback queue scheduling algorithm
Multilevel-feedback-queue-algorithm
- 多级队列反馈算法,大二操作系统实验二,dos窗口-Multilevel feedback queue algorithm