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

搜索资源列表

  1. tree

    0下载:
  2. 按先序遍历的扩展序列建立二叉树的存储结构 二叉树先序、中序、后序遍历的递归算法 二叉树中序遍历的非递归算法 二叉树层次遍历的非递归算法 求二叉树的深度(后序遍历) -By first traversing the expansion of the storage structure of binary sequences to establish the first order binary tree, in order, after traversing a binary
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:2064061
    • 提供者:申超波
  1. huffman

    0下载:
  2. huffman编码 图像压缩 RLE编码 建立哈夫曼树及遍历哈夫曼树的MATLAB程序-huffman coding image compression coding to establish Huffman and RLE Huffman tree traversal MATLAB program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-01-27
    • 文件大小:54272
    • 提供者:dawn
  1. btree

    0下载:
  2. 二叉树的建立与后序遍历 在访问根结点、遍历左子树与遍历右子树三者中,首先遍历左子树,然后遍历右子树,最后遍历访问根结点-Binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:90789
    • 提供者:wolf
  1. Binary_tree

    0下载:
  2. 二叉树大量算法的实现 实现了三种非递归不借助栈不修改结点结构的遍历算法。参考性非常强-Binary Tree Algorithm to achieve a large number of three non-recursive without the aid of the stack does not modify the node structure of the traversal algorithm. Reference is very strong
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:540956
    • 提供者:xdev
  1. Binary_Tree

    2下载:
  2. 根据二叉树的抽象数据类型的定义,使用二叉链表实现一个二叉树。 二叉树的基本功能: 1、二叉树的建立 2、前序遍历二叉树 3、中序遍历二叉树 4、后序遍历二叉树 5、按层序遍历二叉树 6、求二叉树的深度 7、求指定结点到根的路径 8、二叉树的销毁 -According to the abstract data type binary definition, use two forks to implement a binary tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-12-17
    • 文件大小:577997
    • 提供者:tryqtyl
  1. btree

    0下载:
  2. 用先序、中序、后序三种方式递归、非递归的遍历二叉树-With the first order, in order, the order of three ways recursive, non-recursive binary tree traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:177192
    • 提供者:qiuhui_shi
  1. java1

    0下载:
  2. 程序介绍:对树的一些常用操作进行了封装,包括查询,插入,删除,遍历二叉树(中序,后序,前序) 以及以树的方式显示二对树的各个结点。-Program Descr iption: The tree of some common operations of the package, including the query, insert, delete, traversing a binary tree (in order, postorder, preorder), and the tree dis
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:3638
    • 提供者:hongji
  1. JavaCMMSyntacticAnalyzer

    0下载:
  2. 实验三:CMM语言解释器实验文档 二,实验结构与功能概述: 解释器在语法分析的基础上,对语法分析程序的输出,语法树遍历,完成语义检查并生成代码,代码以四元式的形式输出,cmm解释器解释执行四元式序列,完成对cmm语言的解释。 1.系统的输入:CMM源程序 系统的输出:1,单词(token)序列(词法分析) 2,语法树(语法分析) 3,四元式序列,cmm执行结果(语义分析) -Experiment III: CMM document langua
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:6906041
    • 提供者:杀手47
  1. BiTree

    0下载:
  2. 此程序的功能是建立二叉树,并且对二叉树进行前序中序后序的遍历以及二叉树的显示等功能,主要是数据结构的小实验,对二叉树的理解很有帮助,程序采用C++编程,简单易懂。-Feature of this program is to build a binary tree, and on the binary tree in order to pre-order traversal and postorder binary tree display and other functions, the mai
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:1609
    • 提供者:周中锋
  1. BiaryTree

    0下载:
  2. 此程序是二叉树的创建和前序中序后序的遍历和二叉树的显示功能等,主要是对数据结构中二叉树编程的理解。-This program is a binary tree in order to create and preorder postorder binary tree traversal and display functions, mainly in the binary tree data structure is programmed to understand.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1615
    • 提供者:周中锋
  1. C

    0下载:
  2. 上传的文件包含6个: 计算器、二叉树、排序、哈希查找、图的遍历和最小生成树。-Upload file contains 6: calculator, binary tree, sorting, hash search, graph traversal and the minimum spanning tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:9784
    • 提供者:张斌
  1. BiTree

    0下载:
  2. 二叉树的前序、中序和后序的递归和非递归算法的遍历。-Binary tree traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:345950
    • 提供者:彭蕾
  1. thebinarytree

    0下载:
  2. 实现二叉树的生成以及前中后的遍历,并且使用类和结构体以及链表形式实现-the process of the settings and traversal of the binary
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:841207
    • 提供者:suyu
  1. btree

    0下载:
  2. (1)二叉树的创建操作; (2)二叉树的销毁操作; (3)二叉树的先序遍历的递归算法; (4)二叉树的中序遍历的递归算法; (5)二叉树的后序遍历的递归算法; (6)二叉树的先序遍历的非递归算法; (7)二叉树的中序遍历的非递归算法; (8)二叉树的后序遍历的非递归算法; (9)二叉树的层次遍历算法; -(1) the creation of binary operations (2) the destruction of binary
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:205760
    • 提供者:不悔
  1. Homework_of_DataStruct

    0下载:
  2. 这是我在学数据结构(严蔚敏版)时的上机作业,包含哈夫曼树、图的遍历、文学研究助手(处理字符串)、多项式计算器、矩阵计算器、马踏棋盘、停车场管理、约瑟夫环的成功运行源程序。它们都是对经典数据结构及其之间的组合的练习。-This is my school data structure (Yan Wei-min version) when the machine operations, including Huffman tree, graph traversal, literature resear
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3375805
    • 提供者:冯小康
  1. erchashu

    0下载:
  2. 二叉树的操作: 实验目的:建立二叉树,建立后的先序。中序。后序。的遍历,及输出。 思路:用递归的方法建立二叉树,用先序建立,然后调整建立时左右孩子,和根结点的顺序, 就完成了,三种顺序的遍历。 遇到的困难:在先序建立时忘记了用#符号表示该节点没有孩子。 如何解决的:用if(ch== # ) T=NULL 语句解决。 收获:明白了,二叉树的三种建立,和他们之间的区别以及递归的一些简单的应用。 运行结果:输入数字元素用#表示结点没有左孩子或右孩子。然后屏幕上显示出三种顺序
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:142051
    • 提供者:和牧
  1. BinaryTree

    0下载:
  2. 二叉树的输入 前序 后序和中序的遍历以及树的输出-Binary tree after the input pre-order traversal order and the order and the output of the tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:153728
    • 提供者:maiyuting
  1. BTree

    0下载:
  2. 定义二叉树两个结点的最小距离为这两个结点的最近公共祖先分别到这两个结点的路径长度之和。请设计一种方法,找出给定二叉树中任意两个结点的最小距离,可以考虑以图形显示之。程序实现二叉树的层次遍历,要求每层之间的数据用一个空格分开。二叉树采用二叉链表方式进行存储-Defined binary minimum distance of two nodes for these two nodes were the most recent common ancestor of these two nodes a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1608502
    • 提供者:范吉伟
  1. travel

    0下载:
  2. 实现用二叉树遍历数据,包括栈的创建,数据的初始化,数据的遍历。 - traveling the members of the tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:80388
    • 提供者:allen
  1. tu

    0下载:
  2. 遍历算法在数据结构中是最普通的运算方法也是所有其它算法的基础。由于图的遍历比线性表、树的结构的遍历算法要复杂,因此着重对图的遍历算法进行讨论, 具有更普遍的意义。图的遍历就是从图中指定的某顶点作为遍历的起始出发点, 按照一定搜索遍历路径, 对图中所有顶点仅作一次访问的过程。 根据搜索路径方向的不同, 遍历图的方法可分深度优先搜索遍历和广度优先搜索遍历, 又根据编制算法的方法不同, 可分为递归遍历算法和非递归遍历算法。 -Data structure traversal algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:229036
    • 提供者:庄小虎
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 50 »
搜珍网 www.dssz.com