代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/393830/8260941
h compress.h
#ifndef __COMPRESS_H
#define __COMPRESS_H
typedef enum
{
COMPRESSING = 1,
UNCOMPRESSING
} FILEMODE;
class CCompressData : public CObject
{
private:
char *dataPtr;
public:
CCom
www.eeworm.com/read/393830/8261694
cpp compress.cpp
// Compress.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "implode.h"
#include "Compress.h"
#define DO_CRC_INSTREAM 1
#define DO_CRC_OUTSTREAM 2
www.eeworm.com/read/392526/8338200
c compress.c
/* compress.c -- compress a memory buffer
* Copyright (C) 1995-2002 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id: compress.c,v 1.
www.eeworm.com/read/174505/9585290
pas compress.pas
unit Compress;
{
Inno Setup
Copyright (C) 1997-2004 Jordan Russell
Portions by Martijn Laan
For conditions of distribution and use, see LICENSE.TXT.
Abstract compression classes, a
www.eeworm.com/read/174403/9588931
cpp compress.cpp
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* 这是在LZO的主页(http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html)
* 上获取的压缩算法,此算法属于GUN软件
* * * * * * * * * * * * * * * * * * * * * *
www.eeworm.com/read/173991/9616846
c compress.c
/* compress.c -- compress a memory buffer
* Copyright (C) 1995-1998 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#include "zlib.h
www.eeworm.com/read/173971/9621715
ico compress.ico
www.eeworm.com/read/173151/9670612
res compress.res
www.eeworm.com/read/173151/9670619
dpr compress.dpr
program Compress;
uses
Forms,
BMP2RLE in 'BMP2RLE.pas' {BitmapCompForm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TBitmapCompForm, BitmapCompForm);
Appli
www.eeworm.com/read/173151/9670621