搜索资源列表
visit
- 用贪心算法做的全国31个城市之间的旅行商问题源代码,可执行程序都在附件压缩包内。里面的data.txt city.txt分别为数据表和城市名,要和可执行程序放在同一个目录内才可执行-greedy algorithm to do with the country's 31 cities between the TSP source code, the executable in Annex compressed packet. Inside data.txt city.txt of dat
贪心法
- 用贪心法解决TSP问题.输入数据可求得所要的最值的结果.-greedy algorithm used to solve TSP. Input data can be obtained by the most value to the results.
TSP-MST.rar
- 最小生成树的思想应用于TSP问题的求解,贪心算法的实际应用。,Minimum Spanning Tree thinking applied to TSP problem solving, the practical application of greedy algorithm.
TSPproblems
- 解决TSP问题的几种算法 模拟退火法 遗传算法 贪心算法等-To solve the problem of several TSP algorithm simulated annealing greedy algorithm such as genetic algorithms
TSP
- TSP with greedy algorithm
09
- 设计一个求解图着色的问题的算法,(不可以用贪心算法)及用贪心算法设计一个TSP问题-Design a plan for solving the problem coloring algorithm, (can not use greedy algorithm) and greedy algorithm design using a TSP problem
GreedyTSP
- 贪心算法的TSP 求解 10000城市 数据文件可以自己建立 C代码编程-Greedy algorithm for solving TSP 10000 to establish their own city data files can be C code programming
alam13242432
- greedy method of TSP problem
tsp
- 简单的贪心算法解决tsp问题。输入的时候麻烦点,读者可以加以修改,使程序完善。-Tsp simple greedy algorithm to solve the problem. When the input trouble spots, readers can be modified to process improvement.
TSP
- 用贪心算法实现tsp(旅行商问题)求解,实现中国34个城市环游路线-With the greedy algorithm tsp (TSP) solution to achieve China' s 34 cities around the line
beibaoproblem
- 该算法主要是用贪心算法求解背包问题。背包问题应用TSP问题也非常广泛-The algorithm is the greedy algorithm for knapsack problem.
TSP
- 用遗传算法、贪心算法以及穷举法对TSP问题进行求解-Genetic algorithm, the greedy algorithm and the brute-force method to solve the TSP problem
TSPandBAGproblem
- 包里包含五个文件,其中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
tsp-greedy
- tsp by greedy this project has a matrix and find min distance
greedy_algorithm-
- 通过贪心算法解决TSP问题,问题规模比较庞大时,可以快速得到解决办法,虽然和最优解有一定差距,但可以忽略-By greedy algorithm to solve TSP problems, relatively large scale of the problem, you can quickly get a solution, though, and there is a certain gap between the optimal solution, but can be ignored
GreedTsp
- 用贪心方法计算TSP路径,用的是matlab-TSP path with the greedy method, using matlab
PSOLSp
- 10个粒子群算法的旅行商问题,内容详尽 ,可以此类推n个城市的算法-greedy algorithm to do with the country s 31 cities between the TSP source code, the executable in Annex compressed packet. Inside data.txt city.txt of data tables and urban name, and the executable on the same withi
tsp
- vc使用贪心算法,求解tsp(旅行商问题),包含问题分析、说明文档、算法分析和程序源码。-vc using the greedy algorithm to solve tsp (TSP), and includes documentation, algorithm analysis and program source code.
TSP_new
- 这是一个用于解决TSP问题的、适用于初学者的贪心算法。-This is a used to solve the TSP problem, for beginners to greedy algorithm.
tsp
- 基于贪心算法计算tsp问题-TSP problem based on greedy algorithm