搜索资源列表

  1. sdasd

    0下载:
  2. 车间作业调度问题遗传算法,可以生成调度甘特图。-Job-shop scheduling problem genetic algorithm, can generate Gantt scheduling.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-10-05
    • 文件大小:3072
    • 提供者:李志辉
  1. Shop-scheduling-genetic-algorithm

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

    • 发布日期:2024-10-05
    • 文件大小:2048
    • 提供者:王龙隐
  1. gannt-painting

    0下载:
  2. 这是一个用visual stdio 2008写的车间调度甘特图源代码-This is a written with visual stdio 2008 shop scheduling Gantt chart source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-10-05
    • 文件大小:8135680
    • 提供者:fan
  1. xiaofei_jsp

    1下载:
  2. 该程序是用MATLAB写的,用pso算法解决了6X6的车间调度问题,并绘制了甘特图,代码简单易学。-The program is written in MATLAB, a 6X6 with pso algorithm to solve the job shop scheduling problem, and draw a Gantt chart, the code is easy to learn.
  3. 所属分类:matlab例程

    • 发布日期:2024-10-05
    • 文件大小:34816
    • 提供者:XiaoFei
  1. Genetic-algorithm-problem

    0下载:
  2. 车间作业调度问题遗传算法,程序还将绘出三副图片:两条收敛曲线图和甘特图(各工件的调度时序图)-Genetic algorithm for job shop scheduling problem, the program will draw three pictures: two convergent graphs and Gantt (schedule timing diagram of the workpiece)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-10-05
    • 文件大小:2048
    • 提供者:卢永鹏
  1. xitong

    0下载:
  2. 遗传算法++车间调度++甘特图++代码+++都是自己写的-GA and chejian
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-10-05
    • 文件大小:658432
    • 提供者:zhaohuanhua
  1. gatte(C)

    0下载:
  2. 车间调度中,用于圣城甘特图的程序御源码,很有用的,具体程序里有标注。-Shop scheduling procedures Imperial source for the holy city Gantt chart, useful, specific procedures noted.
  3. 所属分类:系统编程

    • 发布日期:2024-10-05
    • 文件大小:218112
    • 提供者:李帅
  1. gantetu

    0下载:
  2. 车间调度中,用于甘特图的程序御源码,很有用的,具体程序里有标注。-Shop scheduling procedures Imperial source for the holy city Gantt chart, useful, specific procedures noted.
  3. 所属分类:系统编程

    • 发布日期:2024-10-05
    • 文件大小:218112
    • 提供者:李帅
  1. 20121008GA

    0下载:
  2. 用vb编写的车间调度算法,包括各种算子的核心算法和声称甘特图的算法-Shop scheduling algorithm vb prepared, including the the operator core algorithm and claimed Gantt chart algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-10-05
    • 文件大小:294912
    • 提供者:王霄侠
  1. jsgas

    0下载:
  2. 遗传算法车间调度,车间作业调度问题遗传算法,各工件各工序的结束时刻,可根据它绘出甘特图,各代群体平均适应值的记录.-The genetic algorithm shop scheduling, job shop scheduling problems with genetic algorithms, each moment of the end of the process of the workpiece, it plotted th
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-10-05
    • 文件大小:51200
    • 提供者:陈湖
  1. JSPGA

    0下载:
  2. 车间调度算法,已经调试好,能够出甘特图。希望大家交流借鉴。-job shop sheduling, genetic algorithm, matlab code, can output gante picture.
  3. 所属分类:编程文档

    • 发布日期:2024-10-05
    • 文件大小:2048
    • 提供者:俞训峰
  1. jobshop-sa-jsp

    0下载:
  2. 模拟退火算法解决作业车间调度jobshop问题,以FT06问题为例说明,可产生甘特图,JSPmain是主函数。-Simulated annealing algorithm to solve the job shop scheduling jobshop problem to FT06 problem as an example, can produce a Gantt chart, JSPmain is the main functio
  3. 所属分类:matlab例程

    • 发布日期:2024-10-05
    • 文件大小:5120
    • 提供者:chenzhen
  1. JohnsonAlgorithm

    1下载:
  2. 车间调度的JohnsonAlgorithm算法产生甘特图的MATLAB源代码。-JohnsonAlgorithm shop scheduling algorithm to generate a Gantt chart of the MATLAB source code.
  3. 所属分类:其他小程序

    • 发布日期:2024-10-05
    • 文件大小:4096
    • 提供者:李广
  1. Untitled

    0下载:
  2. 这是一个用于画甘特图的例子,主要用于模糊柔性作业调度问题中-This is an example of drawing the Gantt chart,mainly applied to the fuzzy flexible job-shop scheduling problem
  3. 所属分类:绘图程序

    • 发布日期:2024-10-05
    • 文件大小:2048
    • 提供者:林剑
  1. PSO solve JSP

    0下载:
  2. 用粒子群算法求解车间调度问题,包含甘特图的制作程序(Particle swarm optimization algorithm for job shop scheduling problem, including Gantt chart)
  3. 所属分类:matlab例程

    • 发布日期:2024-10-05
    • 文件大小:33792
    • 提供者:jiangnancs
  1. 遗传算法 车间调度 甘特图 代码

    0下载:
  2. 遗传算法解决车间调度问题,可以直接运行出结果,没有问题(Solving job shop scheduling problem by genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2024-10-05
    • 文件大小:3072
    • 提供者:白同学
  1. matlab_gatt

    0下载:
  2. matlab甘特图生产车间调度问题流水线问题并行机调度问题等(MATLAB for gatt)
  3. 所属分类:matlab例程

    • 发布日期:2024-10-05
    • 文件大小:1024
    • 提供者:lee1203
  1. 遗传算法 车间调度 甘特图 代码

    0下载:
  2. 修改了网上不对的程序,可以用遗传算法求解。并画出甘特图(Modified the wrong program on the Internet, which can be solved by genetic algorithm. And draw Gantt chart.)
  3. 所属分类:其他小程序

    • 发布日期:2024-10-05
    • 文件大小:75776
    • 提供者:有根
  1. 粒子群code优化生产调度matlab

    0下载:
  2. 利用粒子群优化算法用于生产调度,结果为直观的甘特图(Particle Swarm Optimization (PSO) algorithm is used in production scheduling, and the result is intuitive Gantt chart.)
  3. 所属分类:其他小程序

    • 发布日期:2024-10-05
    • 文件大小:15360
    • 提供者:zhuifengkaka
  1. jobshopingmatlab

    0下载:
  2. 能实现作业车间的调度,以及生产相应的甘特图(It can realize the scheduling of workshops and produce corresponding Gantt charts.)
  3. 所属分类:Windows编程

    • 发布日期:2024-10-05
    • 文件大小:55296
    • 提供者:酥饼

源码中国 www.ymcn.org