代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/345595/11805882
hpj macroot_enu.hpj
[OPTIONS]
$$IF(!PROJTYPE_DLG)
PLATFORM=MAC
CONTENTS=main_index
$$ENDIF //!PROJTYPE_DLG
TITLE=$$ROOT$$ Application Help
COMPRESS=true
WARNING=2
BMROOT= ..,.
ROOT= ..,.
[FILES]
$$IF(PROJTYP
www.eeworm.com/read/129048/14268849
in zforce.in
:
#!/bin/sh
# zforce: force a z extension on all gzip files so that gzip will not
# compress them twice.
#
# This can be useful for files with names truncated after a file transfer.
# 12345678901234 i
www.eeworm.com/read/129048/14268935
c deflate.c
/* deflate.c -- compress data using the deflation algorithm
* Copyright (C) 1992-1993 Jean-loup Gailly
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU
www.eeworm.com/read/125808/14460315
cpp gzipc.cpp
/*
gzipc.cpp
GZIP decompression example
Warning: This is in early testing stage... It DOES NOT work for all gzip
files!!
*/
#include
#include
typedef struc
www.eeworm.com/read/123453/14631472
logrotate kannel-devel.logrotate
/var/log/kannel/*.log {
daily
missingok
rotate 365
compress
delaycompress
notifempty
create 640 kannel adm
sharedscripts
postrotate
killall -HUP bearerbox smsbox wapbox > /dev/null 2> /dev/
www.eeworm.com/read/123453/14631478
logrotate kannel.logrotate
/var/log/kannel/*.log {
daily
missingok
rotate 365
compress
delaycompress
notifempty
create 640 kannel adm
sharedscripts
postrotate
killall -HUP bearerbox smsbox wapbox > /dev/null 2> /dev/
www.eeworm.com/read/123453/14632248
logrotate kannel-devel.logrotate
/var/log/kannel/*.log {
daily
missingok
rotate 365
compress
delaycompress
notifempty
create 640 kannel adm
sharedscripts
postrotate
killall -HUP bearerbox smsbox wapbox > /dev/null 2> /dev/
www.eeworm.com/read/123453/14632254
logrotate kannel.logrotate
/var/log/kannel/*.log {
daily
missingok
rotate 365
compress
delaycompress
notifempty
create 640 kannel adm
sharedscripts
postrotate
killall -HUP bearerbox smsbox wapbox > /dev/null 2> /dev/
www.eeworm.com/read/117304/14931716
c deflate.c
/* deflate.c -- compress data using the deflation algorithm
* Copyright (C) 1992-1993 Jean-loup Gailly
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU
www.eeworm.com/read/206028/15302177
readme
Compress.txt and the associated C source files were uploaded
to GEnie from Japan by Kenjirou Okubo. He provided this short
introduction:
This article by H.Okumura explains various algorithms
of