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

搜索资源列表

  1. sdasd

    0下载:
  2. 车间作业调度问题遗传算法,可以生成调度甘特图。-Job-shop scheduling problem genetic algorithm, can generate Gantt scheduling.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3509
    • 提供者:李志辉
  1. dandao

    0下载:
  2. 编写并调试一个单道处理系统的作业等待模拟程序。   作业等待算法:分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。   对每种调度算法都要求打印每个作业开始运行时刻、完成时刻、周转时间、带权周转时间,以及这组作业的平均周转时间及带权平均周转时间,以比较各种算法的优缺点。 -Write and debug a single-channel processing system operating to wait for simulation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1736
    • 提供者:sylvia
  1. JobShopSchedulingProblemMatlabGeneticAlgorithm

    0下载:
  2. 车间作业调度问题遗传算法Matlab源码,用于解决车间的调度问题-Job Shop Scheduling Problem Matlab genetic algorithm source code for the solution to the scheduling problem workshop
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1725
    • 提供者:sxb
  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. 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. jingcheng

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

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

    0下载:
  2. 车间作业调度问题遗传算法通用程序,请查看-GA used in factory manufacture plan
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:6287
    • 提供者:aircraft
  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. JSPMATLABsourcecode

    1下载:
  2. 车间作业调度问题遗传算法通用MATLAB源程序-the source code is for the workshop schedule program with matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:20014
    • 提供者:木子
  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. 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. FCFSSJF

    0下载:
  2. 用C语言 实现作业调度算法(FCFS,SJF) -Using C language algorithm for job scheduling (FCFS, SJF)
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1970
    • 提供者:黄健宏
  1. JSPGA

    0下载:
  2. 车间作业调度问题遗传算法通用Matlab程序 从GreenSim团队的博客里找的,拿来分享,希望有用-The programme about GA in the JSP problem.Hope it is useful to everyone.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:4752
    • 提供者:Allen
  1. os-2

    0下载:
  2. 实验二 作业调度实验 本实验模拟单处理器系统的作业调度,加深对作业调度算法的理解。用某种语言编写和调试一个作业调度的算法程序,有一些简单的界面,能够运行,仿真操作系统中作业调度的原理和过程。-Second, job scheduling experiment experimental experimental simulation of the single-processor job scheduling system, deepen the understanding of job sc
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:1299
    • 提供者:华博
  1. diaodu

    0下载:
  2. 设计要求模拟实现一个的单道批处理系统环境下的作业调度程序。通过实现具体的作业调度算法,加深对该环境下的作业调度模型和实现过程的理解。 -Design requirements for the realization of a simulation of the single-channel system environment under a batch job scheduling procedures. Through the realization of specific job sche
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:813
    • 提供者:段崖崖
  1. zuoyesheji

    0下载:
  2. 设计要求模拟实现一个的单道批处理系统环境下的作业调度程序。通过实现具体的作业调度算法,加深对该环境下的作业调度模型和实现过程的理解。 至少实现有三种的作业调度算法:先来先服务、短作业优先和响应比优先算法-Design requirements for the realization of a simulation of the single-channel system environment under a batch job scheduling procedures. Through th
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:331648
    • 提供者:段崖崖
« 1 2 3 4 56 7 8 9 10 ... 22 »
搜珍网 www.dssz.com