CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 作业调度算法

搜索资源列表

  1. 作业调度11

    1下载:
  2. 由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的CPU时限等因素。 每个作业由一个作业控制块JCB表示,JCB包括如下信息:作业名、提交时刻、所需运行时间、所需资源、作业状态、链指针等。 在程序开始时对用户提交的作业按作业调度算法排列,用链表形式存储,这里分别采用先来先服务、短作业、响应比高者优先调度算法对作业进行调度。这里为了操作者的方便,每个作业无论所需运行时间多少,都是每敲一次键盘就执行完一个作业
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3648
    • 提供者:江大
  1. 作业调度算法实现

    0下载:
  2. 这是一个关于作业调度和进程调度的算法实现,操作系统的试验程序!-This is one of the job scheduling and process scheduling algorithm, the operating system of testing procedures!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3199
    • 提供者:杨新
  1. 批处理系统的作业调度

    0下载:
  2. 这是上完操作系统课时,做的实习设计,又实验的目的,分析,设计。采用的是用响应比作业调度算法。-this is the operating system on the classroom, doing internships designed and The purpose of this experiment, analysis, design. The response ratio is Job Scheduling algorithm.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:215835
    • 提供者:成龙
  1. 作业调度源程序

    0下载:
  2. 操作系统作业调度源代码 作业调度算法实现本程序主要实现了进程调度中最常见的算法-operating system source code scheduling algorithms operating procedures for the main process of scheduling the most common algorithm
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6840
    • 提供者:lyb
  1. 作业调度模拟

    0下载:
  2. 在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业号,优先级,进入输入井时间(用一个整数表示,如10:10表示为1010),作业估计运行时间(单位:分钟),内存需求量。各数据项用空格隔开。 2.输出: 按照作业调度次序输出每一个作业流文件:“作业号”、“进入内存时间”、“作业完成时间”、“周转时间”;每行输出一个作业的信息。 计算出平均周转时间并输出。 3.作业调度算法: 短作业优先(作
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2987
    • 提供者:陈峰
  1. 车间作业调度问题遗传算法通用Matlab程序

    8下载:
  2. 车间作业调度问题遗传算法通用Matlab程序,很好用的的哦,the matlab implementation of job-shop scheduling problem solution based on the GA algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2016-08-21
    • 文件大小:50882
    • 提供者:朱磊
  1. ZYDD.rar

    1下载:
  2. 先来先服务(FCFS)算法、短作业优先(SJF)算法、高响应比(HRN)算法和高优先权算法来实现作业调度算法的模拟。 (1) 算法采用下式计算响应比: 等待时间waittime 需要运行时间requesttime (2) 高优先权算法采用下述公式计算优先权: 优先权priority*等待时间waittime 需要运行时间requesttime*紧迫程度quick ,First Come First
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:136082
    • 提供者:hghh
  1. 进程调度与作业调度的模拟

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorithm : the highest priority is t
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:40000
    • 提供者:陈任全
  1. 图形化界面模拟操作系统OS的作业调度算法

    2下载:
  2. 通过图形化界面模拟操作系统的作业调度算法中的时间片轮转和动态抢占式优先权算法,同时模拟内存的分配和回收-Simulation of the operating system through the graphical interface of the job scheduling algorithm in the time slice rotation and dynamic preemptive priority algorithm, and simulation of memory allo
  3. 所属分类:操作系统开发

    • 发布日期:2017-03-22
    • 文件大小:22055
    • 提供者:老班
  1. 200561673251425

    0下载:
  2. 作业调度算法三种FCFS,SJF,HRN-Three types of job scheduling algorithms FCFS, SJF, HRN
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:3188
    • 提供者:隋振
  1. hio

    0下载:
  2. 用高级语言编写和调试一个或多个作业调度的模拟程序,以加深对作业调度算法的理解。-Using high-level language writing and debugging one or more job scheduling simulation procedures in order to deepen their understanding of job scheduling algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-11
    • 文件大小:558206
    • 提供者:段文君
  1. taskdynamicscheduling

    0下载:
  2. 操作系统课程实验,作业调度算法,用c++实现-Operating system experimental curriculum, job scheduling algorithms, using c++ implementation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:2687
    • 提供者:willong
  1. zuoyediaodusuanfa

    0下载:
  2. 作业调度算法有三种:先进先出、短作业优先、响应比高者优先-There are three scheduling algorithms: FIFO, priority short operation, in response to high priority
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:6722
    • 提供者:思索
  1. Job

    0下载:
  2. 设计要求模拟实现一个的单道批处理系统环境下的作业调度程序。通过实现具体的作业调度算法,加深对该环境下的作业调度模型和实现过程的理解。 至少实现有三种的作业调度算法:先来先服务、短作业优先和响应比优先算法-Design requirements for the realization of a simulation of the single-channel system environment under a batch job scheduling procedures. Through th
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1947702
    • 提供者:段崖崖
  1. 1213

    0下载:
  2. 作业调度---实验报告 一、实验目的: 本实验要求用高级语言(C语言实验环境)编写和调试一个或多个作业调度的模拟程序,了解作业调度在操作系统中的作用,以加深对作业调度算法的理解 二、实验内容: 1、编写并调试一个单道处理系统的作业等待模拟程序。(必做) 作业调度算法: 分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。 (1)先来先服务算法:按照作业提交给系统的先后顺序来挑选作业,先提交的先被挑选。  (2)最短作业
  3. 所属分类:assembly language

    • 发布日期:2017-05-02
    • 文件大小:720826
    • 提供者:刘生
  1. duodao

    0下载:
  2. 编写并调度一个多道程序系统的作业调度模拟程序。   作业调度算法:采用基于先来先服务的调度算法。 -Road to prepare and dispatch a multi-program system for job scheduling simulation program. Job scheduling algorithms: a first-come, first-served based on the scheduling algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1454
    • 提供者:sylvia
  1. PageAndJob

    0下载:
  2. 操作系统课程设计,页面淘汰算法以及作业调度算法的演示程序,界面美观,简单易懂,实现功能强大。-Operating system, curriculum design, page-out algorithms and job scheduling algorithm demo program, beautiful interface, easy to understand. To achieve powerful.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:8441039
    • 提供者:刘振华
  1. code

    0下载:
  2. 作业调度算法。 能根据不同的调度算法算出每个作业的周转时间和带权周转时间,并通过一组作业算出系统的平均周转时间和平均带权周转时间,比较各种算法的优缺点。 3 设计一个较实用的用户界面,以便选择不同的作业调度算法。 不需用户打入冗长的命令。 -system scheduling_algorithms
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:1287
    • 提供者:owens
  1. 作业

    0下载:
  2. 单道环境下作业调度算法1、先来先服务算法2、最短作业优先算法3、最高响应比优先算法以及双道环境下的作业调度(In single channel environment, job scheduling algorithm 1, first come first service algorithm 2, shortest job first algorithm 3, highest response ratio priority algorithm and job scheduling in dua
  3. 所属分类:其他

  1. 操作系统-短作业优先调度算法

    0下载:
  2. 作业调度算法之短作业优先-就是优先调度并处理短作业(The shortest job priority of job scheduling algorithm is to give priority to scheduling and process short jobs.)
  3. 所属分类:操作系统开发

    • 发布日期:2020-04-18
    • 文件大小:825344
    • 提供者:橙色霸王龙
« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com