搜索资源列表
TSP
- 本程序实现了NPC问题旅行商的三个近似算法。-This procedure achieved a traveling salesman problem NPC three approximation algorithm.
tsp
- 一个tsp问题的c程序,解决tsp问题 很好。我已经用过的。-1 tsp problems c procedures to resolve tsp good question. I have used.
01knapsackproblem
- 回溯法解决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!
TSP
- 在Visual C++ 编译环境下,遗传算法的程序,并利用它们求解了48个城市的TSP问题。-In the Visual C++ compiler environment, the genetic algorithm process, and use them to solve a 48 cities TSP problem.
concorde
- 外国人写的求解traveling salesman problem (TSP) 和some related network optimization problems的算法合集-Concorde is a computer code for the traveling salesman problem (TSP) and some related network optimization problems. The code is written in the ANSI C pro
ACA
- C++蚁群算法解决TSP问题,内有详细的说明。改进了信息素更新方式,使得olive30城市的TSP例子能达到416的最小值。-C++ ant colony algorithm to solve TSP problems, with detailed instructions. Improved pheromone update methods, making olive30 city TSP example to achieve the minimum 416.
c
- 人工智能 动物产生式规则 推理 tsp问题 八数码问题 图形学 画直线-Animal production rule reasoning artificial intelligence problem tsp eight digital graphics drawing a straight line problems
TSP
- 旅行商问题遗传算法C代码,完全可以运行,有不足请指出-Traveling salesman problem genetic algorithm C code can run, there is insufficient please indicate
tsp1
- 和tsp相关的c程序,有主程序和一些小程序-And tsp c related procedures, procedures for the main program and some small
tsp
- 通过遗传学算法,解决旅行商问题的c++程序。对于初学者有指导意义。-By genetic algorithm to solve traveling salesman problem c++ program. For a guide for beginners.
tsp
- 旅行售货员问题,分置限界优先队列解决,C++实现。-Traveling salesman problem, solved split bound priority queue, C++ implementation.
TSP
- matlab版本 图论中的旅行商问题TSP算法 一般C版本的比较多,这里提供matlab版本的,更简单方便使用 -Matlab code of TSP algorithm in graph theory
GA-TSP
- TSP问题的遗传算法(GA)C++编程设计,需要自行编写输入数据文档即可-TSP Genetic Algorithem C++
tsp
- SA、GA、PSO解决TSP问题的C++源代码-SA, GA, PSO to solve the TSP problem. C++
TSP
- TSP问题遗传算法C语言代码,能有效解决旅行商问题。-Genetic Algorithm for TSP C language code, can effectively solve the traveling salesman problem.
TSP
- 遗传算法解决TSP旅行商问题(可计算30个城市),用Visual C++编写,希望对大家有所帮助。-Genetic algorithm to solve TSP traveling salesman problem (calculate 30 cities), written in Visual C++, we want to help.
DP_TSP
- Travelling Salesman Problem (TSP) with Dynamic Programming in C
recuit_simule
- discrete particle swarm algorithm (Discrete PSO) C language source code. Incidental use of a D-PSO solve the traveling salesman problem (TSP) code can be used as a
GA-tsp
- 使用遗传算法解决了旅行商问题,采用C++做实现(The traveling salesman problem is solved by genetic algorithm, and implemented by C++.)