CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 二叉树

搜索资源列表

  1. Binary-Tree

    0下载:
  2. 对二叉树进行操作,包括二叉树的创建和对二叉树进行深度和广度优先遍历-Operations, including the creation of a binary tree, and the depth and breadth-first traversal of a binary tree on binary tree
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:1766
    • 提供者:莫失
  1. Cpp1

    0下载:
  2. 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
  3. 所属分类:File Formats

    • 发布日期:2017-11-27
    • 文件大小:665
    • 提供者:Grape
  1. erchashu

    0下载:
  2. 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
  3. 所属分类:File Formats

    • 发布日期:2017-12-07
    • 文件大小:669
    • 提供者:Grape
  1. 6BinaryTree

    0下载:
  2. 利用二叉树实现十进制四则运算,并输出结果-Binary tree decimal arithmetic, and outputs the result.
  3. 所属分类:File Formats

    • 发布日期:2017-12-05
    • 文件大小:94720
    • 提供者:高微
  1. binary-tree-traversal

    0下载:
  2. 程序功能:遍历二叉树,线索化二叉树,遍历线索化二叉树,二叉树去线索化-The program features: binary tree traversal, threaded binary tree traversal threaded binary tree, binary tree to clues
  3. 所属分类:Project Design

    • 发布日期:2017-11-23
    • 文件大小:58986
    • 提供者:ljy
  1. 4

    0下载:
  2. 编程任务: 对于给定的树,以根结点为起点,对树实现非递归方式广度优先搜索,输出广度优 先搜索序列  数据输入: 由文件input.txt给出输入数据。第1行有1个正整数n,表示给定的二叉树有n个顶 点,编号为1,2,…,n。接下来的n行中,每行有3个正整数a,b,c,分别表示编号为a的结 点的左儿子结点编号为b,右儿子结点编号为c,0表示没有儿子。各结点信息按照层序列表 的顺序给出。-Programming tasks: For a given of t
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:903539
    • 提供者:miyor
  1. data-structure

    0下载:
  2. 数据结构的一些实现技巧,包括二叉树,堆栈,队列-Some of the data structure to achieve skills, including binary, stacks, queues, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:26168
    • 提供者:曾吉申
  1. binary

    0下载:
  2. 二叉树的基本操作,遍历,交换左右子树等功能-The basic binary operation
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:4693009
    • 提供者:孙福贵
  1. pinghengerchashu

    0下载:
  2. 数据结构课设 最简单 平衡二叉树 最简单易懂的学生实验报告册!-you know
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:149750
    • 提供者:hong yen
  1. 1

    0下载:
  2. 线索二叉树部分代码,不是全部,只是其中一部分函数-Threaded binary part of the code, not all, is only part of the function
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:852
    • 提供者:sue
  1. Huffman

    0下载:
  2. 哈弗曼编码 利用二叉树来设计二进制的前缀编码,从根结点到叶子结点的路径上分支字符组成的字符串作为该叶子结点字符的编码。-huffman coding
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:1722
    • 提供者:eiffee
  1. LinkList

    0下载:
  2. 关于二叉树的,list的一些资料,可以用C++来运行-About the binary tree, a list of some of the data, can be used to run the c++
  3. 所属分类:software engineering

    • 发布日期:2017-06-10
    • 文件大小:17633301
    • 提供者:熏儿
  1. 7.Binary-Search-Tree

    0下载:
  2. 二叉树收索,包括二叉树的遍历,收索,增加,删除等功能-Close binary search
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:20658
    • 提供者:孙洪鑫
  1. Binary-usage-reports

    0下载:
  2. 二叉树使用报告,初学者学习数据结构二叉树部分时时通过对一些简单小问题的思考熟悉二叉树-Binary usage reports, for beginners to learn some binary tree data structure often small problems through some simple binary thinking familiar
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:71219
    • 提供者:蒋学文
  1. huofumanbianmaC

    0下载:
  2. 帮助初学数据结构的同学快速掌握二叉树构成霍夫曼编码的方法-Help beginner students quickly master data structure binary Huffman coding method constitutes
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:7539
    • 提供者:wangweigang
  1. tree

    0下载:
  2. 天津大学树,二叉树,堆的复习资料。适合初学者使用。比较倾向acm-Tianjin University of trees, tree, heap review the information. Suitable for beginners to use. Compare tendency acm
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:531023
    • 提供者:阎杰
  1. 1212210237

    0下载:
  2. 使用C语言来写出算术表达式与二叉树的编程-Using C language to write binary arithmetic expressions and programming
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:239885
    • 提供者:张鹏飞
  1. binarytree

    0下载:
  2. 根据中后续遍历建立二叉树,并且输出其前序遍历-According to the subsequent establishment of a binary tree traversal, and the output of its preorder traversal
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:4470
    • 提供者:tjz
  1. C_binary_tree

    0下载:
  2. c语言实现二叉树简单教程,介绍二叉树的基本原理-c language tutorial simple binary tree
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:362788
    • 提供者:黄天
  1. erChaiTree

    0下载:
  2. 可以输出二叉树的左右子树,以及判定该树是否为二叉树,是二叉树中的基础-it is fundumentaul
  3. 所属分类:Document

    • 发布日期:2017-04-12
    • 文件大小:1192
    • 提供者:张小白
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com