搜索资源列表
C
- 压缩解压缩类源码-decompress compressed source category
0616classeditionstusys
- 很好的学习C++源码,基于C++版学生管理系统-good learning C source code, based on the C version of student management system
phonebook
- 一个电话本的c源码,很有意思。大家可以参考学习。
encoder
- 本资源主要是MPEG-4压缩编码算法的C源码实现,包括最完整的MPEG-4编码实现。。。应该是学习MPEG-4压缩编码的好工具。
C++
- 视频压缩 C++源码 视频压缩 C++源码视频压缩
hafuman
- 数据库课程设计 哈夫曼编码 试验报告 C++源码
lzw_soft.zip lzw压缩解压算法源码
- lzw压缩解压算法源码,The soruce of LZW compression algorithm
huffman-C
- 基于huffman算法的压缩/解压缩的程序源码。 Borland C++写的。 仅供参考学习,请勿作为盈利性程序。-Huffman compression code compressor and decompressor in Borland C++ 2.0 by Shaun Case, April 1991 Enclosed in this archive are two C programs that implement Huffman code compressi
ZLibNetWrapper
- Deflate压缩算法源码,使用C++编写-Deflate compression algorithm source code, the use of C++ to prepare
7-Zip_v465_src
- 7-Zip 是一款号称有着现今最高压缩比的压缩软件,不用多说,只要从这个源码包就可以看出(解压缩后有37.6 M)。本人将它的控制台版本和自解压模块进行了翻译,以方便广大人民群众使用!同时更换了些图标使用惯了 WinRAR 的用户更习惯。推荐使用 vs2005 或 vs2008 编译。-7-Zip is a known today has the highest compression ratio of compression software, Needless to say, as long
012
- MNG解码的c源码,希望对大家有作用,-MNG decode c source
Huffman
- 哈夫曼编译码C++ 源码---计算机课程设计-Huffman encoding and decoding C++ source code--- Computer Curriculum Design
Elele
- C源码或其他好源码或编程学习资料压缩包解压时有密码-ttc program
h.263
- 基于H.263的图像压缩编解码的C源码,在CPU为586以上的PC上能够实时完成压缩、解压缩算法,并可以很容易地移植到TI的DSP上.-Image compression based on H.263 codec in C source code, in the CPU for more than 586 real-time on a PC to complete the compression, decompression algorithms, and can be easily porte
WinZip
- 类似WinZip的压缩源代码-文件处理-C++源码,很不错的哦,绝对可以正常运行的呀。-WinZip compression similar to the source code- document processing-C++ source code, very good Oh, absolutely normal operation of the ah.
mypack_b3
- C++源码编写加密壳程序,简单的实现程序抑或加密-C++ source shell program written encryption, encryption or the simple realization of program
hfm
- 自适应霍夫曼编码。。在VS2008下运行。。C++源码-Adaptive Huffman coding. . Run in VS2008. . C++ Source
Jpeg
- Jpeg图像压缩毕业论文以及C++源码,能实现,bmp与jpeg等图像的转换-Jpeg image compression thesis and C++ source code, to achieve, bmp and jpeg and other image conversion
huffman
- 一个huffman压缩解压算法C源码 极高的压缩比 能将1mb文件 压缩成400kb-A huffman compression decompression algorithm C source high compression ratio can compress the file 400kb 1mb
LZW算法C++代码(文件操作)
- LZW压缩算法C++程序代码(只支持文件操作,不是内存操作)