代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/296874/8074335
h compress.h
// compress.h : main header file for the COMPRESS application
//
#if !defined(AFX_COMPRESS_H__28A4C200_D6CF_451C_9116_6141255DDA74__INCLUDED_)
#define AFX_COMPRESS_H__28A4C200_D6CF_451C_9116_6141
www.eeworm.com/read/296874/8074347
cpp compress.cpp
// compress.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "compress.h"
#include "compressDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/146257/12661650
txt compress.txt
================ 彩票压缩结果 ===================
1 3 13 14 17 26 28
1 3 13 16 17 28 30
1 4 13 14 17 25 28
1 4 13
www.eeworm.com/read/146126/12668789
cpp compress.cpp
// LZW compression
#include
#include
#include "hashChains.h"
using namespace std;
// constants
const DIVISOR = 4099, // hash function DIVISOR
MAX_CODES =
www.eeworm.com/read/145971/12686031
cpp compress.cpp
#include "stdafx.h"
/* compress.c -- compress a memory buffer
* Copyright (C) 1995-1996 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* $Id:
www.eeworm.com/read/333109/12702348
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/246742/12706583
c compress.c
/* compress.c -- compress a memory buffer
* Copyright (C) 1995-1996 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* $Id: compress.c,v 1.10 19
www.eeworm.com/read/145646/12708522
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$ */
#define ZL
www.eeworm.com/read/145646/12708530
obj compress.obj
www.eeworm.com/read/145646/12709838
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$ */
#define ZL