CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 模拟退火 旅行商

搜索资源列表

  1. sa_tsp

    1下载:
  2. 旅行商(TSP)问题一直以来都是一个NP难问题,旅行商问题(TSP问题)就是一销售商从n个城市中的某一城市出发,不重复地走完其余n-1个城市并回到原出发点,在所有可能的路径中求出路径长度最短的一条。本次软件设计是利用模拟退火算法解决TSP问题,通过该软件设计,对模拟退火算法和旅行商问题有个初步的认识。-Traveling Salesman (TSP) problem has always been a NP hard problem, traveling salesman problem (TS
  3. 所属分类:Other windows programs

    • 发布日期:2016-03-14
    • 文件大小:1424
    • 提供者:周薇
  1. TspSA

    0下载:
  2. 首先介绍模拟退火算法,然后编写伪程序,结合Visual C++开发工具求解著名的旅行商问题TSP-Simulated annealing algorithm first introduced, and then the preparation of pseudo-process, combined with Visual C++ development tools for solving the famous Traveling Salesman Problem TSP
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:927448
    • 提供者:liuzhiyong
  1. monituihuo

    0下载:
  2. 用模拟退火的算法解决中国旅行商的问题,结果画出图形直观明了!-Using simulated annealing algorithm to solve traveling salesman problem of China, resulting in intuitive and clear graphics to draw!
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:19107
    • 提供者:王大伟
  1. tabu_matlab

    0下载:
  2. 采用禁忌搜索算法和模拟退火法来求解旅行商问题,PDF文件,说明很详细-Using tabu search algorithm and simulated annealing method to solve the traveling salesman problem, PDF document describing in great detail
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:74858
    • 提供者:王敏蔚
  1. tspDEMO

    0下载:
  2. tsp问题求解,旅行商问题求解使用模拟退火算法-TSP SOLVED IN VC++
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3386
    • 提供者:lz
  1. Simulated

    0下载:
  2. 用模拟退火算法求30个城市的旅行商问题的C程序-Simulated Annealing Algorithm with 30 cities of the TSP C program
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1027343
    • 提供者:li qing
  1. monituihuo

    0下载:
  2. 模拟退火法求解n个城市的旅行商问题,很好用,只需做简单的修改就可以。-Simulated annealing method for solving n-city traveling salesman problem, useful, just do a simple modification can be.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2531
    • 提供者:王晶
  1. TSP

    0下载:
  2. 模拟退火算法解决旅行商问题的的C++代码-Simulated annealing algorithm to solve the traveling salesman problem C++ code
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:754
    • 提供者:王红
  1. SA-TSP

    0下载:
  2. 一个模拟退火算法,计算旅行商问题:注意:一共三个文件,第一个是主程序,下面两个是子函数-A simulated annealing algorithm to calculate the traveling salesman problem: Note: A total of three files, the first one is the main program, the following two sub-functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:10288
    • 提供者:hxliang
  1. fireTSP

    0下载:
  2. 模拟退火解决旅行商(TSP问题)采用康立山等人的算法 能得到最优解,速度可以-Kang Tateyama simulated annealing to solve the traveling salesman (TSP problems) algorithm can get the optimal solution can speed
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:1368
    • 提供者:Jason
  1. matlab_simulated-annealing-algorithm

    0下载:
  2. 模拟退火算法 简单清晰 他是一种求解旅行商问题的高效算法,适合大家研究,欢迎改进,指正。-It is a simulated annealing algorithm.He is an efficient algorithm is used for solving the traveling salesman problem
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:4529
    • 提供者:Wang Hao
  1. 2009011308_homework3

    0下载:
  2. 清华大学人工智能小作业,旅行商问题,模拟退火/遗传算法-Tsinghua University artificial intelligence job, traveling salesman problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-02
    • 文件大小:100300
    • 提供者:liangchen
  1. TSPS

    0下载:
  2. TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序-TSP (traveling salesman problem, traveling salesman problems) general malab source program of simulated annealing algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:778
    • 提供者:张飞
  1. SA-TSP

    0下载:
  2. 使用模拟退火算法来解决TSP旅行商优化问题-Using simulated annealing algorithm to solve TSP traveling salesman optimization problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:175207
    • 提供者:乔兵
  1. SA_Tsp

    0下载:
  2. 模拟退火旅行商问题用C#语言编写的,有界面计算城市之间旅行最短行程问题-Simulated annealing traveling salesman problem written in C# language, the interface to calculate the shortest path problem traveling between cities
  3. 所属分类:CSharp

    • 发布日期:2017-06-17
    • 文件大小:26508739
    • 提供者:jason
  1. SA_TSP

    0下载:
  2. 模拟退火算法做的来处理的旅行商问题,可以参考下,但希望不要直接用。-Simulated annealing algorithm to deal with the traveling salesman problem, you can refer to, but I hope not to use directly.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:2735
    • 提供者:jim lu
  1. a

    0下载:
  2. 模拟退火求解旅行商问题,命令行输入格式为: 程序名 输入文件名 输出文件名-Simulated Annealing Traveling Salesman Problem, the command line input format: program name Enter the file name of the output file name
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:16818
    • 提供者:黄予
  1. TSP_main_Program

    0下载:
  2. 此算法为模拟退火算法,典型例题为旅行商选路问题,也可用于计算机网络中的路由选择问题-Simulated annealing algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:768
    • 提供者:wangyaowen
  1. SA

    0下载:
  2. 针对于多个城市的最短距离问题或旅行商问题,模拟退火算法,C#程序-For the shortest distance problem or traveling salesman problem in many cities, simulated annealing algorithm, C# program
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-26
    • 文件大小:67849
    • 提供者:py
  1. arithmetic

    0下载:
  2. 用Java分别实现了遗传、模拟退火、BP的旅行商问题(The traveling salesman problem of heredity, simulated annealing and BP was realized by Java)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:367616
    • 提供者:于鱼鱼
« 12 »
搜珍网 www.dssz.com