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

搜索资源列表

  1. 调度算法

    1下载:
  2. 这是操作系统实验的调度算法,包含时间片轮转法,抢占式优先权算法,非抢占式优先权算法,先来先服务算法,短作业(进程)优先调度算法. -This is the experimental operating system scheduling algorithms, including time-rotate, Preemptive priority algorithm, non-preemptive priority algorithm, first-come first-serve algor
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:15062
    • 提供者:梁狂
  1. 作业调度算法的模拟

    0下载:
  2. 用C语言,或C++实现对N个作业分别采用FCFS,SJF,HRN和高优先权优先等算法进行调度。-language C, or C N realization of operations respectively FCFS, SJF, 010-001 and high priority for priority scheduling algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7216
    • 提供者:冯志强
  1. 操作系统高响应比作业调度

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

    • 发布日期:2008-10-13
    • 文件大小:6080
    • 提供者:cfj
  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. 分支限界法_批处理作业调度

    1下载:
  2. 算法设计中的分支限界法中的批处理作业调度问题的实现,是用VC++编写的-algorithm design of branch and bound method of batch job scheduling problem is true, VC + + prepared
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10813
    • 提供者:ddd
  1. 作业调度三种算法FCFS,SJF,HRN

    0下载:
  2. 作业调度三种算法FCFS,SJF,HRN -Job Scheduling Algorithm FCFS, SJF, 010-001
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3592
    • 提供者:杭天
  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
    • 文件大小:1228
    • 提供者:尹亮
  1. 车间调度算法

    2下载:
  2. 水线型车间作业调度问题可以描述如下:n个任务在流水线上进行m个阶段的加工,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以在相应阶段上的任意一台机器上加工,已知任务各道工序的处理时间,要求确定所有任务的排序以及每一阶段上机器的分配情况,使得调度指标(一般求Makespan)最小。下面的源码是求解流水线型车间作业调度问题的遗传算法通用MATLAB源码。
  3. 所属分类:图形图象

  1. 操作系统编程调度算法

    0下载:
  2. 操作系统编程进程或作业先来先服务、高优先权、按时间片轮转调度算法.doc
  3. 所属分类:文档资料

    • 发布日期:2012-09-14
    • 文件大小:210944
    • 提供者:hyfen2009
  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. 2009

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

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

    0下载:
  2. 基于JAVA实现操作系统进程调度算法,FCFS,短作业,时间片
  3. 所属分类:Network Security

    • 发布日期:2017-03-31
    • 文件大小:2557
    • 提供者:sadas
  1. FCFS

    0下载:
  2. 操作系统作业调度FCFS算法模拟程序。根据先来先服务原则对提交作业进行调度执行。-FCFS job scheduling algorithm operating system simulation program. According to the principle of first come first serve on the Executive to submit scheduling operations.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:1952
    • 提供者:李志龙
  1. HRN

    0下载:
  2. 操作系统作业调度HRN算法模拟程序。根据最高响应比优先算法调度作业进入内存运行-Operating system scheduling algorithm simulation program HRN. Response ratio in accordance with the highest priority scheduling algorithm into the memory to run operations
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:2187
    • 提供者:李志龙
  1. 1

    0下载:
  2. 优先比算法常用于批处理系统中作为作业调度算法,也作为多种操作系统的进程调度算法,更可用于实时系统中,以实现对实时作业的实时响应。-Priority than the algorithms commonly used in a batch system as a job scheduling algorithm, but also as a variety of operating system process scheduling algorithm, but also can be used
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1325
    • 提供者:斜阳
  1. FCFS-SJF-HRN

    0下载:
  2. 作业调度三种算法FCFS,SJF,HRN-Three types of job scheduling algorithms FCFS, SJF, HRN
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2127
    • 提供者:小猎人
  1. DualDirectionjobSheudling

    0下载:
  2. 使用双向的调度算法,解决作业 调度问题!效率非常高!值得一看-The use of dual-direction scheduling algorithm, job scheduling problem to solve! Very efficient! Worth a visit
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:69511
    • 提供者:鲁凯
  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. 2

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

    • 发布日期:2017-04-15
    • 文件大小:7519
    • 提供者:李华
  1. HRN_wd

    0下载:
  2. 最高响应比作业调度,通过计算响应比确定其优先级判断作业调度的先后顺序。(The highest response ratio scheduling)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-09
    • 文件大小:237568
    • 提供者:Teee
« 1 23 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com