CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - binary AND tree
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
assembly language
SCSI-ASPI
ELanguage
Disk Tools
Speech/Voice recognition/combine
Editor
Anti-virus
MultiLanguage
MPI
source in ebook
Delphi VCL
OS Develop
MiddleWare
MacOS develop
LabView
e-language
python
Search - binary AND tree - List
[
assembly language
]
876753673
DL : 0
实现前序遍历四层二叉树,程序有操作提示、输入和输出,界面追求友好。-realize the former preorder four binary tree, operating procedures suggest that input and output, and the pursuit of friendly interface.
Date
: 2008-10-13
Size
: 1.43kb
User
:
肖肖
[
assembly language
]
binatree
DL : 0
汇编实现二叉树遍历,数据结构的前中后序遍历-compilation achieve binary tree traversal, data structure before, during and after the preorder
Date
: 2008-10-13
Size
: 1.22kb
User
:
胡利会
[
assembly language
]
binatree
DL : 0
汇编实现二叉树遍历,数据结构的前中后序遍历-compilation achieve binary tree traversal, data structure before, during and after the preorder
Date
: 2026-01-01
Size
: 1kb
User
:
胡利会
[
assembly language
]
876753673
DL : 0
实现前序遍历四层二叉树,程序有操作提示、输入和输出,界面追求友好。-realize the former preorder four binary tree, operating procedures suggest that input and output, and the pursuit of friendly interface.
Date
: 2026-01-01
Size
: 1kb
User
:
[
assembly language
]
CLanguageforthedepthofproceduresbinarytree
DL : 0
求二叉树深度与节点数的集合,递归与非递归方法-Binary tree for the depth and a collection of nodes, recursive and non-recursive method
Date
: 2026-01-01
Size
: 34kb
User
:
孙浩明
[
assembly language
]
binarytree
DL : 0
二叉树的操作,程序采用递归可进行树的遍历,求叶子节点的个数,交换左右子树等操作-Binary operation, the procedure can be carried out using recursive tree traversal, and the number of leaf nodes, exchange and other operations around subtree
Date
: 2026-01-01
Size
: 1kb
User
:
尹今
[
assembly language
]
ERCHASHU
DL : 0
关于二叉树的一些基本操作,包括查找,添加,删除结点-About some of the basic binary tree operations, including search, add, delete node and so on
Date
: 2026-01-01
Size
: 1kb
User
:
chenjy
[
assembly language
]
c1
DL : 0
平衡二叉排序树的设计与实现C语言源程序代码-Balanced binary tree to sort the design and implementation of C language source code
Date
: 2026-01-01
Size
: 5kb
User
:
liuye
[
assembly language
]
3
DL : 0
用汇编语言实现二叉树输入和遍历~ 河北理工大学 吴亚峰-Assembly language input and the realization of binary tree traversal
Date
: 2026-01-01
Size
: 1kb
User
:
111
[
assembly language
]
BSTree_operate
DL : 0
二叉排序树的建立和遍历的程序,里面有多种遍历的方法,可以满足不同的需要。-Binary sort tree traversal of the establishment and procedures, there are a variety of ways to traverse to meet different needs.
Date
: 2026-01-01
Size
: 2kb
User
:
韩寒
[
assembly language
]
denghuiyuan
DL : 0
这是本人做的关于基于二叉树求算术表达式求值的课程设计,供大家一起学习。表达式求解问题 设计一个程序实现基于二叉树表示的算术表达式的操作。 1、 需求分析 1. 算术表达式的合法输入数据包括变量(A~Z,a~z)、常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。程序对数据输入格式不作要求,用户需自己保证语法正确,详见用户手册说明。 2. 演示程序以人机对话的方式执行,即在计算机上显示提示信息后,由用户在键盘上输入对应的数据或命令,程序将执行相应的操作并显示下一步信息。 3. 程序执行的命令包括: 1)根据用户输入的前缀表达式自动添加括号并建立其自然书写形式的表达式; 2)提示用户给各变量赋值; 3)建立二叉树,并基于二叉树进行求值运算,显示结果。 4. 测试数据 分别输入0 a -91 +a*bc +*5^x2*8x +++*3^x3*2^x2x6并输出结果。 每当输入一个表达式后,程序提示用户赋值,再对表达式求值。 -This is based on I do about binary arithmetic expression evaluation order to curriculum design, for all to learn together. Solving the expression problem Design a program to achieve that arithmetic expressions based on binary tree operations. 1, needs analysis 1. Arithmetic expression valid input data, including the variable (A ~ Z, a ~ z), constant (0-9) and the binary operators (+,-,*,/,^( exponentiation)). Procedures for data input format is not required, the user must ensure that their grammar is correct, see the user manual instructions. 2. Demo program to man-machine dialogue manner, that is, the computer displays a prompt message, by the user on the keyboard corresponding to the input data or command, the program will execute the corresponding action and displays the next message. 3. Program execution commands include: 1) According to user input automatically add the prefix of an expression in parentheses and the establishment of its natural expression in written for
Date
: 2026-01-01
Size
: 5kb
User
:
viking
[
assembly language
]
yuandaima
DL : 0
这也是关于基于算术表达式求值的问题,与上题不一样,希望对有需要的人有用。表达式求解问题 设计一个程序实现基于二叉树表示的算术表达式的操作。 1、 需求分析 1. 算术表达式的合法输入数据包括变量(A~Z,a~z)、常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。程序对数据输入格式不作要求,用户需自己保证语法正确,详见用户手册说明。 2. 演示程序以人机对话的方式执行,即在计算机上显示提示信息后,由用户在键盘上输入对应的数据或命令,程序将执行相应的操作并显示下一步信息。 3. 程序执行的命令包括: 1)根据用户输入的前缀表达式自动添加括号并建立其自然书写形式的表达式; 2)提示用户给各变量赋值; 3)建立二叉树,并基于二叉树进行求值运算,显示结果。 4. 测试数据 分别输入0 a -91 +a*bc +*5^x2*8x +++*3^x3*2^x2x6并输出结果。 每当输入一个表达式后,程序提示用户赋值,再对表达式求值。 -It is also based on the arithmetic expression evaluation on the issue, not the same as the previous question, in the hope useful to those in need. Solving the expression problem Design a program to achieve that arithmetic expressions based on binary tree operations. 1, needs analysis 1. Arithmetic expression valid input data, including the variable (A ~ Z, a ~ z), constant (0-9) and the binary operators (+,-,*,/,^( exponentiation)). Procedures for data input format is not required, the user must ensure that their grammar is correct, see the user manual instructions. 2. Demo program to man-machine dialogue manner, that is, the computer displays a prompt message, by the user on the keyboard corresponding to the input data or command, the program will execute the corresponding action and displays the next message. 3. Program execution commands include: 1) According to user input automatically add the prefix of an expression in parentheses and the establishment of its natural e
Date
: 2026-01-01
Size
: 5kb
User
:
viking
[
assembly language
]
Cpp1
DL : 0
二叉树的链式存储,以及使用链式存储统计叶子结点个数-Binary tree chain store, chain store statistics and the use of the number of leaf nodes
Date
: 2026-01-01
Size
: 1kb
User
:
linda
[
assembly language
]
zhz1
DL : 0
数据结构 二叉树遍历及操作 源代码详细 具体 -Binary tree traverse and operation
Date
: 2026-01-01
Size
: 76kb
User
:
yanhutian
[
assembly language
]
hh
DL : 0
文本为一个用c语言编写用于产生一个二叉树的源码文本。以三元组形式输入任意二叉树(以大写字母表示结点),求以任意一选定结点为子树的深度。-Text for a c language is used to generate a binary tree of the source text. Enter any form of triples binary tree node (in capital letters), and demand in any one selected node subtree depth.
Date
: 2026-01-01
Size
: 1kb
User
:
欧阳杰
[
assembly language
]
-binary-tree
DL : 0
本文介绍了二叉树的定义、性质及存储方式,各种遍历算法。 以及求所有叶子及结点总数。-This article describes the definition, nature and storage of binary tree, various traversal algorithm. And the demand of all the leaves and the total number of nodes.
Date
: 2026-01-01
Size
: 80kb
User
:
jack
[
assembly language
]
ABR
DL : 0
完全查找二叉树源码,无需修改可直接运行 二叉树 二叉查找树-Fully find the binary tree source, and can be run directly without modifying
Date
: 2026-01-01
Size
: 2kb
User
:
mi
[
assembly language
]
include
DL : 0
线索二叉树 建立中序线索二叉树,并且中序遍历 求中序线索二叉树上已知结点中序的前驱和后继-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
Date
: 2026-01-01
Size
: 5kb
User
:
guoyi
[
assembly language
]
erchashu
DL : 0
VC++编程,实现二叉树的创建及遍历。北航软件技术基础作业。-VC++ programming, to create and traverse a binary tree.
Date
: 2026-01-01
Size
: 301kb
User
:
秦晴
[
assembly language
]
erchashubianli
DL : 0
二叉树的遍历和操作 计算机软件基础-Two binary tree traversal and operating computer software foundation
Date
: 2026-01-01
Size
: 5kb
User
:
蓝莓
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.