文件名称:main_1_
介绍说明--下载内容均来自于网络,请自行研究使用
作业调度算法的实现
作业调度的主要功能是根据作业控制块中的信息,审查系统能否满足用户作业的资源需求,以及按照一定的算法,从外存的后备队列中选取某些作业调入内存,并为它们创建进程、分配必要的资源。然后再将新创建的进程插入就绪队列,准备执行。因此,有时也把作业调度称为接纳调度。
-Job scheduling algorithm to achieve the main function of job scheduling is based on job control block information, review the system can meet the resource requirements of the user' s job, as well as according to the algorithm selected from the external memory backlog some operations into memory and they create a process to allocate the necessary resources. And then the newly created process into the ready queue, ready to perform. Sometimes known as job scheduling scheduling of Acceptance.
作业调度的主要功能是根据作业控制块中的信息,审查系统能否满足用户作业的资源需求,以及按照一定的算法,从外存的后备队列中选取某些作业调入内存,并为它们创建进程、分配必要的资源。然后再将新创建的进程插入就绪队列,准备执行。因此,有时也把作业调度称为接纳调度。
-Job scheduling algorithm to achieve the main function of job scheduling is based on job control block information, review the system can meet the resource requirements of the user' s job, as well as according to the algorithm selected from the external memory backlog some operations into memory and they create a process to allocate the necessary resources. And then the newly created process into the ready queue, ready to perform. Sometimes known as job scheduling scheduling of Acceptance.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
main_1_.cpp