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

搜索资源列表

  1. xuehaiwuya

    0下载:
  2. 算法有关于树的遍历的,还有图的搜索等等的数据结构相关算法-algorithm on the traversal of the tree, and there are also search the data structure correlation algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1623
    • 提供者:陈煦
  1. hsdfhdsgdgdf

    0下载:
  2. 数据结构作业图的一些集合 上面有优先遍历 和用链表和堆栈来实现的算法-data structure of some operations plan sets priority traverse above and the use of linked lists and to achieve the stack algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19856
    • 提供者:张鹏宇
  1. DataStructureUtil

    0下载:
  2. 该压缩文件夹内有诸多常用算法和数据结构的c++模板编程实现,可作为您程序开发的辅助工具。具体有栈、队列、优先队列、字典、二叉树、图(包括节点的遍历,连通性判断,3种经典最短路径算法的实现等)。-The compressed folder, there are many commonly used algorithms and data structures c++ Template programming, can be used as your development tool. Specif
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:12844
    • 提供者:张杨
  1. shujujiegou

    0下载:
  2. 这是关于数据结构中的一些算法的讲解 如:排序的方法、图、树、二叉树、遍历-This is about some of the data structure on algorithm such as: sequencing methods, map, tree, binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:361376
    • 提供者:王晓
  1. shujujiegou

    0下载:
  2. 该数据结构代码包括单链表的简单应用,包括寻找最短路径或是对图进行不同的遍历等。-Code the data structure including a single list of simple applications, including the search for the shortest path or on the map such as different traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:19844
    • 提供者:sunluofang
  1. Graph

    0下载:
  2. 数据结构中的图的实现,包括图的创建,遍历等-Graph data structure implementation, including map creation, traversal, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:414139
    • 提供者:wx
  1. Breadth-first-traverse

    0下载:
  2. 数据结构中的连通图的广度优先遍历类似于树的按层次遍历。通过队列的形式实现的。-In data structures, connected graph breadth first traverse similar to tree according to level traversal. Through the queue form to realize.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:700
    • 提供者:haoqiu
  1. Data-structure-diagram

    0下载:
  2. 数据结构中图的存储结构的建立与搜索 建立图的二种存储结构 在不同的结构上实现遍历 -Data structure diagram of the storage structure of the establishment of the search to establish two kinds of graph storage structure in the different structures to achieve through
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:156975
    • 提供者:teddy
  1. BiTree1

    0下载:
  2. 利用树状图可实现数据结构中的非递归中序遍历-Use tree data structure can be achieved in a non-recursive traversal
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:184831
    • 提供者:
  1. graph_dfs

    0下载:
  2. 数据结构中的图结构的深度优先遍历算法,包括按邻接表方式存储的图。-dfs algorithm for graph structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:24179
    • 提供者:秦明
  1. Graph

    0下载:
  2. VC++编写的数据结构图算法演示系统,可作毕业设计系统,包含深、广度遍历,最小生成树,拓扑排序,最短路径算法。-Graph algorithm operating system,include depth/breath first search,minitree,topsort,shortestpath.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:73090
    • 提供者:songyang
  1. data-structure-and-algorithm-

    0下载:
  2. 数据结构与算法,详细并全面的介绍了数据结构,并进行算法仿真,利用C++编写代码,充分实现栈、链表、队列、递归、图、遍历等-Data Structures and Algorithms, detailed and comprehensive introduction to the data structure and algorithm simulation, the use of C++ code, the full realization of stacks, linked lists, qu
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:3939431
    • 提供者:刘欣
  1. DFS_BFS

    0下载:
  2. 数据结构图论中,实现邻接矩阵的深度遍历和邻接矩阵广度遍历.-Data structure graph theory, the depth traversal and breadth to achieve adjacency matrix adjacency matrix traversal.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:2001
    • 提供者:zhangsan
  1. Graph.tar

    0下载:
  2. 数据结构 图结构的模板 以及 遍历接口方法-The template of the structure of data structure and the method of traversing the interface
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4007
    • 提供者:赵昊
  1. Graph

    0下载:
  2. 对图表的储存,深度遍历,广度遍历,文件操作的源代码(For chart storage, depth traversal, breadth traversal, file operation source code)
  3. 所属分类:数据结构

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:wei_sheng
  1. proj3

    0下载:
  2. (1) 图数据通过数据文件输入,采用一种图的数据结构表示法,生成图的表示; (2) 输出图的表示结果; (3) 实现图的广度优先遍历、深度优先遍历算法; (4) 可从任意顶点开始,输出两种遍历结果; (5) 设计相应的“菜单”,通过键盘输入选择,可反复输入不同的测试数据,完成实验要求的测试((1) graph data is input through data file, and a data structure representation of a graph is use
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:1146880
    • 提供者:璇宝宝
  1. qjknrf

    0下载:
  2. 掌握图的邻接矩阵的存储结构;实现图的两种遍历:深度优先遍历和广度优先遍历,()
  3. 所属分类:数据挖掘

  1. GraphCPro

    1下载:
  2. 现有一个景区,景区里面有若干个景点。现欲开发景区信息管理系统,对景点的信息进行管理。使用图的数据结构来保存景区景点信息,为用户提供创建图、查询景点信息、旅游景点导航、搜索最短路径、铺设电路规划等功能。 使用C++语言,通过对景区信息管理系统的四次迭代开发,实现以下主要学习目标: 1)掌握图的定义和图的存储结构,图的创建方法及其应用 2)掌握图的两种遍历方法及其应用 3)掌握迪杰特斯拉(Dijkstra)算法及其应用 4)理解最小生成树的概念、掌握普里姆(Prim)算法及应用(T
  3. 所属分类:其他

    • 发布日期:2020-03-30
    • 文件大小:5120000
    • 提供者:haimaianbaobao
  1. 第五次作业

    1下载:
  2. 输入或存储任意一个无向图,显示图的深度优先搜索遍历路径和广度优先搜索遍历路径。 要求: 1)基于图的邻接表存储结构实现。 2)基于图的邻接矩阵存储结构实现。(Input or store any undirected graph to show the depth first search traversal path and breadth first search traversal path of the graph Requirement 1 the implement
  3. 所属分类:数据结构

    • 发布日期:2020-05-24
    • 文件大小:43008
    • 提供者:sortman,
  1. 二叉树、链表、图

    0下载:
  2. 数据结构课程的作业。有二叉树、树的遍历、链表元素的排序、插入、删除、逆转等,有图的建立、最优路径的选择等。word格式。
  3. 所属分类:数据结构常用算法

« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com