代码搜索:COMPRESS

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

代码结果 7,043
www.eeworm.com/read/276140/10761698

hpj ex10a.hpj

[OPTIONS] CONTENTS=main_index TITLE=EX10A Application Help COMPRESS=true WARNING=2 [FILES] hlp\afxcore.rtf hlp\afxprint.rtf [BITMAPS] ; toolbar buttons for File commands hlp\filenew.bmp
www.eeworm.com/read/275852/10790834

dot tos.platform.micaz.hplcc2420c.nc.if.dot

digraph "HPLCC2420C_if" { rankdir=LR; ratio=compress; margin="0,0"; ranksep=0.0005; nodesep=0.1; node [shape=ellipse style=filled fillcolor="#e0e0e0"]; node [fontsize=10
www.eeworm.com/read/275852/10791311

dot tos.lib.cc2420radio.cc2420radioc.nc.if.dot

digraph "CC2420RadioC_if" { rankdir=LR; ratio=compress; margin="0,0"; ranksep=0.0005; nodesep=0.1; node [shape=ellipse style=filled fillcolor="#e0e0e0"]; node [fontsize=1
www.eeworm.com/read/416428/11026098

pas zip.pas

Unit zip; { zip.c -- IO on .zip files using zlib zip.h -- IO for compress .zip files using zlib Version 0.15 alpha, Mar 19th, 1998, Copyright (C) 1998 Gilles Vollant This package
www.eeworm.com/read/103075/7087313

test0

#!/bin/sh . ./init_test unset TRACE || true echo 'MEDIUM_SIZE="20" COMPRESS_FILTER="cat" UNCOMPRESS_FILTER="cat" OUTPUT_FILTER="-regex=(\.(o|so|aux|log|dvi)|[~])$ -regex=\.nnfs/history/.*
www.eeworm.com/read/450258/7486763

awk pm3dconverttoimage.awk

# pm3dConvertToImage.awk # Written by Petr Mikulik, mikulik@physics.muni.cz # Code of pm3dImage contributed by Dick Crawford # Version: 8. 7. 2002 # # This awk script tries to compress maps in a posts
www.eeworm.com/read/141551/13000719

c codrle4.c

/* File: codrle4.c Author: David Bourgin Creation date: 1/2/94 Last update: 24/7/95 Purpose: Example of RLE type 4 encoding with a file source to compress. */ #include /* For ro
www.eeworm.com/read/141551/13000734

c codrle3.c

/* File: codrle3.c Author: David Bourgin Creation date: 1/2/94 Last update: 24/7/95 Purpose: Example of RLE type 3 encoding with a file source to compress. */ #include /* For ro
www.eeworm.com/read/141551/13000739

c codrle2.c

/* File: codrle2.c Author: David Bourgin Creation date: 1/2/94 Last update: 24/7/95 Purpose: Example of RLE type 2 encoding with a file source to compress. */ #include /* For ro
www.eeworm.com/read/141551/13000741

c codrle1.c

/* File: codrle1.c Author: David Bourgin Creation date: 28/1/94 Last update: 22/5/94 Purpose: Example of RLE type 1 encoding with a file source to compress. */ #include /* For r