代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/398415/7989469
c compress.c
/*-------------------------------------------------------------*/
/*--- Compression machinery (not incl block sorting) ---*/
/*--- compress.c ---*/
/
www.eeworm.com/read/398415/7989811
c compress.c
/* compress.c -- compress a memory buffer
* Copyright (C) 1995-2003 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#define ZL
www.eeworm.com/read/398317/7994800
zip compress.zip
www.eeworm.com/read/197194/8012484
exe compress.exe
www.eeworm.com/read/197194/8012494
c compress.c
//////////////////////////////////////////////////////////////
//Name:compress.c
//Purpose: Run length algorithm and Jpeg decoding
//Author: phoenix, CS, TshingHua, Beijing, P.R.C.
//Email: bjlufe
www.eeworm.com/read/196983/8037758
h compress.h
/*****************************************************************************
* *
* ------------------------------ compre
www.eeworm.com/read/196983/8037839
mak compress.mak
# ****************************************************************************
# * *
# * compress.mak
www.eeworm.com/read/397486/8042229
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/397486/8042489
obj compress.obj
www.eeworm.com/read/397486/8043054
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