CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - VRP code

搜索资源列表

  1. vrp.rar

    5下载:
  2. 编写的基于遗传算法解决VRP问题的源代码,Prepared VRP based on genetic algorithm to solve the problem of source code
  3. 所属分类:Other systems

    • 发布日期:2016-12-28
    • 文件大小:4.09kb
    • 提供者:张凯
  1. AP_For_VRPTW100

    1下载:
  2. 车辆路径问题的C代码,里面有测试数据和结果分析。-Vehicle routing problem with the C code, there are test data and results analysis.
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1.63mb
    • 提供者:Zhang Minjie
  1. vrp

    0下载:
  2. VRp problem solver , vith source code-VRp problem solver , vith source code
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:13.08kb
    • 提供者:sdfg
  1. VRP

    1下载:
  2. 一个求解车辆路径问题的粒子群算法的源码,用C++编写。-Solving a vehicle routing problem with the particle swarm algorithm source code, using C++ Prepared.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:54.46kb
    • 提供者:ghy
  1. Neighbor-search-method

    0下载:
  2. 一种用近邻搜索法解决VRP问题的源代码,可以解决多种问题-Source code of a nearest neighbor search method to solve the VRP problem
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:5.11kb
    • 提供者:孙常虹
  1. AAnt_colony_an

    0下载:
  2. 蚁群算法源程序.该程序试图对具有31个城市的VRP进行行求解,已知的最优解为784.1,已通过测试。 -Ant colony algorithm source code of the program is trying to line solving the VRP with 31 cities, the known optimal solution of 784.1, has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:6.58kb
    • 提供者:渗透
  1. PSO

    6下载:
  2. 用粒子群算法解决一般的VRP问题,这个是PSO的源代码-This is the source code of the PSO particle swarm algorithm to solve the general problem of VRP,
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:4.76kb
    • 提供者:林冠男
  1. CPP

    0下载:
  2. VRP问题的C++源程序,可以解决目标城市数量较少的VRP问题-C++ code for vrp
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:213.94kb
    • 提供者:wen
  1. vrp-jieyuelichengsuanfa

    1下载:
  2. 数模vrp问题---节约里程算法C++代码 -vrp saving mileage algorithm C++ code。
  3. 所属分类:Other windows programs

    • 发布日期:2014-06-03
    • 文件大小:1kb
    • 提供者:lee
  1. VRP-1

    0下载:
  2. this code solves vehicle routing problem using simulated annealing algorithm in matlab. in this code , we create different models and then evaluate them using SA algorithm. one of the advantage of this code , is that code is splitting diff
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.45kb
    • 提供者:mojtaba
  1. antcolony

    0下载:
  2. vrp code with ant colony in matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.38kb
    • 提供者:mohammad.b
  1. vrp

    0下载:
  2. 此代码是用lingo实现基本的vrp问题,简单易懂,方便学习-This code is used to achieve the basic lingo vrp problem, easy to understand, easy to learn
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.36kb
    • 提供者:楚休红
  1. GA-VRP

    0下载:
  2. 使用MATLAB解决了VRP问题 代码简单易懂-Use MATLAB to solve the VRP straightforward code
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7.37kb
    • 提供者:pengyr
  1. source

    0下载:
  2. VRP C/C++ Library of Local Search Heuristics for the Vehicle Routing Problem. ... latest source code can be obtained http://www.coin-or.org/projects/VRPH.xml-VRP C/C++ Library of Local Search Heuristics for the Vehicle Routing Problem. ... latest sou
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-14
    • 文件大小:4.19kb
    • 提供者:Esddiq
  1. GA

    0下载:
  2. 是一个关于VRP问题的简单的GA算法代码,里面有零售商,中间商的成本关系!-Is a simple question about VRP GA algorithm code, there are a retailer, middleman cost relationships!
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:10.8kb
    • 提供者:安素
  1. CVRP-GA-master (1)

    1下载:
  2. source code of VRP based on GA
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:704kb
    • 提供者:leonche
  1. vrp

    0下载:
  2. 车辆路径问题用遗传算法来求解,借助了matlab的程序代码(The vehicle routing problem is solved by genetic algorithm, with matlab program code.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:16kb
    • 提供者:小小周zzz
  1. Genetic algorithm to vehicle routing problem

    1下载:
  2. 这个代码是采用遗传算法解决车辆路径优化问题,大家一块学习(This code is to solve the vehicle routing optimization problem with genetic algorithm.)
  3. 所属分类:Windows编程

    • 发布日期:2019-10-19
    • 文件大小:2kb
    • 提供者:潇1默
搜珍网 www.dssz.com