搜索资源列表
SJ20
- 求树的中序遍历,运用的方法是用非递归的算法来做的.-for tree traversal sequence were used method is the use of non - recursive algorithm very consistent.
humanshu
- 这是一个数据结构的遍历赫夫曼树的程序,是有C编程的-This is a data structure of the tree traversal Hefuman procedures, C Programming
hafuman
- 一 . 需求分析: 1) 输入形式和输入值范围: 输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。 2) 输出形式: 输出相应的编码压缩文件和解码原文件 3) 程序所能达到的功能: 利用哈夫曼对ASCII文件做不等长编码,达到压缩文件。利用哈夫曼树的遍历,达到解压文件的目的。程序的功能也就是实现压缩和解压ASCII类型文件的目的。 4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果) 测试输
树遍历
- 有关树的遍历问题-the tree traversal issue
haffmanbianma
- 哈夫曼编码器,使用前序、中序、后序遍历哈夫曼树
compress_software
- 实现简单的压缩解压缩功能!具体实现是使用霍夫曼编码原理,外加数据结构的算法,通过建立霍夫曼树,进而遍历该树,将编码简短或者恢复
huff
- huffman编码以及二叉树的遍历,希望对大家有用-huffman coding, as well as the binary tree traversal
huffman
- 利用c语言编写huffman树的遍历,质量绝对高的啦 -Using c language graph traversal, quality is absolutely high-
Haffman
- 一款Haffman编码!现代的压缩技术都是以它为基础!这些代码对文件的导入,算法,构建一棵树,遍历一棵树,最优解都有非常打得好处!能够很好的压缩txt文件!也能解码!是原来的四分之一大小到七分之一大小。真的很不错!-A Haffman coding! Of modern compression technologies are based on it! These codes into the document, the algorithm to construct a tree, traver
lab2
- 数据结构 二叉树的建立,前序中序,后续遍历,还有非递归算法-Bitree create
huffman
- huffman编码 图像压缩 RLE编码 建立哈夫曼树及遍历哈夫曼树的MATLAB程序-huffman coding image compression coding to establish Huffman and RLE Huffman tree traversal MATLAB program
erchashu
- 中序遍历二叉树,实现递归和非递归的算法程序-zhongxu bianli erchashu
winFM
- 附件实现huffman数据压缩的基本实现,不具备通用性.但是却是一个成品,用MFC经过包装界面也比较可以,可以让大家参考, 再着说明下文件压缩后的格式:扩展名是".fm",文件头两个字节是字母"FM"(用来检验文件格式),然后是原始文件名的长度,再来是原始文件长度(解码的时候判断解码结素),接着是原始文件名,再来是是256个unsigned long的数据表示原始文件每个字母出现的次数(用来重新建立huffman树),最后就是数据了,也就是编码后的数据. 注意几点是,解码要是.fm
huffman.tar
- 能遍历一个文件生成哈夫曼树,并生成哈夫曼编码-Traverse a file generated Huffman tree, and generate the Huffman coding
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)