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

搜索资源列表

  1. erchashu

    0下载:
  2. 通过具体实例描述了二叉树在程序看法中的应用 -Specific examples described by a binary tree in view of the application process
  3. 所属分类:Data structs

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

    0下载:
  2. 二叉树的建立、显示、遍历(包含非递归及递归2种算法)-The establishment of a binary tree, display, traverse (including non-recursive and recursive algorithm 2)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1170
    • 提供者:龙天
  1. erchashu

    0下载:
  2. 创建二叉树数据结构,c++程序及相关文章资料-Create a binary tree data structure, c++ program and information related articles
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:564534
    • 提供者:锦兮
  1. erchashu

    0下载:
  2. 如果给出了遍历二叉树的前序序列和中序序列,则可以构造出唯一的一棵二叉树 -Binary tree structure
  3. 所属分类:Data structs

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

    0下载:
  2. 二叉树的各种遍历,包括广度优先和层次遍历等。-All kinds of binary tree traversal, including the level of breadth-first traversal and so on.
  3. 所属分类:Data structs

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

    0下载:
  2. 用c++编写,输入字符,建立一个二叉树,并进行遍历检查所建立的二叉树是否正确
  3. 所属分类:Data structs

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

    0下载:
  2. 二叉排序树的建立,中序遍历,左右子树交换
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:833
    • 提供者:zhang ping
  1. erchashu

    0下载:
  2. 建立一颗用二叉树链表方式存储的二叉树,斌对其进行表里(先序中序后序),打印输出表里结果。-Create a list using a binary tree stored in the binary tree, its bin table (after the first sequence in the sequence order), print out the result table.
  3. 所属分类:Data structs

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

    0下载:
  2. 这是一个实现二叉树的三种遍历方式。有一个是将三种遍历方式运用到一起。-This is a realization of the three binary tree traversal. One is to use the three traversal together.
  3. 所属分类:Data structs

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

    0下载:
  2. 树和二叉树的插入查找删除等功能的实现,数据结构-shujujiegou shuheerchashu
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:3132
    • 提供者:万任
  1. erchashu.cpp

    0下载:
  2. 二叉树的插入、删除、哈夫曼树的一些基础等内容哟。-Binary tree insertion, deletion, such as Huffman tree based on the content of some of yo.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1341
    • 提供者:尹介秋
  1. 11

    0下载:
  2. 二叉树 二叉树 二叉树 二叉树 二叉树 二叉树 二叉树 二叉树 二叉树-erchashu
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2051
    • 提供者:好人
  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 2 3 4 5 67 8 9 10 11 12 »
搜珍网 www.dssz.com