CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - shortest path
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - shortest path - List
[
SCM
]
book2
DL : 0
A large number of real-world planning problems called combinatorial optimization problems share the following properties: They are optimiza- tion problems, are easy to state, and have a nite but usually very large number of feasible solutions. While some of these as e.g. the Shortest Path problem and the Minimum Spanning Tree problem have polynomial algo- ritms, the majority of the problems in addition share the property that no polynomial method for their solution is known.
Date
: 2025-12-31
Size
: 973kb
User
:
mehdi khanlo
[
SCM
]
ns2
DL : 0
Many interesting route planning problems can be solved by computing shortest paths in a suitably modeled, weighted graph representing a transportation network. Such networks are naturally road networks or timetable networks of public transportation. For large networks, the classical Dijkstra algorithm to compute shortest paths is too slow. And therefore have faster algorithms been developed in recent years. These new algorithms have in common that they use precomputation and store auxiliary data to speedup subsequent shortest-path queries.
Date
: 2025-12-31
Size
: 28kb
User
:
manolin
[
SCM
]
xiaoche
DL : 0
迷宫循迹小车,小车要在迷宫中走到终点,到终点后能够返回,并且是最短路径返回。其中迷宫中的引导线是黑线,识别传感器使用红外对管。 最关键的是返回程序的算法。一定要是最短路径返回。-Maze tracking the car, the car should come to the end of the maze to the end and be able to return, and is the shortest path to return. The guide wire in which the maze is a black line recognition sensor using infrared tube. The most critical is the algorithm to return to the program. Must be the shortest path to return.
Date
: 2025-12-31
Size
: 49kb
User
:
杨宏韬
[
SCM
]
Dijkstra
DL : 0
通用Matlab实现Dijkstra最短路算法-General Matlab achieve Dijkstra shortest path algorithm
Date
: 2025-12-31
Size
: 1kb
User
:
Lu
[
SCM
]
Computer-mouse
DL : 0
此代码基于NXP公司的LPC2138ARM7源代码,是黑龙江省电脑鼠比赛自制小车的源代码,能够驱动小车完成迷宫的搜索以及找到最短的路径完成任务!-LPC2138ARM7 source code, the code based on NXP corporation is heilongjiang province homemade car computer mouse game source code, can drive the car to complete the maze search and find the shortest path to complete the task!
Date
: 2025-12-31
Size
: 14kb
User
:
chenya
[
SCM
]
MicroMouse
DL : 0
本程序为micromouse基本例程,可以实现搜索迷宫的最优路径,并以最短路径回到起点。-This program is micromouse basic routines, you can achieve the optimal path searching the maze, and the shortest path back to the starting point.
Date
: 2025-12-31
Size
: 478kb
User
:
王俞玲
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.