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

搜索资源列表

  1. E

    0下载:
  2. 作业调度管理,它采用了三种算法,分别是先来先服务、响应最高比优先、最短作业优先算法进行调度
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2112
    • 提供者:feng
  1. 作业调度

    0下载:
  2. 作业调度采用运行时间最短者优先算法,运行时间相同者采用先来先服务算法。-Job Scheduling using the shortest running time priority algorithm, the running time to adopt the same first-come first-serve algorithm.
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:8529
    • 提供者:王丹
  1. SJF

    1下载:
  2. 作业调度算法(SJF)编程模拟:编程实现由短作业优先算法对模拟作业的调度。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:30850
    • 提供者:hulinjie
  1. processor-scheduling

    1下载:
  2. C++编写的处理机调度程序,包括先来先服务算法,短作业优先算法,高响应比优先调度算法。-Written in C++ Processor scheduler, including the first-come, first serve algorithm, short job first algorithm, priority scheduling algorithm with high response ratio.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:2391
    • 提供者:xiaohe
  1. JSF

    0下载:
  2. 操作系统作业调度JSF算法模拟程序。根据短作业优先算法调度作业进入内存运行-Operating system scheduling algorithm simulation program JSF. According to the short operating priority scheduling algorithm for operation into the memory to run
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1972
    • 提供者:李志龙
  1. duanzuoye2

    0下载:
  2. 这是大学操作系统进程调度实验的其中一个算法。实验中应该要注意的是关于C中指针的用法,因为指针的用法比较灵活又非常容易出错,一不小心应用不严密就会出错。如在实行按短作业优先算法调度进程的过程中,每一次输入无论是周转时间,运行时间,还是响应时间都要用指针返回arrivetime,否则就出错。还有在插入和释放结点时,用此中指针表示法会比用for循环语句简明很多。再一个就是在选择运行时间最小的进程时,察看当前就绪队列中的进程数也是很关键的,其间所得的count对于下面两步都很重要。-err
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1497
    • 提供者:舒拉
  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. 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. 1213

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

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

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

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

    0下载:
  2. 实现处理机模拟调度算法,四种进程调度算法,先进先出算法,短作业优先算法,高响应比优先算法,时间片算法-Scheduling algorithm to achieve processor simulation, four kinds of process scheduling algorithm, FIFO algorithm, the short job first algorithm, a high response ratio of priority algorithms, time sli
  3. 所属分类:OS Develop

    • 发布日期:2017-05-14
    • 文件大小:3850167
    • 提供者:夏雨
  1. Single-channel_batch_system

    0下载:
  2. 单道批处理系统:里面包括先来先服务算法,最短作业优先算法,响应比高者优先算法,时间片轮转算法。适合学习参考-Single-channel batch system: first come first serve which includes algorithms, shortest job first algorithm, the response is high and preferred method, time slice rotation algorithm. Reference for
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:2442
    • 提供者:Juno
  1. spf

    0下载:
  2. 短作业优先算法的模拟,操作系统实验设计,使用结构体-Short job first algorithm simulation, the operating system experimental design, the use of structure
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1295
    • 提供者:余香
  1. dzyyx

    0下载:
  2. C++操作系统之非抢占式的短作业优先算法-Short job first algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:746
    • 提供者:王力
  1. Job_scheduling

    0下载:
  2. 模拟单道操作系统的作业调度过程,包括先来先服务算法,最短作业优先算法,最高响应比算法-Analog single-channel operation system job scheduling process, including a first-come first-serve algorithm, shortest job first algorithm, the maximum response ratio algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1762
    • 提供者:bihuikun
  1. dzyyx

    0下载:
  2. 短作业优先算法是指对短作业或者短进程优先调度的算法-Short job first algorithm refers to a short work or short process priority scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:41472
    • 提供者:王凤
  1. ProcessManage

    0下载:
  2. 1 操作系统课程设计 2 模拟CPU进程调度 3 实现时间片轮转调度算法 4 实现最短作业优先算法-1 operating systems course design 2 simulation CPU process scheduling 3 round-robin scheduling algorithm 4 shortest job first algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:14306
    • 提供者:
  1. SJF

    1下载:
  2. SJF-操作系统短作业优先算法,考虑非常全面,个人觉得很有价值-SJF-operating system, short job first algorithm, consider a very comprehensive, personal feel valuable
  3. 所属分类:OS Develop

    • 发布日期:2016-12-04
    • 文件大小:2048
    • 提供者:ruirui
  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 »
搜珍网 www.dssz.com