登录
首页 » C# » 由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的CPU时限等因素。...

由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的CPU时限等因素。...

于 2022-03-15 发布 文件大小:3.57 kB
0 202
下载积分: 2 下载次数: 1

代码说明:

由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的CPU时限等因素。 每个作业由一个作业控制块JCB表示,JCB包括如下信息:作业名、提交时刻、所需运行时间、所需资源、作业状态、链指针等。 在程序开始时对用户提交的作业按作业调度算法排列,用链表形式存储,这里分别采用先来先服务、短作业、响应比高者优先调度算法对作业进行调度。这里为了操作者的方便,每个作业无论所需运行时间多少,都是每敲一次键盘就执行完一个作业。每个作业完成后打印作业的开始运行时刻,完成时刻,周转时间和带权周转时间,一组作业完成后打印这组作业的平均周转时间,带权周转时间。所以要在运行时对运行时间进行记录,这里设置几个全局变量:T时间量; ttime总周转时间; trtime总的带权周转时间。-Road due to the single-batch system, and put into operation an operation, it has all the resources of the computer until the operation is completed, the dispatch operation when it"s not necessary to consider whether the resources needed to be met, it occupied by the CPU time and other factors. Each operation by operating a control block JCB, JCB include the following information : operations, and submitted moment, the run time, the resources required, operational state, chain pointer. At the beginning of the procedure to users of operations by scheduling algorithm with using forms Chain store, were used here fir

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

发表评论

0 个回复

  • YS-XFS5152芯片资料
    说明:  YS-XFS5152芯片资料,包含规格书,PCB,原理图,程序等(YS - XFS5152 chip information, including specifications, PCB and schematic diagram, program, etc)
    2019-04-26 10:49:52下载
    积分:1
  • Csharp_AlphaForm
    一个模仿迅雷资讯的半透明边框窗体示例代码,可实现只有边框透明窗体内部不透明的效果,并且可自定义边框样式。(A semi-transparent border to imitate Thunder information form sample code, the form can be realized only within the opaque transparent border effect, and can be custom border styles.)
    2011-10-28 23:31:52下载
    积分:1
  • 12_运动车辆检测跟踪系统
    1.首先从文件菜单打开程序目录下的car.avi视频,系统将显示视频的第一帧。 2.点击背景提取菜单,稍后会提取出背景并显示在打开的第二个窗口中。 3.当提取出背景后,点击检测跟踪菜单,对车辆进行检测和跟踪。 4.点击轨迹绘制菜单,绘制车辆的轨迹。 注:由于使用OpenCV打开AVI视频文件需要视频解码器,故在程序运行前请在电脑上先安装DivX类型的的视频解码器,否则将出现无法打开文件的错误。本程序使用的是OpenCV2.1版本,在没有安装此版本软件的机器上运行时需要将cv210.dll,cvaux210.dll,cvcore210.dll,highgui210.dll,ml210.dll这五个文件拷贝至*.exe可执行文件下。(First, open the CR. AVI video from the file menu and the system will display the first frame of the video. 2. Click on the Background extract menu and the background will be extracted later and displayed in the open second window. 3. When the background is extracted, click on the Test Tracking menu to test and track the vehicle. 4. Click on the trajectory drawing menu to map the trajectory of the vehicle. Note: Since a video decoder is required to open an AVI video file using OpenCV, install a DivX-type video decoder on the computer before the program runs, otherwise an error will occur that can not open the file. The program uses OpenCV2 .1, which requires five files to be copied to *, cv210. DLL, cvaux 210. DLL, cvcore 210. DLL, highgui 210. DLL, ML 210. DLL. Exe under executable.)
    2018-02-24 09:11:18下载
    积分:1
  • LAB5
    香港科技大學ELEC3300實驗5 C檔案(Hong Kong University of Science and Technology ELEC3300 Lab 5 C files)
    2016-11-16 22:20:07下载
    积分:1
  • flattfzinqmake
    一个非常炫的工具栏类,用来制作酷酷的界面,还可以的(A very flattering toolbar class, used to make cool interface, can also)
    2017-04-21 10:16:25下载
    积分:1
  • _ADC-温度
    说明:  基于PCF8591的51单片机温度监测系统,串行AD转换,程序已验证可行,显示准确,含proteus仿真文件(Based on PCF8591 51 single chip temperature monitoring system, serial AD conversion, the program has been verified feasible, accurate display, including proteus simulation file.)
    2021-03-14 16:49:23下载
    积分:1
  • 1
    说明:  基于神经网络的字符识别系统 通过VC6实现 里面有详细的说明(Neural network based character recognition system achieved through VC6 which are described in detail)
    2011-11-24 22:13:51下载
    积分:1
  • CPP
    C++的学习资料,上传上来给大家下载学习用(C++ learning material, upload up to everyone with download learning )
    2012-04-25 15:40:54下载
    积分:1
  • jp5
    这是一组JPEG解码的说明和源代码,详细说明在文件的开头部分(This is a group of JPEG decoding instructions and source code, a detailed description of the document at the beginning of)
    2008-08-05 16:16:44下载
    积分:1
  • P18_ADC_C_MCC
    PIC18系列单片机ADCC语言代码,提供给广大pic爱好者。(PIC18 Series MCU ADCC language code, available to the majority of PIC lovers.)
    2013-07-31 23:10:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载