搜索资源列表
xiansuohua1
- 这是一个数据结构的线索二叉树的算法,是用C来编程的-This is a data structure leads to the binary tree algorithm is used to program the C
lz77_source
- 源代码的思路参考自 Mark Nelson 所著的<<数据压缩技术原理与范例>> 中的第八章\"滑动窗口压缩\",是lz77算法的一种简介直观的实现,但是由于 没有采用如LZSS算法中的二叉搜索树技术,所以在运行速度上不如LZSS算法。 采用了微量缓冲区buf 以加快执行速度。
新建 WinZip File
- 二叉树算法(java)-Binary Tree Algorithm (java)
Haffman
- C语言编写Haffman算法包括编码解码,内容关涉栈、二叉树及森林-C language, including Haffman algorithm codec, content related to stack, tree and forest
Huffman
- huffman算法源码,基于二叉树实现了霍夫曼编码-Source huffman algorithm, based on the realization of the Huffman code tree
LZSSCompression
- LZSS压缩算法的C++实现,全部是个人完成。利用了二叉树优化,程序的性能很好。-the implement of the LZSS compression algorithm
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
huff_test
- 哈弗曼压缩算法 二叉树压缩可完成对各种文件的压缩-Huffman compression algorithm binary compression can complete a variety of file compression