资源列表
[压缩解压] GIFLIB.ZIP
说明:GIF87a的压缩,解压缩及一些工具的源代码,稍微修改就可以支持GIF89a, 可以在vc中使用,解码的话只需要一个文件DGIF_LIB.C(头文件还是需要的),加入工程中就可以使用,显示实例可以参考文件gif2herc.c中的main函数-GIF87a compression, decompression tools and the source code, it can be slightly modified to suppo<pyh> 在 2008-10-13 上传 | 大小:164281 | 下载:0
[压缩解压] 数字图象处理学VC++实现
说明:其中包括图像压缩的基本编码方法如Huffman编码\\算术编码\\JPEG 2000\\H.261压缩编码标准\\小波变换编码\\运动估计算法\\视频图象采集的VC实现等.-including the basic image compression coding methods as Huffman coding \\ arithmetic coding \\ JPEG 2 000 \\ H.261 coding standard \\<郑英> 在 2008-10-13 上传 | 大小:831786 | 下载:0
[压缩解压] 改进的LZSS压缩算法
说明:本文提出了LZSS压缩算法在进行文本压缩时存在的问题,并给出了解决方法。改进后的算法具有较高的压缩率,实验结果令人满意。 关键词:LZSS;数据压缩 -This paper presents a compression algorithm LZSS text compression during the question and gives a solution. Improved algorithm with a higher<唐吉卓> 在 2008-10-13 上传 | 大小:10388 | 下载:0
[压缩解压] DelphiZLib.123
说明:The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously downloaded my delphi 5 unit, you will notice that the unit has been renamed. this was done because borland included in its<江焱风> 在 2008-10-13 上传 | 大小:191737 | 下载:0
[压缩解压] tpabbrevia_3_04
说明:Abbrevia is a compression toolkit for Borland Delphi, C++Builder, & Kylix. It supports PKZIP 4, Microsoft CAB, TAR, & gzip formats & the creation of self-extracting archives. It includes visual components that simplify t<江焱风> 在 2008-10-13 上传 | 大小:3769659 | 下载:0
[压缩解压] LZW算法源码C语言
说明:LZW压缩算法简介 作者:宋成 描述:一篇关于LZW压缩算法简介的文章,通俗易懂,值得一看! 备注:该文章整理自软件报1998年合订本上册。 LZW压缩算法是一种新颖的压缩方法,由Lemple-Ziv-Welch 三人共同创造,用他们的名字命名。它采用了一种先进的串表压缩不,将每个第一次出现的串放在一个串表中,用一个数字来表示串,压缩文件只存贮数字,则不存贮串,从而使图象文件的压缩效率得到较大的提高。奇妙的<邓海波> 在 2008-10-13 上传 | 大小:4861 | 下载:0