代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/273107/4213311
hpj ircomm2k-spanish.hpj
; This file is maintained by HCW. Do not modify this file directly.
[OPTIONS]
COMPRESS=12 Hall Zeck
LCID=0x40a 0x0 0x0 ; Spanisch (Traditionelle Sortierung)
REPORT=Yes
CONTENTS=Entry
HLP=ircom
www.eeworm.com/read/419645/2074669
makefile
PROG = LZMA.dll
DEF_FILE = ../Codec.def
CFLAGS = $(CFLAGS) -I ../../../ \
-DCOMPRESS_MF_MT \
-D_7ZIP_LARGE_PAGES \
LIBS = $(LIBS) oleaut32.lib
COMPRESS_OBJS = \
$O\CodecExports.obj \
www.eeworm.com/read/419645/2074866
cpp 7zupdate.cpp
// UpdateMain.cpp
#include "StdAfx.h"
#include "7zUpdate.h"
#include "7zFolderInStream.h"
#include "7zEncode.h"
#include "7zHandler.h"
#include "7zOut.h"
#include "../../Compress/Copy/Cop
www.eeworm.com/read/386035/2576630
cpp ppc.cpp
// PPC.cpp
#include "StdAfx.h"
#include "PPC.h"
extern "C"
{
#include "../../../../C/Compress/Branch/BranchPPC.h"
}
UInt32 CBC_PPC_B_Encoder::SubFilter(Byte *data, UInt32 size)
{
re
www.eeworm.com/read/386035/2576705
cpp 7zupdate.cpp
// UpdateMain.cpp
#include "StdAfx.h"
#include "7zUpdate.h"
#include "7zFolderInStream.h"
#include "7zEncode.h"
#include "7zHandler.h"
#include "7zOut.h"
#include "../../Compress/Copy/Cop
www.eeworm.com/read/385795/2585306
hpj root_deu.hpj
[OPTIONS]
LCID=0x407 0x0 0x0 ;German (Standard)
$$IF(!PROJTYPE_DLG)
CONTENTS=main_index
$$ENDIF //!PROJTYPE_DLG
TITLE=$$ROOT$$-Anwendungshilfe
COMPRESS=true
WARNING=2
BMROOT= ..,.
ROOT= ..,.
www.eeworm.com/read/377159/2705099
cpp ppc.cpp
// PPC.cpp
#include "StdAfx.h"
#include "PPC.h"
extern "C"
{
#include "../../../../C/Compress/Branch/BranchPPC.h"
}
UInt32 CBC_PPC_B_Encoder::SubFilter(Byte *data, UInt32 size)
{
re
www.eeworm.com/read/377159/2705132
cpp 7zupdate.cpp
// UpdateMain.cpp
#include "StdAfx.h"
#include "7zUpdate.h"
#include "7zFolderInStream.h"
#include "7zEncode.h"
#include "7zHandler.h"
#include "7zOut.h"
#include "../../Compress/Copy/Cop
www.eeworm.com/read/161439/5553057
hpj systemapplication.hpj
[OPTIONS]
LCID=0x409 0x0 0x0 ;English (U.S.)
TITLE=SYSTEMAPPLICATION Application Help
COMPRESS=true
WARNING=2
BMROOT= ..,.
ROOT= ..,.
HLP=SystemApplication.HLP
ERRORLOG=SystemApplication.LOG
www.eeworm.com/read/133159/14053458
h main.h
// main.h - for compress
#ifndef _MAIN_H_DCC_001
#define _MAIN_H_DCC_001
void CompressFile(FILE* input, BIT_FILE* output, int argc, char* argv[]);
void ExpandFile(BIT_FILE* input, FILE* outp