搜索资源列表
文件解压缩
- 文件解压缩,大家学习一下-file compression, we learn from this
豪杰解霸原代码
- 压缩过的图像是无法直接进行数字化处理的,如JPEG、GIF等格式的文件,此时首先要对图像文件解压缩,这就要涉及到一些比较复杂的压缩算法。-compressed image can t directly process digital operation.such as jpeg,gif format.firstly ,it need decompress ,which is deal with complex compression a
Zip压缩和UnZip解压缩的实现1
- 此源码为zip压缩、解压缩源码,可实现对ZIP文件的操作。-this source of zip, extract the source code, can be realized right ZIP operation.
WinRar解压缩
- 一个类似于WinRar解压缩的程序源代码,可解压winrar创建的文件。-a similar WinRar decompress the program's source code can decompress files created WinRAR.
针对大型文件优化的数据压缩解压缩单元
- 针对大型文件优化的数据压缩解压缩单元,另外也提供以 CRC32 算法快速核验数据正确的单元-against large files optimized data compression decompression modules, It also provides CRC algorithm for rapid verification of the correct data unit
文件加密压缩解压缩系统
- 文件加密压缩解压缩系统-file encryption compression decompression system
huffman解压缩
- 运用huffman编码的解压缩程序,能压缩任何格式的文件,但是压缩比不是最理想-use Huffman coding decompression procedures can be compressed files in any format, but not the best compression ratio
文件解压缩
- 文件解压缩,大家学习一下-file compression, we learn from this
文件加密压缩解压缩系统
- 文件加密压缩解压缩系统-file encryption compression decompression system
实现LZARI压缩算法的C++类
- 这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口: -LZARI algorithm based on the type of data
huffman解压缩
- 运用huffman编码的解压缩程序,能压缩任何格式的文件,但是压缩比不是最理想-use Huffman coding decompression procedures can be compressed files in any format, but not the best compression ratio
adpcm压缩解压缩工具原码
- 本程序压缩和解压缩WAV16BIT ADPCM 文件 原程序,可以移到任何硬件平台 使用 本程序在PC和32位单片机系统运行良好 -the compression and decompression procedures WAV16BIT ADPCM original document procedures can be moved to any hardware platform and the use of the procedur
豪杰解霸原代码
- 压缩过的图像是无法直接进行数字化处理的,如JPEG、GIF等格式的文件,此时首先要对图像文件解压缩,这就要涉及到一些比较复杂的压缩算法。-compressed image can t directly process digital operation.such as jpeg,gif format.firstly ,it need decompress ,which is deal with complex compression a
Zip压缩和UnZip解压缩的实现1
- 此源码为zip压缩、解压缩源码,可实现对ZIP文件的操作。-this source of zip, extract the source code, can be realized right ZIP operation.
MakeCAB
- 将文件压缩成CAB格式,实现了文件夹被压缩成CAB格式文本的功能。(Compress files into CAB forma)
WinPkg v3.1.27解压缩工具
- WinPkg 是一款类似于WinRar, WinZip, WinISO, 7-Zip, HaoZip 等的文件档案管理工具,支持创建压缩、解压缩 内建的 .pkg 档案格式文件,也可以将其绑定在用户自己的 图片文件(*.jpg; *.bmp; *.gif; *.png等)中实现无缝隐藏。 同时WinPkg像WinRar一样也支持对于自解压包(*.exe)的生成, 免去了移至目标机器再安装WinPkg解压的麻烦。
.net文件压缩解压缩实例源码
- .net文件压缩解压缩实例源码 网络搜集整理 希望对大家有所帮助(Source code for.Net file compression and decompression Network collation hopes to help people)
在线压缩、解压缩文件
- 1.将Bin文件夹中的ICSharpCode.SharpZipLib.dll文件引用到目标网站的Bin文件夹中 2.App_Code文件夹中的CompressFiles.cs即为文件压缩的类文件,其中PakFiles()实现文件夹的压缩,UnpackFiles()实现压缩文件的解压缩 3.可以通过CompressFiles.PackFiles()或CompressFiles.UnpackFiles()来引用该方法(1., refer
ZipFileUtil
- Java解压缩,文件打包zipUtil,压缩单个文件成一个zip文件(Java decompress, file pack zipUtil, compress a single file into a zip file.)
解压缩文件_C#
- C#版,解压文件(.rar .zip),将文件解压到项目特定目录(C# version,.Rar.Zip, unzip the files to the project specific directory.)