代码搜索:COMPRESS

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

代码结果 7,043
www.eeworm.com/read/361993/2939397

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$ */ #include
www.eeworm.com/read/361993/2939974

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$ */ #include
www.eeworm.com/read/361993/2940906

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$ */ #include
www.eeworm.com/read/361993/2941420

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$ */ #include
www.eeworm.com/read/360247/2964259

dpr compress.dpr

program Compress; uses Forms, Unit1 in 'Unit1.pas' {Form1}; {$R *.res} begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; end.
www.eeworm.com/read/358128/3001347

pm compress.pm

package DBM_Filter::compress ; use strict; use warnings; use Carp; our $VERSION = '0.01'; BEGIN { eval { require Compress::Zlib; Compress::Zlib->import() }; croak "Compress::Zlib module no
www.eeworm.com/read/358128/3001646

php compress.php

www.eeworm.com/read/358128/3003936

result compress.result

SHOW STATUS LIKE 'Compression'; Variable_name Value Compression ON drop table if exists t1,t2,t3,t4; CREATE TABLE t1 ( Period smallint(4) unsigned zerofill DEFAULT '0000' NOT NULL, Varor_period smalli
www.eeworm.com/read/358128/3005042

test compress.test

# Turn on compression between the client and server # and run a number of tests # Can't test with embedded server -- source include/not_embedded.inc -- source include/have_compress.inc connect (com
www.eeworm.com/read/357226/3027182

inc compress.inc