CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 高响应比

搜索资源列表

  1. 操作系统高响应比作业调度

    0下载:
  2. 操作系统作业调度源码,用的是高相应比算法-Job Scheduling-source operating system, with the corresponding high Algorithm
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5.94kb
    • 提供者:cfj
  1. PAg

    0下载:
  2. 先来先服务,短作业有限,优先级,高响应比等多种调度算法展示-first-come first-service operations limited short-priority, high-response than many other display Scheduling Algorithm
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:54.37kb
    • 提供者:meifeng
  1. jincheng

    0下载:
  2. 进程同步算法模拟,FCFS、短作业优先、高响应比优,用C语言编写,用TC2.0调试结果
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:44.41kb
    • 提供者:袁乃军
  1. Form1

    0下载:
  2. 进程调度(高响应比优先调度)
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:2.02kb
    • 提供者:jiangran
  1. gxyb

    0下载:
  2. 用C实现简单的高响应比优先调度算法的模拟,将模拟进程运行的结果显示出来。假设刚开始时有5个进程处于就绪状态,要求用高响应比优先调度算法为这些进程分配处理机。
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:1.09kb
    • 提供者:cm
  1. 高响应比优先调度

    0下载:
  2. 实进程调度(高响应比优先调度)的功能,客观存在可以按优先的高低来调度程序
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-17
    • 文件大小:65.17kb
    • 提供者:云云
  1. os2final

    0下载:
  2. 先进先出,高响应比,最短优先-FIFO and high response ratio, minimum priority
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.97kb
    • 提供者:陈如
  1. jincheng

    0下载:
  2. 基本上实现处理机对进程的最主要的调度执行算法:包括先来先服务、短作业/进程优先、时间片轮转调度算法、优先权调度算法、高响应比优先调度算法、多级反馈队列调度算法等算法。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:48.65kb
    • 提供者:wf
  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
    • 文件大小:1.2kb
    • 提供者:尹亮
  1. 高响应比调度算法

    0下载:
  2. 为二位二位
  3. 所属分类:Windows编程

  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
    • 文件大小:132.89kb
    • 提供者:hghh
  1. caozuoxitong

    0下载:
  2. 短作业优先、先来先服务、高响应比、时间片轮转等四个进程调度算法的模拟实现-Short jobs first, first-come first-served, high-response ratio, round-robin scheduling algorithm in four process simulation to achieve
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-13
    • 文件大小:3.32mb
    • 提供者:唐帆
  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
    • 文件大小:2.33kb
    • 提供者:xiaohe
  1. 2009

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

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

    0下载:
  2. 有关操作系统的代码,是关于高响应比优先算法的,不知能不能用-On the operating system code, is a high response ratio on the priority scheduling algorithm, I do not know can not
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:820byte
    • 提供者:舒舒
  1. diaodu

    0下载:
  2. 主要使用了时间片轮转算法和高响应比算法模拟进程的调度过程-The main use of Round Robin time slice and high response ratio algorithm simulation process for the activation process
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:29.81kb
    • 提供者:wuweiwei
  1. EmployeeDB

    0下载:
  2. 操作系统调度问题,挂起,等待序列等……a) 时间片轮转 b) 动态优先权调度 c) 高响应比优先调度 -Operating system scheduling problem, hang, waiting for sequence, such as ... ... a) time slice rotation b) the dynamic priority scheduling c) respond to more than high-priority scheduling
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2.13mb
    • 提供者:xinxioan
  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-15
    • 文件大小:3.67mb
    • 提供者:夏雨
  1. 作业调度

    0下载:
  2. 作业调度应用实例,包括先到先处理算法、高响应比优先算法等。(Examples of job scheduling applications include first in first processing algorithms, higher response ratio first algorithms, and so on.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:292kb
    • 提供者:760008522
  1. HRRN

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

    • 发布日期:2018-04-19
    • 文件大小:2.38mb
    • 提供者:Haku_Akitsuki
« 12 3 4 5 6 »
搜珍网 www.dssz.com