代码搜索:COMPRESS

找到约 7,043 项符合「COMPRESS」的源代码

代码结果 7,043
www.eeworm.com/read/136971/13350743

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/306485/13744205

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/238497/13881305

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/131315/5943381

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/127288/6006898

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/121178/6069238

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/109649/6173220

cpp copycoder.cpp

// Compress/CopyCoder.cpp #include "StdAfx.h" #include "CopyCoder.h" namespace NCompress { static const UINT32 kBufferSize = 1
www.eeworm.com/read/109649/6173754

h compressdialog.h

// CompressDialog.h #pragma once #ifndef __COMPRESSDIALOG_H #define __COMPRESSDIALOG_H #include "../Common/ZipRegistry.h" #include "../Common/ArchiverInfo.h" #include "../Resource/Compress
www.eeworm.com/read/494791/6375544

progc

/* * Compress - data compression program */ #define min(a,b) ((a>b) ? b : a) /* * machine variants which require cc -Dmachine: pdp11, z8000, pcxt */ /* * Set USERMEM to the maximum amount of
www.eeworm.com/read/403871/11507583

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