代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/385462/2590395
h if.h
/*
* Copyright (c) 1995 Danny Gasparovski.
*
* Please read the file COPYRIGHT for the
* terms and conditions of the copyright.
*/
#ifndef _IF_H_
#define _IF_H_
#define IF_COMPRESS 0x01 /* We wa
www.eeworm.com/read/381490/2644659
1 cjpeg.1
.TH CJPEG 1 "20 March 1998"
.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
www.eeworm.com/read/380530/2657436
in makefile.in
#
# priv/crypto/compress/
#
# $Id: Makefile.in,v 1.1.1.1 1999/08/08 19:38:16 heller Exp $
#
OBJS= pgpZInflate.o
PRIVHDRS= pgpCompress.h pgpZInflate.h
all:: DONE
www.eeworm.com/read/358128/3000432
pm common.pm
package IO::Compress::Base::Common;
use strict ;
use warnings;
use bytes;
use Carp;
use Scalar::Util qw(blessed readonly);
use File::GlobMapper;
require Exporter;
our ($VERSION, @ISA, @EXPORT, %EXP
www.eeworm.com/read/358128/3000445
pm unzip.pm
package IO::Uncompress::Unzip;
require 5.004 ;
# for RFC1952
use strict ;
use warnings;
use bytes;
use IO::Uncompress::RawInflate 2.008 ;
use IO::Compress::Base::Common 2.008 qw(:Status createSe
www.eeworm.com/read/354521/3077501
in makefile.in
#
# priv/crypto/compress/
#
# $Id: Makefile.in,v 1.1.1.1 1999/08/08 19:38:16 heller Exp $
#
OBJS= pgpZInflate.o
PRIVHDRS= pgpCompress.h pgpZInflate.h
all:: DONE
www.eeworm.com/read/259903/4338373
bpf zlibstat.bpf
USEUNIT("..\..\..\zlib\zutil.c");
USEUNIT("..\..\..\zlib\compress.c");
USEUNIT("..\..\..\zlib\crc32.c");
USEUNIT("..\..\..\zlib\deflate.c");
USEUNIT("..\..\..\zlib\gzio.c");
USEUNIT("..\..\..\zlib\inf
www.eeworm.com/read/258893/4349181
in makefile.in
#
# priv/crypto/compress/
#
# $Id: Makefile.in,v 1.2 1997/05/04 10:30:05 mhw Exp $
#
OBJS= pgpZInflate.o
PRIVHDRS= pgpCompress.h pgpZInflate.h
all:: DONE
www.eeworm.com/read/258350/4356630
bpf zlibstat.bpf
USEUNIT("..\..\..\zlib\zutil.c");
USEUNIT("..\..\..\zlib\compress.c");
USEUNIT("..\..\..\zlib\crc32.c");
USEUNIT("..\..\..\zlib\deflate.c");
USEUNIT("..\..\..\zlib\gzio.c");
USEUNIT("..\..\..\zlib\inf
www.eeworm.com/read/162614/5535428
java deflater.java
/* Deflater.java - Compress a data stream
Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistrib