资源列表
gzip
- windows gzip source code
lz77
- lz77算法(\"A Universal Algorithm for Sequential Data Compression\")的一种简洁直观的实现。
QccPackSPIHT-0.54-1.tar
- QccPackSPIHT-0.54-1 (release 2007-04-30) The Set Partitioning in Hierarchical Trees (SPIHT) algorithm for wavelet-based image coding .-QccPackSPIHT - 0.54-1 (release 2007-04-3 0) The Set Partitioning in Hierarchical Trees ( SPIHT) algorithm for wav
LZW
- LZW 压缩与解压源码, 已经封装成动态链接库, 方便调用.-LZW Compression and Decompression.
lz77_source
- 源代码的思路参考自 Mark Nelson 所著的<<数据压缩技术原理与范例>> 中的第八章\"滑动窗口压缩\",是lz77算法的一种简介直观的实现,但是由于 没有采用如LZSS算法中的二叉搜索树技术,所以在运行速度上不如LZSS算法。 采用了微量缓冲区buf 以加快执行速度。
winFM
- 附件实现huffman数据压缩的基本实现,不具备通用性.但是却是一个成品,用MFC经过包装界面也比较可以,可以让大家参考, 再着说明下文件压缩后的格式:扩展名是".fm",文件头两个字节是字母"FM"(用来检验文件格式),然后是原始文件名的长度,再来是原始文件长度(解码的时候判断解码结素),接着是原始文件名,再来是是256个unsigned long的数据表示原始文件每个字母出现的次数(用来重新建立huffman树),最后就是数据了,也就是编码后的数据. 注意几点是,解码要是.fm
Mp3_layer3yuanma
- VC写的Mp3 解码源码和layer3编码源码;重要用于U盘开发。内含帮助文件。-VC write Mp3 source decoder source code and layer 3; Important for the development of U disk. Intron help files.
QccPackSPIHT-0.53-1.tar
- SPIHT的寫法~~請大家參考看看~~比較一下-SPIHT written ~ ~ please refer to look at the comparison ~ ~
vbDeRar
- vb 调用unrar.dll,有界面显示,包括进度条-vb unrar.dll call, the interface shows that the progress of
avisynth-source-0.3
- avisynth-source-0.3.zip,avi edit src-avisynth-source-0.3.zip, avi edit src
compress_folders
- 哈夫曼压缩程序,实现了文件加读取,对文本文件的压缩率与rar差不多,读学习c/c++的朋友非常有用-huffman compression program, which realizes folder access and compressing rate is the same to rar when compressing text file