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

搜索资源列表

  1. 模拟退火算法求解TSP问题

    0下载:
  2. 模拟退火算法求解TSP问题,希望对大家有所帮助-simulated annealing algorithm for TSP, we hope to help
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:615664
    • 提供者:闽红
  1. 解一般tsp问题的并行算法

    0下载:
  2. 此文件是用VC编写的关于编译原理解一般tsp问题的并行算法-this document is prepared by the VC on the original compiler tsp general understanding of the parallel algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:99828
    • 提供者:nyxz
  1. 深度优先算法解决TSP问题

    0下载:
  2. 深度优先算法解决TSP问题深度优先算法解决TSP问题
  3. 所属分类:Windows编程

  1. 模拟退火算法解决tsp问题

    1下载:
  2. 在visual c下开发的模拟退火算法解决tsp问题的代码。可以运行 且结果正确。
  3. 所属分类:C#编程

    • 发布日期:2011-02-18
    • 文件大小:28269
    • 提供者:wobuzhidaook
  1. 蚁群算法tsp问题matlab程序

    2下载:
  2. 简单的求解tsp问题的蚁群算法matlab程序
  3. 所属分类:按钮控件

    • 发布日期:2011-05-20
    • 文件大小:11503
    • 提供者:zwsummer
  1. 遗传算法GA解决TSP问题

    0下载:
  2. 基本遗传算法GA解决TSP问题 完美运行
  3. 所属分类:其它

    • 发布日期:2011-06-13
    • 文件大小:3011
    • 提供者:wsluoqi37
  1. PSO-TSP.rar

    1下载:
  2. 本程序是一个用POS来求解NP难问题,比图TSP问题,实际仿真效果证明改算法合理,This procedure is a POS to use NP hard problem to solve than the TSP problem graph, the actual simulation results prove that a reasonable change algorithm
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-23
    • 文件大小:1094
    • 提供者:杨维
  1. TSP

    0下载:
  2. 由图的邻接矩阵表示下广度优先搜索遍历改编来求TSP问题的近似解-Improve Breadth first searching graph algorith to solve TSP problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:4604
    • 提供者:李雅岚
  1. TSP

    0下载:
  2. 人工智能算法中的TSP问题,使用c++编程-The TSP algorithm of artificial intelligence, the use of c++ programming
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1733
    • 提供者:流星澈
  1. TSP

    0下载:
  2. 此程序是用于tsp问题,也就是单旅行商问题,内容全面,讲解清晰-This procedure is used for tsp problem, traveling salesman problem is a single, comprehensive, on a clear
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:10056
    • 提供者:王斌
  1. tsp

    0下载:
  2. matlat源程序解决tsp问题,使用的是遗传算法,与普通的程序不同,本程序详细介绍了遗传算子的构造-MATLAB to solve tsp problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:3745
    • 提供者:fang
  1. Tsp--SA

    0下载:
  2. 基于sa求解的tsp问题,绝对可以执行,请放心下载。-Based sa problem solving tsp absolutely can perform, please be assured to download.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:615801
    • 提供者:jake
  1. tsp

    0下载:
  2. 用VB写的利用蚁群优化算法解决的20个点的TSP问题,给出了路径以及经过每个点的顺序。-Using VB to write the use of ant colony optimization algorithm to solve the 20 points of TSP problem, given the path and through each point order.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:246840
    • 提供者:孙斌
  1. TSP

    0下载:
  2. TSP问题的经典算法,是实验课的时候做出来的,希望对大家有用-TSP
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4521734
    • 提供者:聂必才
  1. tsp问题

    0下载:
  2. 用c++编写tsp问题的解决方案 The Traveling Salesman Problem (TSP) is a widely mentioned classic case in data structure and algorithm, which can be solved in many methods.
  3. 所属分类:网络编程

    • 发布日期:2014-08-10
    • 文件大小:1605
    • 提供者:uestc_chao
  1. TSP动态规划

    0下载:
  2. TSP问题(担货郎问题)的动态规划算法实现(Dynamic programming implementation of TSP problem)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:663552
    • 提供者:monkeyking
  1. tsp_pso

    0下载:
  2. 基于JAVA语言,使用粒子群算法求解旅行商(TSP)问题(Using particle swarm optimization (pso) algorithm to solve the traveling salesman problem)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:927744
    • 提供者:一诺轻风
  1. 禁忌搜索算法

    0下载:
  2. 用于初学者学习tsp问题及其掌握禁忌搜索算法的应用(For beginners to learn TSP problems and master limited searching algorithm applications)
  3. 所属分类:其他

  1. chapter22

    0下载:
  2. 蚁群算法的优化计算,属于求解TSP问题代码。(Ant colony algorithm for solving TSP code.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:就是ni
  1. 人工鱼群求解TSP问题

    2下载:
  2. 用matlab解决人工鱼群算法处理TSP问题(Solving TSP Problem by Artificial Fish Swarm Algorithms with MATLAB)
  3. 所属分类:其他

    • 发布日期:2020-05-22
    • 文件大小:9216
    • 提供者:程小蛮
« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com