文件名称:dsfdsgvfdsgfvsd

  • 所属分类:
  • 软件工程
  • 资源属性:
  • [WORD]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 30kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 张**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

1)  采用先来先服务(FCFS)调度算法,即按作业到达的先后次序进行调度。总是首先调度在系统中等待时间最长的作业。

2)  短作业优先 (SJF) 调度算法,优先调度要求运行时间最短的作业。

3)  响应比高者优先(HRRN)调度算法,为每个作业设置一个优先权(响应比),调度之前先计算各作业的优先权,优先数高者优先调度。RP (响应比)= 作业周转时间 / 作业运行时间

每个作业由一个作业控制块JCB表示,JCB可以包含以下信息:作业名、提交(到达)时间、所需的运行时间、所需的资源、作业状态、链指针等等。

作业的状态可以是等待W(Wait)、运行R(Run)和完成F(Finish)三种之一。每个作业的最初状态都是等待W。-1) first-come-first-served (FCFS) scheduling algorithm, that is the priority job arrives scheduling. Always the first to wait for the longest time job scheduling system. 2) short operating priority (SJF) scheduling algorithm, priority scheduling requirements of the job with the shortest running time. 3) response than the high priority (HRRN) scheduling algorithm, set a priority for each job (Response Ratio), calculated for various jobs before scheduling priority, priority number of high-priority scheduling. RP (response ratio) = the operating turnaround time/job run time for each job by a job control block JCB JCB can contain the following information: job name, submitted (arrival) time, the running time required, the necessary resources, job status, and chain pointers. The status of the job can be waiting for W (Wait), one of three run R (Run) and the completion of F (Finish). The initial state of each job is waiting for W.
(系统自动生成,下载前可以参看下载内容)

下载文件列表





实验2 作业调度.doc

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org