代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/175745/5342278
h zip.h
/* zip.h -- IO for compress .zip files using zlib
Version 0.15 alpha, Mar 19th, 1998,
Copyright (C) 1998 Gilles Vollant
This unzip package allow creates .ZIP file, compatible with PKZ
www.eeworm.com/read/172258/5388522
1 cjpeg.1
.TH CJPEG 1 "15 June 1995"
.SH NAME
cjpeg \- compress an image file to a JPEG file
.SH SYNOPSIS
.B cjpeg
[
.I options
]
[
.I filename
]
.LP
.SH DESCRIPTION
.LP
.B cjpeg
compresses the n
www.eeworm.com/read/172258/5388687
1 cjpeg.1
.TH CJPEG 1 "15 June 1995"
.SH NAME
cjpeg \- compress an image file to a JPEG file
.SH SYNOPSIS
.B cjpeg
[
.I options
]
[
.I filename
]
.LP
.SH DESCRIPTION
.LP
.B cjpeg
compresses the n
www.eeworm.com/read/164348/5494847
h zip.h
/* zip.h -- IO for compress .zip files using zlib
Version 0.15 alpha, Mar 19th, 1998,
Copyright (C) 1998 Gilles Vollant
This unzip package allow creates .ZIP file, compatible with PKZ
www.eeworm.com/read/347775/3163506
h zip.h
/* zip.h -- IO for compress .zip files using zlib
Version 0.15 alpha, Mar 19th, 1998,
Copyright (C) 1998 Gilles Vollant
This unzip package allow creates .ZIP file, compatible with PKZ
www.eeworm.com/read/341430/3250883
hpj treelist.hpj
[OPTIONS]
CONTENTS=main_index
TITLE=TreeList Application Help
COMPRESS=true
WARNING=2
BMROOT= ..,.
ROOT= ..,.
[FILES]
;afxcore.rtf
treelist.rtf
[ALIAS]
HIDR_MAINFRAME = main_index
HIDD
www.eeworm.com/read/339446/3302800
cpp zlib.cpp
#include
int main(int, char **)
{
z_streamp stream;
stream = 0;
const char *ver = zlibVersion();
ver = 0;
// compress2 was added in zlib version 1.0.8
int res = compr
www.eeworm.com/read/330856/3420470
hpj scribble.hpj
[OPTIONS]
errorlog = scribble.err
CONTENTS=main_index
TITLE=SCRIBBLE Application Help
COMPRESS=true
WARNING=2
BMROOT= ..,.
ROOT= ..,.
[FILES]
afxcore.rtf
afxprint.rtf
pen.rtf
[ALIAS]
www.eeworm.com/read/321483/3534756
gzstream
#!/usr/local/bin/perl
use strict ;
use warnings ;
use IO::Compress::Gzip qw(gzip $GzipError);
gzip '-' => '-', Minimal => 1
or die "gzstream: $GzipError\n" ;
#exit 0;
__END__
#my $gz = new IO::
www.eeworm.com/read/321483/3534847
gzgrep
#!/usr/local/bin/perl
use strict ;
use warnings ;
use Compress::Zlib ;
die "Usage: gzgrep pattern file...\n"
unless @ARGV >= 2;
my $pattern = shift ;
my $file ;
foreach $file (@ARGV) {
m