搜索资源列表
876753673
- 实现前序遍历四层二叉树,程序有操作提示、输入和输出,界面追求友好。-realize the former preorder four binary tree, operating procedures suggest that input and output, and the pursuit of friendly interface.
end
- 二叉树-binary tree ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lxshu
- 用汇编语言编写的二叉树排列算法,我自己的汇编课程设计之一-assembler language with the binary tree algorithm, a compilation of my own design one of the courses
btree2
- 实现输入二叉树并对它进行先序中序后序遍历-achieve input binary tree as well as its first order for the order after the preorder
bttree
- 用汇编语言编写的二叉树,可实现前序遍历,中序遍历,后序遍历-assembler language of binary tree, can be realized before the preorder, preorder, after preorder
binarytreetranverse
- 用汇编实现二叉树的遍历,提示输入左右子树显示结果-compilation of achievement with the binary tree traversal, suggesting that the importation of sub-trees around results show
P5
- 创建二叉树修改二叉树添加二叉树删除二叉树
hafman
- 一个哈夫曼树的构建的算法,非常经典。值得一看
二叉树的遍历及输出
- 输出二叉树的高度,叶子节点
基于二叉树求算术表达式求值的课程设计
- 这是本人做的关于基于二叉树求算术表达式求值的课程设计,供大家一起学习。表达式求解问题 设计一个程序实现基于二叉树表示的算术表达式的操作。 1、 需求分析 1. 算术表达式的合法输入数据包括变量(A~Z,a~z)、常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。程序对数据输入格式不作要求,用户需自己保证语法正确,详见用户手册说明。 2. 演示程序以人机对话的方式执行,即在计算机上显示提示信息后,由用户在键盘上输入对应的数据或命令,程序将执行相应的操作并显示下一步信息。 3. 程
btree
- 二叉树的建立,前序遍历,中序遍历及层次遍历-Tree establishment, pre-order traversal, in order traversal and traversal level
BINARYTREE
- 二叉排序树相关操作示例 二叉排序树相关操作示例-Binary sort tree-related operations sample binary sort tree-related operations sample
bitree_operation
- 二叉排序树的建立,也包括二叉树的遍历程序,有多种处理二叉树的功能。-Binary sort tree establishment, but also of the tree traversal process, there are several functions to deal with binary tree.
4cf17da2-194f-4159-9c17-2815c4f388ce
- 二叉排序树的代码,要做作业的同学可以参考-Binary sort tree code
huffman
- 哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统,试为这样的信息收发站写一个哈夫曼编译码系统。 一个完整的系统应具有以下功能: (1) (1) I: 初始化。从终端读入字符集大小 n ,及 n 个字符和 n 个权值,建立哈夫曼树,并将其存于文件hfmtree中。 (2) C: 编码。利用已
掌握赫夫曼树建立方法及其在编码上的应用
- 实验目标:掌握赫夫曼树建立方法及其在编码上的应用-Experimental objectives: to master the Huffman tree building method and its application on the coding
掌握赫夫曼树建立方法及其在编码上的应用
- 实验目标:掌握赫夫曼树建立方法及其在编码上的应用-Experimental objectives: to master the Huffman tree building method and its application on the coding
赫夫曼树建立方法及其在编码上的应用
- 实验目标:掌握赫夫曼树建立方法及其在编码上的应用-Experimental objectives: to master the Huffman tree building method and its application on the coding
二叉链表
- 一、 实验目的 (一) 掌握二叉树的逻辑结构和二叉链表存储结构; (二) 验证二叉树的二叉存储和遍历及其基本操作的实现; (三) 理解算法与程序的关系,能够将顺序表算法转化为对应程序;(First, the purpose of the experiment (1) master the logical structure of the two tree and the storage structure of the two linked list; (two) verify the
有序二叉树
- 有序二叉树的各种功能,遍历 删除 建立 等等(ordered two folk tree)