Welcome![Sign In][Sign Up]
Location:
Search - zlib.h

Search list

[Compress-Decompress algrithmszlib1.zip

Description: 包含可用于C语言的zlib.lib和zlib.h
Platform: | Size: 41516 | Author: | Hits:

[Crack Hack200561673082201

Description: DES,MD5,ZLIB算法源代码 文件列表: Adler32.cpp ArithDLL.cpp ArithDLL.def ArithDLL.dll ArithDLL.dsp ArithDLL.dsw ArithDLL.h ArithDLL.lib ArithDLL.ncb ArithDLL.opt ArithDLL.plg Arithzxz.h Arithzxz.h.BAK Compress.cpp CRC.cpp Deflate.cpp Deflate.h Des.cpp Des.h Infblock.cpp Infblock.h Infcodes.cpp Infcodes.h Inffast.cpp Inffast.h Inffixed.h Inflate.cpp Inftrees.cpp Inftrees.h Infutil.cpp Infutil.h md5.cpp md5.h ReadMe.txt StdAfx.cpp StdAfx.h String.cpp Trees.cpp Zlib.h Zutil.cpp Zutil.h-DES, MD5, ZLIB algorithm source code files list : Adler32.cpp ArithDLL.cpp ArithDLL.def Arith DLL.dll ArithDLL.dsp ArithDLL.dsw ArithDLL. h ArithDLL.lib Ari ArithDLL.ncb ArithDLL.opt thDLL.plg Arithzxz.h Arithzxz.h.BAK Compres s.cpp CRC.cpp Deflate.cpp Deflate.h Des.cpp D es.h Infblock.cpp In Infblock.h Infcodes.cpp fcodes.h Inffast.cpp In Inffast.h Inffixed.h flate.cpp Inftrees.cpp Inftrees.h Infutil.c pp Infutil.h md5.cpp StdAfx md5.h ReadMe.txt file. cpp StdAfx.h String.cpp Trees.cpp Zlib.h Zuti l.cpp Zutil.h
Platform: | Size: 138553 | Author: water1974 | 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:

[Other resourceZlib-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: 11194 | 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:

[Embeded Linuxjffs2详细分析

Description: 对jffs2的一下各个方面进行了详细的点评!不可错过哦! jffs2/jffs2/ jffs2/jffs2/zlib.c jffs2/jffs2/symlink.c jffs2/jffs2/super.c jffs2/jffs2/scan.c jffs2/jffs2/readinode.c jffs2/jffs2/read.c jffs2/jffs2/nodemgmt.c jffs2/jffs2/nodelist.h jffs2/jffs2/nodelist.c jffs2/jffs2/gc.c jffs2/jffs2/file.c jffs2/jffs2/erase.c jffs2/jffs2/dir.c jffs2/jffs2/build.c jffs2/jffs2/Makefile jffs2/jffs2/TODO jffs2/jffs2/background.c jffs2/jffs2/compr.c jffs2/jffs2/compr_rtime.c jffs2/jffs2/compr_rubin.c jffs2/jffs2/compr_rubin.h jffs2/jffs2/compr_zlib.c jffs2/jffs2/comprtest.c jffs2/jffs2/crc32.c jffs2/jffs2/crc32.h jffs2/jffs2/histo.h jffs2/jffs2/histo_mips.h jffs2/jffs2/ioctl.c jffs2/jffs2/malloc.c jffs2/jffs2/pushpull.c jffs2/jffs2/pushpull.h jffs2/jffs2/write.c jffs2/jffs2/zlib.h
Platform: | Size: 160454 | Author: ivan699 | Hits:

[Compress-Decompress algrithmszlib1

Description: 包含可用于C语言的zlib.lib和zlib.h-Zlib.lib and zlib.h which can be used in C
Platform: | Size: 41984 | Author: 站长 | Hits:

[Crack Hack200561673082201

Description: DES,MD5,ZLIB算法源代码 文件列表: Adler32.cpp ArithDLL.cpp ArithDLL.def ArithDLL.dll ArithDLL.dsp ArithDLL.dsw ArithDLL.h ArithDLL.lib ArithDLL.ncb ArithDLL.opt ArithDLL.plg Arithzxz.h Arithzxz.h.BAK Compress.cpp CRC.cpp Deflate.cpp Deflate.h Des.cpp Des.h Infblock.cpp Infblock.h Infcodes.cpp Infcodes.h Inffast.cpp Inffast.h Inffixed.h Inflate.cpp Inftrees.cpp Inftrees.h Infutil.cpp Infutil.h md5.cpp md5.h ReadMe.txt StdAfx.cpp StdAfx.h String.cpp Trees.cpp Zlib.h Zutil.cpp Zutil.h-DES, MD5, ZLIB algorithm source code files list : Adler32.cpp ArithDLL.cpp ArithDLL.def Arith DLL.dll ArithDLL.dsp ArithDLL.dsw ArithDLL. h ArithDLL.lib Ari ArithDLL.ncb ArithDLL.opt thDLL.plg Arithzxz.h Arithzxz.h.BAK Compres s.cpp CRC.cpp Deflate.cpp Deflate.h Des.cpp D es.h Infblock.cpp In Infblock.h Infcodes.cpp fcodes.h Inffast.cpp In Inffast.h Inffixed.h flate.cpp Inftrees.cpp Inftrees.h Infutil.c pp Infutil.h md5.cpp StdAfx md5.h ReadMe.txt file. cpp StdAfx.h String.cpp Trees.cpp Zlib.h Zuti l.cpp Zutil.h
Platform: | Size: 138240 | Author: water1974 | 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:

[Game EngineHGE_FLASH

Description: HGE是一个高效的2D游戏引擎,它是完全开源的(基于VC++),授权是慷慨的ZLib License, 任何人可以几乎不受限制的使用它,或基於技术核心开发引擎。 HGE简单的说,就是以3D加速实现2D图像的做法,它的作品可以在很低配置的电脑就能高效运作, 目前,国外人士评价HGE为最好的非商业2D游戏引擎。官方首页:http://hge.relishgames.com/ 国内游戏爱好者研究专区http://www.hgechina.com. 这是在HGE中播放FLASH的方案-HGE is an efficient 2D game engine, it is completely open source (based on VC++), Authorization is generous ZLib License, any person can be almost unlimited use of it, or the core of the development of technology-based engine. HGE Simply put, is to accelerate the realization of 2D images 3D approach, which works in a very low configuration computer can be highly efficient operation, at present, foreign persons HGE evaluation for the best non-commercial 2D game engine. Official Home: http://hge.relishgames.com/ domestic game enthusiasts research area http://www.hgechina.com. This is a player in the HGE in FLASH program
Platform: | Size: 711680 | Author: 吴志强 | Hits:

[Windows Developzliblib

Description: zlibd.lib與zlib.dll,用於ZLIB.H檔-zlibd.lib and zlib.dll
Platform: | Size: 32768 | Author: 劉政威 | Hits:

[Windows DevelopZlib

Description: ZLIB 源代码,VC++工程,可以直接用-ZLIB source code, VC++ projects can be directly used
Platform: | Size: 1231872 | Author: 小鬼当家 | Hits:

[OtherCompression

Description: 文件夹的压缩和解压缩功能测试程序 由于要用程序压缩一个文件夹,因此选用zlib库。 在zlib中的例子程序zpipe.c中,给出了如何压缩一个文件,这里稍加扩展,对一个文件夹进行压缩。 说来也简单,就是将文件夹/目录下的每个文件找到并压缩到一个文件中。 -Decompress from file source to file dest until stream ends or EOF. inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be allocated for processing, Z_DATA_ERROR if the deflate data is invalid or incomplete, Z_VERSION_ERROR if the version of zlib.h and the version of the library linked do not match, or Z_ERRNO if there is an error reading or writing the files 本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/spacetiller/archive/2007/11/05/1867931.aspx
Platform: | Size: 4433920 | Author: hehe | Hits:

[Compress-Decompress algrithmszlib123

Description: zlib header file zlib.h
Platform: | Size: 587776 | Author: THCX | 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:

[Compress-Decompress algrithmszlib-vc

Description: 对文件进行压缩解压的源码,zlib的压缩解压算法-compress/decompress zip
Platform: | Size: 162816 | Author: kevin | Hits:

[Compress-Decompress algrithmszlib

Description: windows下压缩解压函数的库,想提高网络传输性能的可以关注一下。-gzip lib under windows, very useful to reduce the network transfer cost.
Platform: | Size: 131072 | Author: 李伟 | Hits:

[Linux-Unixzlib

Description: zlib.h interface of the zlib general purpose compression library. -zlib.h interface of the zlib general purpose compression library.
Platform: | Size: 9216 | Author: dangxktt | Hits:

[Linux-Unixzlib

Description: zlib.h interface of the zlib general purpose compression library. -zlib.h interface of the zlib general purpose compression library.
Platform: | Size: 10240 | Author: perxinler | Hits:
« 12 »

CodeBus www.codebus.net