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

搜索资源列表

  1. jobschdule

    0下载:
  2. 实现了操作系统作业调度算法中的先来先服务、短作业优先、优先权高者优先、响应比高者优先四种调度算法。-Operating system job scheduling algorithm first come first served, short job priority, the priority to high priority response than the high priority the four scheduling algorithms.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1587
    • 提供者:饭饭
  1. Test

    0下载:
  2. 调度算法。包换先来先服务、高响应比优先、多级反馈队列调度、短作业优先等等。-Scheduling algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4410
    • 提供者:范渊
  1. MFC-process-shedule

    0下载:
  2. 在MFC界面显示调度算法,包括先来先到,短作业优先,高响应比,时间片轮转算法的演示。-MFC interface to display the scheduling algorithm, including a first-come first short job priority, high response ratio, round-robin algorithm demonstration.
  3. 所属分类:Windows Kernel

    • 发布日期:2015-07-16
    • 文件大小:7641088
    • 提供者:小憩
  1. Tzuoyediaodush

    0下载:
  2. 作业调度算法有三种:先进先出出、短作业优先、响应比高者优先 -Job scheduling algorithm in three ways: first in, first out the short jobs priority response than the high priority
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:6925
    • 提供者:
  1. FZYDDzipi

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

    • 发布日期:2017-04-17
    • 文件大小:136034
    • 提供者:
  1. Ojinchengdiaop

    0下载:
  2. 操作系统作业:提供以下算法代码1.先来先服务2.优先级调调度 3.短作业优先4.响应比高优先,已通过测试。 -Operating system tasks: to provide the following algorithm code 1. First come first serve. Priority adjust scheduling. Short jobs priority 4 response than the high priority that has been tested
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1927
    • 提供者:
  1. S2009ziph

    0下载:
  2. 用短作业优先,高响应比,先来来先服务算法实现了作业调度的模拟 -Priority to short jobs, high response, first-come first-served algorithm for the simulation of job scheduling
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:998432
    • 提供者:
  1. jcdd_02

    0下载:
  2. 简单模拟操作系统的进程调度算法实现。包括先来先服务,时间片论转,高响应比,短作业优先等。-Simple simulation of the operating system process scheduling algorithm. Including a first-come first-served, on the transfer of the time slice, high-response, short job priority.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:317699
    • 提供者:chenkelin
  1. Short-job-scheduling-algorithm

    0下载:
  2. 实现短作业调度算法,是以进入系统的作业所提出的“执行时间”为标准,总是优先选取执行时间最短的作业。-Short job scheduling algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-11-13
    • 文件大小:365905
    • 提供者:贺思华
  1. job-scheduling

    0下载:
  2. 操作系统作业调度,包括单、多道批处理先来先服务算法,单、多道处理最短作业优先调度算法,单道批处理响应比高者优先调度算法-Operating system job scheduling, including single and multi-channel batch first-come, first-serve algorithm, single and multi-channel processing shortest job first scheduling algorithm, sing
  3. 所属分类:OS Develop

    • 发布日期:2017-11-07
    • 文件大小:432772
    • 提供者:潘宝
  1. java

    0下载:
  2. 用先来先服务算法,最短作业优先调,优先级调度实现进程调度 -With first-come, first-serve algorithm, shortest job first tune, priority scheduling process scheduling
  3. 所属分类:JavaScript

    • 发布日期:2017-11-30
    • 文件大小:7896
    • 提供者:陈珍
  1. dsfdsgvfdsgfvsd

    0下载:
  2. 1) 采用先来先服务(FCFS)调度算法,即按作业到达的先后次序进行调度。总是首先调度在系统中等待时间最长的作业。 2) 短作业优先 (SJF) 调度算法,优先调度要求运行时间最短的作业。 3) 响应比高者优先(HRRN)调度算法,为每个作业设置一个优先权(响应比),调度之前先计算各作业的优先权,优先数高者优先调度。RP (响应比)= 作业周转时间 / 作业运行时间 每个作业由一个作业控制块JCB表示,JCB可以包含以下信息:作业名、提交(到达)时间、所需的运行时间、所需的资源、作业
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:31122
    • 提供者:张志刚
  1. daima

    0下载:
  2. java实现进程管理。进程控制,短作业优先,先来先服务等算法实现。-java programme
  3. 所属分类:Button control

    • 发布日期:2017-11-10
    • 文件大小:9656
    • 提供者:William
  1. SJF

    0下载:
  2. 操作系统实验内容,实现抢占式短作业优先处理机调度,结合内存管理,内存管理采用首次适应分配算法-Experimental content of the operating system, preemptive short job priority processor scheduling, combined with the memory management, memory management using the first-fit allocation algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:3083
    • 提供者:口天吴
  1. os5

    1下载:
  2. 通过在实验三阶段基础上,完成实现按先来先服务FCFS、短作业优先SJF以及时间片轮转算法调度进程的模拟过程,掌握进程调度算法的方法。-Completed on the basis of the experimental three-stage short operating priority SJF as well as round-robin the algorithm scheduling process simulation, first-come, first-served FCFS m
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:243510
    • 提供者:lizhi
  1. os

    0下载:
  2. 该程序为操作系统进程调度模拟,用c语言开发,算法为短作业优先,其中预留了其他算法的接口。-Operating system process scheduling simulation algorithm for short operating priority
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-20
    • 文件大小:50227
    • 提供者:恩恩
  1. process-scheduling-experiment

    0下载:
  2. 操作系统进程调度实验://代码没有问题,是由cpp改成txt的,肯定能够运行。 //功能:根据磁盘调度的三种算法FCFS、短作业优先SJF和时间片轮转计算出处理机在分配内存时的工作原理,同时加深对这三种算法的记忆。 -Operating system process scheduling experiment ://code no problem, is changed by the cpp txt certainly be able to run.// Function: acc
  3. 所属分类:OS Develop

    • 发布日期:2017-11-25
    • 文件大小:1628
    • 提供者:金旭斌
  1. operation-system-lecture-design

    0下载:
  2. 运用个java语言 实现操作系统课程设计 作业调度模拟包含短作业优先,先入先出算法,优先权调度算法等-Use java language courses on operating system design job scheduling simulation contains short operating priority, first-in, first-out algorithm, priority scheduling algorithm
  3. 所属分类:JavaScript

    • 发布日期:2017-11-22
    • 文件大小:33866
    • 提供者:melody
  1. SJF-FCFS

    0下载:
  2. 先来先服务FCFS和短作业优先SJF进程调度算法-First-come, first-served FCFS and short operating priority process scheduling algorithm SJF
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:2019
    • 提供者:杨顺刚
  1. fcfs-sjf

    0下载:
  2. 先来先服务FCFS和短作业优先SJF进程调度算法-First-come, first-served FCFS and short operating priority process scheduling algorithm SJF
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:954821
    • 提供者:雷丽楠
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com