代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/321483/3534748
pm gunzip.pm
package IO::Uncompress::Gunzip ;
require 5.004 ;
# for RFC1952
use strict ;
use warnings;
use bytes;
use IO::Uncompress::RawInflate 2.008 ;
use Compress::Raw::Zlib 2.008 qw( crc32 ) ;
use IO::Co
www.eeworm.com/read/321483/3535691
pl merge.pl
use lib 't';
use strict;
use warnings;
use bytes;
use Test::More ;
use CompTestUtils;
use Compress::Raw::Zlib 2 ;
BEGIN
{
plan(skip_all => "Merge needs Zlib 1.2.1 or better - you have Zlib "
www.eeworm.com/read/313170/3645193
changelog
Wed Aug 18 09:34:23 1993 Jean-loup Gailly (jloup@chorus.fr)
* version 1.2.4
By default, do not restore file name and timestamp from those saved
inside the .gz file (behave as 'compress'). Adde
www.eeworm.com/read/313170/3645292
h zip.h
/* zip.h -- IO for compress .zip files using zlib
Version 1.01e, February 12th, 2005
Copyright (C) 1998-2005 Gilles Vollant
This unzip package allow creates .ZIP file, compatible with
www.eeworm.com/read/313170/3645293
h iowin32.h
/* iowin32.h -- IO base function header for compress/uncompress .zip
files using zlib + zip or unzip API
This IO API version uses the Win32 API (for Microsoft Windows)
Version 1.01e, Feb
www.eeworm.com/read/313170/3645297
c iowin32.c
/* iowin32.c -- IO base function header for compress/uncompress .zip
files using zlib + zip or unzip API
This IO API version uses the Win32 API (for Microsoft Windows)
Version 1.01e, Feb
www.eeworm.com/read/313170/3645302
h ioapi.h
/* ioapi.h -- IO base function header for compress/uncompress .zip
files using zlib + zip or unzip API
Version 1.01e, February 12th, 2005
Copyright (C) 1998-2005 Gilles Vollant
*/
www.eeworm.com/read/313170/3645303
c ioapi.c
/* ioapi.c -- IO base function header for compress/uncompress .zip
files using zlib + zip or unzip API
Version 1.01e, February 12th, 2005
Copyright (C) 1998-2005 Gilles Vollant
*/
www.eeworm.com/read/311998/3676596
h zip.h
/* zip.h -- IO for compress .zip files using zlib
Version 1.01e, February 12th, 2005
Copyright (C) 1998-2005 Gilles Vollant
This unzip package allow creates .ZIP file, compatible with
www.eeworm.com/read/311998/3676597
h iowin32.h
/* iowin32.h -- IO base function header for compress/uncompress .zip
files using zlib + zip or unzip API
This IO API version uses the Win32 API (for Microsoft Windows)
Version 1.01e, Feb