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

搜索资源列表

  1. FCFS,SJF,HRN

    0下载:
  2. 作业调度三种算法FCFS,SJF,HRN-Job Scheduling Algorithm FCFS, SJF, 010-001
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2147
    • 提供者:ghostfish
  1. zuoyediaodu

    0下载:
  2. 这是一个操作系统的作业调度的算法,是用C语言来编程的-This is a system of job scheduling algorithm is the use of C language programming
  3. 所属分类:压缩解压

    • 发布日期:2014-01-15
    • 文件大小:1770
    • 提供者:tom
  1. jyddsf

    0下载:
  2. 比较精度的作业调度三种算法FCFS,SJF,HRN,大家感兴趣的话不防下载
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2148
    • 提供者:bodihotboy
  1. JSPGA

    0下载:
  2. 车间作业调度问题遗传算法Matlab源码
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1784
    • 提供者:hj
  1. YCSFMatlab

    0下载:
  2. 车间作业调度问题用遗传算法解决的通用Matlab程序
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2952
    • 提供者:jianglu
  1. tanxinfa

    0下载:
  2. 算法设计与分析中的贪心法源程序,用VC编写,应用贪心设计策略来解决操作系统中单机、无资源约束且每个作业可在等量时间内完成的作业调度问题-algorithm design and analysis of the greedy algorithm source, VC preparation, application greedy design strategies to solve the stand-alone operating system, without resource constra
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1066
    • 提供者:范铮
  1. 20041019145233711478

    0下载:
  2. 作业调度三种算法FCFS,SJF,HRN,适用于从事人工智能-Job Scheduling Algorithm FCFS, SJF, 010-001, to engage in artificial intelligence
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2147
    • 提供者:麦迪逊
  1. hell1

    0下载:
  2. 用高级语言编写和调试一个或多个作业调度的模拟程序,以加深对作业调度算法的理解-High-level language used to write and debug one or more job scheduling simulation program to enhance the understanding of job scheduling algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:23118
    • 提供者:张三
  1. p_c5

    0下载:
  2. 该程序提供了作业调度算法的源码描述,主要是时间片轮转和高优先权优先算法-The program provides a descr iption of the source job scheduling algorithms, mainly time slice algorithm for rotation and high-priority priority
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:615
    • 提供者:荣阳春
  1. dfsd

    0下载:
  2. 作业调度算法,是关于一个作业调度算法的东西,你懂的-Job scheduling algorithm, job scheduling algorithm is about a thing, you understand
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:2131
    • 提供者:minlex
  1. airfoildesign

    0下载:
  2. 使用作业调度算法,是关于一个作业调度算法的东西-Horizontal axis wind turbine (HAWT) is presently the main device for wind power. With the development of large-scale wind turbine, the research of airfoil designing which take a critical role in wind energy efficiency becomes
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1988
    • 提供者:卓卓
  1. Shop-scheduling-genetic-algorithm

    1下载:
  2. 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1545
    • 提供者:王龙隐
  1. Job-shop-MATLAB

    2下载:
  2. 用matlab编写的车间作业调度的遗传算法程序-Written by matlab genetic algorithm for job shop scheduling procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:102048
    • 提供者:小刚
  1. precess

    0下载:
  2. VC++模拟作业调度算法,包括先来先服务和短作业优先算法-VC++ simulation of job scheduling algorithms, including a first-come first-served priority algorithm and short job
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-15
    • 文件大小:4050660
    • 提供者:victor
  1. JOB

    0下载:
  2. 编写并调度一个多道程序系统的作业调度模拟程序。   作业调度算法:采用基于先来先服务的调度算法。可以参考课本中的方法进行设计。   对于多道程序系统,要假定系统中具有的各种资源及数量、调度作业时必须考虑到每个作业的资源要求。 -Prepare and dispatch a multi-channel program scheduling system simulation program. Job scheduling algorithms: a first-come
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:290308
    • 提供者:悠悠
  1. a-single-channel-analog

    0下载:
  2. 本课程设计要求模拟实现一个的单道批处理系统的作业调度。通过具体的作业队列、作业调度算法等功能的实现,加深对单道批处理系统的作业调度实现过程的理解。-The course design requirements to achieve a single-channel analog batch job scheduling system. Through specific job queue, job scheduling functions such as implementation of th
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:593632
    • 提供者:hezhiqiang
  1. Job-manage

    0下载:
  2. 使用C语言模拟的,单道处理机的作业调度算法,使用的是最大响应比优先的算法。-Simulated using the C language, single-channel processor job scheduling algorithm, using the maximum response than the priority of the algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2531
    • 提供者:
  1. 95222930

    0下载:
  2. 作业调度三种算法FCFS,SJF,HRN()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:dldj%2415280
  1. Ch8_GA_JSP

    0下载:
  2. 利用遗传算法解决车间作业调度问题,matlab代码(Using Genetic Algorithms to Solve Job Shop Scheduling Problem)
  3. 所属分类:matlab例程

    • 发布日期:2020-10-23
    • 文件大小:6144
    • 提供者:lhme
  1. 主要是基于柔性作业车间调度的遗传算法求解

    4下载:
  2. 主要用于作业车间调度的遗传算法求解,研究的问题是柔性作业车间(It is mainly used to solve the genetic algorithm of job shop scheduling. The research problem is flexible job shop)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-03
    • 文件大小:10240
    • 提供者:codebit
« 1 23 4 5 »
搜珍网 www.dssz.com