搜索资源列表
zlib_mfc_demo
- 演示MFC使用zlib的一个小程序,包括打包,解压,修改zip文件的各种操作,结合zlib1.2.5编译通过,包括zlib1.2.5的代码在里面-zlib the MFC way
Compression
- 文件夹的压缩和解压缩功能测试程序 由于要用程序压缩一个文件夹,因此选用zlib库。 在zlib中的例子程序zpipe.c中,给出了如何压缩一个文件,这里稍加扩展,对一个文件夹进行压缩。 说来也简单,就是将文件夹/目录下的每个文件找到并压缩到一个文件中。 -Decompress from file source to file dest until stream ends or EOF. inf() returns Z_OK on success, Z_MEM
MFCaPNG
- 采用libpng库和zlib库解码png,并附带MFC工程,并附带了工程说明-Uses libpng and zlib library library decoding png, and works with MFC
NetCryptoLib
- Crypto++动态库的.net C++封装。内含多个工程-The solution contains several projects: CryptoLib:Library that contains Crypto++ and unmanaged algorithms CryptTest:MFC application that uses CryptoLib NetCryptLib:.NET C++/CLI library to use CryptoL