CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 旅行商

搜索资源列表

  1. Knap12121

    0下载:
  2. 用动态规划算法编写的有关旅行商问题的java程序-dynamic programming algorithm used in the preparation of the Traveling Salesman Problem java programs
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1927
    • 提供者:侯绍忠
  1. 用贪心算法解决旅行商问题

    0下载:
  2. 用贪心算法解决旅行商问题,能运行的,是本科四年级的软件课程设计源码!,Use greedy algorithm to solve traveling salesman problem, will be able to run is the fourth year undergraduate curriculum design of the software source code!
  3. 所属分类:JSP源码/Java

    • 发布日期:2016-01-25
    • 文件大小:7486
    • 提供者:vivien
  1. Genetic_Algorithm

    0下载:
  2. Java实现的遗传算法解旅行商问题,说明文件在doc中-Java implementation of the Genetic Algorithm for the traveling salesman problem, the documentation in the doc
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:10684
    • 提供者:fly
  1. simulated_annealing

    0下载:
  2. 人工智能问题,通过模拟退火算法实现旅行商问题,随机产生31个地址,计算旅行商走完的最短路径,并绘制路线图。作者:陈华昌-Using simulated annealing algorithm achive "traveler" problem.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:14972
    • 提供者:chc
  1. tsp

    0下载:
  2. 用A*算法解决货郎担(旅行商)tsp问题,用文件读去,文件中需在第一行有数字n,然后再在后面n行输入n*n的数字矩阵,即可得出结果-A*
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2570
    • 提供者:lan
  1. ga_tsp

    0下载:
  2. 遗传算法解决旅行商问题 很好的解决了TSP 这个 典型的NP-HARD问题-Genetic algorithm for TSP
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:43145
    • 提供者:wangchen
  1. TSP

    0下载:
  2. 旅行商问题(迪克斯基算法),swing界面,TSP.-Traveling salesman problem (Dick Gaussian algorithm), swing interfaces, TSP.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2813
    • 提供者:邓楠轶
  1. traveller

    0下载:
  2. 用回溯的方法解旅行商问题。可直接运行。 标题不小心写错了-With the back of the method to solve the traveling salesman problem. Can be run directly.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6749
    • 提供者:康靖林
  1. Knapsack

    0下载:
  2. 包含3个文件,背包问题,旅行商问题,最优BST,都是java编写的。-File have three parts .They are bag problem,knapsack problem and OptimalBST.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2954
    • 提供者:liwei
  1. AstarTSP

    0下载:
  2. A星算法实现旅行商问题 有注释,通俗易懂,简单实现-Astar: TSP Problem in Java Having comments, easy to unerstand
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2133
    • 提供者:Hao
  1. GA

    0下载:
  2. 基因算法描述旅行商问题(Traveling Saleman Problem,TSP)-using Genetic Algorithm to implement the Traveling Saleman Problem.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:9689
    • 提供者:shaoyongjie
  1. Assign

    0下载:
  2. 基因编程方法的另一种特殊实现方法,解决旅行商问题-another special way to solve the Traveling Saleman Problem use genetic algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:8958
    • 提供者:shaoyongjie
  1. A_star_TSP

    0下载:
  2. java语言下,用A星算法实现旅行商TSP问题-solve the traveling salesman problem(TSP)with A star algorithm by java
  3. 所属分类:Java Develop

    • 发布日期:2017-11-30
    • 文件大小:13880
    • 提供者:
  1. Tsp3

    0下载:
  2. 旅行商问题,安徽大学最优路径的寻找。利用机器学习中的遗传算法-Traveling salesman problem, the optimal path of Anhui University looking for.Using genetic algorithms in machine learning.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:83482
    • 提供者:tang
  1. Ant-JAVA-2

    0下载:
  2. 蚂蚁算法的java实现 或称蚁群算法 用于解决TSP旅行商问题 尚待优化-Ant algorithm to achieve the java or ant colony algorithm to solve TSP traveling salesman problem yet to optimize
  3. 所属分类:Java Develop

    • 发布日期:2017-11-07
    • 文件大小:12937
    • 提供者:715420247
  1. GenericAlgorithm

    0下载:
  2. 该代码为遗传算法以及两个实例,背包问题和旅行商问题,每个实例均有三组数据写在代码中,运行时将不需要的数据注释掉即可。-The source is about generic algorithm, including two examples, the knapsack problem and the traveling salesman problem.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:24765
    • 提供者:陈易
  1. yiqunsuanfa

    0下载:
  2. 蚁群算法求解旅行商问题,JAVA实现可视化效果,scr文件夹内的MainFrame.java为主框架代码-Ant colony algorithm for traveling salesman problem, JAVA achieve visual effects, scr folder within the main framework code MainFrame.java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7184
    • 提供者:叶师哲
  1. GA

    0下载:
  2. 基于遗传算法的旅行商问题,求最小路径,java图形界面实现-Traveling salesman problem based on genetic algorithms for the minimum path, java graphical interface to achieve
  3. 所属分类:Applet

    • 发布日期:2017-04-08
    • 文件大小:328273
    • 提供者:薛**
  1. TSP

    0下载:
  2. 遗传算法求解TSP(旅行商问题)。算法设计作业自己做的答案-Genetic Algorithm for TSP
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:6156
    • 提供者:张逸飞
  1. PSOLSp

    0下载:
  2. 10个粒子群算法的旅行商问题,内容详尽 ,可以此类推n个城市的算法-greedy algorithm to do with the country s 31 cities between the TSP source code, the executable in Annex compressed packet. Inside data.txt city.txt of data tables and urban name, and the executable on the same withi
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:13245
    • 提供者:黄健航
« 12 »
搜珍网 www.dssz.com