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

搜索资源列表

  1. vpr-problem

    0下载:
  2. calculation of open shop scheduling problem and vehicle routing problem, want to give everyone a little help
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1605
    • 提供者:poiuyt
  1. jobshop-schedule

    0下载:
  2. 车间调度中机器可变的情况,采用matlab的遗传算法编程-Variable-based machine shop scheduling genetic algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:7103
    • 提供者:
  1. jobshop-scheduling

    1下载:
  2. 这是另外一个基于工序的柔性作业车间调度的程序,简单易行-This is another process based on the flexible job-shop scheduling procedures, simple
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:92582
    • 提供者:
  1. genetic-combination

    1下载:
  2. 一个车间调度程序,它的独特之处在于输入测试矩阵可任意测试。 -A shop scheduling program, its unique in the input test matrix can be arbitrary test.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:123046
    • 提供者:
  1. diannaodaogou

    0下载:
  2. 电脑导购:假定电脑市场共有n家联想专卖店,按店的规模由大到小的顺序每家的坐标对应的是(xi,yi),birdfly每天要接待m位客户,每次的客户坐标是(cx,cy)。对于每一位客户,birdfly要帮他们介绍好联想电脑的相关知识,并把他带到距离当前客户所在位置最近的一家联想店,距离按照dis=sqrt((x1-x2)^2+(y1-y2)^2)公式计算,要求输出m个客户中距离每一位客户坐标(cx,cy)最近的专卖店坐标(xi,yi)。-Computer shopping guide: Suppos
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:174292
    • 提供者:常青树
  1. jsp-ga

    2下载:
  2. 用遗传算法解决车间调度jsp问题,本人针对现有代码的不足,应该是目前最好的pudn的代码。-Shop scheduling with genetic algorithms to solve the problem jsp, I for existing code deficiencies, should be the best pudn code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:4887
    • 提供者:li
  1. ts2

    0下载:
  2. tabu search algorithm for the permutation flow shop problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2398
    • 提供者:Michal
  1. neh

    1下载:
  2. flow shop neh scheduling by makespan minimization
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:613
    • 提供者:mofa
  1. samodified-naborhood-structure

    0下载:
  2. sa flow shop scheduling by make span consideration
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:2605
    • 提供者:mofa
  1. ga

    1下载:
  2. 本代码是利用遗传算法解决简单的JOB—SHOP型的生产调度问题。代码简单,且已经过调试,可以正常运行,C++及遗传算法的初学者可以参考!-This code is the JOB-SHOP-type production scheduling problems using genetic algorithms to solve simple. Simple code, and have been debugging the normal operation of OK, C and Geneti
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2942
    • 提供者:李鹏飞
  1. d4ef13.ZIP

    0下载:
  2. 单件车间调度问题的改进型病毒进化遗传算法Job-shop scheduling problem improved virus evolutionary genetic algorithm-Job-shop scheduling problem improved virus evolutionary genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:1009513
    • 提供者:di2012
  1. C4_5

    0下载:
  2. C4.5决策树算法,可以进行数据分类,是数据挖掘的经典算法-C4.5 decision tree algorithm, data classification, is a classic data mining algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2370
    • 提供者:诸葛亮
  1. SSABOMCGA

    0下载:
  2. 人工智能的经典算法:基于多层编码遗传算法的车间调度算法-Classic algorithms of artificial intelligence: shop scheduling algorithm based on the multi-layer coded genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:10963
    • 提供者:sun
  1. Car1

    0下载:
  2. 流水车间调度问题,应该可以说是,最好的方法-flow shop
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1909
    • 提供者:母顺祥
  1. ACO-on-JSSP

    0下载:
  2. Dynamic job shop scheduling problem is one form of a job shop scheduling problem with varying arrival time job or not concurrent. This problem can be represented in graph form, which is to seek the shortest path from start point to destination point.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:56294
    • 提供者:Bharath
  1. MATLAB

    0下载:
  2. 遗传算法源代码,主要用于车间调度的优化算法-Genetic algorithm source code, mainly for shop scheduling optimization algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:11390
    • 提供者:田有全
  1. genetic-algorithm

    0下载:
  2. 车间作业调度问题是一种NP完全问题,下面的源码是车间作业调度问题的源码-Job shop scheduling problem is an NP-complete problem, the source of the following is the source of the Job Shop Scheduling Problem
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:1525
    • 提供者:快月
  1. 1

    0下载:
  2. 车间调度,适用于刚开始学习调度的朋友使用,看看啊-Shop scheduling, applied to the scheduling of friends just started learning to use, take a look at ah
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:50974
    • 提供者:梁颖
  1. file_puvvt

    0下载:
  2. book for scheduled algorithm by Jonson for flow shop of to machines in constant time
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:18753
    • 提供者:mad
  1. hongsemaolang

    0下载:
  2. 淘宝店铺大红版豪华装修 很漂亮的哦哦 个人喜欢吧 分享给新手卖家-Taobao shop scarlet luxuriously furnished pretty oh personal favorite share novice seller
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-13
    • 文件大小:103889
    • 提供者:阿吉
« 1 2 3 4 5 67 8 9 10 11 12 »
搜珍网 www.dssz.com