搜索资源列表
floydzuiduan
- 图论中求最短路径问题,首先形成矩阵,调用矩阵,用此函数求出各点间最短路径
flody
- 图论算法 求SAP矩阵的基本思想是图的最短路的问题。 由于铁路的运输费用与线路的长度不是线性关系,必须对铁路网做一些预处理才能套用图的标准最短算法。 -SAP matrix graph theory algorithm for getting the basic idea is to map the shortest path problem. Since the railway transport costs and the length of line is not a line
cebk_tsp
- 用离散数学或图论的术语来说,假设有一个图g=(v,e),其中v是顶点集,e是边集,设d=(dij)是由顶点i和顶点j之间的距离所组成的距离矩阵,旅行商问题就是求出一条通过所有顶点且每个顶点只通过一次的具有最短距离的回路。 -Discrete Mathematics or use the terminology of graph theory, assume that a graph g = (v, e), where v is the vertex set, e is the edge se
solution-of-matrix
- 云鹏《矩阵论》第二版的习题精解和同步辅导,作者张凯院、徐仲。 文字版,非扫描。-Solutions for Cheng Yunpeng, Matrix Theory 2nd. Author: Zhang Kai homes, XU Zhong. Text version, non-scanning.
crout
- 这个是克劳特分解的源代码,上矩阵论课的同学可以参考一下-This is the source code Claut decomposition, the matrix theory lessons students can refer to
tu_plot
- 根据邻接矩阵绘制图论图形。看注释使用,可以区分有向图和无向图-Draw Graph theory picture with adjstance matrix.Use it with explanatory notes.It can tell picture with direction whether or not
MATLAB_bgl_toolbox
- 图论通用工具箱总汇: GraphTheory Toolbox for MATLAB MATLAB图论通用工具箱Studio大集成版 使用说明: 本工具包包含图论常用算法,经过本人测试通过, 其运行效率很高。用户不妨随机产生100*100、 500*500。1000*1000、5000*5000 等等超大型矩阵尝试。 另外本工具包中还附录了一些求解优化问题的程序。-图论通用工具箱总汇: The graph of general toolbox
Ford_Fulkerson
- matlab最小费用最大流程序,图论,输入距离矩阵求解-The minimum cost maximum flow matlab program, graph theory, enter the distance matrix solver
MinimumCostFlow
- 图论中,已知费用矩阵和容量矩阵的情况下,求最小费用最大流问题-In graph theory, the problem of minimum cost maximum flow is obtained in the case of known cost matrix and capacity matrix.
incidence-matrix
- 在data表格中输入电网络中图论的节点、支路、阻抗等信息,程序将自动生成关联矩阵。-Enter the electric network graph theory in the data table nodes, branches, impedance and other information, the program will automatically generate the correlation matrix.
tezhengfenjie
- 特征值分解是矩阵论主要方法,难度较大,上传程序供大家参考,加深理解-Eigenvalue decomposition is the main method of matrix theory, more difficult, upload the program for your reference, to deepen understanding
图论代码
- 图论问题代码,可以画图,输入节点和邻接矩阵,便可以输出