搜索资源列表
huff_stream.zip
- 用于数据流压缩的huffman算法
081SharpZipLib
- C#写的ZIP压缩包,可以在线将文件压缩成为ZIP文件或数据流。-wrote ZIP compressed, online file compressed into ZIP files or data flow.
zipReader
- 不需要额外的库,读取zip压缩文件信息。从中读取数据
RAR_Password
- WINRAR 是现在最好的压缩工具,界面友好,使用方便,在压缩率和速度方面都有很好的表现。其压缩率比之 WINZIP 之流要高,3.30 增加了病毒扫描等功能。RAR 采用了比 Zip 更先进的压缩算法,是现在压缩率较大、压缩速度较快的格式之一。 主要特点:对 RAR 和 ZIP 的完全支持; 支持 ARJ、CAB、LZH、ACE、TAR、GZ、UUE、BZ2、JAR、ISO 类型文件的解压;多卷压缩功能;创建自释放文件,可以制作简单的安装程序,使用方便;强大的档案文件修复功能,最大限度恢复损坏
zip&unzip
- 利用Java实现zip压缩/解压缩。randomData()函数随机生成50个double数据,并放在doc字符串变量中 openFile()函数读取ZIP压缩文件 saveFile()函数将随机生成的数据存到ZIP格式的压缩文件中。-use Java zip compression / decompression. RandomData () function randomly generated 50 double data and on the doc string variable op
huff_stream.zip 用于数据流压缩的huffman算法
- 用于数据流压缩的huffman算法 ,Huffman algorithm used for data stream
FileCompressionTool
- 提供使用Flex进行数据压缩(zip格式)的算法-you can use this program to zip the data in flex action sricpt 3
Data_Compress
- LZM无损压缩的C语言代码,能够实现数据的无损压缩与解压缩,压缩比视具体数据而定。-LZM lossless compression of the C language code, can perform data compression and decompression, compression ratio depending on the specific data set.
zip
- 这是把linux内核里面的压缩算法移植到VC上面的zip数据压缩的C源代码-This is the zip data compression compression algorithms ported to linux kernel inside the VC above the C source code
CompressDll
- 具有数据压缩和解压缩功能的地动态库。 采用Delphi内置的压缩库实现。压缩效率略低于zip。-With data compression and decompression functionality to dynamic libraries. The use of Delphi
DataCompressionDescribetion
- 数据压缩算法介绍,包含:LZ77算法、LHA算法、算数编码arith算法、Zip算法。仅供学习参考。-Data compression algorithm descr iption, including: LZ77 algorithm, LHA algorithm, arithmetic coding, arith algorithm, Zip algorithm. Study reference purposes only.
zipstream_demo
- zipstream_demo.zip 一个能进行二进制数据压缩与解压缩的库-zipstream_demo.zip can be a binary data compression and decompression library
pj2
- 实现huffman算法,对数据进行压缩解压-implementing huffman tree zip and unzip data
zlib-1.2.5.tar
- zlib-1.2.5.tar.zip gzip编码,最早由Jean-loup Gailly和Mark Adler创建,用于UNIX系统的文件压缩。我们在Linux中经常会用到后缀为.gz的文件,它们就是GZIP格式的。现今已经成为Internet 上使用非常普遍的一种数据压缩格式,或者说一种文件格式。HTTP协议上的GZIP编码是一种用来改进WEB应用程序性能的技术。大流量的WEB站点常常使用GZIP压缩技术来让用户感受更快的速度。-Zlib-1.2.5. Tar.zip gzip code,
comp.zip
- 一个基于命令行操作的通用数据压缩程序,使用的是静态字典+LZ77+算术编码的算法。,Universal data compression program, a command-line-based operation is the static dictionary+LZ77+ arithmetic coding algorithm.