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

搜索资源列表

  1. Genetic-Algorithm

    0下载:
  2. 遗传算法如何利用C++程序来实现,以求作业车间调度等问题。-How to use the genetic algorithm C++ program to implement in order to job shop scheduling problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:14835
    • 提供者:张广乐
  1. proctrl

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

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

    0下载:
  2. 批处理作业调度 回溯法 c++语言编写的批处理作业调度问题算法-flowshop
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:1469
    • 提供者:海日
  1. cz

    0下载:
  2. 用VB编的作业调度算法 使用了FCFS和SJF算法-VB series with the job scheduling algorithm uses the FCFS and SJF algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:15000
    • 提供者:ww
  1. 35738644JCB

    0下载:
  2. 每个用来标识作业的作业控制快JCB用结构来描述,包括以下字段: (1)作业标识数ID (2)作业运行所需要时间requesttime (3)作业实际运行时间runtime (4)作业优先权priority,并规定优先权越大的作业,其优先权越高 (5)作业紧迫程度quick,并规定紧迫程度越高的作业,其数值越大 注:以上字段并非每种作业调度算法都使用,仅仅出于方便编-Each operation used to identify the operational contro
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:68929
    • 提供者:xinchang
  1. 29782175exerciseattemper

    0下载:
  2. 每个用来标识作业的作业控制快JCB用结构来描述,包括以下字段: (1)作业标识数ID (2)作业运行所需要时间requesttime (3)作业实际运行时间runtime (4)作业优先权priority,并规定优先权越大的作业,其优先权越高 (5)作业紧迫程度quick,并规定紧迫程度越高的作业,其数值越大 注:以上字段并非每种作业调度算法都使用,仅仅出于方便编-Each operation used to identify the operational contro
  3. 所属分类:Button control

    • 发布日期:2017-04-08
    • 文件大小:5342
    • 提供者:xinchang
  1. zuoyediaodu

    0下载:
  2. 模拟操作系统的作业调度,由用户选择调度算法-Simulation of the operating system job scheduling, scheduling algorithm by the user to choose
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1502
    • 提供者:zhouxin
  1. Attemper

    0下载:
  2. 此程序可以解决作业调度问题,几种常用的作业调度算法都有.-This procedure can solve the job scheduling problem, several commonly used scheduling algorithms are.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:34181
    • 提供者:王艳
  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. jingcheng

    0下载:
  2. 进程调度 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,目前主要是考FIFO和优先数调度算法(静态优先级)。 输入:进程流文件,其中存储的是一系列要执行的进程, 每个作业包括四个数据项: 进程名 进程状态(1就绪 2等待 3运行) 所需时间 优先数(0级最高) 输出: 进程执行流 和等待时间 平均等待时间 本程序包括:FIFO,优先数调度算法,时间片轮转调度算法 -The process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:1812
    • 提供者:陈伟
  1. shiyan

    0下载:
  2. 自己编的一个关于操作系统作业调度的程序-Own operating system of a job scheduling procedures
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:1425
    • 提供者:宋朝辉
  1. MinTreeAlgorithm

    0下载:
  2. 作业调度和最小生成树的两种求法————作业调度和最小生成树的两种求法作业调度和最小生成树的两种求法-Job Scheduling and Minimum Spanning Tree Method for Two---- job scheduling and minimum spanning tree method of two job scheduling and two minimum spanning tree method
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3792
    • 提供者:owl_li
  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. zuoyediaodu

    0下载:
  2. 操作系统课程设计之作业调度算法,经过老师验收,通过-Curriculum design of operating system scheduling algorithm, after the teacher acceptance, through
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1040
    • 提供者:赵军
  1. zuoyediaodu

    0下载:
  2. 作业调度算法,实现操作系统中作业的调度算法,使用C++语言,对初学操作系统的会有很大帮助。-Job scheduling algorithm, the realization of operating system scheduling algorithm operations, the use of C++ language, the operating system of learning would be of considerable help.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:560259
    • 提供者:李四
  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. work

    0下载:
  2. 操作系统 作业调度程序 课程设计文档 对于linux系统的学习有很大帮助-Operating system scheduling program curriculum design documents for linux system will greatly help the learning
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:442037
    • 提供者:kidol
  1. zydd

    0下载:
  2. 熟悉操作系统的几种作业调度算法,包括FCFS,SJB以及小作业优先的几种算法,并能够对其进行编程实现。 在后备作业队列中输入5个作业各自运行所需要的时间及存储空间。   (1) 按先来先服务的原则进行调度,输出作业调度的顺序及等待的时间和。   (2) 按最短作业(即运行时间最短)优先的原则进行调度,输出作业调度的顺序及等待时间和。   (3) 按最小作业(即存储空间最小)优先的原则进行调度,输出作业调度的顺序及等待的时间和。 -Some familiar with the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:61422
    • 提供者:余祖澔
  1. zuoyediaodu

    0下载:
  2. 这是用VC++编写的实现操作系统中的作业调度算法程序,运行环境VC++6.0-This is VC++ to prepare the realization of operating system scheduling algorithm operating procedures, operating environment VC++6.0
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:43021
    • 提供者:longlong
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 34 »
搜珍网 www.dssz.com