搜索资源列表
Priority
- 调度算法: 1: FCFS 2: 时间片轮换 3: 优先级调度 4: 最短作业优先 -Scheduling algorithm: 1: FCFS 2: Time slice rotation 3: priority scheduling 4: shortest job first
PCB
- 这个源代码是用来模拟操作系统内存调度的,,,使用的是动态优先级调度和时间片轮换结合的算法-The source code is used to simulate the operating system memory scheduling,,, using a dynamic priority scheduling and time slice algorithm with rotation
FCFS
- 作业调度 采用先来服务调度算法 进程调度采用时间片轮换-First to serve job scheduling scheduling algorithm
ZYTD
- 操作系统,作业调度先来先服务、短作业优先、时间片轮换三种调度算法的特点。-Operating systems, scheduling a first-come first-serve, short operating priority, time slice rotation features three scheduling algorithms.