CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数据结构 图的遍历

搜索资源列表

  1. mgraph

    0下载:
  2. 数据结构,图储存结构的算法,包括深度遍历,广度遍历等-Data structure, storage structure of the algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3181
    • 提供者:lio
  1. Map

    0下载:
  2. 对图的各种操作,包括深度遍历,广度遍历,最小生成树,最短路径的各中算法,而且有递归和非递归方式,对学习数据结构有很大的帮助。 代码全是自己根据理解自己写的,思路很符合初学者。-Various operations on the map, including the traverse depth, breadth traversal, minimum spanning tree, shortest path in the algorithm, and recursive and non rec
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:797437
    • 提供者:wafer
  1. map_for_cPP

    0下载:
  2. 关于图的几种建立和遍历的方式的练习例程,数据结构,C语言进行描述,适于初学者。-On the map several establishment and traverse the way of exercise routines, data structures, C language is described, suitable for beginners.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:13249
    • 提供者:酒罐
  1. Graphtraversalexperimentreport

    0下载:
  2. 以邻接多重表为存储结构; 2、实现连通和非连通的无向图的深度优先和广度优先遍历; 3、要求利用队列实现无向图的深度优先遍历; 4、以用户指定的结点为起点,分别输出每种遍历下的结点访问序列; 5、求出从一个结点到另外一个结点,但不经过另外一个指定结点的所有简单路径; 6、测试数据: 输入:顶点数,边数:8,10 各边:1,2 1,3 2,4 2,5 3,6 3,8 4,7 5,6 5,7 7,8 输出:深度
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:59783
    • 提供者:lting
  1. seah

    0下载:
  2. Fish图结构数据处理程序,深度遍历和广度遍历的算法处理数据关系-Fish data structure data handler, depth and breadth-traversal algorithm processing data relationships
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:1275881
    • 提供者:吴雨
  1. text1

    0下载:
  2. 数据结构 c++描述 图的基本运算 如图遍历,最短路径、关键路径-The data structure c++ described in Figure basic computing Figure traversal, shortest path, critical path
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:2788
    • 提供者:
  1. picture

    0下载:
  2. 数据结构的核心单元图,程序里有写好的包括图的几种遍历和最短路径搜索-The core unit of the data structure diagram, program written including several traversal and shortest path search
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:260385
    • 提供者:周星驰
  1. Depth-first-traversal

    0下载:
  2. 1、编写图的邻接表表示法的数据结构。 2、编写用邻接表创建图的函数 3、用深度优先遍历的方法输出顶点序列-1, write the adjacency table shows the data structure of the Act. 2, written with the adjacent table to create a graph function output sequence of vertices with a depth-first traversal methods
  3. 所属分类:Data structs

    • 发布日期:2017-11-06
    • 文件大小:81757
    • 提供者:YHL
  1. lab4_2

    0下载:
  2. 2-1以顺序栈作为存储结构 实现顺序栈的入栈运算,出栈运算,并且读取栈顶元素; 2-2以链栈作为存储结构,实现栈上的数据元素的插入运算,删除运算,并读取链栈的栈顶元素; 2-3 以循环队列喂存储结构,实现循环队列的建立,实现循环队列的入队运算,出队运算; 2-4用栈实现括号的匹配问题; 2-5实现汉诺塔问题.; 3-1采用链式存储表示,按给定的先序序列创建二叉树,并输出二叉树。 3-2-1和3-2-2采用二叉链表作为存储结构,建立二叉树,采用递归算法实现二叉树遍历,另外采
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:2593792
    • 提供者:梁思
  1. traversal-of-the-adjacency-table

    0下载:
  2. 数据结构采用模块化的方法解决图的邻接表存储及遍历-Storage and traversal of the data structure is modular method to solve the adjacency table
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:974
    • 提供者:韩煦
  1. breadth-first-traversa

    0下载:
  2. 严蔚敏《数据结构》无向图的广度优先遍历算法c++代码实现-Yan Wei-min data structure undirected graph breadth-first traversal algorithm c++ code to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:602647
    • 提供者:christy9088
  1. Graph-me

    0下载:
  2. 数据结构的作业 图的建立,添加,遍历,生成最大生成树,找最短路径等-Graph data structure operations to establish, add, traversal, generating maximum spanning tree, find the shortest path, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:242916
    • 提供者:Caitlin
  1. 1

    0下载:
  2. 数据结构的算法,包括单链表,队列,先序遍历二叉树,线性表,栈,图等-Data structure algorithms, including single-linked lists, queues, first traversal tree, linear table, stack, diagrams
  3. 所属分类:Console

    • 发布日期:2017-11-25
    • 文件大小:6728
    • 提供者:guo
  1. s6

    0下载:
  2. 数据结构 在图G中求一条从顶点i到顶点s 的简单路径。 实验目的: 1、掌握图的各种存储结构,尤其熟练掌握邻接矩阵和邻接表存储结构; 2、熟练掌握图的深度优先遍历和广度优先遍历算法; 3、在遍历算法的基础上设计其他应用算法。 -Data structures and seek a graph G from vertex i to vertex s simple path. Experiment: a master chart of the various storage
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:1338
    • 提供者:hank
  1. 1

    0下载:
  2. 这是数据结构的一个C++编程。在邻接矩阵上实现带权图、不带权图的初始化,搜索、插入、删除边,宽度遍历、深度遍历。邻接矩阵用模板类实现。-This is a programming data structure C++. Achieve a weighted graph in the adjacency matrix, with no right of map initialization, search, insert, delete edge, traversing the width and
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1298
    • 提供者:孙文
  1. Handout

    0下载:
  2. 创建图的邻接表存储结构,输出邻接表数据(验证创建过程),深度优先遍历(DFS) ,广度优先遍历(BFS),增加一个顶点到图, 删除一个顶点(同时删除其所有邻接边) ,增加一条弧到图,从图中删除一条弧- Creating adjacency table storage structure, the output adjacency table data (validation creation process), depth-first traversal (DFS), breadth-fi
  3. 所属分类:Embeded-SCM Develop

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

    0下载:
  2. 数据结构 有向图的邻接矩阵、度、拓扑算法。无向图的深度优先遍历、广度优先遍历。最小生成树-Adjacency graph data structure to the matrix, the degree of topological algorithms. Undirected graph depth-first traversal, breadth-first traversal. Minimum Spanning Tree
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:801340
    • 提供者:杨雪
  1. software-design-I

    0下载:
  2. c++实现的非常详细的数据结构与算法代码,队列,链表,三元组,哈弗曼树,树的各种递归,非递归遍历算法,树与森林相互转化算法,图的深度,广度优先搜索算法,双连通算法,强连通算法,拓扑排序算法,最短路径算法,哈希,快速排序,归并排序等等。-C++ very detailed data structure and algorithm code, queues, linked lists, three tuple Havermann tree, various recursive tree, non r
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:7772024
    • 提供者:田印
  1. ZGraph

    0下载:
  2. 数据结构 无向图 以邻接矩阵的方式存储一个无向网 1.建立并显示出无向网的邻接矩阵; 2.对该无向网进行广度优先遍历,显示遍历的结果(并随时显示队列的入、出情况); 3.用普里姆算法构造其最小生成树,显示其构造的过程。-Data structure- the undirected graph Stored in the form of adjacency matrix an undirected network 1. Establish and shows the ad
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:756031
    • 提供者:屈兴
  1. Data-Structure-section-algorithm

    0下载:
  2. 包含了大学计算机的数据结构算法,Eratosthenes筛选法素数、huffman编码、多种查找、二叉树创建与遍历、多种排序、图的建立和遍历等。 -Contains the data structure algorithms university computers, Eratosthenes screening primes, huffman coding, multiple search, binary tree traversal create a variety of sorting
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1907612
    • 提供者:yzt
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com