Welcome![Sign In][Sign Up]
Location:
Search - minroute

Search list

[Other resourceMINROUTE

Description: 最短路径 最短路径 -Shortest Path Shortest Path Shortest Path Shortest Path
Platform: | Size: 1393 | Author: 似懂非懂撒 | Hits:

[Other resourceMINROUTE

Description: 关于最大流量的问题,涉及图论,等等,是matlab程序
Platform: | Size: 1115 | Author: haboy | Hits:

[Other resourceminRoute

Description: 图论与网络论中求最短路径的Dijkstra算法
Platform: | Size: 1048 | Author: huangyaoping | Hits:

[Other resourceMINROUTE

Description: 次程序为图论算法中得经典程序floyd 算法 求解最短距离
Platform: | Size: 1116 | Author: 王云 | Hits:

[matlabMINROUTE

Description: 关于最大流量的问题,涉及图论,等等,是matlab程序-On the maximum flow problem, involving graph theory, and so on, is the matlab program
Platform: | Size: 1024 | Author: haboy | Hits:

[Data structsminRoute

Description: 图论与网络论中求最短路径的Dijkstra算法-Graph theory and network theory for the Dijkstra shortest path algorithm
Platform: | Size: 1024 | Author: huangyaoping | Hits:

[Other systemsMINROUTE

Description: 次程序为图论算法中得经典程序floyd 算法 求解最短距离-Meeting procedures for graph theory algorithms in a classic procedure floyd shortest distance algorithm
Platform: | Size: 1024 | Author: 王云 | Hits:

[matlabminRoute

Description: 图论与网络论中求最短路径的DDijkstra算法-Graph theory and network theory to seek the shortest path algorithm DDijkstra
Platform: | Size: 1024 | Author: huangyaoping | Hits:

[Mathimatics-Numerical algorithmsMINROUTE

Description: 动态规划计算最短路,只需输入点集合距离即可计算出最短路。-min route
Platform: | Size: 1024 | Author: keke | Hits:

[matlabMINROUTE

Description: 在图与网络论中,求最短路径的Dijkstra算法(M-函数)-In figure and network theory, the shortest path Dijkstra algorithm (M-function)
Platform: | Size: 1024 | Author: 陈诚 | Hits:

[matlabminRoute

Description: matlab求最短路径的Dijkstra算法,使用说明很清楚,简单易用-matlab seek the shortest path Dijkstra algorithm, instructions are clear, easy to use
Platform: | Size: 1024 | Author: trista | Hits:

[matlabMINROUTE

Description: 我们编的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 something, I believe the number of modules useful.
Platform: | Size: 95232 | Author: 张的的 | Hits:

[AI-NN-PRDijkstra

Description: 图与网络论中求最短路径的Dijkstra算法 M-函数 格式 [S,D]=minroute(i,m,W) i为最短路径的起始点,m为图顶点数,W为图的带权邻接矩阵, 不构成边的两顶点之间的权用inf表示。显示结果为:S的每 一列从上到下记录了从始点到终点的最短路径所经顶点的序号; D是一行向量,记录了S中所示路径的大小 -Graph and network theory Dijkstra' s shortest path algorithm M-function the format [S, D] = minroute (i, m, W) i is the starting point of the shortest path, m is the graph vertices, W is the graph with adjacency matrix power, does not constitute the edge between two vertices of the right to use the inf that. Showing results: S a top to bottom of each record from the beginning to the end point of the shortest path through the vertices of the serial number D is a row vector to record the path shown in the size of S
Platform: | Size: 1024 | Author: 童康 | Hits:

[matlabminRoute

Description: 关于交通分配中的最短路径问题,采用dijkstra最短路径算法-Dijkstra shortest path algorithm on the shortest path problem in the traffic assignment
Platform: | Size: 1024 | Author: 李寒 | Hits:

[Otherminroute

Description: 图论最短路算法用于规划,或者求最优解,希望对大家有用-Graph Theory shortest path algorithm for planning, or the optimal solution, the hope that useful
Platform: | Size: 1024 | Author: 许世博 | Hits:

[Software Engineeringminroute

Description: 最短路径迪捷克斯特拉算法,使用时需要将已知的路径权值以矩阵形式输入。-Shortest path 迪捷克斯特拉 algorithm, the need to use a known path weight value is entered in a matrix form.
Platform: | Size: 1024 | Author: Bill Huang | Hits:

[assembly languageMINROUTE

Description: 用于解决最短路径问题的算法被称做“最短路径算法”, 有时被简称作“路径算法”。 最常用的路径算法有: Dijkstra算法-The shortest path algorithm is used to solve the problem is called the " shortest path algorithm," sometimes referred to as a " path algorithm." The most common path algorithm: Dijkstra algorithm
Platform: | Size: 1024 | Author: 若相见 | Hits:

[Otherminroute

Description: 迪杰斯特拉算法,用于数学建模,和求最短路径问题-a tool about Dijkstra
Platform: | Size: 1024 | Author: shamo | Hits:

[matlabdijkstra-minroute

Description: 求解最短路径的源程序,文件运行过,但与结果有差错,大家可以下载参考,或者帮忙修正-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
Platform: | Size: 1024 | Author: 游策 | Hits:

[OtherDiscrete-Optimization

Description: 离散优化 *enum - 枚举法 *monte - 蒙特卡洛法 *lpint (BranchBound)- 线性整数规划 *L01p_e - 0-1整数规划枚举法 *L01p_ie - 0-1整数规划隐枚举法 *bnb18 - 非线性整数规划(在MATLAB5.3使用) *bnbgui - 非线性整数规划图形工具(在MATLAB5.3使用) *mintreek - 最小生成树kruskal算法 *minroute - 最短路dijkstra算法 *krusk - 最小生成树kruskal算法mex程序 *dijkstra - 最短路dijkstra算法mex程序 *dynprog - 动态规划- Discrete optimization * enum- enumeration method * monte- Monte Carlo method * lpint (BranchBound)- integer linear programming * L01p_e- 0-1 integer programming enumeration method * L01p_ie- 0-1 integer programming hidden enumeration method * bnb18- Nonlinear Integer Programming (used in MATLAB5.3) * bnbgui- nonlinear integer programming graphical tool (used in MATLAB5.3) * mintreek- kruskal minimum spanning tree algorithm * minroute- Shortest dijkstra algorithm * krusk- kruskal minimum spanning tree algorithm mex program * dijkstra- the shortest path algorithm mex program dijkstra * dynprog- Dynamic Programming
Platform: | Size: 32768 | Author: lxc | Hits:
« 12 »

CodeBus www.codebus.net