代码搜索:COMPRESS

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

代码结果 7,043
www.eeworm.com/read/206585/5008224

bpf zlibstat.bpf

USEUNIT("..\..\..\zlib\zutil.c"); USEUNIT("..\..\..\zlib\compress.c"); USEUNIT("..\..\..\zlib\crc32.c"); USEUNIT("..\..\..\zlib\deflate.c"); USEUNIT("..\..\..\zlib\gzio.c"); USEUNIT("..\..\..\zli
www.eeworm.com/read/205824/5016457

c spewg.c

/* spew out a thoroughly gigantic file designed so that bzip2 can compress it reasonably rapidly. This is to help test support for large files (> 2GB) in a reasonable amount of time. I
www.eeworm.com/read/205824/5016520

c deflate.c

/* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1995-2005 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* * ALG
www.eeworm.com/read/199629/5075770

c deflate.c

/* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1995-2004 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* * ALG
www.eeworm.com/read/198237/5089195

java gzipcompress.java

//: GZIPcompress.java // Uses Java 1.1 GZIP compression to compress // a file whose name is passed on the command // line. import java.io.*; import java.util.zip.*; public class GZIPcompress {
www.eeworm.com/read/196938/5099432

c deflate.c

/* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1995-1996 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* * AL
www.eeworm.com/read/196482/5102352

txt visual-basic.txt

See below some functions declarations for Visual Basic. Frequently Asked Question: Q: Each time I use the compress function I get the -5 error (not enough room in the output buffer). A: Make sur
www.eeworm.com/read/191923/5161058

makefile

TARGET = $(LIBDIR)/libbz2.a SOURCES = blocksort.c \ huffman.c \ crctable.c \ randtable.c \ compress.c \ decompress.c \ bzlib.c MO
www.eeworm.com/read/191610/5163890

c deflate.c

/* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1995-2003 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* * ALG
www.eeworm.com/read/191610/5164099

c deflate.c

/* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1995-2003 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* * ALG