搜索资源列表
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.
解压缩控件
解压缩控件
用DSP进行mp3解压缩的算法原程序
- 用DSP进行mp3解压缩的算法原程序
776的解压缩算法篇
- 776的解压缩算法篇--776`s decompression algorithm
文件解压缩
- 文件解压缩,大家学习一下-file compression, we learn from this
所有压缩格式的压缩解压缩
- 所有压缩格式的压缩解压缩。-all compression format compression decompression.
文件加密压缩解压缩系统
- 文件加密压缩解压缩系统-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
压缩&解压缩
- 此程序用C语言用哈夫曼编码法实现了对英文的压缩与解压缩,是C语言编程一个比较经典的例子-this program in C language with Huffman coding method to achieve the right English compression and decompression, the C programming language is a classic example
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
Zip压缩和UnZip解压缩的实现1
- 此源码为zip压缩、解压缩源码,可实现对ZIP文件的操作。-this source of zip, extract the source code, can be realized right ZIP operation.
c++解压缩程序大作业第三版
- 进行简单的解压缩,用于初级的c语言学习者。特别可用于大学c语言大作业中。(this is used for uncompressing)
WinPkg v3.1.27解压缩工具
- WinPkg 是一款类似于WinRar, WinZip, WinISO, 7-Zip, HaoZip 等的文件档案管理工具,支持创建压缩、解压缩 内建的 .pkg 档案格式文件,也可以将其绑定在用户自己的 图片文件(*.jpg; *.bmp; *.gif; *.png等)中实现无缝隐藏。 同时WinPkg像WinRar一样也支持对于自解压包(*.exe)的生成, 免去了移至目标机器再安装WinPkg解压的麻烦。
在内存中进行数据解压缩的分析比较
- 本文采用三种不同软件公司的动态链接库组件,分别进行内存解压缩实验,这三种组件分别是: 1、 使用zlib 软件公司的zlib.dll动态链接库组件进行内存解压 2、 使用info-zip软件公司的vbuzip10.dll(也就是unzip32.dll)动态链接库组件进行内存解压 3、 使用xceed软件公司的xceed zip compression library V5.0版本的xceedzip.dll动态链接库组件进行内存解压
.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