Welcome![Sign In][Sign Up]
Location:
Search - gzip

Search list

[Windows Developzipdlg

Description: 如何用CZip/CUnzip类压缩/解压缩文件,这个类使用gzip GNU源代码-how CZip/CUnzip type compression/decompression, the type used gzip GNU source code
Platform: | Size: 41984 | Author: 孔德深 | Hits:

[JSP/Javajava_gzip

Description: 使用java语言可以很方便的实现gzip压缩和解压缩.以下是一个压缩和解压缩的最简程序.-use can facilitate the realization of gzip compression. Following is a compression and decompression of the most simple procedures.
Platform: | Size: 2048 | Author: 朱亨杰 | Hits:

[Compress-Decompress algrithmsGzipHelper_demo

Description: 方便的Gzip压缩解压demo。-convenient Gzip compression decompression demo.
Platform: | Size: 133120 | Author: joe | Hits:

[Compress-Decompress algrithmsGZIP

Description: GNU 系统开发的基于Iz77语法的压缩 学习lz77压缩算法 -GNU system development based on the syntax of compressed Iz77 learning lz77 Compression Algorithm
Platform: | Size: 254976 | Author: 君风 | Hits:

[WEB Codearchive-2004-07-27

Description: 程式名称: TAR/GZIP/BZIP2/ZIP Archives 程式分类: PHP Class 下载 / 档案目录 程式大小: 7 KB 板面预览: 没有样板 程式简介: 可以压缩及解压 tar, gzip, bzip2, zip 的压缩档。支援相对路径, 注解及多层目录。可将档案储存到硬碟, 给访客下载, 以字串格式回传档案内容到到阵列。执行的 PHP 版本需要编译时有 --with-zlib (gzip 及 zip) 及 --with-bzip2 (bzip2)。-program name : TAR/GZIP/BZIP2/ZIP Archives programs Categories : PHP Class download/archive directory programs Size : 7 KB board preview : No programming model description : compression and decompression can tar, gzip, bzip2, zip tarballs. Support relative path, and multi-storey catalog notes. Files can be stored to the hard disk, visitors to download, format string to Return to the contents of the files arrays. The implementation of the PHP versions compiled-- with-zlib (gzip and zip) and-- with-bzip2 (bzip2).
Platform: | Size: 7168 | Author: 吕宗霖 | Hits:

[Browser Clientbrmysql17

Description: 1.7 增加页面执行时间 1.6 修正数据中空格变回车的严重错误 1.5 增加恢复数据提示 1.41 修正gzip压缩文件名判断错误 1.4 加入计算file大小得函数 1.3 rar压缩后添加1%数据恢复记录 1.2 完全删除备份后服务器中的备份文件 1.1 根据系统不同将txt分别打包成rar或者gz 1.0 保存数据生成txt文件提供下载-pages increased 1.7 1.6 time that the implementation of the data space changed Enter the serious mistakes increased 1.5 1.41 recover data suggest that gzip compressed files were errors of judgment by adding 1.4 calculation function in file size 1.3 rar compressed added Data Recovery 1% record 1.2 altogether after backup server backup paper system based on 1.1 will be different txt were packaged into rar gz or 1.0 preserve data generation txt file available for download
Platform: | Size: 147456 | Author: 邹军强 | Hits:

[Compress-Decompress algrithmszlib-1.2.2

Description: zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). These documents are also available in other formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html
Platform: | Size: 483328 | Author: fwx | Hits:

[Compress-Decompress algrithmsGZip压缩源代码

Description: 数据压缩源代码和VC中使用DEMO,能够压缩内存数据。- Data compression source code and a demo by VC that can compress data in memory.
Platform: | Size: 369664 | Author: 王金营 | Hits:

[Compress-Decompress algrithms7z426

Description: 压缩软件源码,支持格式:7z、ZIP、CAB、RAR、ARJ、LZH、GZIP、BZIP2、Z、TAR、CPIO、RPM 和 DEB 对于 ZIP 及 GZIP 格式,7-Zip 能提供比使用 PKZip 及 WinZip 高 2-10% 的压缩比 7z 格式支持创建自释放(SFX)压缩档案 集成 Windows 外壳扩展 强大的的文件管理 强大的命令行版本 支持 FAR Manager 插件 -compression software source,including format:7z,ZIP,CAB,RAR,ARJ,LZH,GZIP,BZIP2,Z,TAR,CPIO,RPM and DEB.for ZIP and GZIP ,7-Zip exceed PKZip and WinZip with 2-10 percent compression ratio.7z support self-extracton(SFX) document,integrated windows extended shell and powerful file management ,powerful command line version,suppeort FAR Manager plugin.
Platform: | Size: 1082368 | Author: muwa | Hits:

[Linux-Unixgzip13s

Description: UNIX下gzip的实现源码,c语言实现,可以将其移植到其他平台-Unix gzip achieve the source, c language, which can be transplanted to other platforms
Platform: | Size: 392192 | Author: 孔英祁 | Hits:

[Compress-Decompress algrithmstpabbrevia_3_04

Description: Abbrevia is a compression toolkit for Borland Delphi, C++Builder, & Kylix. It supports PKZIP 4, Microsoft CAB, TAR, & gzip formats & the creation of self-extracting archives. It includes visual components that simplify the manipulation of ZIP files.-Abbrevia compression is a toolkit for Borl and Delphi, C Builder,
Platform: | Size: 3769344 | Author: 江焱风 | Hits:

[VOIP programzlib123

Description: The deflation algorithm used by gzip (also zip and zlib) is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced by a pointer to the previous string, in the form of a pair (distance, length). Distances are limited to 32K bytes, and lengths are limited to 258 bytes. When a string does not occur anywhere in the previous 32K bytes, it is emitted as a sequence of literal bytes. (In this description, `string must be taken as an arbitrary sequence of bytes, and is not restricted to printable characters.) -The deflation algorithm used by gzip (also zip and zlib) is a variation of LZ77 (Lempel- Ziv 1977. see reference below). It finds duplicated Stri stayed in the input data. The second occurrence of a string is replaced by a pointer to the previous s tring, in the form of a pair (distance, length). Distances are limited to 32K bytes, and lengths are limited to 258 bytes. When a Stri ng does not occur anywhere in the previous 32K by tes, it is emitted as a sequence of literal bytes. (In this description, `string must be taken as an arbitrary sequence o f bytes, and is not restricted to printable characters. )
Platform: | Size: 5143552 | Author: MCU2000 | Hits:

[Compress-Decompress algrithmsGZIPyashuowenjian

Description: java对GZIP的压缩格式提供了直接支持,可以方便的实现GZIP压缩与解压-right GZIP compression format provides direct support to facilitate the realization of GZIP Compression and Decompression
Platform: | Size: 8192 | Author: xxxxzzzzyyyy007 | Hits:

[Crack Hack300_encrypt

Description: 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds] -encryption algorithm Test Driver for Crypto. a Class C Library of spreadsheets Primitives :- To generate an RSA key cryptest g-To encrypt an d decrypt a string using RSA cryptest r-To calcu late MD5, SHS, and RIPEMD algorithms-160 message digests : cryptest m file-To encrypt and decrypt a string using DES-EDE in CBC mode : cryptest t-To encrypt or decrypt a file cryptes t e | d input output- To share a file into shadows : cryptest's
Platform: | Size: 389120 | Author: Nikii | Hits:

[File Operategzip_win

Description: gzip压缩用于把.dat文件转换成.gz文件 -gzip compression for the move. Dat file conversion into. Gz documents
Platform: | Size: 473088 | Author: rj | Hits:

[Otherinflate

Description: 关于linux的gzip的详解 很有帮助的教程-linux on the understanding of gzip helpful guide
Platform: | Size: 12288 | Author: wanjie | Hits:

[Software EngineeringZIP_Deflate_Algorithm

Description: 通过讲解gzip源码,对zip领域的流行算法-deflate 进行深入的分析,本文是目前迄今为止可以找到的对deflate分析得较好一篇文章。-through gzip on the source, zip right field of popular algorithm-deflate an in-depth analysis, This is the current date can find the right deflate a better analysis of the article.
Platform: | Size: 36864 | Author: wuqixuan | Hits:

[DSP programmygzip

Description: gzip解压缩算法在tic64x核上的移植。在dm642上测试过。工程中含测试源码,有什么问题可以给我email。lizhaojun_1@yahoo.com.cn-gzip algorithm to extract the tic64x nuclear transplantation. On the dm642 tested. Works with test source, what can I email. Lizhaojun_1@yahoo.com.cn
Platform: | Size: 394240 | Author: lizhaojun | Hits:

[J2MEmyGzipusedinj2me

Description: 以前实习时,开发的用于j2me的压缩解压gzip源代码。希望大家共同交流。-before training, j2me development for the codecs gzip source code. I hope we can jointly exchanges.
Platform: | Size: 28672 | Author: lizhaojun | Hits:

[source in ebookDecodewithGZIP

Description: java实现的,用GZIP压缩解压文件。选择原文件和目标文件,点击压缩或解压即可。-java realized that the GZIP compression archives. Choice of the original documents and the target file, it can be compressed or decompression.
Platform: | Size: 9216 | Author: 吴清 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net