搜索资源列表
ConsultationDlg
- 最短路径搜索算法的应用。利用最短路径搜索作为校园地图导航-shortest path search algorithm applications. Use the shortest path search as a campus map navigation
railway system
- 根据哈复曼编码原理制作的铁路最短路径查询体统-Minute Man coding theory produced the shortest path for the railway to decency
Dijkstra_router
- Dijkstra最短路径算法,稍作修改亦可作为最短路由算法-Dijkstra shortest path algorithm, can be slightly amended as the shortest routing algorithm
RBFS_CODE
- RBFS算法(递归最佳优先搜索:A*家族)和LRTA*算法(联机局部搜索,又名实时学习A*搜索,同为A*家族)实现图的单源最短路径。其中RBFS和LRTA*算法均比狄杰算法效率高! -RBFS algorithm (recursive best first search : * A family) and the LRTA * algorithm (online local search, also known as real-time learning A * search, with t
导游图
- 用c语言实现的导游图,有图形界面,支持鼠标操作,使用dfs和floyd算法实现给出两点间最短路和最长路。-used language guides map, a graphical interface, mouse support operation, use dfs and Floyd algorithm is the shortest path between two points and the longest path.
Mpath1
- 最短路径法 学习数据结构时本人用C++编写的,-shortest path method to study data structure, I am prepared with C,
20060511-171903
- 单源最短路径dijtsra算法的python实现-single source shortest path algorithm dijtsra achieve python
jintan
- 基于Mapx开发的最短路径Floyd算法程序的实现.-Mapx development based on the shortest path algorithm procedures Floyd realized.
GONGCHEN
- C语言程序求最短路径问题,是无向图方面的. 数据结构中的图论-C language program for the shortest path problem, and there is no plan to the area. Data structure of the graph theory
lisan
- 一些离散数学的课程设计,是通过C++ Builder 编的!包括判断真值,求数组元素个数,和最短路径!-some discrete mathematics curriculum design, through the provision of C Builder! Including the true value judgment, for the array element number, and the shortest path!
nearestroad
- 本文提出一种VB+MO实现最短路径查的思路,具体代码请自己实现-VB MO achieve the shortest path investigation of thinking, their specific codes, please realize
short-road
- 对一个运输商来说要把货运到收货地点选择最短的路线运输是其实现最大利润的要求,那么怎样选择最短的运输路线呢?在运输交通图中,我们设每一个城市为一个结点(vertextype类型)点并把他们分别用关键字代表(关键字int key ),也就是说把每个城市给出一个整数编码;一个城市直接到另一个城市的交通路线为边且这两个城市为相邻结点,不妨设这条路线的距离为边的权值(权值int weight ),易知距离越短运费就越低。这样就可以建立一个无向有权图,那么求最短的运输路线问题就转化为求图中一顶点到其余各个顶
Flody_ShortestPath
- 在VC++环境下,实现Flody最短路径算法的演示过程,操作方便,使用鼠标点击即可.-in VC environment, the realization of the shortest path algorithm Flody the demo process, convenient operation, use a mouse click away.
gongyuan
- 用图实现的公园导游图,包括最短路径,最优走法等的算法-map with the park guide map, including the shortest path, the optimal law to the algorithm
最短路径和最小生成树
- 最短路径和最小生成树-shortest path and minimum spanning tree
dijkstra
- calculates the shortest path and distance between two nodes on a map
dfwwdf
- 二叉树最短路径问题-binary tree shortest path problem
克鲁斯卡尔
- 克鲁斯卡尔算法,求最短路径-Kelushikaer algorithm, for the shortest path
shortest-path
- 最短路径算法,通过本程序,能够清晰的明白算法的原理,并且程序能够很清楚的描述算法,对于想了解算法的人,也是非常不错的选择-Shortest path algorithm, through this program, can clearly understand algorithm principle, and the program can be very clear descr iption of the algorithm, for people who want to know the a
shortest-path
- 这是用MFC写的,开发环境是VC++。 它能完成最短路径求解,并以列表的形式显示从起点到各点的最短路径,同时能以图形显示出待求解的路径图。画图部分使用的是MFC的GDI绘图。-It`s a MFC project and yhe development environment is VC++.It sloves the problem of shortest path.It shows the shortest path the source point to the other poin