CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - 二叉树建立

搜索资源列表

  1. 基于二叉树求算术表达式求值的课程设计

    2下载:
  2. 这是本人做的关于基于二叉树求算术表达式求值的课程设计,供大家一起学习。表达式求解问题 设计一个程序实现基于二叉树表示的算术表达式的操作。 1、 需求分析 1. 算术表达式的合法输入数据包括变量(A~Z,a~z)、常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。程序对数据输入格式不作要求,用户需自己保证语法正确,详见用户手册说明。 2. 演示程序以人机对话的方式执行,即在计算机上显示提示信息后,由用户在键盘上输入对应的数据或命令,程序将执行相应的操作并显示下一步信息。 3. 程
  3. 所属分类:汇编语言

    • 发布日期:2012-08-22
    • 文件大小:5090
    • 提供者:viking
  1. btree

    0下载:
  2. 二叉树的建立,前序遍历,中序遍历及层次遍历-Tree establishment, pre-order traversal, in order traversal and traversal level
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:1112
    • 提供者:贾文铮
  1. bitree_operation

    0下载:
  2. 二叉排序树的建立,也包括二叉树的遍历程序,有多种处理二叉树的功能。-Binary sort tree establishment, but also of the tree traversal process, there are several functions to deal with binary tree.
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:3087
    • 提供者:韩寒
  1. BSTree_operate

    0下载:
  2. 二叉排序树的建立和遍历的程序,里面有多种遍历的方法,可以满足不同的需要。-Binary sort tree traversal of the establishment and procedures, there are a variety of ways to traverse to meet different needs.
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:2136
    • 提供者:韩寒
  1. yuandaima

    0下载:
  2. 这也是关于基于算术表达式求值的问题,与上题不一样,希望对有需要的人有用。表达式求解问题 设计一个程序实现基于二叉树表示的算术表达式的操作。 1、 需求分析 1. 算术表达式的合法输入数据包括变量(A~Z,a~z)、常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。程序对数据输入格式不作要求,用户需自己保证语法正确,详见用户手册说明。 2. 演示程序以人机对话的方式执行,即在计算机上显示提示信息后,由用户在键盘上输入对应的数据或命令,程序将执行相应的操作并显示下一步信息。
  3. 所属分类:assembly language

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

    0下载:
  2. 建立一棵含有n个结点的二叉树,采用二叉链表存储, 前序(或中序、后序)遍历该二叉树。 -Create a binary tree with n nodes, using a binary linked list storage, pre-order (or sequence order) traversal of the binary tree.
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:1109
    • 提供者:lirunmin
  1. nn

    0下载:
  2. 二叉树的操作 二叉树的生成 二叉树的建立-The establishment of the operation binary tree binary tree generation binary tree
  3. 所属分类:assembly language

    • 发布日期:2017-12-10
    • 文件大小:937
    • 提供者:橘子爱
  1. include

    0下载:
  2. 线索二叉树 建立中序线索二叉树,并且中序遍历 求中序线索二叉树上已知结点中序的前驱和后继-Binary tree in order to establish clues clues tree, and in the traversal sequence for clues in the binary tree nodes on the known sequence of the precursor and follow-up
  3. 所属分类:assembly language

    • 发布日期:2017-12-04
    • 文件大小:4964
    • 提供者:guoyi
  1. traversal-of-binary-tree

    0下载:
  2. 二叉树的建立,对于电网模型层次结构实现遍历搜索-traversal of binary tree
  3. 所属分类:assembly language

    • 发布日期:2017-11-12
    • 文件大小:5850
    • 提供者:ryenlee
  1. tree

    0下载:
  2. 树的相关操作,先序遍历建立二叉链表,左右孩子交换,二叉树中叶子节点个数算法,统计以值为x的结点为根的子树中叶子结点的数目,按树状打印二叉树-Tree-related operations, first traversal establishment of binary list, so the child exchange, the number of leaf nodes in a binary tree algorithm, the statistical value of x to a n
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:1252
    • 提供者:
  1. project8.tar

    2下载:
  2. 由双亲表示法建立3棵树,将这些树表示的森林转换成二叉树,对二叉树进行线索化并遍历。-Law established by the parents said three trees, these trees will be converted into a binary representation of the forest for clues and binary tree traversal.
  3. 所属分类:汇编语言

    • 发布日期:2017-04-23
    • 文件大小:6114
    • 提供者:姜如恬
  1. project

    0下载:
  2. 利用构造完全二叉树的方法建立二叉树结构,并实现二叉树的先序、中序、后序遍历以及求深度操作。 例如:依次输入字符ABCDE#F##G####H-Constructed using methods established complete binary tree binary tree structure, and to achieve binary tree preorder, inorder, preorder, and the depth of the operation. For
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:180280
    • 提供者:jes
  1. 16012407Exp1

    0下载:
  2. 建立一个二叉树,根据指令遍历二叉树,并输出二叉树的深度等信息。-The establishment of a binary tree, the binary tree traversal according to the instruction, and outputs the binary tree of depth and other information.
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:31931
    • 提供者:陈偲
  1. 有序二叉树

    0下载:
  2. 有序二叉树的各种功能,遍历 删除 建立 等等(ordered two folk tree)
  3. 所属分类:汇编语言

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:chenjh245
搜珍网 www.dssz.com