CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 高响应比优先算法

搜索资源列表

  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. 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. jinchengdiaodu.rar

    0下载:
  2. 操作系统作业:提供以下算法代码 1.先来先服务 2.优先级调度 3.短作业优先 4.响应比高优先,Operating system: to provide the following algorithm code 1. First Come First Served 2. Priority Scheduling 3. Short operating priority 4. To respond to high priority
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1.82kb
    • 提供者:zhangguifa
  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. ZYDD1

    0下载:
  2. 先来先服务算法(FCFS),短作业算法(SJF),高响应比算法(HRN)和高优先权优先算法是作业调度总经常采用的,通过上述算法的模拟加深对作业控制块JCB的理解和作业调度过程的实现技巧。-First-come first-serve algorithm (FCFS), a short operating algorithm (SJF), a high response ratio algorithm (HRN) and high-priority priority scheduling algo
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:127.36kb
    • 提供者:hghh
  1. diaodu

    0下载:
  2. 先来先服务(FCFS)算法、短作业优先(SJF)算法、高响应比(HRN)算法和高优先权优先算法是作业调度中经常采用的,通过上述算法的模拟加深对作业控制快JCB的理解和作业调度过程的实现技巧-job jobjob jobjob jobjob jobjob jobjob jobjob jobjob jobjob job
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:15.86kb
    • 提供者:赵子航
  1. ProcessScheduling

    0下载:
  2. 操作系统的进程调度算法模拟,FCFS、SJF、高响应比优先,基于MFC对话框,可动态显示就绪队列和当前执行进程-Operating system process scheduling algorithm simulation, FCFS, SJF, high priority response ratio, based on MFC dialog box, you can dynamically display the ready queue and the current implementa
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1.9mb
    • 提供者:Meihua
  1. Test

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

    • 发布日期:2017-04-14
    • 文件大小:4.31kb
    • 提供者:范渊
  1. HRF

    0下载:
  2. 操作系统-高响应比优先算法,自己写的,保证运行-Operating system- high response than the first algorithm, write their own to ensure the run
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1.19kb
    • 提供者:ruirui
  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
    • 文件大小:132.85kb
    • 提供者:
  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
    • 文件大小:1.88kb
    • 提供者:
  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
    • 文件大小:975.03kb
    • 提供者:
  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
    • 文件大小:310.25kb
    • 提供者:chenkelin
  1. FZYDD11i

    0下载:
  2. 先来先服务算法(FCFS),短作业算法(SJF),高响应比算法(HRN)和高优先权优先算法是作业调度度总经常采用的,通过上述算法的模拟加深对作业控制块JCB的理解和作业调度过程的实现技巧。 -Algorithm (FCFS) first-come, first-served the short operating algorithm (SJF), high response first algorithm than the algorithm (HRN) and high-priority
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:127.36kb
    • 提供者:shanchun
  1. test

    0下载:
  2. 线程的创建与消除,进程的创建与消除,关于进程调度算法,高响应比优先,轮转调度算法,短作业优先算法-Thread creation and elimination, the process of creation and elimination, on the process scheduling algorithm, a high response ratio priority scheduling algorithm, short operating priority algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:2.2mb
    • 提供者:冯鹏飞
  1. hrn

    0下载:
  2. 高响应比优先调度算法的模拟c++实现,自己编写,如有错误还请指教-Implementation, than analog c++ priority scheduling algorithm of high response to write your own, if there is an error, please enlighten
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.93kb
    • 提供者:nihao
  1. taskScheduling

    0下载:
  2. 模拟常用的操作系统进程调度算法,包括先来先服务,短作业优先,高响应比优先- Analog commonly used operating system process scheduling algorithms, including a first-come first-serve, short operating priority, high priority response ratio
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:202.31kb
    • 提供者:余丽辉
  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
« 12 »
搜珍网 www.dssz.com