代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/125808/14460314
cpp crc.cpp
/*
crc.cpp
Computes the CRC32 of a file
*/
#include
#include
unsigned char buffer[1024];
int main(int argc,char *argv[])
{
STREAM *fp;
unsigned long si
www.eeworm.com/read/125080/14514200
h ioapi.h
/* ioapi.h -- IO base function header for compress/uncompress .zip
files using zlib + zip or unzip API
Version 0.18 beta, Feb 26th, 2002
Copyright (C) 1998-2002 Gilles Vollant
*/
www.eeworm.com/read/224643/14577832
hpj matplan.hpj
[OPTIONS]
CONTENTS=main_index
TITLE=MATPLAN Application Help
COMPRESS=true
WARNING=2
[FILES]
hlp\afxcore.rtf
hlp\afxprint.rtf
hlp\matplan.rtf
[BITMAPS]
; toolbar buttons for File command
www.eeworm.com/read/224579/14582591
readme
See INSTALL file for instruction on how to install Speex.
The Speex is a patent-free, Open Source/Free Software voice codec. Unlike other codecs like MP3 and Ogg Vorbis, Speex is designed to compress
www.eeworm.com/read/120975/14779199
hpj matplan.hpj
[OPTIONS]
CONTENTS=main_index
TITLE=MATPLAN Application Help
COMPRESS=true
WARNING=2
[FILES]
hlp\afxcore.rtf
hlp\afxprint.rtf
hlp\matplan.rtf
[BITMAPS]
; toolbar buttons for File command
www.eeworm.com/read/215223/15067123
h ioapi.h
/* ioapi.h -- IO base function header for compress/uncompress .zip
files using zlib + zip or unzip API
Version 0.18 beta, Feb 26th, 2002
Copyright (C) 1998-2002 Gilles Vollant
*/
www.eeworm.com/read/480367/1318645
h wimin.h
// Archive/WimIn.h
#ifndef __ARCHIVE_WIM_IN_H
#define __ARCHIVE_WIM_IN_H
#include "Common/Buffer.h"
#include "Common/MyString.h"
#include "../../Compress/CopyCoder.h"
#include "../../Compr
www.eeworm.com/read/476322/1373425
hpj oclimac.hpj
[OPTIONS]
PLATFORM=MAC
CONTENTS=main_index
errorlog=oclient.err
TITLE=MFC 2.5 Container Help
COMPRESS=true
WARNING=2
[FILES]
afxcrmac.rtf
afxptmac.rtf
[BITMAPS]
; toolbar buttons for Fi
www.eeworm.com/read/476322/1373426
hpj oclient.hpj
[OPTIONS]
CONTENTS=main_index
errorlog=oclient.err
TITLE=MFC 2.5 Container Help
COMPRESS=true
WARNING=2
[FILES]
afxcore.rtf
afxprint.rtf
[BITMAPS]
; toolbar buttons for File commands
fi
www.eeworm.com/read/471265/1432639
java zipcompress.java
//: ZipCompress.java
// Uses Java 1.1 Zip compression to compress
// any number of files whose names are passed
// on the command line.
import java.io.*;
import java.util.*;
import java.util.zip