Description: 使用回溯法求解TSP问题,使用VC++编写。代码量挺少,不过数据较大的时候需要时间比较长,时间复杂度为O(n!)-Use backtracking to solve TSP problems, the use of VC++ Prepared. Code volume quite low, but when the need for greater data a longer period of time complexity is O (n!) Platform: |
Size: 5120 |
Author:太阳 |
Hits:
Description: 这是求解VRP和TSP相关问题的回溯算法,基于C语言环境-This is a VRP and TSP solving issues related to backtracking algorithm, based on C language environment Platform: |
Size: 57344 |
Author:naiyu |
Hits:
Description: 回溯法解决01背包问题,是在标准C++上运行的代码,故在VC++上也能运行良好!-Backtracking to solve 01 knapsack problem is in the standard C++ code to run on, so the VC++ is also able to run well! Platform: |
Size: 1024 |
Author:daisy |
Hits:
Description: 回溯法解决TSP问题,对于任何的无向图,只要存在回路均可找到,无回路也可检测出来!-Backtracking to solve TSP problem, for any undirected graph, loop as long as there can be found, no loop can be detected! Platform: |
Size: 5120 |
Author:Horace |
Hits:
Description: 包里包含五个文件,其中ASforTSP是用蚂蚁算法解决TSP问题,Backtrack是用回溯法解决01背包问题,GAO是用遗传算法解决TSP,GreedySelector是用贪心算法解决01背包问题,MoneyChange是金额的数字与汉字的转换方案,本人作为一个学生初学编程,希望多多包涵。-Package contains five files, which ASforTSP ant algorithm to solve TSP is the problem, Backtrack 01 is backtracking to solve knapsack problem, GAO is to use genetic algorithm to solve TSP, GreedySelector 01 is greedy algorithm to solve knapsack problem, MoneyChange is the amount of digital with the Chinese characters conversion programs, I as a beginner programming students, I hope bear with me. Platform: |
Size: 10240 |
Author:梦幻 |
Hits:
Description: 基于回溯法的TSP问题解决方案,附有TSP问题相关的c++和matlab解法资料,及工程文件(西电02105143)-Solution of TSP problem based on the backtracking with TSP problem related to c++ and matlab solution data and project files (Western Electric 02105143) Platform: |
Size: 17271808 |
Author:VanillaChow |
Hits:
Description: 旅行商问题(Traveling Saleman Problem,TSP)又译为旅行推销员问题、货郎担问题,简称为TSP问题,是最基本的路线问题,该问题是在寻求单一旅行者由起点出发,通过所有给定的需求点之后,最后再回到原点的最小路径成本。采用回溯法,邻点法实现,有图形界面。-TSP (Traveling Saleman Problem, TSP) also translated as traveling salesman problem, traveling salesman problem, referred to as TSP, is the most basic routing problem, the problem is the starting point in the search for single travelers departing through all the given demand points, and finally back to the origin of the minimum path costs. Using backtracking, neighbor method to achieve, a graphical interface. Platform: |
Size: 2897920 |
Author:invest |
Hits:
Description: TSP问题即货郎担为题,本问题是用回溯法写的。-TSP traveling salesman problem that is the title of this issue is written by backtracking. Platform: |
Size: 1024 |
Author:changsheng wang |
Hits:
Description: 北邮算法设计与分析作业之旅行商问题回溯法求解。已通过验收。-BUPT traveling salesman problem algorithm design and analysis work of backtracking to solve. It has passed inspection. Platform: |
Size: 1024 |
Author:方欣 |
Hits: