资源列表
comprox
- 一个完整的LZ77-ARI压缩程序,压缩率高于gzip。-A complete LZ77-ARI compressor, with compression ratio higher than gzip.
7z920-CP
- 7zip的代码主要是7zip和LZMA,前者是平台客户端,后者是SDK -The code is mainly 7zip 7zip and LZMA, the former is the client platform, which is the SDK
CPPuser
- 本文件是对C++的一种新型的应用,具体详见内容。-This document is a new type of C++ applications, see the specific content.
hafuman
- 霍夫曼编码实现及实验报告,实现基本的编码译码-Huffman coding to achieve and report on experiments
ZLib
- 压缩和解压源码,适合c++,delphi-Compression and decompression code
Java_WinRAR
- 简单的winrar,使用Java程序编写-Simple winrar, using the Java programming
HfmTree
- 哈弗曼编码,通过编码,译码诠释哈弗曼编码的特点,对新手有一点建议-Hafu Man coding, through encoding, decoding interpretation Hafu Man coding features, there are some recommendations for the novice
hafuman
- 哈弗曼编码解码程序,哈哈,课程学习的需要参考不错的。-hafuman code
myhuffman
- 基于哈夫曼编码的利用字节流压缩任意文件的一个小程序。是我做数据结构课程设计的一个Project。 只要把要压缩的文件放在工程文件夹目录下,压缩时输入文件名(别忘了带后缀)就好了。-Huffman coding based on the use of any byte stream compressed file is a small program. I do a data structure curriculum design Project. As long as the compresse
ControlApp_v1.0
- phone Devolopment for Symbia on NOkia
HuffCompress
- C++ 实现的哈弗曼压缩与解压。此程序为课程设计,老师给了100分,有需要的来下载啊,虽然没有创新可功能完全-C++ implementation of the Ha Fuman compression and decompression. This program is curriculum design, teacher to the 100 points need to download ah, although there is no innovation can be fully fu
Huffman
- The eclipse source code for Huffman Coding Algorithm, which is a good way to understand the theory of huffman coding. It s very useful in data compress.