搜索资源列表
zipfunc.使用zlib进行压缩和解压的程序
- 一个使用zlib进行压缩和解压的程序,a encoding and decoding program using zlib
lzw_soft.zip lzw压缩解压算法源码
- lzw压缩解压算法源码,The soruce of LZW compression algorithm
huff_stream.zip 用于数据流压缩的huffman算法
- 用于数据流压缩的huffman算法 ,Huffman algorithm used for data stream
lzhsrc.zip
- lzh压缩/解压源码,the source code of lzh codec
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
www.zlib.net.zip
- zlib压缩算法全套资料,包含说明文档以及完整源代码,vc下可以通过makefile编译,a full set of zlib data compression algorithms, including documentation, as well as complete source code, vc can be compiled through the makefile
bcs_vb.zip
- 一个基础贝叶斯变换的压缩感知,包含一个源代码和一个一维信号处理的例子和两个二维图像的例子,The basic BCS implemented via a variational Bayesian approach. The package includes the core VB-BCS code, one example of a 1-dimensional signal and two examples of 2-dimensional images.
addzip06.zip
- 一个兼容pkzip的文件/内存压缩算法, A compatible pkzip document/memory compression algorithm
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
7-zip
- 压缩解压工具7-zip源代码,包括汇编、c、c++三种语言版本及其说明文档。-the source code of the compress/decompress tool 7-zip,containing three language versions of asm、c、c++ and its descr iption document.
zip-dllsr4_VC
- VC实现的ZIP压缩和解压缩算法,生成DLL动态链接库函数-VC implementation ZIP compression algorithm, DLL version
UnZip
- ZIP解压缩,用VB写下的一个实例,是桌面应用程序,大家可以看看喽!-UnZip
ZIP压缩源码
- ZIP压缩源码,原来少了一些库的也找到,大家可以放心下载-ZIP compression source, less the original library also find, we can be assured that download
lzma压缩算法源码
- 7-zip压缩源码,里面有很多压缩算法。-7-zip compression source code, there are many compression algorithms.
ZIP
- zip压缩源代码,附有整个工程,保证能用,可应用于文件压缩,内存压缩-zip compressed source code, with the whole project, and ensure that use, can be applied to file compression, memory compression
zip
- c++做的压缩解压缩工具。可以实现对文件的压缩和解压。-c++ to do the compression decompression tool. Can achieve compression and decompression of files.
ZW
- zip压缩代码,实现zip的压缩解压,支持目录压缩解压-zip compression code, and achieve zip compression decompression, support for directory compression decompression
zip
- zip压缩算法,希望对一些喜欢diy的人有用。我也不是很懂-zip compression algorithm, hoping for some people who enjoy diy useful. I do not really understand them. . .
FileCompression[zip]
- 一段简单的代码,把一个文件压缩成zip格式。 -A simple code to a file compressed into a zip format.