登录
首页 » 文件格式 » 在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业...

在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业...

于 2022-06-01 发布 文件大小:2.92 kB
0 214
下载积分: 2 下载次数: 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 : "

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 多目标遗传算法源码,包含遗传算法的各个步骤,适合于研究多目标优化的朋友-Multi-objective genetic algorithm source code, including the various steps of genetic algorithm, suited to study multi-objective optimization of Friend
    2022-02-22 07:07:32下载
    积分:1
  • 介绍TGA的中档,浅显易懂,是入门的好资料
    介绍TGA文件格式的中文文档,浅显易懂,是入门的好资料-TGA file format introduce the Chinese documents, easy to understand, is a good data entry
    2022-07-14 07:35:56下载
    积分:1
  • 排序算法的性能比较 对不同类型的问题规模,测试各种介绍的排序算法的性能。统计他们的键值比较次数,键值移动次数以及运行时间并分析结果。 小型问题:N≈20 中型问...
    排序算法的性能比较 对不同类型的问题规模,测试各种介绍的排序算法的性能。统计他们的键值比较次数,键值移动次数以及运行时间并分析结果。 小型问题:N≈20 中型问题:N≈2000 大型问题:N≈200000. C 语言的32关键字如下: 实验原理: 线性表的排序,快速,起泡,选择,插入。-algorithm to compare the performance of different types of scale of the problem, introduced by the test algorithm performance. Statistical comparison of the number of keys, keys and mobile number of run-time analysis of the results. Small problem : N 20 medium-sized issues : N 2000 major issues : N 200,000. The 32 C-language keyword as follows : Experimental Principle : linear ranking table, fast, foaming, selection, insertion.
    2022-08-14 17:42:27下载
    积分:1
  • Ubuntu常用命令sudo apt-get insta
    Ubuntu常用命令sudo apt-get insta-Ubuntu used the command sudo apt-get install
    2022-07-17 11:59:38下载
    积分:1
  • fffff gggggg ggggggg g
    可以实现注册登陆的功能 请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压-fffff gggggg ggggggg g
    2022-08-05 15:38:14下载
    积分:1
  • 这些程序挺有意思的 也很实用 有意者有空考可下载
    这些程序挺有意思的 也很实用 有意者有空考可下载-these procedures are quite interesting the very practical Interested parties can download the time take a look at
    2022-08-04 05:33:19下载
    积分:1
  • 1. Download the version you want: * Version 1.3.4 (30 Aug 2007)
    1. Download the version you want: * Version 1.3.4 (30 Aug 2007) -- this is the latest version for UNIX/Linux and Windows * Previous versions 2. Unzip the file, which will create a directory called klt and place all the files there 3. Compile and run the code * On UNIX / Linux, move to the klt directory, type make. Now try some examples, by typing example1, etc. * For Microsoft Visual C++ 6.0, open the klt.dsw file, compile, and run. Change the constant in main.cpp to run the different examples. * For Microsoft Visual Studio .Net/7/8, open the klt.sln file, compile, and run. Change the constant in main.cpp to run the different examples. 4. Notice that, for your convenience, unofficial copies of the User and Reference Manuals can be found in the doc directory. - 1. Download the version you want: * Version 1.3.4 (30 Aug 2007) -- this is the latest version for UNIX/Linux and Windows * Previous versions 2. Unzip the file, which will cr
    2023-02-12 00:05:03下载
    积分:1
  • 说明: 7.0的版本但和7.5差不多
    说明: 7.0的版本但和7.5差不多-Description: version 7.0 and 7.5 but almost
    2022-07-12 21:43:45下载
    积分:1
  • cmmi1.2 体系模型 官方繁体中版。
    cmmi1.2 体系模型 官方繁体中文版。-cmmi1.2 system model of the official English version.
    2022-02-16 02:21:24下载
    积分:1
  • 是严蔚敏版数据结构的五个实验报告,希望对大家有帮助!
    是严蔚敏版数据结构的五个实验报告,希望对大家有帮助!-Yan Wei-min version of the data structure of the five experimental report, want to help you!
    2023-01-04 01:05:04下载
    积分:1
  • 696516资源总数
  • 106618会员总数
  • 4今日下载