代码搜索:COMPRESS

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

代码结果 7,043
www.eeworm.com/read/161513/5551601

h compress.h

/* ********************************************************************** * * * * BBN Technologies, a Verizon Company * 10 Moulton Street * Cambridge, MA 02138 * (617) 873-800
www.eeworm.com/read/161513/5551625

c compress.c

/* ********************************************************************** * * * * BBN Technologies, a Verizon Company * 10 Moulton Street * Cambridge, MA 02138 * (617) 873-800
www.eeworm.com/read/158106/5598748

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 200
www.eeworm.com/read/472560/6870247

obj compress.obj

www.eeworm.com/read/295249/8178162

html compress.html

www.eeworm.com/read/294538/8220210

c compress.c

/*-------------------------------------------------------------*/ /*--- Compression machinery (not incl block sorting) ---*/ /*--- compress.c ---*
www.eeworm.com/read/294538/8220304

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 ZL
www.eeworm.com/read/193446/8226664

java compress.java

/* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/294317/8242132

cpp compress.cpp

// LZW compression // note changes needed to compile with g++ #include #include #include #include #include #include "chash.h" // c
www.eeworm.com/read/293996/8259359

cpp compress.cpp

#include "stdafx.h" /* 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: