Welcome![Sign In][Sign Up]
Location:
Search - traveler

Search list

[Mathimatics-Numerical algorithms算法作业Traveler

Description: 研究生算法作业著名的旅行者问题-graduate algorithm operating famous Traveler Problem
Platform: | Size: 59520 | Author: ayan1228 | Hits:

[Mathimatics-Numerical algorithms算法作业Traveler

Description: 研究生算法作业著名的旅行者问题-graduate algorithm operating famous Traveler Problem
Platform: | Size: 70656 | Author: ayan1228 | Hits:

[Windows Developlvxingjia

Description: 一个旅行家想驾驶汽车从城市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 at the starting fuel tank is empty). Given the distance between two cities, dis, automotive fuel tank capacity of c, per liter of gasoline to travel the distance d, the number of petrol stations along the way n, petrol filling station i from the starting point for the distance d [i] and the per liter petrol stations price p [i], i = 1,2, ..., n. Set d [1] = 0
Platform: | Size: 250880 | Author: kineapple | Hits:

[Other01c++

Description: 一个旅行者有一个最多能用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 their C1, C2 ,..., Cn. If Only one of each item for travelers to maximize the total value.
Platform: | Size: 1024 | Author: lp | Hits:

[CSharp30min

Description: 这是"旅行者"问题,为了上传这个东西我用了差不多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 want it on the next bar.
Platform: | Size: 3072 | Author: afternoone | Hits:

[Graph programGA

Description: 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).
Platform: | Size: 1024 | Author: saeed | Hits:

[JSP/JavabookTicket

Description: 本科毕业设计-包含文档 远程客运给旅客带来不便的,是要旅客提前到售票处或客运公司进行各种业务。 本系统通过研究Struts+Hibemate框架结构,在此基础上,拟用Struts框架技术开发一个基于Web的远程客运平台。本系统主要包括电子售票子系统和车次查询子系统。建立网络售票系统,可以实现异地查询、售票、退票等功能,大大提高售票效率。车次查询子系统,能实现根据出发地、目的地、票的价位、车型等进行异地查询。 开发该系统可以让学生掌握较简单的数据库系统的开发过程,提高学生的编程能力,且具有一定的实用价值。- Undergraduate Graduation- containing documents Long-range passenger inconvenience to passengers, is the traveler or passenger s ticket in advance to the various businesses. The system by studying the Struts+ Hibemate frame structure, on this basis, the proposed technology development with the Struts framework for Web-based platform for long-range passenger. The system includes e-ticketing subsystem and trips query subsystem. Networking ticketing system, can be achieved off-site inquiries, ticket sales, refund and other functions, greatly improved the efficiency of ticket sales. Trips query subsystem, to achieve according to the origin, destination, ticket price, models etc. off-site queries. The development of the system allows students to master the relatively simple database system development process, improve their programming skills, and has some practical value.
Platform: | Size: 483328 | Author: yixiu | Hits:

[JSP/Javasimulated_annealing

Description: 人工智能问题,通过模拟退火算法实现旅行商问题,随机产生31个地址,计算旅行商走完的最短路径,并绘制路线图。作者:陈华昌-Using simulated annealing algorithm achive "traveler" problem.
Platform: | Size: 15360 | Author: chc | Hits:

[Othertraveler

Description: 旅行商问题及代码,描述了旅行商问提的实质与算法,并用代码实现了该算法,具有重要意义-traveler qustion and simulation
Platform: | Size: 22528 | Author: 赵雅梦 | Hits:

[Othertraveler

Description: 旅行商问题 c算法 回溯算法 数据结构 十分有用-travelers c algorithm
Platform: | Size: 2048 | Author: sun | Hits:

[Windows Developsy5

Description: 一个旅行家想驾驶汽车从城市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 fuel tank is empty when starting). Given the distance between the two cities dis, automotive fuel tank capacity c, the distance per liter of gasoline to travel d, the number of petrol stations along the n, petrol station i the distance from the starting point d [i] and the liter of gasoline station Price p [i], i = 1,2, ..., n. Set d [1] = 0 <d[2]<…<d[n]。要花最少的油费从城市A到城市B,在每个加油站应加多少油,最少花费为多少?
Platform: | Size: 1024 | Author: 林志华 | Hits:

[AI-NN-PRtspsa

Description: 模拟退火算法用于解决“城市旅行者”问题的VC++源代码,对于理解模拟退火算法有很大的帮助!-Simulated annealing algorithm is used to solve the " Urban Traveler" problem VC++ source code, simulated annealing algorithm for the understanding of great help!
Platform: | Size: 2845696 | Author: wangwei | Hits:

[OS programSystem.Algorithms

Description: Traveler salesman problem (Dijkstra)
Platform: | Size: 175104 | Author: didit | Hits:

[ARM-PowerPC-ColdFire-MIPSs3c2410_inter

Description: arm,s3c2410断程序的实现(原创) - 寻梦旅人 - 博客大巴-arm, s3c2410 off the program implementation (original)- Dream Traveler- blog bus
Platform: | Size: 105472 | Author: Elinx | Hits:

[AI-NN-PRsa

Description: c++编写的模拟退火算法旅行家问题,可以执行,包含源代码 -c++ written in the problem simulated annealing algorithm traveler, you can perform, including the source code
Platform: | Size: 2048 | Author: xxx | Hits:

[AI-NN-PRtGA

Description: c++编写的遗传算法旅行家问题,可以执行,包含源代码 -c++ genetic algorithm written questions traveler, you can perform, including the source code
Platform: | Size: 1196032 | Author: xxx | Hits:

[AI-NN-PRtTspSA-

Description: c++编写的模拟退火算法旅行家问题,可以执行,包含源代码 -c++ written in the problem simulated annealing algorithm traveler, you can perform, including the source code
Platform: | Size: 12288 | Author: xxx | Hits:

[Data structstraveler

Description: 旅行商问题的分支限界法 经典算法的JAVA实现-Traveling Salesman Problem classical branch and bound algorithm to achieve JAVA
Platform: | Size: 191488 | Author: 李鑫 | Hits:

[Other systems0219-0220-0227

Description: 旅客信息查询 和 路线设计 还有动画的实现-Traveler information and route the query to achieve animation design as well
Platform: | Size: 51230720 | Author: 李少龙 | Hits:

[matlabtraveler-issues

Description: 使用遗传算法实现,旅行者问题的代码。经典的实现方案-The use of genetic algorithm, the code traveler issues. Classic implementations
Platform: | Size: 257024 | Author: 朱东升 | Hits:
« 12 3 »

CodeBus www.codebus.net