-
在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业...
在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业号,优先级,进入输入井时间(用一个整数表示,如10:10表示为1010),作业估计运行时间(单位:分钟),内存需求量。各数据项用空格隔开。 2.输出: 按照作业调度次序输出每一个作业流文件:“作业号”、“进入内存时间”、“作业完成时间”、“周转时间”;每行输出一个作业的信息。 计算出平均周转时间并输出。 3.作业调度算法: 短作业优先(作业估计运行时间最短的作业首先被调度)。 4.处理要求: 在两道环境下有多个作业; 程序运行时,首先提示输入测试文件的文件名; 输入文件名后,程序将读入文件中的有关数据,并按照最短作业优先调度算法对作业进行调度,作业被调度运行后不再退出(忽略进程调度或者可以认为进程调度采用的是先来先服务调度算法); 假设内存容量为100K,存储管理方案为可变分区方式,且不允许在内存中移动作业。 -in a multi-program design system, and achieving a "Dispatch" the simulation. The simulation procedure is as follows : 1. Input : Job Flow document, which is stored in a series of operations to be implemented information, including five each operating data : the operations, priority, time to enter the input shaft (with an integer, as expressed to 10:10 1010), is estimated to run time (unit : minutes), the memory demand. The data item separated by a space. 2. Output : In accordance with the scheduling order of output per work- a document : "
- 2022-06-01 01:27:57下载
- 积分:1
-
本pdf对设计模式进行了详细的描述,大家只要学习了他对你帮助很大的。...
本pdf对设计模式进行了详细的描述,大家只要学习了他对你帮助很大的。-pattern design
- 2023-01-27 04:35:04下载
- 积分:1
-
software engineering
software engineering
- 2023-08-30 06:35:04下载
- 积分:1
-
用于打印简单的文件报表的程序。
用于打印简单的文件报表的程序。-for printing simple documents statements procedures.
- 2022-08-03 15:24:10下载
- 积分:1
-
to generate keygen for xilinx ise edk 8.1 9.1 9.2
to generate keygen for xilinx ise edk 8.1 9.1 9.2
- 2022-05-31 23:00:57下载
- 积分:1
-
In this paper, wireless sensor network in accordance with the characteristics of...
本文根据无线传感器器网络的特点,建立了单目标成簇优化模型,以全网能量消耗最小化为目标,同时考虑了节点的能量消耗以及链路负载均衡等问题-In this paper, wireless sensor network in accordance with the characteristics of the establishment of a single-objective optimization model of clusters to the whole network into the smallest energy consumption, taking into account the node energy consumption, as well as issues such as link load balancing
- 2022-01-22 07:45:57下载
- 积分:1
-
linux
linux-c语言开发时用到的函数集合.可以有助快迅速开发程序所要的函数-linux-c
- 2022-09-10 11:30:03下载
- 积分:1
-
组合语言之艺术中文版
组合语言之艺术中文版-language arts portfolio Chinese version
- 2022-05-30 21:59:35下载
- 积分:1
-
独立分量分析方法及在图像处理中的应用研究,一篇学位论文...
独立分量分析方法及在图像处理中的应用研究,一篇学位论文-IndePendent ComPonentl alysis(ICA) is a kind of Poweruf lmethod of rBlind
SignalProeessing(BSP).
- 2022-07-19 01:33:18下载
- 积分:1
-
对矩阵进行Lu分解,使用使用c语言实现,时间复杂度和力论的一样,比较高...
对矩阵进行Lu分解,使用使用c语言实现,时间复杂度和力论的一样,比较高-Lu decomposition on the matrix, the use of the use of c language, time complexity and power of the same, relatively high
- 2023-02-26 08:00:04下载
- 积分:1