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

搜索资源列表

  1. 操作系统_作业调

    0下载:
  2. 操作系统模拟程序 简单实现作业调度算法(先来先服算法,短作业优先算法,高响应比算法)-operating system simulation program to achieve a simple scheduling algorithm (first-come first-served algorithm, short operating priority algorithm, a high response ratio algorithm)
  3. 所属分类:C#编程

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

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

    • 发布日期:2008-10-13
    • 文件大小:2987
    • 提供者:陈峰
  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. dandao

    0下载:
  2. 编写并调试一个单道处理系统的作业等待模拟程序。   作业等待算法:分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。   对每种调度算法都要求打印每个作业开始运行时刻、完成时刻、周转时间、带权周转时间,以及这组作业的平均周转时间及带权平均周转时间,以比较各种算法的优缺点。 -Write and debug a single-channel processing system operating to wait for simulation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1736
    • 提供者:sylvia
  1. 2009

    0下载:
  2. 用短作业优先,高响应比,先来先服务算法实现了作业调度的模拟-Short operating priority, high-response ratio, first-come first-serve job scheduling algorithm simulation
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:1000467
    • 提供者:liushi
  1. zuoyediaodu

    1下载:
  2. 作业调度程序(包括先来先服务、短作业优先、最高响应比优先)-Job scheduling procedures (including first-come, first serve, short operating priority, highest priority response ratio)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:2758
    • 提供者:阮志键
  1. Operation

    0下载:
  2. Java程序模拟操作系统中先进先出、短作业优先、响应比高者优先的作业调度-Java FIFO simulation operating system, the short operating priority, in response to high priority of the job scheduling
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:7124
    • 提供者:Cathy
  1. frm_SJF

    0下载:
  2. 计算机操作系统之短作业优先调度算法交互式演示-Computer operating system operating on the short interactive demonstration of the priority scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1481
    • 提供者:XJQ
  1. 2

    0下载:
  2. 操作系统实验 短作业优先算法实现进程调度-Experimental short operating system operating the process of priority scheduling algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7519
    • 提供者:李华
  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. taskAttemper

    0下载:
  2. 模拟操作系统的作业管理调度:先来先到、短作业优先、响应比高者优先-Simulation of the operating system job management scheduling: first-come, first-, short job priority, the response is high and is preferred, and so
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:2818
    • 提供者:Cathy
  1. shortwork

    0下载:
  2. 1) 设计可用于该实验的作业控制块; 2) 动态或静态创建多个作业; 3) 模拟先来先服务调度算法和短作业优先调度算法。 4) 调度所创建的作业并显示调度结果(要求至少显示出各作业的到达时间,服务时间,开始时间,完成时间,周转时间和带权周转时间); 5) 比较两种调度算法的优劣。 -shortwork
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:993
    • 提供者:waiting1314
  1. os

    0下载:
  2. 操作系统算法的模拟实现,包括短作业优先,时间片等-os OSProcessAttemperSimulation0.4
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:551671
    • 提供者:刘洋
  1. wenjianguanli

    0下载:
  2. 1)程序主界面可选择进程调度算法进行演示,其中调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)然后进入子界面可选择进程数量和输入进程运行所需要的时间。 3)每个进程的优先数由随机函数产生且优先数随等待时间而变化,执行并显示结果。 -1) The program can choose the main interface shows the process of scheduling algorithm, scheduling algorithm which incl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:8234
    • 提供者:代浩
  1. dispatcher

    0下载:
  2. 实现进程的调度 先来先服务 短作业优先 高响应比-Implementation process scheduling short jobs first come first served priority high response ratio
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:37511
    • 提供者:高扬
  1. procSchedule_exp

    0下载:
  2. 四种算法 最短作业优先算法 计算在采用先来先服务调度算法和最短作业优先算法的平均周转时间和平均带权周转时间,并指出他们的调度顺序及完成时间。-Four algorithms calculate the shortest job first algorithm uses a first-come first-served and shortest job first scheduling algorithm, the average turnaround time and av
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:67385
    • 提供者:myname
  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. SJF

    0下载:
  2. 短作业优先算法的简单模拟。可以改成由键盘输入要模拟的进程数量。(A simple simulation of SJF.)
  3. 所属分类:操作系统开发

    • 发布日期:2018-04-19
    • 文件大小:2471936
    • 提供者:Haku_Akitsuki
  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 »
搜珍网 www.dssz.com