代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/153428/12034572
cpp lzwdlg.cpp
// lzwDlg.cpp : implementation file
//
#include "stdafx.h"
#include "lzw.h"
#include "lzwDlg.h"
#include "compress.h"
#include "extract.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_
www.eeworm.com/read/125808/14460322
c gslib.c
/*
gslib.c
gsLib wrapper functions
*/
#include
#include
int gs_error_flag = 0; // error flag
char gs_error_string[] = "No error has occured yet."; // error strin
www.eeworm.com/read/125808/14460336
c deflate.c
/*
deflate.c
Deflate and Inflate Algorithm v1.2 for gsLib
*/
#include
#include
#include
#define WINDOW_SIZE 32768 // 32k Sliding Window
#define WINDO
www.eeworm.com/read/224643/14578572
hpj ex20b.hpj
[OPTIONS]
CONTENTS=main_index
TITLE=EX20B 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/224643/14579065
hpj ex19c.hpj
[OPTIONS]
CONTENTS=main_index
TITLE=EX19C 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/120975/14780029
hpj ex20b.hpj
[OPTIONS]
CONTENTS=main_index
TITLE=EX20B 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/120975/14780546
hpj ex19c.hpj
[OPTIONS]
CONTENTS=main_index
TITLE=EX19C 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/206147/15299477
h qbit.h
// flagse
#define QBIT_COMPRESS 1
// options
#define QBIT_OPTION_NOT_ALIGNED 16
#define QBIT_OPTION_INT_ALIGNED 32
#define QBIT_OPTION_NO_COPY 512
// error codes
#define QBIT_ERROR_NULL_IMA
www.eeworm.com/read/17094/715551
hpj wroxwiz.hpj
[OPTIONS]
TITLE=WROXWIZ AppWizard Help
COMPRESS=true
WARNING=2
HLP=WroxWiz.HLP
ERRORLOG=WroxWiz.LOG
[FILES]
WroxWiz.rtf
[MAP]
#include
www.eeworm.com/read/480367/1318485
cpp bzip2handlerout.cpp
// BZip2HandlerOut.cpp
#include "StdAfx.h"
#include "BZip2Handler.h"
#include "BZip2Update.h"
#include "Common/Defs.h"
#include "Windows/PropVariant.h"
#include "../../Compress/CopyCod