搜索资源列表
arith-n.zip
- Arith-N 是可以在命令行指定阶数的 N 阶上下文自适应算术编码通用压缩、解压缩程序,由于是用作教程示例,为清晰起见,在某些地方并没有刻意进行效率上的优化。由王笨笨大侠提供
czip_cunzip_source.zip
- 目标动态库输出两个类: CZip(用于压缩文件) CUnzip (用于解压缩文件)使用gzip GNU源代码(gzip-1.2.4a)。这是个免费软件,你可以在GUN通用公共许可证(General Public License)条款下分发和修改此软件。
unzip-5.50.zip
- zip压缩,解压缩代码.
Zip压缩和UnZip解压缩的实现.zip
- 此程序实现了Zip压缩和UnZip的解压缩。
Zip压缩和UnZip解压缩的实现1
- 此源码为zip压缩、解压缩源码,可实现对ZIP文件的操作。-this source of zip, extract the source code, can be realized right ZIP operation.
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 support GIF89a, the vc used, decodi
zip-file-compress-and-decompression---support-chin
- java实现zip文件压缩解压,功能封装在一个类中,支持中文及多级目录,可以一直移植windows和unix上使用,包中提供了源代码及代码中用到的外部包
unzip552.tar
- 给出了zip 解压缩算法的完整实现过程。
zipfunc.使用zlib进行压缩和解压的程序
- 一个使用zlib进行压缩和解压的程序,a encoding and decoding program using zlib
lzw_soft.zip lzw压缩解压算法源码
- lzw压缩解压算法源码,The soruce of LZW compression algorithm
zip.rar
- zip格式压缩解压缩源码及演示 先用VC编译czip_source目录内程序,之后拷贝debug目录内zipdll.dll和zipdll.lib到czip_demo目录再编译此目录内程序即可得到演示程序test_zip,zip form compression solution compression source code and the demonstration first uses VC to translate in the czip_source table of contents
zipfunc.zip
- vc下的压缩和解压缩代码,vc under the compression and decompression code
arith-n.zip
- Arith-N 是可以在命令行指定阶数的 N 阶上下文自适应算术编码通用压缩、解压缩程序,由于是用作教程示例,为清晰起见,在某些地方并没有刻意进行效率上的优化。由王笨笨大侠提供,Arith-N is specified in the command-line order of the N-order context adaptive arithmetic coding common compression, decompression procedures, because it is used
ZipTest_src.zip
- 这是一款zip压缩与解压缩的编码,可以通过调用里面压缩函数和解压缩函数对相应的文件与文件夹进行压缩与解压缩功能的操作,This is a zip compression and decompression of the coding, you can by calling the function inside the compression and decompression function of the corresponding file and folder compression a
UnZip
- ZIP解压缩,用VB写下的一个实例,是桌面应用程序,大家可以看看喽!-UnZip
unzip-5.50
- zip压缩,解压缩代码.-zip compression, decompression code.
压缩解压
- c#,实现zip解压缩2005的,也可用2008或者2010转一下打开,本人也用的这个实现FTP下载解压缩。
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
zip
- c++做的压缩解压缩工具。可以实现对文件的压缩和解压。-c++ to do the compression decompression tool. Can achieve compression and decompression of files.
Zip解压缩
- c++解压缩文件,解压,打包等功能源码。