代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/102720/15761575
1 compress.1
%!PS-Adobe-1.0
%%Creator: devps (Pipeline Associates, Inc.)
%%CreationDate: Fri Sep 13 13:03:28 1996
%%Pages: (atend)
%%DocumentFonts: (atend)
/devps 180 dict def devps begin
/res 10.000000 def
/y_of
www.eeworm.com/read/102720/15761759
1 compress.1
COMPRESS(1) Minix Programmer's Manual COMPRESS(1)
NAME
compress, uncompress, zcat - compress a file using modified Lempel-Ziv
coding
SYNOPSIS
www.eeworm.com/read/102658/15763656
c compress.c
/* compress.c -- compress a memory buffer
* Copyright (C) 1995-2002 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id: compress.c,v 1.
www.eeworm.com/read/100919/15860469
c compress.c
/* compress.c -- compress a memory buffer
* Copyright (C) 1995-1998 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#include
www.eeworm.com/read/100162/15881759
c compress.c
/*-------------------------------------------------------------*/
/*--- Compression machinery (not incl block sorting) ---*/
/*--- compress.c ---*/
/
www.eeworm.com/read/100150/15882108
c compress.c
/* compress.c -- compress a memory buffer
* Copyright (C) 1995-1998 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#include
www.eeworm.com/read/100146/15882740
h compress.h
#define TITLE "$@(#) compress.h,v 4.3d 90/01/18 03:00:00 don Release ^"
#ifndef FALSE /* let's get some sense to this */
#define FALSE 0
#define TRUE !FALSE
#endif
#define SIGNAL_ERR
www.eeworm.com/read/100146/15882744
def compress.def
LIBRARY caiji_dll
DESCRIPTION 'caiji dll file, by Paladin,paladin@china.com'
EXETYPE WINDOWS
EXPORTS
compress_file @2
uncompress_file @3
encrypt_file @4
dec
www.eeworm.com/read/100146/15882745
dsp compress.dsp
# Microsoft Developer Studio Project File - Name="compress" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/100146/15882751
cpp compress.cpp
#include
#include
#define MAIN /* header has defining instances of globals */
#include "compress.h" /* contains the rest of the include file declarations */
#defin