搜索资源列表
Zip压缩和UnZip解压缩的实现.zip
- 此程序实现了Zip压缩和UnZip的解压缩。
文件解压缩
- 文件解压缩,大家学习一下-file compression, we learn from this
所有压缩格式的压缩解压缩
- 所有压缩格式的压缩解压缩。-all compression format compression decompression.
Zip压缩和UnZip解压缩的实现1
- 此源码为zip压缩、解压缩源码,可实现对ZIP文件的操作。-this source of zip, extract the source code, can be realized right ZIP operation.
解压缩软件UNZIP的c源程序代码
- 解压缩软件UNZIP的c源程序代码-decompression software UNZIP c source code
哈夫曼压缩解压算法
- 哈夫曼压缩解压算法-Huffman compression decompression algorithm
解压缩软件LHA
- 解压缩软件LHA源码-decompress LHA-source software
LZMA压缩/解压缩,接口简单
- LZMA压缩/解压缩,接口简单,使用方便,内存占用经过合理安排,效率非常高,支持多线程。,LZMA compress/decompress, interface is very simple, easy to use, high efficiency, lower memory use, support multi thread
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
UnZip
- ZIP解压缩,用VB写下的一个实例,是桌面应用程序,大家可以看看喽!-UnZip
1854_cgziplib
- 一套压缩解压DLL及例子-a compressing and de-compressing dll and its example
776的解压缩算法篇
- 776的解压缩算法篇--776`s decompression algorithm
哈夫曼
- 作业,哈夫曼压缩解压缩-Operations, Huffman compression decompression
LZMA
- LZMA压缩解压算法,压缩解压函数接口入参出参都以Buffer形式; 代码为完整的工程,可运行,其中包括简单的举例。-Decompression LZMA compression algorithm, compression decompression function interface to the Senate to the Senate all forms Buffer code to complete the project can be run, including a sim
Huffman
- 构造自适应霍夫曼树实现文件的压缩与解压缩。-Adaptive Huffman tree structure for file compression and decompression.
zlib-1.2.5
- 最为流行的经典压缩算法库Zlib,短小精干,压缩解压接口仅需一两个-The most popular classical compression algorithms library Zlib, short and compact, compression decompression interface, only one or two
huffman
- huffman压缩解压缩编码解码程序,内容可用,马上可用。huffman编码解码-huffman codec compression decompression process, the content available immediately available. huffman encoding and decoding
Zip解压缩
- c++解压缩文件,解压,打包等功能源码。
huffman编码以及文本文件压缩解压
- huffman编码以及文本文件压缩解压,这是树的数据结构应用,学数据结构会用到的,特别是做课设时候