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

搜索资源列表

  1. GrapeDeep

    0下载:
  2. 图的深度优先遍历,数据结构的很重要的一个内容,也很有难度,与大家分享-Graph depth-first traversal of the data structure is an important content, but also very difficult to share with you
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:908831
    • 提供者:wuchuanhui
  1. tudejianliyubianli

    0下载:
  2. 数据结构的图的建立以及遍历一章中的所有方法-The diagrams of data structures and traversing all the methods chapter
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:788
    • 提供者:GW
  1. Graph

    0下载:
  2. 数据结构是程序开发的重要部分,而图无疑是重要的数据结构中常用的数据结构,该文件实现了图的生成和广度和深度遍历-Data structure is an important part of program development, and plans are undoubtedly important data structure commonly used data structure, the document generation and realization of a graph tra
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2443
    • 提供者:jakey
  1. Graph-with-BFS-DFS

    0下载:
  2. 数据结构中有关图的两种遍历,深度和广度搜索,并有搜索顺序输出-Data structure traversal on the two plans, the depth and breadth of search, and a search order output
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1361
    • 提供者:阿狸
  1. BFSandDFSList

    0下载:
  2. 对数据结构中图一部分采用邻接表实现无向图的建立、深度优先遍历和广度优先遍历算法实现,成功运行,有测试数据-Part of the data structure used in the adjacent table to achieve the establishment of an undirected graph, depth-first traversal and breadth-first traversal algorithm, the successful operation, a t
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:615902
    • 提供者:liqiang
  1. PBFSandDfsList

    0下载:
  2. 数据结构中对有向图采用邻接表为存储结构实现对有向图的建立、深度优先遍历和广度优先遍历,同样有测试数据-Data structure of a directed graph with adjacency table for the storage structure to achieve the establishment of a directed graph, depth-first traversal and breadth-first traversal, the same test da
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:617647
    • 提供者:liqiang
  1. 4-2

    0下载:
  2. 判别无向图中任意给定的两个顶点之间是否存在一条长度为k的简单路径 数据结构 遍历 -Without discrimination to any given graph between two vertices if there exists a simple path of length k of the data structure traversal
  3. 所属分类:Data structs

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

    0下载:
  2. 数据结构,图部分,C++编写的,具有创建、遍历、拓扑排序等函数。控制台程序。-Data structures, graph part, C++ written with creation, traversal, topological sorting and other functions. Console application.
  3. 所属分类:Data structs

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

    0下载:
  2. 数据结构中有关图的创建,存储显示,深度,广度优先遍历算法,以及最小生成树Prim和Kruscal算法实现-The map data structure to create, store display, the depth, breadth-first traversal algorithm, and Prim minimum spanning tree algorithm and Kruscal
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1850004
    • 提供者:scj
  1. graph

    1下载:
  2. 数据结构实验六图的操作,在程序中提示输入的顶点数以及每两条边之间的权值,最后使用深度优先和广度优先算法实现遍历,同时构建最小耗费生成树的最小权值和路径。-Experimental data structure diagram of the operation of six, in the program prompts for the number of vertices and edges between every two weights, the final depth-first and
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1214370
    • 提供者:敏敏特穆尔
  1. Lying-data-structure9

    0下载:
  2.  《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;图的深度、广度遍历;最小生成树两种算法、最短路径两种算法;拓扑排序与关键路径算法;折半查找、插值查找、斐波那契查找等静态查找;稠密索引、分块索引、倒排索引等索引技术;冒泡、选择、插入等简单排序;希尔、堆、归并、快速等改进排序-" Westward the data structure," the m
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1531772
    • 提供者:陈雨
  1. Graph

    0下载:
  2. 数据结构,用C++实现图的深度和广度遍历,能运行。-Realize graph traversal by C++.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:8053
    • 提供者:Angel
  1. info_sys.tar

    0下载:
  2. 《简单信息管理系统(C语言描述)》   这是本人用C语言实现的简单信息管理系统,由顺序存储的线性表来组织数据结构,程序在CentOS 5.1环境下完成,我的博客上有程序界面截图(我的博客:http://blog.163.com/joshuachan@yeah/)。   本系统实现的数据操作:   增加/遍历/排序/查询及删除匹配数据/数据文件的导入和导出。   系统文件组成:   测试程序<test.c>,综合头文件<main.h>,
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:6019
    • 提供者:Joshua
  1. DFS

    0下载:
  2. DFS图的深度优先遍历!C++编写,数据结构-programing by c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:8420
    • 提供者:沈杰
  1. kcsj

    0下载:
  2. 数据结构课程设计的,选存储结构,输入含n个顶点(用字符表示顶点)和e 条边的图G; (2)求每个顶点的度,输出结果; (3)指定任意顶点x为初始顶点,对图G作DFS遍历,输出DFS 顶点序列(提示:使用一个栈实现DFS); (4)指定任意顶点x为初始顶点,对图G作BFS遍历,输出BFS 顶点序列(提示:使用一个队列实现BFS); (5)输入顶点x,查找图G:若存在含x的顶点,则删除该结点及 与之相关连的边,并作DFS遍历(执行操作3);否则输出信 息“无x”; (6)判断图G是否是连通图,输出信
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:227993
    • 提供者:王俊超
  1. DS-root

    0下载:
  2. 数据结构中图的基本运算 以邻接矩阵的形式 用图的深度遍历找图是否有根定点-root group
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1989
    • 提供者:张波
  1. Figure-deep-traversal

    0下载:
  2. 图的深度遍历,数据结构的一个小程序。有助于初学者学习与实践-Deep traversal of the graph, the data structure of a small program. Help beginners to learn and practice
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:20509
    • 提供者:
  1. CreateGraph

    0下载:
  2. 本程序实现了数据结构中图的基本创建方法...以及图的深度遍历和图的广度遍历-This program to achieve data structure of Chinese basic and establish ways... And the depth of the graph traversal graph and breadth of traverse, etc...
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:3072
    • 提供者:
  1. Data-structure-experiments

    1下载:
  2. 数据结构8个实验完整源码+可执行程序 +95个其他程序源码+ 数据结构课程设计报告 C语言程序设计题附答案 C语言课程设计 实验2 顺序查找 排序 实验3 顺序栈基本操作 实验4 顺序循环队列基本操作 实验5 二叉树的建立及遍历 实验6 哈夫曼树的创建及编码 实验7 图的创建及遍历 实验8 查找与排序算法 推箱子游戏 -Complete source of data structures eight experimental the th
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1861189
    • 提供者:何沙沙
  1. aa-

    0下载:
  2. 数据结构:图的建立、深度优先遍历及广度优先遍历C++代码(个人优化)-Data structures: the establishment of the graph, depth-first traversal and breadth first the traversal C++ code (individual optimization)
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2490
    • 提供者:yang
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com