代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/464631/1526402
cpp 7zhandler.cpp
// 7zHandler.cpp
#include "StdAfx.h"
extern "C"
{
#include "../../../../C/CpuArch.h"
}
#include "../../../Common/ComTry.h"
#include "../../../Common/IntToString.h"
#ifdef COMPRESS_MT
www.eeworm.com/read/249144/4455478
bpf zlibstat.bpf
USEUNIT("..\..\..\zlib\zutil.c");
USEUNIT("..\..\..\zlib\compress.c");
USEUNIT("..\..\..\zlib\crc32.c");
USEUNIT("..\..\..\zlib\deflate.c");
USEUNIT("..\..\..\zlib\gzio.c");
USEUNIT("..\..\..\zlib\inf
www.eeworm.com/read/247605/4478208
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 sugg
www.eeworm.com/read/233448/4689505
java deflater.java
/* Deflater.java - Compress a data stream
Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistrib
www.eeworm.com/read/211425/4943505
hpj myappwizard.hpj
[OPTIONS]
TITLE=MYAPPWIZARD AppWizard Help
COMPRESS=true
WARNING=2
HLP=MyAppwizard.HLP
ERRORLOG=MyAppwizard.LOG
[FILES]
MyAppwizard.rtf
[MAP]
#include
www.eeworm.com/read/211220/4944864
pas zdeflate.pas
Unit zDeflate;
{ Orginal: deflate.h -- internal compression state
deflate.c -- compress data using the deflation algorithm
Copyright (C) 1995-1996 Jean-loup Gailly.
Pascal tranl
www.eeworm.com/read/199629/5075834
1 cjpeg.1
.TH CJPEG 1 "20 March 1998"
.SH NAME
cjpeg \- compress an image file to a JPEG file
.SH SYNOPSIS
.B cjpeg
[
.I options
]
[
.I filename
]
.LP
.SH DESCRIPTION
.LP
.B cjpeg
compresses the
www.eeworm.com/read/180137/5289384
c hash.c
/* Copyright (c) 1994 Burra Gopal, Udi Manber. All Rights Reserved. */
/*
* hash.c: Hash table manipulation routines. Can be used to compute
* the dictionary as well as compress files.
*/
#incl