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

搜索资源列表

  1. erchashu

    0下载:
  2. C作业:二叉树 先序建立,中序线索化,层序遍历,哈夫曼编码-C operation: binary tree preorder established in order cued, sequence traversal, Huffman coding
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:37559
    • 提供者:ns
  1. erchashu

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

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

    0下载:
  2. 二叉树的遍历二叉树的创建遍历中序前序后序-The creation of binary tree traversing a binary tree inorder traversal sequence after the pre-order
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:170403
    • 提供者:董凯
  1. erchashu

    0下载:
  2. 数据结构的二叉树创建和遍历 -Binary tree data structure to create and traverse ......................................... .................................................. .
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:243392
    • 提供者:黄晨龙
  1. erchashu

    0下载:
  2. 采用C++面向对象思想编程。输入一个个数字节点,生成一颗二叉树。-Using C++ OOP programming. Enter a digital node, generates a binary tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:357469
    • 提供者:点点
  1. erchashu

    0下载:
  2. 系统应具备的功能: (1)建立二叉排序树; (2)中序遍历二叉排序树并输出排序结果; -System should have the function: (1) the establishment of binary sort tree (2) in the binary sort tree traversal and output sort the results
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1103
    • 提供者:刘洋
  1. erchashu

    0下载:
  2. 用哈夫曼编码,实现最优二叉树。用VC编程,实现基本功能。-With Huffman coding, optimal binary tree. With VC programming, basic functions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:447554
    • 提供者:文明
  1. erchashu

    0下载:
  2. 二叉树操作以及其中设计的某些主要的算法之类的,设计面较广,有较大的实用性-Operation and design of binary tree in which some of the main algorithms and the like, the design surface of a wider, have more practical
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:240768
    • 提供者:张鹏翔
  1. erchashu

    0下载:
  2. 建立一颗二叉排序树,并对其前序遍历。遍历是对树的一种最基本的运算,所谓遍历二叉树,就是按一定的规则和顺序走遍二叉树的所有结点,使每一个结点都被访问一次,而且只被访问一次。由于二叉树是非线性结构,因此,树的遍历实质上是将二叉树的各个结点转换成为一个线性序列来表示。 -Create a binary sort tree, and the preorder traversal. Tree traversal is a fundamental operation, the so-called trave
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:101190
    • 提供者:hzz
  1. erchashu

    0下载:
  2. 详细介绍了二叉树三种遍历的非递归算法,有参考价值-Traversing binary tree described in detail the three non-recursive algorithm, a reference value
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:9914
    • 提供者:yinxiaoqing
  1. erchashu

    0下载:
  2. 本文利用C语言实现了简单的二叉树,每个结点只保存一个整数,并且,由于非常简单,树的根结点是确定的,而不是输入的。确定根结点以后,用户输入的每一个数都被insert到树中(-999表示停止),利用深度优先的方法。建立好二 叉 树以后,分别利用深度优先(DFS)和广度优先(BFS)进行了遍历, -In this paper, a simple C language binary tree, each node only stores an integer, and, due to the very
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2529
    • 提供者:wangmingmin
  1. erchashu

    0下载:
  2. 数据结构中,二叉树程序!包括中序,前序,后序查询-Data structure, binary tree program! Included in the order, preorder, postorder query! ! !
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1224
    • 提供者:迷路的小孩
  1. erchashu

    0下载:
  2. 数据结构 二叉树的基本操作实现 遍历文件夹并建成目录树,一个较好的遍历程序,对系统所有的文件获取做了比较详细的说明。程序在2000下通过。-Bi tree typedef struct bitree char data struct bitree*left,*right basic use of tree create init queue push queue empyt. hope you like it.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1065
    • 提供者:西夏雨
  1. erchashu

    0下载:
  2. 二叉树 前序,中序,后序遍历 二叉树显示-Pre-order binary tree, in order, after traversing Binary display
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5211
    • 提供者:mengchao
  1. erchashu

    0下载:
  2. 二叉树算法。实现了数据结构书中二叉树的算法。经老师检查过。可运行。-Binary tree algorithm. Binary tree data structure implemented the algorithm in the book. Checked by the teacher. Can run.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1756
    • 提供者:李杰
  1. erchashu

    0下载:
  2. 二叉树的三种遍历方法:建立二叉树/先序遍历/中序遍历/后序遍历-Three binary tree traversal method: Create a binary tree/preorder traversal/inorder traversal/postorder traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:884
    • 提供者:穆闻
  1. erchashu

    0下载:
  2. 二叉树的建立,先序、中序、后序、层序遍历(递归和非递归方法),二叉树的高度、繁茂度,交换左右子树,统计叶子节点的数目,判断是否为完全二叉树,按树的形态在屏幕上打印输出;-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:27252
    • 提供者:
  1. erchashu

    0下载:
  2. 建立一棵二叉树,要求分别用递归和非递归方法实现二叉树的先序、中序和后序遍历。-Create a binary tree, requiring respectively recursive and non recursive methods to achieve binary tree preorder, inorder and postorder traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:24003
    • 提供者:罗峰
  1. erchashu

    0下载:
  2. 二叉树的遍历算法与实现,有前序 后序,中序的排列,分为递归算法和非递归算法的实现-Binary tree traversal algorithm and implementation of a pre-order after the order, the order of arrangement, is divided into a recursive algorithm and the realization of non-recursive algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2053
    • 提供者:小胖子
  1. erchashu

    0下载:
  2. 二叉树的应用举例:将设计一个算法以确定把信号放大器放在何处。目标是要使所用的放大器数目最少并且保证信号衰减(与源端信号相关)不超过给定的容忍值。-Binary Application examples: the design of an algorithm to determine where to put the signal amplifier. Goal is to make the minimum number of amplifiers used in signal attenuati
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:312132
    • 提供者:王强
« 1 2 3 4 5 6 78 9 10 11 12 13 »
搜珍网 www.dssz.com