搜索资源列表
-
0下载:
操作系统调度算法(先来先服务,短作业优先,时间片轮转,响应比优先)-scheduling algorithms operating system (first-come first-serve, short operating priority, time-rotate in response to priority over)
-
-
0下载:
每个用来标识作业的作业控制快JCB用结构来描述,包括以下字段:
(1)作业标识数ID
(2)作业运行所需要时间requesttime
(3)作业实际运行时间runtime
(4)作业优先权priority,并规定优先权越大的作业,其优先权越高
(5)作业紧迫程度quick,并规定紧迫程度越高的作业,其数值越大
注:以上字段并非每种作业调度算法都使用,仅仅出于方便编-Each operation used to identify the operational contro
-
-
0下载:
Scheduling algorithms and i just uploaded
-
-
0下载:
几种调度算法的实现,包括先来先服务调度算法,短作业有先调度算法,时间片轮转调度算法-The realization of several scheduling algorithms, including the first come, first service scheduling algorithm, a short assignment scheduling algorithm, first time slice rotation scheduling algorithm
-