搜索资源列表
03120104旅行商问题
- 这是旅行商问题的求解方法.............. 文件输入-This the Traveling Salesman Problem Solving Methods .............. file input
amerdow
- 哈密尔顿近似算法的语言实现及旅行商问题的实现-Hamilton approximation algorithm language and the achievement of Traveling Salesman Problem
tsp
- tsp问题俗称旅行商问题,一个商人从一个城市出发,经过所有的城市一次且仅一次回到出发的城市,问旅行商应当如何选择路径使总路径最短。本程序是用lingo软件编写的,只需要更改城市的数目以及距离矩阵即可。
TSP
- 求解旅行商问题 已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市。如何安排他对这些城市的访问次序,可使其旅行路线的总长度最短?
the_arithmetic_of_traveling_saleman_problem_resear
- 旅行商问题是一个经典的NP完全难题,由于其在许多领域具有研究应用价值,一直有许多学者对其进行研究。
map
- 关于旅行商问题的动态规划算法 在vc环境下编译通过
1111
- 用便宜算法求解旅行商问题,简单有效,适合初学者-yong pian yi suan fa qiu jie lv xing shang wen ti,jian dan you xiao,shi he chu xue zhe
GA_TSP
- 用MFC开发的GA写的旅行商问题(TSP)-it is a program on MFC,for the problen of TSP ,the algrorithm is GA
mfc-tsp
- 用c++实现的mfc程序,解决旅行商问题。-Mfc program with c++ implemented, solve the traveling salesman problem.
TSP
- 应用遗传算法实现旅行商周游问题,包括轮盘选择,杂交,变异等算法的实现-Application of Genetic Algorithm traveling salesman problems, including roulette selection, hybridization, mutation algorithm
TSPSolution
- 旅行商问题,遗传算法,带Qt界面-TSP poblem,The genetic algorithm with interface
SA
- 针对于多个城市的最短距离问题或旅行商问题,模拟退火算法,C#程序-For the shortest distance problem or traveling salesman problem in many cities, simulated annealing algorithm, C# program
uoautirn
- 本程序是对经典的旅行商问题的一种解法,是学习数据结构算法的极佳材料,c语言编写,-This procedure is a solution to the classical traveling salesman problem, excellent material is data structure learning algorithm, c language,
soqqtion-problem
- 本程序是对经典的旅行商问题的一种解法,是学习数据结构算法的极佳材料,c语言编写,(This procedure is a solution to the classical traveling salesman problem, excellent material is data structure learning algorithm, c language,)
acs1
- Python入门学习,利用蚁群算法解决多旅行商问题,适合入门者学习(freshman for python learning.. how to use ant colony algorithm to solve TSP problem)