搜索资源列表
procedul--simulate
- 是关于CPU进程调度的模拟程序,可以实现三种算法的进程调度:先来先服务,短进程优先,最高优先级。是操作系统的大作业。-is on the CPU scheduling process simulation program that can be achieved in three of process scheduling algorithm : first-come first-serve, short process priority, the highest priority. The o
diaodusuanfa
- 操作系统调度算法(先来先服务,短作业优先,时间片轮转,响应比优先)-scheduling algorithms operating system (first-come first-serve, short operating priority, time-rotate in response to priority over)
caozuoxitong
- 操作系统课设,报扩先来离线服务,随机算法最优算法
program
- 先来先服务的调度算法,可以用来学习使用,参考
work
- 分别用FCFS(先来先服务)、SSTF(最短查找时间优先)、调度SCAN(扫描)三种调度算法解决磁盘角度问题