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

搜索资源列表

  1. FigureandTree

    0下载:
  2. 数据结构:最小生成树拓扑排序图的邻接表及遍历关键路径二叉树遍历-Data structures: minimum spanning tree topology of the adjacent table to sort and map the critical path traversal binary tree traversal
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:7975
    • 提供者:李俊
  1. cyuyanshixiandaima

    0下载:
  2. C语言就数据结构的实现代码,包括霍夫曼编码,图遍历,二叉树等-C language data structure on the implementation of code, including Huffman coding, graph traversal, binary tree and so on. . .
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:228300
    • 提供者:jiao
  1. graph

    0下载:
  2. 数据结构实验:用C语言求解图的深度遍历和广度遍历-Experimental data structures: Using C language to solve graph traversal depth and breadth of the traverse
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1656
    • 提供者:zx
  1. GuGongGuider

    0下载:
  2. 此项目为图论与代数结构课程的大作业,我们的选题从实际应用出发,结合课程所学的各种关于图的存储和在图上搜索遍历的算法,历经实地踩点考察,数据记录,数学建模,最终利用Adobe Flex开发出了故宫导游系统(Gu Gong Guider ,简称3G)。 我们的项目主要解决游客游览故宫的时间安排问题。通过游客给出时间的要求和对景点的喜好排序,由本系统给出一条符合要求的路线游览方案-This project is graph theory and algebraic structures cours
  3. 所属分类:Other systems

    • 发布日期:2017-05-28
    • 文件大小:11364323
    • 提供者:andy
  1. 7777

    0下载:
  2. 在内存中创建一个图,主要用到了数据结构中连接链表的知识,最后能够遍历整张图的节点-Create a map in memory, the main data structure used to connect the knowledge of the list, the last to traverse the entire graph node
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:175751
    • 提供者:zhigang
  1. juzhen

    0下载:
  2. 数据结构中关于图的应用,涉及到遍历,查询,Prim算法等-Data structure on the Charts, involves traversal, query, Prim algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:2331
    • 提供者:苏庆贺
  1. graph

    0下载:
  2. 主要应用了数据结构中图的数据结构,实现了遍历,插入和删除的操作,简单易懂-We use a data structure in the data structure to achieve a traversal, insertion and deletion operations, easy to understand
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3430
    • 提供者:pottermarkken
  1. suanfa

    1下载:
  2. 数据结构基本算法演示程序实现: 1、实现KMP模式匹配算法、哈夫曼编码算法、由遍历序列恢复二叉树、Prim算法、Kruskal算法、Floyd算法、Dijkstra算法、拓扑排序、关键路径算法、二叉排序树生成算法(含平衡化)、哈希表生成及哈希查找算法、希尔排序、快速排序、堆排序、归并排序、基数排序。(四则表达式计算、矩阵运算、有向图的强连通分量求解) 2、算法中的链表结构和数组结构的基本操作要求单独函数实现(同组内算法要求共享使用)。 要求数据结构基本算法演示程序具有菜单选择,算法要
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:20855
    • 提供者:dark
  1. AdjacencyMultilist

    0下载:
  2. 这是个图的深度和广度遍历算法,主要是巩固数据结构的内容,对人启发非常大-This is a graph traversal algorithm for the depth and breadth of the main contents of the consolidation of data structure, inspired by a very large human
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:450000
    • 提供者:何晓涛
  1. graphoperation

    1下载:
  2. 根据从键盘输入的数据创建图(图的存储结构可采用邻接矩阵或邻接表),并对图进行深度优先搜索和广度优先搜索(实验类型:验证型) 1)问题描述:在主程序中提供下列菜单: 1…图的建立 2…深度优先遍历图 3…广度优先遍历图 0…结束 2)实验要求:图的存储可采用邻接表或邻接矩阵;定义下列过程: CreateGraph(): 按从键盘的数据建立图 DFSGrahp():深度优先遍历图 BFSGrahp():广度优先遍历图-According to dat
  3. 所属分类:Data structs

    • 发布日期:2016-06-21
    • 文件大小:1024
    • 提供者:zf
  1. graphic

    0下载:
  2. 数据结构中图的构造,以及深度遍历和广度遍历的C语言实现-Data structure in the structure, and the depth and breadth traversal traverse the C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:305484
    • 提供者:jiangxueqiao
  1. exp6

    2下载:
  2. 合肥工业大学数据结构试验六图结构试验 包括完整的实验要求、实验预习报告、实验最终报告 实验要求: <1>求给定图中的边(或弧)的数目。 <2>求解出从给定顶点到所有顶点的最短路径(以边数计算)。 <3>判断一个有向图g是否是一棵有向树。(任意一个顶点可能是根) <4>对给定的图G及出发点v0,设计算法从V0出发深度遍历图G,并构造出相应的生成树。 -Hefei University of testing six graph
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:666214
    • 提供者:石帆
  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 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com