代码搜索:compress
找到约 7,043 项符合「compress」的源代码
代码结果 7,043
www.eeworm.com/read/382800/8999919
java compress.java
public class Compress {
static final int lmax=256;
static final int header=11;
static int m;
public static void compress(int p[],int s[],int L[],int b[])
{
int n=p.length-1;
s[0]=
www.eeworm.com/read/185129/9056431
c compress.c
//////////////////////////////////////////////////////////////
//Name:compress.c
//Purpose: Run length algorithm and Jpeg decoding
//Author: phoenix, CS, TshingHua, Beijing, P.R.C.
//Email: bjlufe
www.eeworm.com/read/282782/9060750
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$ */
#define ZL
www.eeworm.com/read/282782/9060752
obj compress.obj
www.eeworm.com/read/282782/9061974
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$ */
#define ZL
www.eeworm.com/read/282782/9061980
obj compress.obj
www.eeworm.com/read/282576/9081918
ico compress.ico
www.eeworm.com/read/184725/9082509
c compress.c
/* compress.c -- compress a memory buffer
* Copyright (C) 1995-1996 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* $Id: compress.c,v 1.10 19
www.eeworm.com/read/282259/9107931
o compress.o
www.eeworm.com/read/282259/9108061
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$ */
#define ZLIB_INTE