CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - TSP问题

搜索资源列表

  1. 遗传算法解决TSP问题

    0下载:
  2. 大家好!这是一个由VC编写的遗传算法解决TSP问题的源代码,希望能初学者有所帮助!-everyone! This is a VC prepared by the Genetic Algorithm for the Traveling Salesman Problem source code, hope to help beginners!
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:59.32kb
    • 提供者:舒小敏
  1. acs_TSP

    1下载:
  2. 蚁群算法VB源代码,解决TSP问题的程序,有多种TSP问题解答!-Ant Algorithm VB source code to solve the TSP process, a number of TSP answer!
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:50.57kb
    • 提供者:叶小勇
  1. 09

    0下载:
  2. 设计一个求解图着色的问题的算法,(不可以用贪心算法)及用贪心算法设计一个TSP问题-Design a plan for solving the problem coloring algorithm, (can not use greedy algorithm) and greedy algorithm design using a TSP problem
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:860byte
    • 提供者:
  1. ANTtsp

    0下载:
  2. 蚁群算法求解TSP问题, 蚁群算法求解TSP问题-Ant colony algorithm for TSP, the ant colony algorithm for TSP, the ant colony algorithm for TSP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-07
    • 文件大小:4.81kb
    • 提供者:罗蓝
  1. 1

    0下载:
  2. 使用蚁群算法解决TSP问题得出最佳的城市循环路径-An Approach for TSP problem based on Ant Colony Algorithms
  3. 所属分类:Web Server

    • 发布日期:2017-11-16
    • 文件大小:1.75kb
    • 提供者:mandy
  1. a

    0下载:
  2. 用粒子群算法解决tsp问题,可以引用数据包-With particle swarm algorithm to solve tsp problem
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-15
    • 文件大小:7.16kb
    • 提供者:催催
  1. ga_tsp

    0下载:
  2. 遗传算法小程序,关于解决TSP问题的遗传算法,仅供参考-GA small program on the settlement of the TSP Genetic Algorithm for reference purposes only and interact more
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3.72kb
    • 提供者:djw55453
  1. lvxingshang

    0下载:
  2. JAVA实现旅行商问题,有简单的可视化界面 有N个城市,要求从其中某个问题出发,唯一遍历所有城市,再回到出发的城市,求最短的路线。使用模拟退火算法可以比较快的求出TSP的一条近似最优路径。-JAVA traveling salesman problem, a simple visual interface There are N cities, which to ask a question, the only way to traverse all cities, and then
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-11
    • 文件大小:3.06kb
    • 提供者:辜丽梅
  1. 模拟退火tsp问题

    0下载:
  2. 这篇matlab程序应用模拟退火算法解决tsp问题(This matlab program uses simulated annealing algorithm to solve the TSP problem)
  3. 所属分类:网络编程

    • 发布日期:2017-12-15
    • 文件大小:12kb
    • 提供者:nicaic
  1. s4_7

    0下载:
  2. 基于SGA算法解决TSP问题,使用excel将城市的坐标导入到matlab(Based on the SGA algorithm to solve the TSP problem, the use of Excel coordinates the city into the MATLAB)
  3. 所属分类:网络编程

    • 发布日期:2017-12-30
    • 文件大小:6kb
    • 提供者:hx824
  1. TS-TSP

    0下载:
  2. 用TS算法解决推销商最短路径问题,数据是中国的各个省会和直辖市(Salesman to solve the shortest path problem with TS algorithm, the data is Chinese all provincial capitals and municipalities directly under the central government)
  3. 所属分类:网络编程

    • 发布日期:2018-01-02
    • 文件大小:3kb
    • 提供者:漆膜
  1. ufhry

    0下载:
  2. 本资源包括基于模拟退火算法解决TSP问题的相关代码以及TSP的城市数据()
  3. 所属分类:网络编程

  1. Python-Ant-Colony-TSP-Solver-master

    1下载:
  2. 用蚁群算法解决tsp问题的python代码实现(tsp Ant System python code)
  3. 所属分类:网络编程

    • 发布日期:2018-04-21
    • 文件大小:5kb
    • 提供者:kangXIAOBai
  1. 7943515

    0下载:
  2. 资源包含遗传算法解决TSP问题=的相关代码以及TSP相关的城市数据()
  3. 所属分类:网络编程

    • 发布日期:2018-04-22
    • 文件大小:79kb
    • 提供者:neloise
  1. tsp

    0下载:
  2. matlab源代码用模拟退火算法求解TSP问题(we use SA to solve TSP problem, This is the matlab code.)
  3. 所属分类:网络编程

    • 发布日期:2018-05-01
    • 文件大小:2kb
    • 提供者:奔跑人生
  1. 1223

    0下载:
  2. TSP是典型的NP完全问题,即其最坏情况下的时间复杂度随着问题规模的增大按指数方式增长,遗传算法可进行有效求解(TSP is a typical NP-complete problem, that is, the time complexity in the worst case increases exponentially as the scale of the problem increases, and the genetic algorithm can be effectively s
  3. 所属分类:网络编程

    • 发布日期:2018-05-03
    • 文件大小:11kb
    • 提供者:即便偶不变
搜珍网 www.dssz.com