CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 数据结构 二叉树

搜索资源列表

  1. 66

    0下载:
  2. 通过和用户交互的形式,按照先序遍历输入一个二叉树,二叉数采用数组的结构存储,按层次遍历给结点编号,父亲结点和左右孩子通过两个公式联系,如父亲结点是i,则左孩子为2i+1,右孩子为2i+2.初始数组均被赋成星号,用户理论上可以输入ASCII码以内的任何值,但为了利于验证,只能输入可见字符(除作为标志的星号,回车表示该结点没有数据). 该程序的先序建树,先序输出以及中序输出是采用栈和循环实现的,后序输出是用递归来实现的,在先序建树子程序中,利用反逻辑,将叶子结点,树建完成,和用户输入回车等情况用
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:81047
    • 提供者:zhangxuefang
  1. twotrees

    0下载:
  2. 二叉树的数据结构算法 包括二叉树的创建、遍历、输出等,可以作为课程设计的原材料-Binary tree data structure algorithms, including tree creation, traversal, output and so on, can be used as raw materials for curriculum design
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:7857
    • 提供者:jackpeng
  1. Maptheepthoftraversal

    0下载:
  2. 数据结构对二叉树的深度遍历用进栈,出栈的方法。-The depth of the binary tree data structure traversal to use into the stack, a stack method.
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 数据结构中的二叉树算法,可用于数据结构的实验-In the binary tree data structure algorithms, data structures can be used for experiments
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:59513
    • 提供者:
  1. 5551

    0下载:
  2. 利用数据结构的知识生成一颗二叉树,利用非递归的算法遍历二叉树,主要借助栈来遍历二叉树-Data structures generated using a binary tree of knowledge, use of non-recursive binary tree traversal algorithm, the main stack to traverse binary tree with
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:189538
    • 提供者:zhigang
  1. 66666

    0下载:
  2. 创建一颗线索二叉树,主要利用了数据结构的知识和递归算法,最后能够遍历整颗树的信息-Creating a threaded binary tree, the main advantage of the knowledge and recursive data structures algorithms, and finally be able to traverse the whole tree information
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:158959
    • 提供者:zhigang
  1. shu

    0下载:
  2. 数据结构C语言版 二叉树的三种遍历 简单易实现-C-language version of the binary tree data structure traversal is simple and easy to achieve three
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:652
    • 提供者:邹慧霞
  1. AVLTree

    0下载:
  2. 平衡二叉树,适合广大数据结构与算法爱好者学习,进阶算法的良计-Balanced binary tree, for the majority of enthusiasts to learn data structures and algorithms, advanced algorithms Liang meter
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:1824
    • 提供者:xhjcehust
  1. BTree

    0下载:
  2. 一个BTree类实现上述数据结构,每个BTree的实力代表一个二叉树-A BTree class implements the data structure, the strength of each representative of a binary tree BTree
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:536
    • 提供者:赵倩
  1. jisuanqi

    0下载:
  2. 数据结构的课程设计,用二叉树实现一个计算器功能,欢迎下载-Data structure curriculum design, binary tree using a calculator function, please download
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:4119
    • 提供者:xiechong
  1. shujujiegou

    0下载:
  2. 数据结构课程设计报告(仓库管理系统、通讯录管理系统、猴子选大王、二叉树叶子结点链成单链表)-thank you
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:418271
    • 提供者:梁靖
  1. data-structure-algorithm-code

    0下载:
  2. 使用Visual Studio 2010开发了数据结构算法演示程序,包括二叉树,栈,线性表的演示。-we use Visual Studio 2010 software to design data structure algorithm code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:209248
    • 提供者:LiXiuRong
  1. ulib-2.0.1_src.tar

    0下载:
  2. c语言下的高效算法库,包括常用数据结构二叉树、avl、红黑树等以及加解密算法的封装。-The ULIB is a collection of efficient building blocks for developing high-performance and scalable systems in C and C++. These building blocks mainly cover, multithreading, parallel computing, efficient data
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:137340
    • 提供者:brucelee
  1. BitTree_ADT

    0下载:
  2. 二叉树最基本的一些内容,是数据结构书上的例子-Some of the basic binary content, is an example of the data structure of the book. . .
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:344664
    • 提供者:安明秀
  1. DS

    0下载:
  2. 数据结构C/C++重点程序代码:哈弗曼编码、表达式求值、二叉树应用、链表排序等-Data structure( C/C++ program code):Huffman coding, expression uation, the application of binary tree and chain table sorting, etc
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-24
    • 文件大小:7704170
    • 提供者:vastluo
  1. Java-binary-tree

    0下载:
  2. 用Java编写的二叉树的数据结构,包括二叉树的每个节点的值,以及各子树的指针。 -Written in Java binary tree data structure, including the value of each node of a binary tree, and each sub-tree pointer.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:993
    • 提供者:george
  1. InBiThrTree

    0下载:
  2. 数据结构课程设计【中序线索二叉树】的相关算法。包括中序线索化算法、中序遍历线索二叉树、求父亲结点算法。-[Including] inorder threaded binary algorithm in order clues, clues to binary tree traversal, seeking parent node algorithm and destructors
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:99434
    • 提供者:韵儿
  1. tree

    0下载:
  2. 二叉树,二叉树的实现插入删除以及增加数,是数据结构必修的一类代码 -The realization of binary tree, binary tree insert increasing number, deleting, and is a compulsory class of data structure code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-17
    • 文件大小:4406764
    • 提供者:柯锋
  1. examble

    0下载:
  2. 数据结构二叉 搜索树的实现很好的例子!不错,很好(The realization of the data structure of binary search tree good example!)
  3. 所属分类:系统编程

    • 发布日期:2017-12-28
    • 文件大小:3072
    • 提供者:cobfkpv
  1. 44996957

    0下载:
  2. 数据结构二叉 搜索树的实现很好的例子!不错,很好()
  3. 所属分类:系统编程

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:sequencl
搜珍网 www.dssz.com