代码搜索:zLib
找到约 10,000 项符合「zLib」的源代码
代码结果 10,000
www.eeworm.com/read/200288/5068092
c compr_zlib.c
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Copyright (C) 2001 Red Hat, Inc.
*
* Created by David Woodhouse
*
* The original JFFS, from which the de
www.eeworm.com/read/196482/5102362
rc zlib1.rc
#include
#ifdef GCC_WINDRES
VS_VERSION_INFO VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
#endif
FILEVERSION 1,2,2,0
PRODUCTVERSION 1,2,2,0
www.eeworm.com/read/196482/5102448
adb zlib-thin.adb
----------------------------------------------------------------
-- ZLib for Ada thick binding. --
-- --
-- C
www.eeworm.com/read/196482/5102452
adb zlib-streams.adb
----------------------------------------------------------------
-- ZLib for Ada thick binding. --
-- --
-- C
www.eeworm.com/read/196482/5102453
ads zlib-thin.ads
----------------------------------------------------------------
-- ZLib for Ada thick binding. --
-- --
-- C
www.eeworm.com/read/196482/5102454
ads zlib-streams.ads
----------------------------------------------------------------
-- ZLib for Ada thick binding. --
-- --
-- C
www.eeworm.com/read/195013/5119382
h zlib_fs.h
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.1.3, July 9th, 1998
Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler
This software is provided 'as-is'
www.eeworm.com/read/195013/5122368
c compr_zlib.c
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Copyright (C) 2001 Red Hat, Inc.
*
* Created by David Woodhouse
*
* The original JFFS, from which the de
www.eeworm.com/read/193974/5138031
py zlib_codec.py
""" Python 'zlib_codec' Codec - zlib compression encoding
Unlike most of the other codecs which target Unicode, this codec
will return Python string objects for both encode and decode.
W
www.eeworm.com/read/193974/5138258
py test_zlib.py
import zlib
from test_support import TestFailed
import sys
import imp
try:
t = imp.find_module('test_zlib')
file = t[0]
except ImportError:
file = open(__file__)
buf = file.read() * 8
fil