CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 邻接矩阵计算

搜索资源列表

  1. bianli

    0下载:
  2. 数据结构中图的遍历。通过手动输入,采用邻接矩阵创建无向图,再通过计算,完成对该图进行土的深度优先遍历。-Graph traversal of the data structure. By manually entering the adjacency matrix to create an undirected graph, by calculating the complete depth-first traversal of the soil of the graph.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-06
    • 文件大小:9657
    • 提供者:殷宇威
  1. tu

    0下载:
  2. (1)键盘输入数据,建立一个有向图的邻接表。 (2)输出该邻接表。 (3)建立一个无向图的十字链表。 (4)在有向图的邻接表的基础上计算各顶点的度,并输出。 (5)采用邻接表存储实现无向图的深度优先遍历。。 (6)采用邻接表存储实现无向图的广度优先遍历。 (7)以有向图的邻接表为基础实现并输出它的拓扑排序序列 (8)采用邻接矩阵存储实现无向图的最小生成树的PRIM算法。 (9)在主函数中设计一个简单的菜单,分别调试上述算法。-(1) keyboard input
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:6284
    • 提供者:BidyBai
  1. kedajuzhen

    1下载:
  2. 从邻接矩阵计算可达矩阵,实现ism系统结构模型化方法。-Calculated from the adjacency matrix reachability matrix ism system structure model.
  3. 所属分类:Other systems

    • 发布日期:2016-05-10
    • 文件大小:5120
    • 提供者:刘刚
  1. paijuzhen

    0下载:
  2. 用图的邻接矩阵形式来找图的完全子图,用来划分社团或者是计算图的紧密度-With adjacency matrix form come complete subgraph graph
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:520
    • 提供者:甄磐
  1. Kruskal

    0下载:
  2. kruskal算法,可以用来解决最小生成树的问题,本算法已经改进,可以直接输入邻接矩阵计算便可-kruskal algorithm can be used to solve the minimum spanning tree problem, the algorithm has been improved, you can directly enter the adjacency matrix can be calculated
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:845
    • 提供者:周瑜
  1. dajacency

    1下载:
  2. 有关离散数学的编程 实验四:邻接矩阵 1.编写一段代码,接收键盘的输入定点的数量,并以输入的整数对作为边来建立图形的邻接矩阵(无向权重图)。 例如 : 5,6,12 表示定点5和定点6间有边,边的权重为 12。 2 打印出邻接矩阵。 3.根据第一步得到的邻接矩阵计算每个结点的度数。 -Experiment IV: adjacency matrix 1. Write a piece of code, the number of sentinel receive
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:775
    • 提供者:紫薇花
  1. FLOYD

    0下载:
  2. 利用MATLAB 实现Floyd 算法,可对输入的邻接距离矩阵计算图中任意两点间的最短距离矩阵和路由矩阵,且能查询任意两点间的最短距离和路由。 用MATLAB 仿真工具实现Floyd 算法:给定图G 及其边(i , j )的权 wi , j (1≤i≤n ,1≤j≤n) ,求出其各个端点之间的最小距离以及路由。 -Floyd achieved using MATLAB algorithms for the shortest distance routing adjacency matri
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1140
    • 提供者:龙田隆
  1. Dijkstra

    0下载:
  2. 用MATLAB实现迪杰斯特拉算法来寻找最短路径,压缩包中DIJ为算法的执行程序,SymMatrix为将邻接矩阵补齐为对称矩阵的程序,两个graph文件存储的两个邻接矩阵,DIJ加载了其中一个进行计算。也可以自己重新编辑邻接矩阵来计算最短路径。-Dijstra algorithm based on MATLAB.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1342
    • 提供者:liyi
  1. Degree_Distribution

    0下载:
  2. 计算网络分支数,通过输入邻接矩阵,就可以得到网络分支数。-Calculate the number of branch network, by entering the adjacency matrix, you can get the number of branches network.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:739
    • 提供者:闫青
  1. adj2inc

    0下载:
  2. 这个程序是计算一个邻接矩阵的关联矩阵的,邻接矩阵到关联矩阵的转换-Function for converting an adjacency matrix to an incidence matrix
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2062
    • 提供者:阳光
  1. mytrix

    0下载:
  2. 一个由邻接矩阵直接求解可达矩阵的计算工具,JAVA语言编程-The solution to a directly by adjacency matrix matrix calculation tool, the JAVA programming language
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:8205
    • 提供者:dscar
  1. G2D

    0下载:
  2. 逻辑结构分为两部分:V和E集合。因此,用一个一维数组存放图中所有顶点数据;用一个二维数组存放顶点间关系(边或弧)的数据,这个二维数组称为邻接矩阵。邻接矩阵又分为有向图邻接矩阵和无向图邻接矩阵(The logical structure is divided into two parts: the V and the E set. Therefore, a one-dimensional array is used to store all the vertex data in the graph
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:tianma360427
搜珍网 www.dssz.com