文件名称:算法调度实验

  • 所属分类:
  • 操作系统开发
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2017-10-16
  • 文件大小:
  • 496kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 允儿p****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

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

先来先服务
  第一个进入输入井的作业先执行,那么该作业就有一个执行结束的时间,那么在该作业运行时间内,满足时间条件的作业进入输入井,然后根据前一个作业的运行结束的时间推算和下一个作业要进入输入井的时间推算下一个作业时间开始运行的时间:
Time = max(curendtime,nextstarttime);这样后作业运行的开始时间就计算出来了,
那么加上一个运行长度就是该作业的结束时间,周转时间即为结束时间减去进入输入井的时间(first come first served

The first operation into the input shaft of the first execution, then the operation will have an executive at the end of time, then the running time of the operation, to meet the conditions of time homework enter wells, then according to the operation before the end of a run time calculation and the next job to enter the input shaft of the estimated time of operation the next time a running time:

Time = max (curendtime, nextstarttime); then the start time of the post operation is calculated,

Then, a running length is the end time of the job, and the turnaround time is the end time minus the time to enter the input well)
相关搜索: 先来先服务算法

(系统自动生成,下载前可以参看下载内容)

下载文件列表

算法调度实验

算法调度实验\bin

算法调度实验\bin\Debug

算法调度实验\bin\Debug\算法调度实验.exe

算法调度实验\main.cpp

算法调度实验\main.exe

算法调度实验\main.o

算法调度实验\obj

算法调度实验\obj\Debug

算法调度实验\obj\Debug\main.o

算法调度实验\算法调度实验.cbp

算法调度实验\算法调度实验.depend

算法调度实验\算法调度实验.layout

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org