搜索资源列表
-
0下载:
货郎担问题的回溯,枚举,分支界限,动态规划解法-back the traveling salesman problem, except, branch line, dynamic programming solution
-
-
1下载:
求解货郎担问题的分枝限界算法,程序中有较为详细的注释-solving the traveling salesman problem Branch and Bound algorithm, procedures are more detailed Notes
-
-
0下载:
LC分枝限界法解货郎担—代码-LC Branch and Bound Solving traveling salesman - code
-
-
0下载:
一个用变形贪婪法解货郎回路的C程序代码 思想 1.选择一条最短的边作为部分解。 2.选择一条最短的且将之加入到部分解不形成回路的边。 3.重复第2步,直至所有的结点都包含在部分解中。-deformation with a greedy method for the Traveling Salesman circuit C code ideological one. Choose a minimum as part of the solution side. 2. Choose one of th
-
-
0下载:
模拟Hopfield网络求解TSP问题 旅行商问题-Analog Hopfield network to solve TSP problems traveling salesman problem
-
-
0下载:
tsp源程序 解决实际的旅行商问题 简单但是十分有用-tsp source code of the traveling salesman problem to solve real easy but very useful
-
-
0下载:
这是一个关于用回溯法解决TSP问题的实际案例,此案例可以有效的家觉旅行售货员问题(货郎担问题)。-It is a retrospective method used to solve TSP practical cases, this case can be an effective home sleep travel salesman problem (traveling salesman problem).
-
-
0下载:
traveling salesman program
-
-
0下载:
The Traveling Salesman Problem source code
-The Traveling Salesman Problem source code
-
-
0下载:
用MATLAB求解遗传算法的旅行商问题,这一类问题在大学生以及研究生的数模竞赛以及日常生活当中尤为重要的,为我们所重视。、近年来,学术界对旅行商问题也逐渐重视起来。-Using MATLAB genetic algorithm for solving the traveling salesman problem, this kind of problem students and graduate students in Mathematical Modeling Contest, and da
-
-
0下载:
这是用Delphi编写的动态规划旅行商问题,程序完整,可运行-It is written in Delphi traveling salesman problem dynamic programming, program integrity, and can run. . .
-
-
0下载:
这是用Delphi编写的程序,目的是用TSP(分支限界法)实现旅行商问题-This is a program written with Delphi, the purpose is to use TSP (branch and bound method) to achieve the traveling salesman problem
-
-
0下载:
this genetic algorithm software that simulated program to find shortest path in traveling salesman problem-this is genetic algorithm software that simulated program to find shortest path in traveling salesman problem
-
-
0下载:
遗传算法,matlab编写的源代码,用于解决旅行商等np问题,算法效率高-Genetic algorithm written in Matlab source code used to solve the traveling salesman and other np, high efficiency of the algorithm
-
-
0下载:
tsp-c#
it s code of sequential of The Traveling Salesman Problem in c#.
-
-
0下载:
基于旅行商问题的蚁群算法优化,对于蚁群算法初学者很有帮助!-Optimization, ant colony algorithm based on the traveling salesman problem for the ant colony algorithm beginners helpful!
-
-
0下载:
5个城市TSP(旅行商问题)的基于遗传算法的C++源代码,希望对于你学习遗传算法会有一定的帮助-Five cities TSP (traveling salesman problem), genetic algorithm-based C++ source code, there will be some hope for you to learn the genetic algorithm help
-
-
0下载:
旅行商问题的蚁群算法,基于matlab环境,可供初学者学习参考。-Traveling Salesman Problem, ant colony algorithm based on Matlab environment available for beginners to learn.
-
-
0下载:
一种更方便的多人旅行商方案解决方法,很好的哦-A more convenient to people traveling salesman solution methods, oh well
-
-
0下载:
本程序用遗传算法基于C语言解决10个城市的旅行商问题,可求出10个城市之间的最短距离。-The procedures used to solve a 10-city traveling salesman problem, genetic algorithm based on the C language can be calculated the shortest distance between the 10 cities.
-