代码搜索:COMPRESS

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

代码结果 7,043
www.eeworm.com/read/260597/4331479

makefile

bins =..\..\..\binaries cprs =..\..\..\compress dest =4201.cpi cpr =4201.cp_ !IFNDEF BUILDER all: !ELSE all: $(bins)\$(dest) $(cprs)\$(cpr) $(bins)\$(dest): $
www.eeworm.com/read/256497/4369192

c vj.c

/* * Routines to compress and uncompess tcp packets (for transmission * over low speed serial lines. * * Copyright (c) 1989 Regents of the University of California. * All rights reserved.
www.eeworm.com/read/133790/14024136

c netvj.c

/* * Routines to compress and uncompess tcp packets (for transmission * over low speed serial lines. * * Copyright (c) 1989 Regents of the University of California. * All rights reserved.
www.eeworm.com/read/202785/15373171

txt makesc~1.txt

# For people w/o a make facility, the following should help compile # the sgpc system. # # Please do read the comments in the various makefiles in regards to # the switch settings (TYPE, COMPRESS
www.eeworm.com/read/108017/15596231

def zlibvc.def

LIBRARY "zlib" DESCRIPTION '"""zlib data compression library"""' VERSION 1.11 HEAPSIZE 1048576,8192 EXPORTS adler32 @1 compress @2 crc3
www.eeworm.com/read/108017/15596264

def zlibvc.def

LIBRARY "zlib" DESCRIPTION '"""zlib data compression library"""' VERSION 1.11 HEAPSIZE 1048576,8192 EXPORTS adler32 @1 compress @2 crc3
www.eeworm.com/read/104384/15696396

c netvj.c

/* * Routines to compress and uncompess tcp packets (for transmission * over low speed serial lines. * * Copyright (c) 1989 Regents of the University of California. * All rights reserved.
www.eeworm.com/read/100152/15881985

t zlib.t

use Compress::Zlib ; sub ok { my ($no, $ok) = @_ ; #++ $total ; #++ $totalBad unless $ok ; print "ok $no\n" if $ok ; print "not ok $no\n" unless $ok ; } $hello =
www.eeworm.com/read/366581/9807848

hlp gzip.hlp

1 GZIP NAME gzip, gunzip, zcat - compress or expand files SYNOPSIS gzip [ -acdfhlLnNrtvV19 ] [-S suffix] [ name ... ] gunzip [ -acfhlLnNrtvV ] [-S suffix] [ name ... ] zcat [ -fhL
www.eeworm.com/read/426348/10257744

c lrinface.c

#include "lrInface.h" int LRcompress(Byte *uncompr, uLong uncomprLen, Byte *compr, uLong *comprLen) { int err; err = compress(compr, comprLen, uncompr, uncomprLen); return err; }