资源列表
压缩文件算法(lz77)
- 使用LZ77算法压缩文件的C代码,一般来说,现在流行的winzip,winrar以及unix下的compress使用的都是该算法-LZ77 algorithm compressed files in C code, in general, the now popular winzip. unix WinRAR and compress the use of the algorithm are
Hufffman
- This a homework for building huffman tree to encode and decode file.-This is a homework for building huffman tree to encode and decode file.
压缩算法
- Huffman with Short dictionary压缩算法(VB.NET Source)-with Short dictionary Huffman compression algorithm (VB.NET Source)
HowToEnDecryptString_Cpp_sample
- Encrypt and decrypt using key
HuffmanCode
- 对一篇英文文章,统计各字符出现次数,实现Huffman编码。在Huffman编码后,将编码表和英文文章编码结果保存到文件中,并提供读编码文件生成原文件的功能。-Of an English article, statistics of the number of characters appear, realize Huffman coding. In the Huffman encoded, the encoding table and English article coding result
HOFFMAN
- 霍夫曼编码相关资料及matlab源码实现。又需要的可以参考-Huffman code matlab source relevant information and to achieve. Also can refer to the needs of
exepackcode
- exe加壳源码,虽然不能躲避杀毒软件但是很实用-exe to pake
ch10
- 资料压缩技术与应用- BTC编码压缩-ch10
huffman
- 哈夫曼树,具备图形演示生成过程,可以观察生成的过程
rightOrleftSelect
- 左右框选择,可以将左边数据挪到右边,用于选择数据。-select data
Huffman
- 哈弗曼编码是很有用的对信源进行编码的一种方式,用程序实现它的编码!-Havermann code is very useful source is encoded on a way to achieve it with a program code!
qiuLz77
- LZ77算法源码,C++编译开发,适合数据保存或者传输压缩-LZ77 Source Code