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

搜索资源列表

  1. Graph-traversal-spanning-tree

    0下载:
  2. 1.显示图的邻接矩阵, 图的邻接表, 深度优先遍历, 广度优先遍历, 最小生成树PRIM算法, 最小生成树KRUSCAL算法,图的连通分量。 2.当用户选择的功能错误时,系统会输出相应的提示。 3.通过图操作的实现,把一些实际生活中的具体的事物抽象出来-Shown FIG s adjacency matrix, graph the adjlink, depth-first traversal, breadth first traverse, minimum spanning tree m
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1318
    • 提供者:江洋
  1. 1-108

    0下载:
  2. 数据结构拓扑排序算法,有向图中产生一种拓扑排序序列。基于栈和邻接表的存储结构实现-Topological sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:35964
    • 提供者:qwermnbvx
  1. graph

    0下载:
  2. 用邻接表的方式建立一个图,可以对这个图进行删除边,增加边,删除增加节点,和深度广度优先搜索-With the adjacency list of ways to build a map, you can delete the edges of this graph, increasing side, remove the added nodes, and depth of breadth-first search
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:178841
    • 提供者:jaychou
  1. tu

    0下载:
  2. 采用邻接表存储结构,编写一个判别无向图中任意给定的两个顶点之间是否存在一条长度为k的简单路径的算法。-Using the neighbor table to store the structure, the preparation of a judge not to any given graph between two vertices if there exists a simple path of length k of the algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1195
    • 提供者:何苗
  1. linjiebiao

    0下载:
  2. 用邻接表实现对图的编程,并且可以求出最短路径-Map with the adjacency list implementation of the programming, and can find the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1219622
    • 提供者:刘彦秋
  1. ALGraph

    0下载:
  2. 无向图的邻接表存储。包括具体操作,如建立、销毁、插入、删除等。-Undirected adjacency table storage. Including specific operations, such as the creation, destruction, insert, delete and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:947
    • 提供者:
  1. tu

    0下载:
  2. 图的邻接表建立以深度,广度优先及遍历,和最短路径-Adjacency table to establish the depth and breadth-first traversal, and the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2697
    • 提供者:langduhua
  1. tudelinjiejuzhen

    0下载:
  2. 分别利用邻接矩阵和邻接表作为存储结构来实现图的存储。-Were used as the adjacency matrix and adjacency list stored in the storage structure to implement plans.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:6824
    • 提供者:赵力芸
  1. 5

    0下载:
  2. 1.定义图的数据结构。 2.编写函数,用邻接表实现图的存储结构,求图的顶点的度数。 3.编写函数,输出图的遍历序列。-1. Definition of graph data structure. 2. Write a function, with the adjacency list of the storage structure to achieve chart, find the vertex of degree. 3. Write a function, the output g
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:876
    • 提供者:finejade
  1. tu

    0下载:
  2. 数据结构的图的建立和周游,用矩阵建立和用邻接表建立-Data structure and the Establishment and travel, to establish and use a matrix to establish adjacency list
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2427
    • 提供者:mm
  1. LibTopoSort

    0下载:
  2. 数据结构中的关键路径算法,用邻接表实现,VC6环境,能正常运行-The critical path data structure algorithms, to achieve with the adjacency list
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:635973
    • 提供者:董飞
  1. LJJZ

    0下载:
  2. 显示图的邻接矩阵, 图的邻接表, 深度优先遍历, 广度优先遍历, 最小生成树PRIM算法, 最小生成树KRUSCAL算法,图的连通分量-Shows the adjacency matrix, adjacency table, depth-first traversal, breadth-first traversal, minimum spanning tree PRIM algorithm, minimum spanning tree KRUSCAL algorithm, graph conn
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3431
    • 提供者:周佳雯
  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. 6_3

    0下载:
  2. 采用邻接表存储结构编写Dijkstra算法,实现求从源点到其余顶点的最短路径。-Storage Structure adjacency list prepared by Dijkstra algorithm to achieve from the source to find the shortest path to the rest of the vertex.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1816
    • 提供者:张雯雯
  1. 1-103

    0下载:
  2. 有向图,有向网,无向图,无向网的邻接表存储、增删顶点和边。-Directed graph, directed networks, undirected graph without adjacent to the network table to store, add and delete vertices and edges.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:4518
    • 提供者:张翔
  1. 092880-4

    0下载:
  2. 图的相关操作,涉及到邻接矩阵,邻接表,深度优先、广度优先遍历等等。-Graph related operations, involving adjacency matrix, adjacency table, depth first, breadth-first traversal and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:83461
    • 提供者:郭皓
  1. src

    0下载:
  2. java 数据结构 邻接表 广度宽度-java datastructure adjmatrix width deep
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2395
    • 提供者:shenjing
  1. TU2

    0下载:
  2. 编写程序以邻接矩阵或邻接表的方式存储指定连通图。然后分别用深度优先算法和广度优先算法遍历邻接矩阵方式存储的图和邻接表方式存储的图。-Write a program to the adjacency matrix or adjacency list stored in a manner specified connected. Then were used to depth-first traversal algorithm and the breadth-first algorithm stor
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2013
    • 提供者:小巫
  1. aa

    0下载:
  2. 图的邻接表存储及深度优先遍历的实现代码 实现代码-Adjacency table to store and depth-first traversal of the implementation code
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1165
    • 提供者:刘露
  1. tudebianli

    0下载:
  2. 使用邻接表存储结构,编写一个程序,实现对有向图遍历操作。是用C++编写的程序源代码。-Storage structure using the adjacency list, write a program to achieve a directed graph traversal operations. Is a program written in C++ source code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:865
    • 提供者:李晓珊
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 27 »
搜珍网 www.dssz.com