Welcome![Sign In][Sign Up]
Location:
Search - zlib-1.2.3 a

Search list

[MultiLanguagecnreader_fix4.12src

Description: 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有内存内压缩功能,就是管道处理,有兴趣的朋友一起来研究一下吧 我没有在看书的时候听歌的习惯,我觉得那样会让我分心。所以下一步除了提取字库之外只打算控制频率以实现节能(到目前为止,我还没有看到任何测试证明低频率可以节能)通过动态调整频率在节能和处理速度上达到平横。 -psp the reader is the eldest of moonlight cnreader to increase the zip file browsing, directory browser like browsing the same zip file. Zip internal Chinese document can be normal from the original show that the Chinese cnreader not show a path issues (dealing with the Chinese document from the same address). I only 1.5, so not tested 1.0. Zlib is used in the popular online version, version 1.2.2 may be, this version had confirmed some security issues, I will wait to see the latest version 1.2.3. I do so now because of the rip-off game into 512Mbit are just the stick, the result of space He reckons to have deleted many books hander said. This version is the most convenient for many books can be put into a zip file, while addressing a Chinese puzzle file name issues. The original cnreader
Platform: | Size: 935859 | Author: zb | Hits:

[Compress-Decompress algrithmszlib-1.2.3.tar

Description: zlib是文件压缩算法,它在swf解码,mp3解码中已经得到广泛的运用.而1.2.3版是最新且稳定的一个版本.-zlib compression algorithm of the document, it swf decoder, mp3 decoder which has been widely used. and a .2.3 edition is the latest in a stable version.
Platform: | Size: 496597 | Author: 黄旭东 | Hits:

[Compress-Decompress algrithmszlib-1.2.3

Description: 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.-We often get questions about how the deflat e () and inflate () functions should be used. Use rs 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 properl y, 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 rout ines to compress and decompress from an input fi le to an output file using deflate () and inflate () respectively. The annotations are interspe rsed between lines of the code. So please be read tween the lines. We hope this helps explain some of the intricacies of zlib.
Platform: | Size: 608589 | Author: ylin_v | Hits:

[Embeded Linuxsmp86xx_rootfs.tar.bz2

Description:

 sigma smp8634/8635 toolchain rootfs building source.

=================

Readme.txt

=================

 

This is the Sigma Designs customization of the root file system for the

SMP86xx family of chips.

 

This package is of course heavily depending on the toolchain and kernel

packages.

 

Quick HOW-TO

============

a) You need to have a working toolchain package. Once you have built your 

   toolchain, be sure to source toolchain-path.env. This is required for you to

   be able to build the rootfs package.

b) Untar the rootfs package.

c) First, configure your root file system: 'make menuconfig'. All the options 

   in the configuration menus have detailed help. Once you are satisfied with

   your choice of options, exit and save the configuration.

d) If you are using the toolchain composed of gcc 3.4.2, binutils 2.15.91.0.2,

   and uClibc 0.9.27 (defined in the toolchain package) then you must select

   Busybox 1.00 from the 'Package Selection for the target --->' menu.

   If on the other hand you are using the toolchain composed of gcc 4.0.4,

   binutils 2.17, and uClibc 0.9.28.3 then you must select Busybox 1.5 from

   the 'Package Selection for the target --->' menu.

e) If you chose to customize your root file system (option 'customize' in

   submenu 'Package Selection for the target'), be sure to prepare your custom

   files now.

f) Run 'make' to produce your root file system.

 

IMPORTANT NOTE: as of this release, the only supported option in the 'Target 

Options' menu is 'cramfs root filesystem for the target device' (with all its

suboptions). Any other option is currently unsupported and some are known to

not work.

 

Once you are through with step e), your root file system is available in the

main directory of the package as 'root_fs_mipsel.cramfs'.

 

Note about the integration with the toolchain and the kernel source packages

============================================================================

The rootfs package is now integrated with the toolchain package and the 

kernel source package and is able to interact with them in the following

ways:

 

 a) it can grab the necessary runtime libraries from the toolchain package.

 b) it can receive the kernel modules and support files from the kernel source

    package.

 c) the kernel source package can use the produced rootfs image for its initial

    RAM disk.

 

For interaction a) to take place, the SMP86XX_TOOLCHAIN_PATH environment 

variable must be defined and it must point to the main directory of the 

produced toolchain. The easiest way to achieve that is by sourcing the

'toolchain-path.env' environment file after it is produced at the end of the

toolchain production.

 

Note that defining SMP86XX_TOOLCHAIN_PATH is not optional. The build will not

go through unless the environment variable is defined and points to a correct

location. This is because, even if the build went through, the resulting root

file system would be unusable as it would not provide *any* run time library.

 

For interactions b) and c) to take place, the SMP86XX_ROOTFS_PATH environment

variable must be defined and must point to the main directory of the rootfs

package. The easiest way to achieve that is by sourcing the 'rootfs-path.env'

environment file after it is produced, right after your run 'make' or 

'make menuconfig' for the first time.

 

When SMP86XX_ROOTFS_PATH is defined and points to a valid location, the kernel

source package is able to:

 

 b) install its modules to the correct location under the customization 

    directory ('package/customize/source') in the rootfs package. In order to

    then make sure the modules end up in the produced rootfs image, you must

    select the 'customize' option under the 'Package Selection for the target'

    menu in 'make menuconfig'.

 c) grab the produced rootfs image (root_fs_mipsel.cramfs) and use it for its

    initial RAM disk.

 

Thus, in order to produce a rootfs holding the kernel modules and use it as the

kernel initial RAM disk, you need to go through the following steps in order

(note: this is convoluted):

 1) optionally build the toolchain (or use an existing one, more recent than

    2.6.90.0)

 2) source toolchain-path.env in the toolchain package directory

 3) configure the rootfs package with the 'customize' option on in the

    'Package Selection for the target' menu

 4) source 'rootfs-path.env' in the rootfs package directory

 5) configure the kernel, review what is configured as modules, 'make dep'

 6) 'make modules' in the kernel source directory

 7) the 'modules_install' target for the kernel needs that the system map be

    already produced. In order to achieve that, build a first version of the

    kernel: 'make vmlinux'

 8) 'make modules_install' in the kernel source directory. The modules are now

    installed in the rootfs package customization directory.

 9) 'make' in the rootfs package directory. You have now produced a rootfs 

    image holding the kernel modules.

10) 'make' in the kernel source directory. You have now produced a linux ZBF

    image with an initrd holding the kernel modules.

    

Coming features

===============

N/A

 

Troubleshooting

===============

a) when building the cramfs utility tool, the compiler complains that it can't

   find 'zlib.h' or '-lz'.

 

   You need to have the development version of zlib installed on your system.

   How to do that depends on your distribution.

 

 


Platform: | Size: 234248 | Author: mattli001 | Hits:

[MultiLanguagecnreader_fix4.12src

Description: 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有内存内压缩功能,就是管道处理,有兴趣的朋友一起来研究一下吧 我没有在看书的时候听歌的习惯,我觉得那样会让我分心。所以下一步除了提取字库之外只打算控制频率以实现节能(到目前为止,我还没有看到任何测试证明低频率可以节能)通过动态调整频率在节能和处理速度上达到平横。 -psp the reader is the eldest of moonlight cnreader to increase the zip file browsing, directory browser like browsing the same zip file. Zip internal Chinese document can be normal from the original show that the Chinese cnreader not show a path issues (dealing with the Chinese document from the same address). I only 1.5, so not tested 1.0. Zlib is used in the popular online version, version 1.2.2 may be, this version had confirmed some security issues, I will wait to see the latest version 1.2.3. I do so now because of the rip-off game into 512Mbit are just the stick, the result of space He reckons to have deleted many books hander said. This version is the most convenient for many books can be put into a zip file, while addressing a Chinese puzzle file name issues. The original cnreader
Platform: | Size: 935936 | Author: zb | Hits:

[Compress-Decompress algrithmszlib-1.2.3.tar

Description: zlib是文件压缩算法,它在swf解码,mp3解码中已经得到广泛的运用.而1.2.3版是最新且稳定的一个版本.-zlib compression algorithm of the document, it swf decoder, mp3 decoder which has been widely used. and a .2.3 edition is the latest in a stable version.
Platform: | Size: 496640 | Author: 黄旭东 | Hits:

[Compress-Decompress algrithmszlib-1.2.3

Description: 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.-We often get questions about how the deflat e () and inflate () functions should be used. Use rs 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 properl y, 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 rout ines to compress and decompress from an input fi le to an output file using deflate () and inflate () respectively. The annotations are interspe rsed between lines of the code. So please be read tween the lines. We hope this helps explain some of the intricacies of zlib.
Platform: | Size: 608256 | Author: ylin_v | Hits:

[OtherZlib-hanshu

Description: Zlib函数列表 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.-Zlib Function List We often get questions about how t he deflate () and inflate () functions should be used. Users wonder when they should provide mor e input, when they should use more output. what to do with a Z_BUF_ERROR. how to make sure the process terminates properl y, 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 rout ines to compress and decompress from an input fi le to an output file using deflate () and inflate () respectively. The annotations are interspe rsed between lines of the code. So please be read tween the lines. We hope this helps explain some of the intricacies of zlib.
Platform: | Size: 11264 | Author: ylin_v | Hits:

[Compress-Decompress algrithmszlib123

Description: zlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and operating system. The zlib data format is itself portable across -zlib is designed to be a free, general-purpose, legally unencumbered-- that is, not covered by any patents-- lossless data-compression library for use on virtually any computer hardware and operating system. The zlib data format is itself portable across
Platform: | Size: 898048 | Author: | Hits:

[OS programelbeem-src

Description: his a short introduction how to use the El Beem library and API. This release supports two versions that can be built: - a standalone test program that runs a small fluid simulation - a command line executable, that can be used to run fluid simulations using a text file for setup. To successfully compile you should have the following software installed: - a Linux/BSD systems with - gcc (3.4 or higher recommended) - the zlib libaries and headers.stay
Platform: | Size: 250880 | Author: | Hits:

[Compress-Decompress algrithmszlib_v1.2.3

Description: zlib是文件压缩算法,它的压缩和解压算法都是完全公开的,因此它在swf解码,mp3解码中已经得到广泛的运用.而1.2.3版是最新且稳定的一个版本. -zlib is a file compression algorithm, and its compression and decompression algorithms are completely open, so it has been widely used in swf decoder, mp3 decoder. The version 1.2.3 is the latest stable version.
Platform: | Size: 591872 | Author: psychic | Hits:

[Compress-Decompress algrithmszipGDTest

Description: 一个用于解压ZIP文件的类.压缩包包括3方面的内容:1 著名的zlib压缩解压函数库 包括使用的头文件,lib文件以及dll. 2 zip文件的格式说明文档.3 我自己写的用来解压的类.文档种还包括一个简单的使用实例.vc6下编译通过.-Extracting a ZIP file for the class. Compressed package includes 3 aspects: 1 well-known extract zlib compression library, including the use of the header files, lib files and dll. 2 zip file format documentation .3 I wrote it myself The class used to extract. document types include the use of a simple example. vc6 compiler passed under.
Platform: | Size: 64512 | Author: 夜孤飞 | Hits:

[Internet-Networklibcurl-7.19.3-win32-ssl-msvc

Description: LibCurl是免费的客户端URL传输库,支持FTP,FTPS ... Libcurl具备线程安全、IpV6兼容、易于使用的特点,支持多种平台-libcurl is a free and easy-to-use client-side URL transfer library, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http proxy tunneling and more! libcurl is highly portable, it builds and works identically on numerous platforms, including Solaris, NetBSD, FreeBSD, OpenBSD, Darwin, HPUX, IRIX, AIX, Tru64, Linux, UnixWare, HURD, Windows, Amiga, OS/2, BeOs, Mac OS X, Ultrix, QNX, OpenVMS, RISC OS, Novell NetWare, DOS and more...
Platform: | Size: 4242432 | Author: stupidpig | Hits:

[Compress-Decompress algrithmszlib-1.2.3

Description: Zlib压缩算法,可在BCB下和VC下使用,附dll工程,直接用VC可编译成dll,可在其它开发环境下使用-Zlib compression algorithm can be under BCB and VC to use, with a dll project, the direct use of VC can be compiled into a dll, can be used in other development environments
Platform: | Size: 566272 | Author: daily | Hits:

[Embeded Linuxzlib-1.2.3.tar

Description: 用于嵌入式开发,主要是多媒体播放以及音乐与视频的播放-For embedded development, a multimedia player and play music and video
Platform: | Size: 499712 | Author: qianxiaobo | Hits:

[Special EffectscximageLite_V600

Description: CxImage is a C++ class that can load, save, display, transform images in a very simple and fast way. CxImage is open source and licensed under the zlib license. In a nutshell, this means that you can use the code however you wish, as long as you don t claim it as your own. With more than 200 functions, and with comprehensive working demos, CxImage offers all the tools to build simple image processing applications on a fast learning curve. Supported file formats are: BMP, GIF, ICO, CUR, JBG, JPG, JPC, JP2, PCX, PGX, PNG, PNM, RAS, SKA, TGA, TIF, WBMP, WMF, RAW, CRW, NEF, CR2, DNG, ORF, ARW, ERF, 3FR, DCR, X3F, MEF, RAF, MRW, PEF, SR2. Cximage is highly portable and has been tested with Visual C++ 6 / 2008, C++ Builder 3 / 6, MinGW on Windows, and with gcc 3.3.2 on Linux. The library can be linked statically, or through a DLL or an activex component.
Platform: | Size: 563200 | Author: tayfun karan | Hits:

[e-languageGh0st3.75

Description: <1>.采用IOCP模型.Zlib压缩方式传输.精简稳定.传输快速, <2>.支持域名,QQ加密上线,隔时检测被控端数据[采用心跳包机制].防止掉线, <3>.支持被控端Sock4,5代理开启功能.并独创内网穿透开启,(更方便对付IP绑定) <4>.超经典的Radmin文件管理方式.支持断点续传,并且增加文件搜索功能。 <5>.屏幕监控使用隔行扫描算法.实时加载帧频.完美效果, <6>.视频.语音均采用各先进的压缩算法.附带编码器, <7>.更新驱动级键盘记录,可记录市面绝大多数网游,并可过一些安全控件! <8>.增强服务器功能,完美维护管理。 <9>.支持Unicode.可完美应用全球各语系系统.与世界接轨, <10>.增强DDOS模式,各种给力代码。 <11>.全面完美支持Win所有系统32 64bit。独创修复服务启动依然支持屏幕。 <12>.小马无压缩36K,UPX压缩10K。((The remote control is a kind of green free software through intranet technology, under normal circumstances can ensure the free software remote control computer network information security, remote control free teach you play network, let you become your efficient management staff, management is a good helper))
Platform: | Size: 2222080 | Author: 哈哈里 | Hits:

CodeBus www.codebus.net