搜索资源列表
Dijkstra
- 使用DIJKSTAR算法解决多点最短路径,还带文字解说-Dijkstar algorithm used to solve multi-point shortest path, but also with text to explain
cs
- 城市动态路径诱导算法研究 本文首先概述了智能交通系统的研究进展介绍了车辆诱导系统的构成及其 功能,综述了国内外车辆诱导系统的研究现状,分析了相关方向的研究进展以及 路径诱导算法在路径诱导系统中的重要性。讨论和分析了几种重要的路径诱导算 法的原理及其特点。通过对这些算法的深入研究,对经典Dijkstar算法在数据 存储结构和搜索区域两方面提出了改进,并对其进行了性能分析,结果表明改进 算法是可行的。接下来采用地理信息系统的集成二次开发方式,利用MPa工nf。 公司的Ma
dijkstra
- dijkstar经典算法,用于寻求最短路径规划等-dijkstar classical algorithm for seeking the shortest path planning
navigation
- 有两个版本,分别是MFC单文档,和WIN32版本。Dijkstar(迪杰斯克拉)算法的实际应用!-There are two versions of the MFC single document, and the WIN32 version. Dijkstar algorithm for the practical application!
dijkstra-algorithm-matlab
- dijkstar是寻路算法中比较高效的算法,并且能够较快的找到一条适合机器人,无人机运行的方法-dijkstar is the the pathfinding algorithm more efficient algorithm, and be able to quickly find a suitable robots, unmanned aerial vehicles running
wexdbuf
- WindML双缓冲编程示例,文章:【http://blog.csdn.net/dijkstar/article/details/8741405】的配套源码,同时把jpeg和鼠标键盘的处理房子里面了-WindML the double buffering programming example, article: 【the supporting source http://blog.csdn.net/dijkstar/article/details/8741405], at the same ti
RemoteControl
- 远程桌面控制的完整实现源码,设计文件在http://blog.csdn.net/dijkstar/article/details/9076911有详细描述,里面整合了位图压缩、鼠标键盘低级钩子等。里面的每项技术都具有工程参考价值。-Complete implementation of the remote control code, design documents described in detail in http://blog.csdn.net/dijkstar/article/deta
f
- Dijkstar和Floyd算法,有时间函数,可以对两种算法进行比较。-Dijkstar and Floyd algorithm, a function of time, you can compare the two algorithms.
Dijkstar和Floyd算法
- 程序分别用Dijkstar和Floyd两种算法来计算最短距离,从文件读取点的信息,文件格式为起点,到点,距离。程序含有有时间函数,可以对两种算法进行比较,能够得出比较好的结果。
GIS
- GIS中求最短路径的算法代码Dijkstar算法,按最短路径长度递增的顺序,逐个产生各最短路径。 -GIS in the shortest path algorithm code Dijkstar algorithm, the shortest path length in ascending order, each individually produce the shortest path.