搜索资源列表
Kruskal
- 用Kruskal算法实现若干个城市之间的最短路径.最大城市数目为7个.-algorithm using Kruskal several cities in the shortest path. The number of the largest city in seven.
GraphFloyd
- 建立了图的基类,并且附有球最短路径问题的floyd算法的具体代码-The establishment of a map base class, and the ball with the shortest path problem floyd algorithm specific code
Graph
- 图的基类以及最短路径算法,dijkstra,floyd,Kruskal算法等,代码来自北大赵海燕老师编著的数据结构与算法。-Graph base class as well as the shortest path algorithm, dijkstra, floyd, Kruskal algorithm, code Zhao Haiyan teachers from Beijing University and edited by the data structure and algorith
VBpath
- vb写的最短路径代码,效率很高的,对你有帮助-vb code to write the shortest path, high efficiency, there is help for you
Matrixvectoralgorithm
- 用Dijstra算法的矩阵向量算法,用C++编写实现路由最短路径。-Dijstra algorithm using matrix vector algorithm, using C++ to prepare to achieve the shortest path routing.
Flord
- 经典的佛洛依德算法,可以计算出图中任意两点的最短路径。-Freud classic algorithms, can calculate any two of map the shortest path.
A__Pathfin1506701222002
- 最短径路的一个算法源码,delphi7可以是使用,很不错的-The shortest path routing algorithm for a source, delphi7 can be used, very good
Thecampusguidesystemprogram
- 校园导游咨询(★★ ★) 问题描述:为本校设计一个校园导游咨询程序,满足以下要求: ① 校园地图存储于数据文件中(格式自定,至少15个景点,25条边),包括景点编号、名称、简介、景点间道路长度等信息; ② 能根据“景点编号 / 名称”查询任意景点的相关信息; ③ 在用户指定出发和目的景点后,能提供两景点间的最短路径信息; ④ 能为用户提供从指定景点出发游览完其他所有景点的路线信息。 -Campus Guide Consulting (★ ★ ★ ★ ★) Problem
duo
- 线性规划 多段图 邻接表 最短路径-Multi-stage linear programming shortest path ,,,,,,,,,,,,,,,,,, adjacency list graph
Dijkstras-algorithm
- 关于最短路的Dijkstra算法的程序源代码,解决了最短路问题。-The shortest Dijkstra algorithm source code, solve the shortest path problem.
S6_Dij
- Dijkstra算法,求有向网中任一点到其余各点的最短路径-Dijkstra' s algorithm, find the shortest path to the network at any point to the remaining points
DUANLU
- 这里讲述的是matlab的最短路问题,含有多个程序可提供参考参考 -About matlab shortest path problem, containing more than one program REFERENCES
dijkstra
- c++版本的最短路径算法 希望能帮到帮到初学者 里面有解释-the version of c++ the shortest path algorithm hope that help to help beginners which explained
ClsPathFinder
- ArcEngine +C# 寻找最短路径-ArcEngine+C# find the shortest path
jose
- 以单项循环链表存储结构模拟约瑟夫环问题。即编号为1、2、3…、n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向下一个人开始重新从1报数,如此下去,直至所有的人全部出列为止。按出列顺序印出各人的编号-Design your school' s campus plan, contained less than 10 spots. Ve
Prim
- 用于求解旅行商最短路径问题的Prim算法,是一种经典的构造型算法,可用于论文实验的对比参照-Prim shortest path algorithm is used to solve the traveling salesman problem, is a classic stereotype algorithm can be used to compare the experimental reference papers。
Dijkstra
- 最短路Dijkstra算法-Dijkstra shortest path algorithm
simulated-annealing
- 智能优化算法—模拟退火算法解旅行商路径最短-Intelligent optimization algorithm- simulated annealing algorithm for solving the traveling salesman shortest path
Viterbi
- 维特比算法译码。通过最短路径判决,得出译码结果,数字通信常用方法-Viterbi decoding algorithm. Decision by the shortest path, draw decoding result, common methods of digital communication
旅游规划题目
- 写一个程序,帮助前来咨询的游客找一条出发地和目的地之间的最短路径。如果有若干条路径都是最短的,那么需要输出最便宜的一条路径。(Write a program that helps visitors come to the shortest path between a destination and a destination. If there are several paths that are shortest, then you need to output the cheapest p