虫虫首页|资源下载|资源专辑|精品软件
登录|注册

zlib

  • Delphi zlib 压缩解压缩算法

    Delphi zlib 压缩解压缩算法, 不需要任何VCL元件,也不需任何D

    标签: Delphi zlib 压缩算法

    上传时间: 2013-12-14

    上传用户:气温达上千万的

  • zlib 内存压缩解压程序。。可以在内存中进行压缩解压、

    zlib 内存压缩解压程序。。可以在内存中进行压缩解压、

    标签: zlib 内存 解压 程序

    上传时间: 2017-03-31

    上传用户:xinyuzhiqiwuwu

  • zlib是文件压缩算法,它的压缩和解压算法都是完全公开的

    zlib是文件压缩算法,它的压缩和解压算法都是完全公开的,因此它在swf解码,mp3解码中已经得到广泛的运用.而1.2.3版是最新且稳定的一个版本.

    标签: zlib 算法 文件压缩 解压

    上传时间: 2014-01-08

    上传用户:qilin

  • 使用VC++封装为动态库的zlib压缩解压算法,使用方便!

    使用VC++封装为动态库的zlib压缩解压算法,使用方便!

    标签: zlib VC 封装 动态

    上传时间: 2017-07-18

    上传用户:wanqunsheng

  • zlib Archiver. Unit1.dfm Unit1.pas ZLBA.bdsproj ZLBA.cfg ZLBA.dpr ZLBA.exe ZLBA.res ZLBARCV.

    zlib Archiver. Unit1.dfm Unit1.pas ZLBA.bdsproj ZLBA.cfg ZLBA.dpr ZLBA.exe ZLBA.res ZLBARCV.ZIP

    标签: ZLBA Unit Archiver ZLBARCV

    上传时间: 2017-08-14

    上传用户:dyctj

  • zlib 压缩算法 测试过

    zlib 压缩算法 测试过,非常稳定,可靠, 推荐大家试试看

    标签: zlib 压缩算法 测试

    上传时间: 2017-09-27

    上传用户:咔乐坞

  • The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously dow

    The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously downloaded my delphi 5 unit, you will notice that the unit has been renamed. this was done because borland included in its delphi 6 and 7 lib directories a zlib.dcu file and i felt it was more correct to rename my unit and force developers to have to update their code than to make developers worry about the possible file contention in delphi 6 and 7.

    标签: previously included archive zlibex

    上传时间: 2015-04-29

    上传用户:缥缈

  • psp上的reader 这个是以月光老大的cnreader为基础 增加了zip文件浏览功能

    psp上的reader 这个是以月光老大的cnreader为基础 增加了zip文件浏览功能,象浏览目录一样浏览zip文件。 zip内部的中文文件名可以正常显示 修正了原版的cnreader不能显示中文路径名的问题(同处理中文文件名一样处理)。 我只有1.5的,所以1.0没有测试过。 zlib用的是网上流行的版本,可能是1.2.2版,这个版本已经确认了有一些安全问题,稍候后我会研究一下最新1.2.3版本。 我这样做的原因是现在rip过的game都是正好放进512m的棒子里,结果为了几兆空间不得不删掉很多书,相当不爽的说。 这个版本最方便的是可以把很多书放进一个zip文件里,同时解决了中文文件名乱麻问题。 原版的cnreader之所以很大是因为他把字库也整合进去了。 下一步是准备把字库抽出来也进行zip处理。最大限度的减少占用的空间。 文档表明zlib有内存内压缩功能,就是管道处理,有兴趣的朋友一起来研究一下吧 我没有在看书的时候听歌的习惯,我觉得那样会让我分心。所以下一步除了提取字库之外只打算控制频率以实现节能(到目前为止,我还没有看到任何测试证明低频率可以节能)通过动态调整频率在节能和处理速度上达到平横。

    标签: cnreader reader psp zip

    上传时间: 2014-01-13

    上传用户:zhliu007

  • 著名的压缩代码的 1.1.4版

    著名的压缩代码的 1.1.4版,Delphi中的zlib用的就是他

    标签: 代码

    上传时间: 2014-01-24

    上传用户:as275944189

  • We often get questions about how the deflate() and inflate() functions should be used. Users wonder

    We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a few times), and would like further edification, below is an annotated example in C of simple routines to compress and decompress from an input file to an output file using deflate() and inflate() respectively. The annotations are interspersed between lines of the code. So please read between the lines. We hope this helps explain some of the intricacies of zlib.

    标签: functions questions deflate inflate

    上传时间: 2014-01-01

    上传用户:zhuyibin