搜索资源列表
树的高度和叶子结点数
- 先是建立一个树,然后对树进行转换变成二叉树,求出树的高度和叶子节点,此程序对于数据结构学习者很有帮助-First, the establishment of a tree, the tree then converted into a binary tree, the tree calculated the height and leaf nodes, the procedure for data structure learners helpful
18.二叉排序树的建立
- 本人数据结构学的还可以,所以多传了些数据结构的程序,希望大家多多支持,这个是二叉排序树的建立和查找-data structure can also learn, so most of the more-data structure of procedures in the hope that we can support, this is a binary tree in order to establish and identify
各种二叉树的数据结构
- 按先序扩展序列建立二叉树,先序、中序、后序遍历的递归算法,二叉树遍历的非递归算法,层次的非递归算法,求二叉树的深度。-sequence extended by the first sequence established binary tree, first sequence, sequence, after the preorder the recursive algorithm, the binary tree traversal non - recursive algorithm, the
二叉树jian
- 这个程序采用先序建立二叉树,并分别使用递归和非递归算法实现了对该二叉树的先中后序的遍历输出,并给出了一定的使用说明-this procedure was used in order to establish a binary tree respectively, and the use of recursive and non - recursive algorithm of this binary tree after the first sequence which Ergodic outp
树的遍历
- 树的遍历,包括数的建立、存储、遍历-tree traversal, including several of the establishment, storage, traverse ... ... ... ... ...
sql的语义推导树
- sql的语义推导树。用于自己建立一个dbms系统时,可以用来解析输入的sql语句,用来形成一个语法树-sql semantic derivation tree. For creating a DBMS system can be used to parse the input to the sql statement, the syntax used to create a tree
treerout
- 建立树,并对其进行前序.中序和后序的便利-established trees, and its former sequence. After the order and sequence of convenience
treedeep
- 这个程序包括了用队列建立树,并包含了对树的深度的求解。-this procedure, including the establishment of a cohort with trees, and includes the right tree for depth.
二叉排序树
- 二叉排序树的建立与插入-two fork-tree insert the establishment and
树(非二叉树)的建立与后序遍历
- 树(非二叉树)的建立与后序遍历-tree (non-binary tree) and the establishment after preorder
tree-c
- 一个建立树并用几种方法遍历的数据结构程序,用C语言编写
huffman
- 建立树;生成编码; 翻译正文;翻译编码
树的建立和遍历52
- 树的建立和遍历 可以实现的VC-the establishment and tree traversal can be achieved VC
VCTREE
- 树控件(TREECTRL)的使用,用VC6.0的树控件(TREECTRL)建立树结构,包括树结构的建立,设置树结构的图标,和树结构的增加,删除,查看,排序等功能,是树控件TREECTRL)的使用入门资料。有详细说明文档一份和程序示例。
DELPHI中利用TreeView控件建立目录树
- DELPHI中利用TreeView控件建立目录树-using Treeview control established tree
建立二叉树
- 同济大学课程设计中的一道题! 要求能够输入树的各个结点,并能够输出用不同方法遍历的遍历序列;分别建立建立二叉树存储结构的的输入函数、输出层序遍历序列的函数、输出先序遍历序列的函数.-Tongji University in curriculum design, the one that! Tree request to enter the various nodes, and can output using different methods traverse the traversal se
遍历二叉树的3个递归算法
- 此程序给出了遍历二叉树的三个递归算法,并且利用了先序扩展序列建立二叉树,对于数据结构学习者有很大帮助-this procedure is a traversal of a binary tree three recursive algorithm, and use the first sequence extended sequence to establish a binary tree, the data structure for a great help learners
利用二叉树求值
- 运用二叉树求表达式值 根据表达式 构建二叉树 建立波兰式 求出值。(Using the two tree to calculate the expression value, construct two fork tree according to the expression, and establish the Poland type value.)
二叉树
- 数据结构中二叉树的上机实验中遇到的二叉树的建立以及其他操作(Data structure in the two fork tree experiment on the establishment of the two fork tree and other operations)
二叉树
- 实现二叉树的建立, 并能够中序遍历二叉树,查询二叉树的深度(The establishment of binary tree can be realized, and the binary tree can be traversed in order, and the depth of binary tree can be queried.)