CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 生成邻接矩阵

搜索资源列表

  1. Graph3

    0下载:
  2. 最小生成树的贪心算法实现 普里姆算法 用邻接矩阵进行图的生成-the minimum spanning tree algorithm Primbetov greedy algorithm adjacent matrix chart generation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.61kb
    • 提供者:郭靖
  1. aaa

    0下载:
  2. 对任意给定的图(顶点数不小于20,边数不少于30,图的类型可以是有向图、无向图、有向网、无向网),能够输入图的顶点和边(或弧)的信息,并存储到相应存储结构(邻接矩阵、邻接表、十字链表、邻接多重表,任选其中两种类型),对自己所创建的图完成以下操作: 对无向图求每个顶点的度,或对有向图求每个顶点的入度和出度(5分) 完成插入顶点和边(或弧)的功能(5分) 完成删除顶点和边(或弧)的功能(5分) 两种存储结构的转换(5分),如果其中一种存储结构为十字链表或邻接多重表则增加5分。
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:6.93kb
    • 提供者:狂孙
  1. XGraph2

    2下载:
  2. 能够建立有向图无向图的邻接矩阵和邻接表表示法,深度优先和广度优先搜索,能够存储和显示相应的搜索结果(深度优先或广度优先生成森林(或生成树)、深度优先或广度优先序列和编号)。以文件形式输入图的顶点和边,并显示相应的结果。-To build a directed graph undirected adjacency matrix and adjacency list representation, depth-first and breadth-first search, to store and
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-12-25
    • 文件大小:29.51kb
    • 提供者:zhangjing
  1. swnet

    0下载:
  2. 小世界网络模型的m.文件 可生成网络矩阵或者邻接矩阵-M. small-world network model file to generate the network matrix or adjacency matrix
  3. 所属分类:matlab

    • 发布日期:2016-12-20
    • 文件大小:1kb
    • 提供者:lixiannian
  1. wuxiangtu

    0下载:
  2. 无向图的邻接矩阵实现,及广度遍历,生成最小树。-Undirected graph adjacency matrix to achieve, and the breadth traversal, generating minimum spanning tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.01kb
    • 提供者:dante
  1. dagtra

    0下载:
  2. 将dag generator生成的一定格式文本描述的dag图,转换成dag图的邻接矩阵。-translate the result of dag generator to matrix of dag
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2.53kb
    • 提供者:肖慧荣
  1. generateNetwork

    0下载:
  2. 根据Barabasi等人提出的无标度模型复杂网络生成的preferential attachment原理,生成指定规模的无标度网络的邻接矩阵。-Based on the preferential attachment mechanism proposed by Barabasi et al, the code functions to generate the adjacency matrix for a scale-free network with given size.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:648byte
    • 提供者:Xiaoya Wei
  1. linjiejuzhen

    0下载:
  2. 这个程序实现了生成了有方向的图的邻接存储矩阵的功能,为一些算法提供基础。-This application implements generated with the figure in the direction of adjacency matrix storage function, provides the basis for some algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:248.61kb
    • 提供者:小美
  1. Minimum-Spanning-Tree

    0下载:
  2. 使用邻接矩阵生成最小生成树的算法,须输入顶点数目,顶点数据以及邻接矩阵的数据。-Adjacency matrix generated minimum spanning tree algorithm, the input data must be the number of vertices, vertex data and adjacency matrix.
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1.08mb
    • 提供者:
  1. 邻接矩阵

    0下载:
  2. 邻接矩阵,描述多个节点之间的相邻关系,最多16个(Adjacency matrix, describing the adjacent relations between multiple nodes, up to 16)
  3. 所属分类:数学计算

    • 发布日期:2018-01-07
    • 文件大小:11kb
    • 提供者:lizhongyi
  1. 619666

    0下载:
  2. 对任意给定的网络顶点数和边数自定,建立它的邻接矩阵并输出,然后利用Prim算法或Kruskal算法生成它的最小生成树,()
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:10kb
    • 提供者:elemini
  1. adjacency matrix to represent the graph

    0下载:
  2. (1)使用邻接矩阵表示图,定义相应的抽象数据类型。 (2)实现两个图ADTs的上述函数。 (3)从空图开始,生成图形对象表示图1所示的图形,将顶点和边逐一插入。 (4)以BFS方式遍历图。((1) Use adjacency matrix to represent graphs and define the corresponding abstract data type. (2) Realize all the above functions for the two graph AD
  3. 所属分类:数据结构

    • 发布日期:2018-05-03
    • 文件大小:13kb
    • 提供者:mia_shao
  1. suijitu1

    0下载:
  2. 复杂网络随机图生成,并生成邻接矩阵。运用MATLAB实现。(The random graph of complex network is generated and the adjacency matrix is generated.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-04
    • 文件大小:43kb
    • 提供者:小柴柴
搜珍网 www.dssz.com