CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 邻接矩阵

搜索资源列表

  1. asdfasxa32

    0下载:
  2. 掌握图的邻接矩阵的存储结构;实现图的两种遍历:深度优先遍历和广度优先遍历。-master plan adjacency matrix storage structure; Implementation plans of the two traverse : depth-first traversal and breadth traversal priority.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:19494
    • 提供者:pmz
  1. tuxingshujujiegou

    1下载:
  2. 构造一个有向图或无向图,选用一种存储结构,分别输出其深度优先和广度优先的结果。 先按自己的意图画出一个顶点不少于8个、边不少于6条的有向图或无向图,用邻接矩阵或邻接表的存储结构,输入图的顶点信息和边的信息,然后调用深度优先和广度优先搜索算法,看结果是否正确。
  3. 所属分类:软件工程

    • 发布日期:2014-01-17
    • 文件大小:83581
    • 提供者:pujianjun
  1. 无向图的关联矩阵和邻接矩阵的相互转换

    1下载:
  2. 所属分类:文档资料

    • 发布日期:2011-12-09
    • 文件大小:13312
    • 提供者:jp_aluo
  1. smalltree

    1下载:
  2. 图的最小生成树 【需求分析】 若要在n个城市之间建设通信网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。 (1)建立一个图,其存储方式可以采用邻接矩阵形式,需要定义两个数组,一个存储顶点,一个存储边,存储边的数组表明节点间的连通关系和边的权值; (2)利用普里姆算法和克鲁斯卡尔算法求网的最小生成树; (3)按顺序输出生成树中各条边以及它们的权值。 【算法描述】: 1 普里姆算法:
  3. 所属分类:Document

    • 发布日期:2016-06-13
    • 文件大小:1976
    • 提供者:冯伟
  1. 图基本操作

    0下载:
  2. 介绍了图的C++基本操作,建立,遍历,两种遍历方法,采用邻接矩阵建立图
  3. 所属分类:其它文档

    • 发布日期:2012-10-28
    • 文件大小:98304
    • 提供者:zwy2012
  1. AdjacencylistgraphadjacencymatrixtoestablishtheDat

    0下载:
  2. 图邻接矩阵 邻接表的建立c++_数据结构课程设计-Adjacency list graph adjacency matrix to establish the c++ Data Structure Course Design
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:4572
    • 提供者:rambo
  1. Information

    0下载:
  2. 计算给定矩阵的互信息,这时的相关性是利用互信息来判断,矩阵的形式为邻接矩阵-compute the mutual information of the given matrix such as the matrix the elements in it are 0 or 1.
  3. 所属分类:Document

    • 发布日期:2017-03-24
    • 文件大小:140558
    • 提供者:苏延森
  1. 3_3

    0下载:
  2. C语言的数据 解雇偶的变成 关于邻接矩阵-cgcfgfdgdf hdgfh gdf gf
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1070
    • 提供者: macle
  1. graph

    0下载:
  2. 用邻接矩阵法建一无向连通图(顶点信息为字符),分别用dfs(深度优先搜索)和bfs(广度优先搜索)遍历,输出图中顶点信息并验证。-Adjacency matrix to build an undirected connected graph (vertex information for characters), respectively dfs (depth-first search), and bfs (breadth-first search) traversal, the output
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:4059
    • 提供者:fanfausun
  1. neighbours-nodistance

    0下载:
  2. 输入矩阵及其阶数,通过求该矩阵德尔邻接矩阵求无向图。-The order of the input matrix and by request of the matrix Del undirected graph adjacency matrix.
  3. 所属分类:Document

    • 发布日期:2017-04-16
    • 文件大小:133577
    • 提供者:杨铮铮
  1. tudebianliguochegn

    0下载:
  2. 图邻接矩阵_邻接表的建立 图的遍历课程设计-_ Adjacency list graph adjacency matrix graph traversal establishment of curriculum design
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:711711
    • 提供者:孟男
  1. tu

    0下载:
  2. 实验要求:(1)理解图顶点和边的存储方法:邻接矩阵和邻接表;(2)理解图的遍历算法,掌握其应用;(3)应用图的遍历算法判断图是否连通和两顶点间是否存在路径。-Experimental requirements: (1) to understand the storage method: Figure the vertices and edges adjacency matrix and adjacency list (2) to understand graph traversal algor
  3. 所属分类:software engineering

    • 发布日期:2017-11-01
    • 文件大小:61741
    • 提供者:陆露
  1. adjacency-matrix-connectivity

    0下载:
  2. 邻接矩阵连通性的判定,介绍了一种新的图的连通性算法。-The determination of the adjacency matrix connectivity
  3. 所属分类:Project Design

    • 发布日期:2017-11-30
    • 文件大小:155077
    • 提供者:毛毛
  1. guanjianlujingwenti-

    0下载:
  2. 用拓扑排序、邻接矩阵存储 结构建图、for语句的灵活运用,栈及数组来实现最短路径问题-Topological sorting adjacency matrix storage structure building plans, the flexible use of the for statement, stacks and arrays to achieve the shortest path problem
  3. 所属分类:File Formats

    • 发布日期:2017-12-04
    • 文件大小:62872
    • 提供者:陌生,爱
  1. adjmatrix_graph

    0下载:
  2. 用邻接矩阵实现图的基本操作:创建,销毁,增删修改顶点,增删弧或边,DFS,BFS等-Graph with adjacency matrix to achieve basic operations: create, destroy, modify vertex deletions, additions and deletions arcs or edges, DFS, BFS, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:467615
    • 提供者:张三
  1. Graph

    0下载:
  2. 输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。-Enter a weighted undirected graph with vertices, edges, each of the side information (two ve
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:3653
    • 提供者:毕瑞丰
  1. zui

    0下载:
  2. 实现最短路径算法的查询功能,邻接矩阵的简单构建,函数方法的调用- Implement query function of the shortest path algorithm, adjacency matrix of simple construction, function method call
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1518
    • 提供者:张波
  1. ExamCpp--

    0下载:
  2. 单链表,单循环链表,双链表,循环双链表的实现,二叉树的遍历与实现。森林与树的转换以及图的深度广度遍历,邻接矩阵邻接表实现-Single list, round robin list, double-linked list, circular double-linked list implementation, and implementation of a binary tree traversal. Forest conversion, and the depth and breadth of
  3. 所属分类:File Formats

    • 发布日期:2017-05-19
    • 文件大小:5521300
    • 提供者:xiaohei
  1. warshall

    0下载:
  2. Warshall算法,自己输入图的邻接矩阵,自动判断图是否连通-Warshall algorithm, own input adjacency matrix, automatically determine whether the connectivity map
  3. 所属分类:Communication

    • 发布日期:2017-04-26
    • 文件大小:37267
    • 提供者:宋凌宇
  1. PageRank

    1下载:
  2. 计算网络节点的PageRank得分,前提是邻接矩阵。-This code is used for the calculation of the score of Pagerank.
  3. 所属分类:software engineering

    • 发布日期:2015-12-13
    • 文件大小:1024
    • 提供者:David
« 12 »
搜珍网 www.dssz.com