搜索资源列表
MINROUTE
- 最短路径 最短路径 -Shortest Path Shortest Path Shortest Path Shortest Path
MINROUTE
- 关于最大流量的问题,涉及图论,等等,是matlab程序
minRoute
- 图论与网络论中求最短路径的Dijkstra算法
MINROUTE
- 次程序为图论算法中得经典程序floyd 算法 求解最短距离
MINROUTE
- 关于最大流量的问题,涉及图论,等等,是matlab程序-On the maximum flow problem, involving graph theory, and so on, is the matlab program
minRoute
- 图论与网络论中求最短路径的Dijkstra算法-Graph theory and network theory for the Dijkstra shortest path algorithm
MINROUTE
- 次程序为图论算法中得经典程序floyd 算法 求解最短距离-Meeting procedures for graph theory algorithms in a classic procedure floyd shortest distance algorithm
minRoute
- 图论与网络论中求最短路径的DDijkstra算法-Graph theory and network theory to seek the shortest path algorithm DDijkstra
MINROUTE
- 动态规划计算最短路,只需输入点集合距离即可计算出最短路。-min route
MINROUTE
- 在图与网络论中,求最短路径的Dijkstra算法(M-函数)-In figure and network theory, the shortest path Dijkstra algorithm (M-function)
minRoute
- matlab求最短路径的Dijkstra算法,使用说明很清楚,简单易用-matlab seek the shortest path Dijkstra algorithm, instructions are clear, easy to use
MINROUTE
- 我们编的MATLAB程序,实现了用最短路算法求最短路径。这是我们在学校国际赛模拟题做的东西,相信对数模很有用。-We compiled MATLAB program, using the shortest path algorithm to achieve the shortest path. This is our international competition simulation title in the school do
Dijkstra
- 图与网络论中求最短路径的Dijkstra算法 M-函数 格式 [S,D]=minroute(i,m,W) i为最短路径的起始点,m为图顶点数,W为图的带权邻接矩阵, 不构成边的两顶点之间的权用inf表示。显示结果为:S的每 一列从上到下记录了从始点到终点的最短路径所经顶点的序号; D是一行向量,记录了S中所示路径的大小 -Graph and network theory Dijkstra' s sho
minRoute
- 关于交通分配中的最短路径问题,采用dijkstra最短路径算法-Dijkstra shortest path algorithm on the shortest path problem in the traffic assignment
minroute
- 图论最短路算法用于规划,或者求最优解,希望对大家有用-Graph Theory shortest path algorithm for planning, or the optimal solution, the hope that useful
minroute
- 最短路径迪捷克斯特拉算法,使用时需要将已知的路径权值以矩阵形式输入。-Shortest path 迪捷克斯特拉 algorithm, the need to use a known path weight value is entered in a matrix form.
MINROUTE
- 用于解决最短路径问题的算法被称做“最短路径算法”, 有时被简称作“路径算法”。 最常用的路径算法有: Dijkstra算法-The shortest path algorithm is used to solve the problem is called the " shortest path algorithm," sometimes referred to as a " path algorithm.
minroute
- 迪杰斯特拉算法,用于数学建模,和求最短路径问题-a tool about Dijkstra
dijkstra-minroute
- 求解最短路径的源程序,文件运行过,但与结果有差错,大家可以下载参考,或者帮忙修正-Solving the shortest path of the source file to run over, but the results have an error, you can download the reference, or help amended
Discrete-Optimization
- 离散优化 *enum - 枚举法 *monte - 蒙特卡洛法 *lpint (BranchBound)- 线性整数规划 *L01p_e - 0-1整数规划枚举法 *L01p_ie - 0-1整数规划隐枚举法 *bnb18 - 非线性整数规划(在MATLAB5.3使用) *bnbgui - 非线性整数规划图形工具(在MATLAB5.3使用) *mintreek - 最小生成树kruska