文件名称:progress

  • 所属分类:
  • 系统编程
  • 资源属性:
  • [JavaScript] [源码]
  • 上传时间:
  • 2016-04-11
  • 文件大小:
  • 12kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 孙**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

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

通过网页展示几种进程调度算法的流程1.先来先服务调度算法(FCFS):就是按照各个作业进入系统的自然次序来调度作业。这种调度算法的优点是实现简单,公平。其缺点是没有考虑到系统中各种资源的综合使用情况,往往使短作业的用户不满意,因为短作业等待处理的时间可能比实际运行时间长得多。

2.短作业优先调度算法(SPF): 就是优先调度并处理短作业,所谓短是指作业的运行时间短。而在作业未投入运行时,并不能知道它实际的运行时间的长短,因此需要用户在提交作业时同时提交作业运行时间的估计值。

3.最高响应比优先算法(HRN):FCFS可能造成短作业用户不满,SPF可能使得长作业用户不满,于是提出HRN,选择响应比最高的作业运行。响应比=1+作业等待时间/作业处理时间。

4. 基于优先数调度算法(HPF):每一个作业规定一个表示该作业优先级别的整数,当需要将新的作业由输入井调入内存处理时,优先选择优先数最高的作业。-Scheduling Algorithm page impressions through several process flow 1. FCFS scheduling algorithm (FCFS): is in accordance with the respective operating system into the natural order to schedule jobs. The advantage of this scheduling algorithm is simple and fair. The disadvantage is that the system does not consider the integrated use of various resources, users tend to make short work of dissatisfied because short jobs awaiting processing time may be longer than the actual running time. 2. short operating priority scheduling algorithm (SPF): scheduling and processing priority is short operation, the so-called short-time job involves running short. And when the job is not put into operation, it does not know the length of the actual running time, thus requiring the user to submit an estimate of the job run time when submitting jobs simultaneously. 3. The maximum response ratio first algorithm (HRN): FCFS could cause short operation user dissatisfaction, SPF may make long job user dissati
(系统自动生成,下载前可以参看下载内容)

下载文件列表





进程调度算法演示

................\进程调度算法演示.html

................\进程调度算法演示_files

................\......................\asyncQueue.js

................\......................\check.js

................\......................\config.js

................\......................\index.css

................\......................\main.js

................\......................\queue.js

................\......................\ready.js

................\......................\runner.js

................\......................\view.js

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org