登录
首页 » 算法 » 旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的...

旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的...

于 2022-06-21 发布 文件大小:1.17 MB
0 201
下载积分: 2 下载次数: 1

代码说明:

旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。 -Traveling Salesman Problem, or TSP problem (Travelling Salesman Problem) is a well-known field of mathematics problems. Assuming there is a travel business to visit n cities, he must choose which path to go, via the restriction is to visit each city only once and the last to go back to the original departure city. Path selection objective is to get the path distance for all paths are the minimum.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DES (C 源代码)
    这是C语言的 DES 加密算法在 。欢迎下载,试用。非常感谢大家的支持!
    2022-05-20 14:55:39下载
    积分:1
  • a full 3D simulation of electromagnetic waves with efficient absorbing boundary...
    a full 3D simulation of electromagnetic waves with efficient absorbing boundary a full 3D simulation of electromagnetic waves with efficient absorbing boundary conditions SYNOPSIS- a full 3D simulation of electromagnetic waves with efficient absorbing boundary a full 3D simulation of electromagnetic waves with efficient absorbing boundary conditions SYNOPSIS
    2022-05-25 07:53:42下载
    积分:1
  • 一些的C 的实现
    一些算法的C 的实现-Some algorithm realization C
    2022-03-07 18:50:51下载
    积分:1
  • 判断随机数,用于随机读取数据的时候,是初级源代码,可以修改用于其他地方...
    判断随机数,用于随机读取数据的时候,是初级源代码,可以修改用于其他地方-Determine the random numbers for random read data, it is the primary source code, can be modified for other places
    2022-01-30 22:01:58下载
    积分:1
  • 超像素图像SLIC
    SLIC算法是一种小范围的像素迭代形成超像素的算法,与K-means算法有相似之处,不过SLIC在找最近邻居时不需要搜索整个空间,从S*S中就可以得到很好的结果。在VS2008,MFC实现。
    2022-02-10 07:21:03下载
    积分:1
  • % [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist ) %...
    % [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist ) % Find the indices of the nearest neighbours of the given desriptors in the近邻点寻找算法,在非线性时间序列中很有用,是常用的算法- [Nearest_neighbours] = find_nearest_neighbours (database, desc, max_dist) Find the indices of the nearest neighbours of the given desriptors in the neighbor-point search algorithm, the nonlinear time series of very useful, is a commonly used algorithm
    2022-05-24 09:30:26下载
    积分:1
  • 八皇后问题的一个程序,可以输出结果
    八皇后问题的一个程序,可以输出结果-eight of a Queen"s procedures, the results can be output
    2022-09-13 14:00:03下载
    积分:1
  • 数列计
    例如,当k=3时,这个序列是: 1,3,4,9,10,12,13,… (该序列实际上就是:3^0,3^1,3^0+3^1,3^2,3^0+3^2,3^1+3^2, 3^0+3^1+3^2,…) 请你求出这个序列的第N项的值(用10进制数表示)。 例如,对于k=3,N=100,正确答案应该是981。 输入格式 输入只有1行,为2个正整数,用一个空格隔开: k N (k、N的含义与上述的问题描述一致,且3≤k≤15,10≤N≤1000)。 输出格式 输出为计算结果,是一个正整数(在所有的测试数据中,结果均不超过2.1*10^9)。(整数前不要有空格和其他符号)。 样例输入 3 100 样例输出 981  
    2022-03-12 08:20:11下载
    积分:1
  • LDPC的BP译码
    BP算法是LDPC译码的最优算法,此文件包括BP算法的概率域实现和对数域实现,对于LDPC初学者来说,一定会有帮助
    2022-07-15 09:31:43下载
    积分:1
  • JPEG Decoder in Java
    这是Java上用于jpeg解码的开源代码,里面注释非常清晰,是学习的很好材料,里面的主要类有DCT.java HuffmainTable.java,JPEGComponent.java, JPEGDecoder... 希望跟大家分享,谢谢大家!!!!!!!!!!!!!
    2022-06-20 05:50:11下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载