代码搜索:compress
找到约 7,043 项符合「compress」的源代码
代码结果 7,043
www.eeworm.com/read/430342/8754683
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/430342/8755449
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/430197/8762363
obj compress.obj
www.eeworm.com/read/285992/8795720
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/429046/8822404
h compress.h
#ifndef Compress_
#define Compress_
//#include "ldcDlg.h"
#include
#include
#include "stdafx.h"
struct head
{
unsigned char b;
long count;
www.eeworm.com/read/285689/8822782
c compress.c
www.eeworm.com/read/284410/8935563
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$ */
#include
www.eeworm.com/read/427137/8974108