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

搜索资源列表

  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. traverller

    0下载:
  2. 产生式系统中旅行商问题的求解-Production System Traveling Salesman Problem Solving
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:43527
    • 提供者:红雨
  1. TSPNEW

    0下载:
  2. 经典的货郎担问题解决办法,采用了模拟退火算法,结构非常清楚,速度很快!-classic traveling salesman problem solution, using simulated annealing, the structure is very clear, very fast!
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1437975
    • 提供者:红红
  1. TSP(TravelingSalesmanProblem)

    0下载:
  2. Traveling Salesman Problem (TSP) has been an interesting problem for a long time in classical optimization techniques which are based on linear and nonlinear programming. TSP can be described as follows: Given a number of cities to visit and th
  3. 所属分类:WEB源码

    • 发布日期:2014-01-17
    • 文件大小:446727
    • 提供者:yangdi
  1. java-tsp-1.3-src

    1下载:
  2. Traveling Salesman Problem Java Genetic Algorithm Solution, Hope all enjoy it.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5686151
    • 提供者:beyonddoor
  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. BruteForceGuilherme.java

    0下载:
  2. Brute force solution for the traveling salesman problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1514
    • 提供者:Guilherme
  1. HeuristicGuilherme

    0下载:
  2. Heuristic solution for the traveling salesman problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1893
    • 提供者:Guilherme
  1. Ga

    0下载:
  2. GA_Traffic The Traveling Salesman Problem (TSP) is maybe the archetypical problem in combinatorial optimization. This problem and its generalizations, vehicle routing problems, have been studied for more than thirty years two entire monograph
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1353
    • 提供者:gardenia_roses
  1. tsp-documentation

    0下载:
  2. The task of this application was to explore the possibilities of genetic programming and to test it on a well known Traveling Salesman Problem (TSP),
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:343039
    • 提供者:ABDELHEDI
  1. the_traveling_salesman_problem

    0下载:
  2. the traveling salesman problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:315515
    • 提供者:Josue
  1. main

    0下载:
  2. 分支限界法实现旅行售货员问题,使用时间挺短的,代码可读性强-Branch and bound to achieve the traveling salesman problem, the use of time very short, readable code
  3. 所属分类:Java Develop

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

    0下载:
  2. Traveling salesman problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2703
    • 提供者:faiç al
  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. 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. Traveling

    0下载:
  2. 回溯法解决旅行售货员问题,求一个有注释的,新手不理解-Backtracking to solve traveling salesman problem, find an annotated, novices do not understand
  3. 所属分类:JavaScript

    • 发布日期:2017-03-23
    • 文件大小:909
    • 提供者:Jack
« 12 »
搜珍网 www.dssz.com