资源列表
HEnclib(Optimized)
- H.263的编码程序,加了CPU指令优化,VC版.
V_85
- JPEG压缩编码在TMS320VC5509的实现代码
espeedforGSM
- 这是GSM增强型全速率语音编解码的C语言源代码,很不错的。-This is the GSM Enhanced Full Rate Codec C language source code, very good.
sf_2006122118249
- zip压缩,解压缩 英文版本的,大家凑货看-zip compression, decompression and English versions, we can take care of cargo
FastAC_code
- 算术编码快速算法文档和源代码,VC版本,欢迎使用-arithmetic coding algorithm for rapid documentation and source code, VC version Welcome
2008
- 数据压缩技术概论,一本介绍数据压缩技术的书籍-Introduction to data compression techniques, a descr iption of data compression technology books
bfunc
- Quine–McCluskey algorithm-Quine - McCluskey algorithm
lzma432
- LZMA 是 7-Zip 程序中 7z 格式 的默认压缩算法。LZMA 能提供给用户极高的压缩比及较快的压缩速度,它非常适合与应用程序集成,拥有不错的压缩比。
hfmcoding
- JPEG的图像压缩的huffman编码c++实现-image ecoding with hufman
ImageCoding
- 主要实现图像压缩编码,主要包括香农-费诺码和算术编码的实现
HDB3(new)
- 该程序完成HDB3码的编码。程序接收由20个0、1组成的数串,输出HDB3码。-HDB3 decode program
HuffmanCoding
- The program uses Huffman code algorithm to compress any file (text file, image file, ...) by creating a optimal prefix tree. The user interface is very simple to process encoding a file or decoding a file.