文件名称:Compression
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 4.23mb
- 下载次数:
- 0次
- 提 供 者:
- h***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
文件夹的压缩和解压缩功能测试程序
由于要用程序压缩一个文件夹,因此选用zlib库。
在zlib中的例子程序zpipe.c中,给出了如何压缩一个文件,这里稍加扩展,对一个文件夹进行压缩。
说来也简单,就是将文件夹/目录下的每个文件找到并压缩到一个文件中。
-Decompress from file source to file dest until stream ends or EOF.
inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be
allocated for processing, Z_DATA_ERROR if the deflate data is
invalid or incomplete, Z_VERSION_ERROR if the version of zlib.h and
the version of the library linked do not match, or Z_ERRNO if there
is an error reading or writing the files
本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/spacetiller/archive/2007/11/05/1867931.aspx
由于要用程序压缩一个文件夹,因此选用zlib库。
在zlib中的例子程序zpipe.c中,给出了如何压缩一个文件,这里稍加扩展,对一个文件夹进行压缩。
说来也简单,就是将文件夹/目录下的每个文件找到并压缩到一个文件中。
-Decompress from file source to file dest until stream ends or EOF.
inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be
allocated for processing, Z_DATA_ERROR if the deflate data is
invalid or incomplete, Z_VERSION_ERROR if the version of zlib.h and
the version of the library linked do not match, or Z_ERRNO if there
is an error reading or writing the files
本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/spacetiller/archive/2007/11/05/1867931.aspx
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Compression
...........\Compression.aps
...........\Compression.clw
...........\Compression.cpp
...........\Compression.dsp
...........\Compression.dsw
...........\Compression.h
...........\Compression.ncb
...........\Compression.opt
...........\Compression.plg
...........\Compression.rc
...........\CompressionDlg.cpp
...........\CompressionDlg.h
...........\DeleteDir.cpp
...........\DeleteDir.h
...........\InfoZip
...........\.......\De_Compressor.cpp
...........\.......\De_Compressor.h
...........\.......\InfoZip.cpp
...........\.......\InfoZip.h
...........\.......\UnzipDLL.h
...........\.......\ZCallBck.h
...........\.......\ZipDLL.h
...........\ReadMe.txt
...........\Release
...........\.......\Compression.bsc
...........\.......\Compression.exe
...........\.......\Compression.obj
...........\.......\Compression.pch
...........\.......\Compression.res
...........\.......\Compression.sbr
...........\.......\CompressionDlg.obj
...........\.......\CompressionDlg.sbr
...........\.......\DeleteDir.obj
...........\.......\DeleteDir.sbr
...........\.......\De_Compressor.obj
...........\.......\De_Compressor.sbr
...........\.......\InfoZip.obj
...........\.......\InfoZip.sbr
...........\.......\StdAfx.obj
...........\.......\StdAfx.sbr
...........\.......\vc60.idb
...........\res
...........\...\Compression.rc2
...........\Resource.h
...........\StdAfx.cpp
...........\StdAfx.h
...........\UNZDLL.DLL
...........\zipdll.dll
...........\Compression.aps
...........\Compression.clw
...........\Compression.cpp
...........\Compression.dsp
...........\Compression.dsw
...........\Compression.h
...........\Compression.ncb
...........\Compression.opt
...........\Compression.plg
...........\Compression.rc
...........\CompressionDlg.cpp
...........\CompressionDlg.h
...........\DeleteDir.cpp
...........\DeleteDir.h
...........\InfoZip
...........\.......\De_Compressor.cpp
...........\.......\De_Compressor.h
...........\.......\InfoZip.cpp
...........\.......\InfoZip.h
...........\.......\UnzipDLL.h
...........\.......\ZCallBck.h
...........\.......\ZipDLL.h
...........\ReadMe.txt
...........\Release
...........\.......\Compression.bsc
...........\.......\Compression.exe
...........\.......\Compression.obj
...........\.......\Compression.pch
...........\.......\Compression.res
...........\.......\Compression.sbr
...........\.......\CompressionDlg.obj
...........\.......\CompressionDlg.sbr
...........\.......\DeleteDir.obj
...........\.......\DeleteDir.sbr
...........\.......\De_Compressor.obj
...........\.......\De_Compressor.sbr
...........\.......\InfoZip.obj
...........\.......\InfoZip.sbr
...........\.......\StdAfx.obj
...........\.......\StdAfx.sbr
...........\.......\vc60.idb
...........\res
...........\...\Compression.rc2
...........\Resource.h
...........\StdAfx.cpp
...........\StdAfx.h
...........\UNZDLL.DLL
...........\zipdll.dll