CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Adjacency graph

搜索资源列表

  1. Graph

    0下载:
  2. 介绍了邻接表和邻接矩阵的转换,对于很多刚学习数据结构的人来说,很有用-Describes the adjacency list and adjacency matrix conversion, just to learn the data structure for many people, very useful
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:209493
    • 提供者:liuchuanhong
  1. graph

    0下载:
  2. 实现图的存储结构---实现无权邻接矩阵和有权邻接矩阵的设置和输出-Implement plans to achieve the storage structure--- right adjacency matrix and adjacency matrix of the right to set and output
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:3038
    • 提供者:董萍
  1. Graph

    0下载:
  2. 运用单链表和邻接矩阵实现图的表示、图的运算以及图的遍历-Used to achieve a single list and adjacency matrix graph representation, graph operations and graph traversal
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1119137
    • 提供者:周规劝
  1. Graph

    0下载:
  2. 有关图的各种重要的操作,有图的邻接矩阵存储,链表存储,关键路径,最短路径,平衡二叉树等-The plan of the various important operation, has the adjacency matrix storage memory list, critical path, shortest path, balanced binary tree, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:14695
    • 提供者:王金河
  1. graph(linjiejuzhen)

    0下载:
  2. 基于C++模板,用邻接矩阵的方式,实现了基本的Graph(map)的构建,并实现了深度优先搜索和广度优先搜索,同时加入了测试用的数据读入和写入函数,便于调试和在本代码基础上进行进一步扩充。-Based on C++ templates, adjacency matrix, enabling a basic Graph (map) to build and achieve a depth-first search and breadth-first search, also joined the
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:698874
    • 提供者:
  1. adjacency-table-to-stor

    0下载:
  2. 用c语言来实现邻接表存储有向图,计算顶点的出度和入度-C language to implement a directed graph adjacency table to store, calculate the out-degree and vertex-degree
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1369
    • 提供者:代伟
  1. The-graph-traversing-algorithm

    0下载:
  2. 以邻接矩阵或邻接表为存储结构,以用户指定的顶点为起始点,实现无向连通图的深度优先及广度优先搜索遍历,并输出遍历的结点序列-The adjacency matrix or adjacency list for the storage structure to user-specified vertex as a starting point to achieve a connected undirected graph of the depth-first and breadth-first se
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:25253
    • 提供者:huaidiwu
  1. using-adjacent-matrix-to-store-graph

    0下载:
  2. 用C语言数据结构描述的演示用邻接矩阵存图的小程序-Described in C language data structures stored adjacency matrix of graph presentation with a small program
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:564
    • 提供者:pustar
  1. database-Graph

    0下载:
  2. 一:实验目的: (1)掌握图的存储思想及其存储实现。 (2)掌握图的深度、广度优先遍历算法思想及其程序实现。 (3)掌握图的常见应用算法的思想及其程序实现。 (4)理解有向无环图、最短路径等算法 二:实验内容: 以下实验内容,1和2为必做内容,3为选做内容。 1.有向图 (1)键盘输入数据,建立一个有向图的邻接表,并输出该邻接表。 (2)在有向图的邻接表的基础上计算各顶点的度,并输出。 (3)以有向图的邻接表为基础实现并输出它的拓扑排序序
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:121148
    • 提供者:oky
  1. Graph

    0下载:
  2. 邻接矩阵的建立,赋值和输出所建立 的矩阵-The establishment of the adjacency matrix, assignment and the output of a matrix
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:324897
    • 提供者:陆逸冰
  1. Graph

    0下载:
  2. 使用邻接表作为存储结构构造图,并完成图的建立,深度遍历,广度遍历-Structural map as a storage structure with the adjacency list, and complete the establishment of the Figure, deep traversal, breadth traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:4179
    • 提供者:single
  1. Graph(adjacency-matrix)

    0下载:
  2. 使用邻接矩阵作为存储结构构造图,并完成图的建立,深度遍历,广度遍历-Use the adjacency matrix as a storage structure structure diagram, and complete the establishment of the Figure, deep traversal, breadth traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:4274
    • 提供者:single
  1. data-structure-Graph

    1下载:
  2. 本软件围绕无向图的应用这一主题,用图形化的界面实现了无向图的建立、显示邻接表、动态构造最小生成树(分别利用Prim算法和Kruscal算法)、查找最短路径等功能。 具体功能: 给定一个图,完成: (1) 建立并显示出它的邻接链表 (2) 分别用普里姆算法和克鲁斯卡尔算法构造其最小生成树,随时显示其构造的过程 (3) 给出某一确定顶点到所有其他顶点的最短路径 (4) 给出每一对顶点之间的最短路径 说明:程序开发时所用的文件和源码在文件夹“配套文件”中提供。另附说明
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:3050480
    • 提供者:lsc
  1. graph

    0下载:
  2. 这个源代码包含了图的邻接矩阵和链表的两种存储方式、深度和广度的遍历以及prim 和kruskal最短路径两种算法。-The source code contains the adjacency matrix and list two storage mode, the breadth and depth of the traversal and prim And kruskal shortest path of two algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2303
    • 提供者:cyy
  1. graph

    0下载:
  2. 以邻接表为存储结构实现无向图的深度遍历和图的广度遍历。-Adjacency list storage structure undirected depth traversal of Figure and Figure breadth traversal.
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:414318
    • 提供者:星辰
  1. Graph

    0下载:
  2. 1、创建一个无向图,采用邻接矩阵存储,顶点采用单个字符表示,边采用邻接矩阵表示; 2、输出该图的存储示意图; 3、对该图进行深度优先遍历和广度优先遍历并输出遍历的结果。 -1, create an undirected graph adjacency matrix storage vertex edges using adjacency matrix representation with a single character 2, the output of the storag
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:3801404
    • 提供者:Tracy
  1. Hyper

    1下载:
  2. converts a binary undirected adjacency graph into a hypergraph. The output is a non symmetric matrix where the columns are the vertices and the rows are the hyper edges.
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:796
    • 提供者:john
  1. graph

    0下载:
  2. 输出图对应的邻接矩阵以及DFS和BFS结果-The output diagram corresponds to the adjacency matrix as well as the DFS and BFS results
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:192461
    • 提供者:李磊
  1. adjacency-list

    0下载:
  2. 基于邻接表表示的图的遍历包括深度优先遍历和广度优先遍历-Based on the adjacency list representation of the graph traversal, including the depth-first and breadth-first traversal
  3. 所属分类:assembly language

    • 发布日期:2017-11-09
    • 文件大小:1592
    • 提供者:hu
  1. graph

    0下载:
  2. 数据结构中对图的操作,图的邻接矩阵,C++代码-The data structure of FIG. Operation FIG the adjacency matrix C++ code,
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:177155
    • 提供者:叶子
« 1 2 34 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com