搜索资源列表
shortest_path
- 基于dijkstra算法实现求节点到其他节点的最短路径-Dijkstra algorithm based on the node to other nodes seeking the shortest path
the-shortest-path-of-chart
- 求有向图的最短路劲,根据所给图的边长和顶点,建立有向图,以邻接表的方式存储,并编写程序求从有向图任一点出发的最短路径-according to the graph with sides and vertex, establish a directed graph, and write a program find the shortest path from one of the point of the chart
minPath
- 这是一道算法作业题目,解决一个分支定界问题,求最短路径问题-This is an algorithm assignment questions to resolve a branch and bound for the shortest path problem
spfa
- 一种求最短路径的算法,适合有向图和无向图,望大家批评指正-A shortest path algorithm, suited to map and no map, we hope to criticism and
the-shortest-road(3)
- 另外一种求最短路径的方法,算法的实用性较强-In addition, a method for the shortest path algorithm practical
the-shortest-road(4)
- 求最短路径的各种算法,通过对比得出各算法的优劣性-Shortest path algorithm, derived by comparing the pros and cons of each algorithm
the-shortest-road(1)
- 不同的求最短路径的方法,每个算法都有各自的优点,根据具体情况选用不同的算法-Different method for the shortest path, each algorithm has its own advantages, depending on the circumstances the choice of different algorithms
shortest(0)
- 各种求最短路径的方法,用于对比学习,更有效理解方法的原理-Various methods for the shortest path for comparison learning
Dijstra
- 迪杰斯克拉算法,可以读取点数与路径,并求出指定两点间最短路径-dijstra play it is really a good thing
mpi
- 高性能计算与云计算 实验报告 ——MPI 求最短路径 本实验的目的是通过练习掌握分布存储并行编程的知识和技巧。 1. 了解并行算法的设计方法 2. 掌握MPI并行程序编写的基本步骤 3. 掌握MPI编程环境和工具的使用 4. 了解MPI程序调试和调优的技巧 -High-performance computing and cloud computing lab report MPI seeking purpose of this experiment is th
zuiduanlujing
- 某工厂自国外进口一部机器,需从制造厂A运到目的地E,试求运输成本最低的路线,最短路径法,运行可用!C++源码-// Imported a factory in a machine, to be shipped the manufacturer A to destination E, Find the lowest cost transportation route, the shortest path method can be used to run! C++ source