搜索资源列表
Job_scheduling
- 高端的C++作业调度 作业调度,请下载后认真学习-Job scheduling Job scheduling Job scheduling
Job_scheduling
- 模拟单道操作系统的作业调度过程,包括先来先服务算法,最短作业优先算法,最高响应比算法-Analog single-channel operation system job scheduling process, including a first-come first-serve algorithm, shortest job first algorithm, the maximum response ratio algorithm
Job_Scheduling
- 我是编程小菜鸟,最近上课编了一个模拟操作系统作业调度的算法,内有FCFS(先到先服务),STF(短作业),RR(时间片),HRF,HRRF(高响应比),供参考,欢迎批评!-This is a Win32 console application which can easily imitating the OS to scheduling job,including FCFS,STF,RR,HRF,HRRF.