代码搜索:COMPRESS

找到约 7,043 项符合「COMPRESS」的源代码

代码结果 7,043
www.eeworm.com/read/216802/4885840

c compress.c

/* $Id: compress.c 21259 2006-03-08 23:18:27Z audit $ * * COPYING: See the top level directory * PROJECT: ReactOS * FILE: reactos/lib/fmifs/compress.c * DESCRIPTION: File management IFS uti
www.eeworm.com/read/216502/4891202

c compress.c

#if 0 static char sccsid[]= "@(#)compress.c @(#)compress.c 5.9 (Berkeley) 5/11/86"; #endif /* * Compress - data compression program. This is an EXTREMELY HACKED version * of the old compress progra
www.eeworm.com/read/216450/4894070

c compress.c

/* compress.c -- compress a memory buffer * Copyright (C) 1995-2003 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id: compress.c,v 1.1 2005
www.eeworm.com/read/216450/4895103

1 compress.1

.TH COMPRESS 1 .SH NAME compress, uncompress, zcat \- compress a file using modified Lempel-Ziv coding .SH SYNOPSIS \fBcompress\fR [\fB\-cdfv\fR]\fR [\fIfile\fR] ...\fR .br .de FL .TP \\fB\\$1\\fR \\$
www.eeworm.com/read/213849/4911236

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.1
www.eeworm.com/read/209559/4974216

c compress.c

/* -*- linux-c -*- ------------------------------------------------------- * * * Copyright 2001 H. Peter Anvin - All Rights Reserved * * This program is free software; you can redistribute
www.eeworm.com/read/209559/4974282

c compress.c

/** * compress.c - NTFS kernel compressed attributes handling. * Part of the Linux-NTFS project. * * Copyright (c) 2001-2004 Anton Altaparmakov * Copyright (c) 2002 Richard Russon * * This pro
www.eeworm.com/read/209211/4981665

c compress.c

#include #include #include #include #include "ppp.h" typedef struct Iphdr Iphdr; struct Iphdr { uchar vihl; /* Version and header length */ uchar tos; /* Type of se
www.eeworm.com/read/209211/4981983

c compress.c

/* * compress - File compression ala IEEE Computer, June 1984. * * Algorithm from "A Technique for High Performance Data Compression", * Terry A. Welch, IEEE Computer Vol 17, No 6 (June 1984), pp
www.eeworm.com/read/209211/4983200

c compress.c

/*-------------------------------------------------------------*/ /*--- Compression machinery (not incl block sorting) ---*/ /*--- compress.c ---*/ /