代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/179482/9354110
cpp compress.cpp
#include "Compress.h"
#include
#include
bool GCompressNone::Compress(void*pOrgData,unsigned long dwOrgDataSize,void**ppCompressData,unsigned long & dwCompressedDataSize)
{
*p
www.eeworm.com/read/177484/9451131
o compress.o
www.eeworm.com/read/177484/9451159
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/373375/9459192
h compress.h
#ifndef _COMPRESS_
#define _COMPRESS_
#define END_INDEX 0
#define INDEX_BIT_SIZE 12
#define LENGTH_BIT_SIZE 4
#define DICT_SIZE 4096
#define BUFFER_SIZE 17
#define ROOT 4096
#d
www.eeworm.com/read/373375/9459585
cpp compress.cpp
#include "stdafx.h"
#include "String.h"
#include "mmsystem.h"
#include "Dragon.h"
//#include "MenuDef.h"
#include "network.h"
#include "compres
www.eeworm.com/read/177088/9469937
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/177085/9469985
txt compress.txt
Data Compression Algorithms of LARC and LHarc
Haruhiko Okumura*
*The author is the sysop of the Science SIG of PV-VAN. His
address is: 12-2-404 Green Heights, 580
www.eeworm.com/read/177083/9470024
txt compress.txt
Data Compression Algorithms of LARC and LHarc
Haruhiko Okumura*
*The author is the sysop of the Science SIG of PV-VAN. His
address is: 12-2-404 Green Heights, 580
www.eeworm.com/read/372507/9507375
cpp compress.cpp
// LZW compression
// note changes needed to compile with g++
#include
#include
#include
#include
#include
#include "chash.h"
// c
www.eeworm.com/read/174998/9564919