搜索资源列表
算法作业Traveler
- 研究生算法作业著名的旅行者问题-graduate algorithm operating famous Traveler Problem
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 ,..., Wn, respectively, the value of
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 code you wa
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).
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 the city A to city B (located
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
tsp_dp1
- traveler sale person in dynamic programming
Gezer
- Source Code For E book traveler
traveler-problem
- 旅行者问题,求解图中最短距离,必须覆盖所有的节点-traveller problem , used to compute the shortest path
the-wavelet-neural-network
- 城市交通流的运行存在着高度的复杂性、时变性和随机性,实时准确的交通流预测是智能交通系统,特别是先进的交通管理系统与先进的出行者信息系统研究的关键. 基于交通流预测的特点,给出了基于遗传算法的小波神经 网络的交通预测模型GA-WNN ,用具有自然进化规律的遗传算法来对小波神经网络的连接权值和伸缩平移尺度进行前期优化训练,部分代替了小波框架神经网络中按单一梯度方向进行参数优化的梯度下降法,克服了单一梯度下降法易陷入局部极小和引起振荡效应等缺陷. 仿真实验验证了GA-WNN 预测模型对短时交通流的
traveler-issues
- 使用遗传算法实现,旅行者问题的代码。经典的实现方案-The use of genetic algorithm, the code traveler issues. Classic implementations