搜索资源列表
算法作业Traveler
- 研究生算法作业著名的旅行者问题-graduate algorithm operating famous Traveler Problem
算法作业Traveler
- 研究生算法作业著名的旅行者问题-graduate algorithm operating famous Traveler Problem
lvxingjia
- 一个旅行家想驾驶汽车从城市A到城市B(设出发时油箱是空的)。给定两个城市之间的距离dis、汽车油箱的容量c、每升汽油能行驶的距离d、沿途油站数n、油站i离出发点的距离d[i]以及该站每升汽油的价格p[i],i=1,2,…,n。设d[1]=0<d[2]<…<d[n]。要花最少的油费从城市A到城市B,在每个加油站应加多少油,最少花费为多少?-A traveler would like to drive a car from
01c++
- 一个旅行者有一个最多能用m公斤的背包,现在有n件物品,它们的重量分别是W1,W2,...,Wn,它们的价值分别为C1,C2,...,Cn.若每种物品只有一件求旅行者能获得最大总价值。 -A traveler can have a maximum of m kilograms of backpack, there are n items, and their respective weights are W1, W2 ,..., W
30min
- 这是"旅行者"问题,为了上传这个东西我用了差不多30分钟,为什么找个代码来看看,学习一下都那么难?这个代码大家想要的话就下吧。-This is the "Traveler" problem, in order to upload this thing, I spent nearly 30 minutes, why find a code to look at and learn about all so difficult? The c
GA
- This Program finds the traveler salesman path with genetic algorithm(all pair connected), its not a best answer. (you can increase the number of generation to improve it).
bookTicket
- 本科毕业设计-包含文档 远程客运给旅客带来不便的,是要旅客提前到售票处或客运公司进行各种业务。 本系统通过研究Struts+Hibemate框架结构,在此基础上,拟用Struts框架技术开发一个基于Web的远程客运平台。本系统主要包括电子售票子系统和车次查询子系统。建立网络售票系统,可以实现异地查询、售票、退票等功能,大大提高售票效率。车次查询子系统,能实现根据出发地、目的地、票的价位、车型等进行异地查询。 开发该系统
simulated_annealing
- 人工智能问题,通过模拟退火算法实现旅行商问题,随机产生31个地址,计算旅行商走完的最短路径,并绘制路线图。作者:陈华昌-Using simulated annealing algorithm achive "traveler" problem.
traveler
- 旅行商问题及代码,描述了旅行商问提的实质与算法,并用代码实现了该算法,具有重要意义-traveler qustion and simulation
traveler
- 旅行商问题 c算法 回溯算法 数据结构 十分有用-travelers c algorithm
sy5
- 一个旅行家想驾驶汽车从城市A到城市B(设出发时油箱是空的)。给定两个城市之间的距离dis、汽车油箱的容量c、每升汽油能行驶的距离d、沿途油站数n、油站i离出发点的距离d[i]以及该站每升汽油的价格p[i],i=1,2,…,n。设d[1]=0<d[2]<…<d[n]。要花最少的油费从城市A到城市B,在每个加油站应加多少油,最少花费为多少?-A traveler would like to drive a car from
tspsa
- 模拟退火算法用于解决“城市旅行者”问题的VC++源代码,对于理解模拟退火算法有很大的帮助!-Simulated annealing algorithm is used to solve the " Urban Traveler" problem VC++ source code, simulated annealing algorithm for the understanding of great help!
System.Algorithms
- Traveler salesman problem (Dijkstra)
s3c2410_inter
- arm,s3c2410断程序的实现(原创) - 寻梦旅人 - 博客大巴-arm, s3c2410 off the program implementation (original)- Dream Traveler- blog bus
sa
- c++编写的模拟退火算法旅行家问题,可以执行,包含源代码 -c++ written in the problem simulated annealing algorithm traveler, you can perform, including the source code
tGA
- c++编写的遗传算法旅行家问题,可以执行,包含源代码 -c++ genetic algorithm written questions traveler, you can perform, including the source code
tTspSA-
- c++编写的模拟退火算法旅行家问题,可以执行,包含源代码 -c++ written in the problem simulated annealing algorithm traveler, you can perform, including the source code
traveler
- 旅行商问题的分支限界法 经典算法的JAVA实现-Traveling Salesman Problem classical branch and bound algorithm to achieve JAVA
0219-0220-0227
- 旅客信息查询 和 路线设计 还有动画的实现-Traveler information and route the query to achieve animation design as well
traveler-issues
- 使用遗传算法实现,旅行者问题的代码。经典的实现方案-The use of genetic algorithm, the code traveler issues. Classic implementations