搜索资源列表
hafuman
- 一 . 需求分析: 1) 输入形式和输入值范围: 输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。 2) 输出形式: 输出相应的编码压缩文件和解码原文件 3) 程序所能达到的功能: 利用哈夫曼对ASCII文件做不等长编码,达到压缩文件。利用哈夫曼树的遍历,达到解压文件的目的。程序的功能也就是实现压缩和解压ASCII类型文件的目的。 4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果) 测试输
huff
- huffman编码以及二叉树的遍历,希望对大家有用-huffman coding, as well as the binary tree traversal
lab2
- 数据结构 二叉树的建立,前序中序,后续遍历,还有非递归算法-Bitree create
erchashu
- 中序遍历二叉树,实现递归和非递归的算法程序-zhongxu bianli erchashu
erchashu5876
- 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-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
BiTree
- 实现二叉树的递归前序、中序、后序和非递归前序遍历-Recursive binary tree preorder, inorder, postorder and non-recursive preorder traversal
main
- 哈夫曼树,二叉哈夫曼树的建立(两种方式),以及三种遍历方式(递归与非递归)-The haffman tree, the creation of the binary hafman tree (two ways), and the three ways of traversing (recursion and non-recursion)