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

搜索资源列表

  1. HomeworkScheduling

    0下载:
  2. 操作系统课程设计 C++ MFC 作业调度,包含先来先服务,最短作业有先,响应比高者优先等算法 包含课程设计报告-Operating System Course Design C++ MFC job scheduling, including a first-come first-served, shortest job has the first, the response is high and preferred method includes courses such as design
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2404249
    • 提供者:lilinxuan
  1. java

    0下载:
  2. 编程,作业调度算法,先来先服务短作业优先-Programming, job scheduling algorithms, first-come first-serve priority short homework
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:13668
    • 提供者:zhao
  1. diaodu

    0下载:
  2. 用java做的 实现了所有的调度算法 包括fcfs 最短作业优先法 -use java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:3125
    • 提供者:余军
  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. jinchengdiaodu

    0下载:
  2. 进程调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)可选择进程数量 3)本程序包括三种算法,用C或C++语言实现,执行时在主界面选择算法,进入子页面后执行,显示结果。-The process of scheduling algorithms: round-robin method, short job first algorithm, the dynamic priority-level algorithm. 2) choose the number of proc
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:553913
    • 提供者:wuwenqin
  1. linux

    0下载:
  2. linux模拟进程调度的五种经典算法,短作业优先算法,先来先服务算法,时间片轮转法算法,多级反馈调度,优先级调度算法。-process simulation scheduling a first-come first-served algorithm
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:321445
    • 提供者:周攀
  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-13
    • 文件大小:1972
    • 提供者:李志龙
  1. duanzuoye2

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

    • 发布日期:2017-04-10
    • 文件大小:1497
    • 提供者:舒拉
  1. jobExc

    1下载:
  2. 实现作业调度问题的先来先服务算法、短作业优先和响应比高者优先三种算法-Job scheduling problem to achieve first-come first-serve algorithm, a short operation in response to high priority and priority three algorithms
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-27
    • 文件大小:18914
    • 提供者:leoner
  1. JinChengDiaoDu

    0下载:
  2. 进程高度模拟,分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。-The process of a high degree of simulation, using the First Come First Served (FCFS), shortest operation priority (SJF), respond to high priority (HRN) scheduling algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:109438
    • 提供者:dada
  1. Multilevel_Feedback_Queue

    0下载:
  2. 这是用c实现的操作系统的调度算法,包括多级反馈队列调度、先来先服务、最短作业优先、高响应比、时间片轮转。-C This is achieved by operating system scheduling algorithms, including multi-level feedback queue scheduling, first-come, first serve, shortest operation priority, high-response ratio, time piece
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:307811
    • 提供者:chenjieping
  1. ShortZuoYeYouXian

    0下载:
  2. 短作业优先算法,实现对进程的调度,有利于短作业的进程实行,采用C++代码实现-Short operating priority algorithm, the realization of the scheduling process and is conducive to the implementation of the short process of operating, using C++ code to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:896545
    • 提供者:曾冬梅
  1. jinchengdiaodu

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

    • 发布日期:2017-03-25
    • 文件大小:1252
    • 提供者:
  1. diaodu

    0下载:
  2. 进程调度 先来先服务 高响应比 短作业优先-process
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:242550
    • 提供者:chumeiyi
  1. zuoyesheji

    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-04-24
    • 文件大小:331648
    • 提供者:段崖崖
  1. caozuoxitong

    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-04-24
    • 文件大小:120595
    • 提供者:段崖崖
  1. zuoyediaodu

    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-03-30
    • 文件大小:4173
    • 提供者:段崖崖
  1. caozuoxitong

    0下载:
  2. 操作系统,汤子赢版,完全按书上所编,有fcfs,短作业优先,置换算法的,叶面置换和url置换-Operating system, Tang Zi win version, exactly as compiled by the book, there are fcfs, short job priority, replacement algorithm, foliage replacement and url replacement
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1662
    • 提供者:严迪
  1. OSlab--scheduling

    0下载:
  2. 操作系统实验--作业调度 编写程序完成批处理系统中的作业调度,要求采用短作业优先的作业调度算法。-OsLab--scheduling
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:65154
    • 提供者:playboy
  1. yxq

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

    • 发布日期:2017-03-24
    • 文件大小:1342
    • 提供者:waiting1314
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com