搜索资源列表
zuiduanluzuixiaoshengchengshu
- 这是一个求最短路和最小生成树的C++的原代码,经过调试可以在机子上使用.-This is the most short-circuit for a minimum spanning tree and the original C code, after testing the use of loom.
exelmp
- 一个简单的公交查询管理系 d 统,采用最短路算法,利用odbcapi函数访问数据库。 -a simple inquiry Bus Marketing Management-d, the most shorted algorithm, use odbcapi function access to the database.
Dijkstra_c
- C#中实现最短路,该图算法描述的是这样的场景:图由节点和带有方向的边构成,每条边都有相应的权值,路径规划(最短路径)算法就是要找出从节点A到节点B的累积权值最小的路径。-achieve the most short-circuit, the algorithm described in the plan that is the scene : map with nodes and from the direction of the edges, and each side has a corre
linusxops
- 操作系统进程调度算法,这是操作系统实验的必要要做的实验,和最短路和先进先出一样。
2
- 机器鼠走迷宫是机器人比赛的常设项目之一, 要求机器鼠用最短的时间走出迷宫或者用最短路 径走出迷宫。我们提出的用PIC16F877 单片机制作 的机器鼠实现走迷宫的优化路径的一种方案,非常 适合高校进行机器人制作和竞赛。
dijkstra
- Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,-Dijkstra' s algorithm is a typical shortest path algorithm used to calculate a node to all other nodes of the shortest path. Main features is the starting
pipeline
- 某石油公司计划建造一条由东向西的主输油管道。该管道要穿过一个有n 口油井的油田。从每口油井都要有一条输油管道沿最短路经(或南或北)与主管道相连。如果给定n口油井的位置,即它们的x 坐标(东西向)和y 坐标(南北向),应如何确定主管道的最优位置,即使各油井到主管道之间的输油管道长度总和最小的位置?证明可在线性时间内确定主管道的最优位置。 给定n 口油井的位置,编程计算各油井到主管道之间的输油管道最小长度总和。-Oil pipeline Problem iadhf djsfhl sdhnfkj sl
n2shorf
- 图论问题中求解各个点中任意两点的最短路问题matlab源文件-Graph theory to solve various points between any two points the shortest path problem Matlab source files
shortpath
- A算法求最短路,欢迎大家和我一起探讨,共同进步-this is very good
[!]ZJU2008(HeapPDijkstra)
- 用堆优化的dijkstra,求一般图的最短路-Heap optimize dijkstra ' s seeking general diagram of the most short-circuit
floyd
- floyd算法计算最短路的matlab源程序-floyd calculated
Dijkstras-algorithm
- 关于最短路的Dijkstra算法的程序源代码,解决了最短路问题。-The shortest Dijkstra algorithm source code, solve the shortest path problem.
DUANLU
- 这里讲述的是matlab的最短路问题,含有多个程序可提供参考参考 -About matlab shortest path problem, containing more than one program REFERENCES
Floyd
- 佛洛伊德演算法,可用於算最短路徑,方便好用 -Floyd Warshall algorithm
floyd
- 单元最短路,求一个有向或者无向图的最短路径,权值可以为负-sort paths
opencl-book-samples-read-only
- 《OpenCL编程指南》源代码,书中提供了一系列经典的案例,如图像直方图、Sobel边界检测过滤器、并行实现Dijkstra单源最短路 径图算法、Bullet Physics SDK中的布模拟、用快速傅里叶变换模拟海洋、 光流、OpenCL与PyOpenCL结合使用,使用OpenCL完成矩阵相乘与稀疏矩阵矢 量乘法等-《OpenCL Programming Guide》source code
Dijkstra
- 最短路Dijkstra算法-Dijkstra shortest path algorithm
32291095Dijkstra
- 最短路算法的编程 可以运行的 -Programming of the shortest path algorithm Programming can run the shortest path algorithm You can run
photo-voltaic-cells
- 这是我搭建的10W小功率太阳能电池模型,可根据实际情修改太阳能光伏电池的功率、短路电流、开路电压、额定电流和额定电压。另外还有最大功率跟踪模型和高频升压逆变模型也传上来,做得比较简单,有需要的可以参考一下~-Solar photovoltaic power generation system
graph
- 数据结构-图的操作 1.图的建立 2.图的深搜 3.图的广搜 4.最短路-(1).print the graph. (2).print the sequence of vertex names getting Depth-First Search. (3). print the sequence of vertex names getting Breadth-First Search. Dfs Bfs dijkstra