代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/235358/14073780
doc compress.doc
www.eeworm.com/read/235357/14073782
exe compress.exe
www.eeworm.com/read/235357/14073793
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/235193/14082337
cpp compress.cpp
#include "stdafx.h"
#include "zlib.h"
/* ===========================================================================
Compresses the source buffer into the destination buffer. The level
p
www.eeworm.com/read/203690/15353086
obj compress.obj
www.eeworm.com/read/201477/15407635
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/103854/15459635
bas compress.bas
Attribute VB_Name = "Compress"
'* LZSS Visual Basic port from ANSI C
'* Translation Copyright 1999 Patterson Programming
Option Explicit
DefInt A-Z
Const N = 4096
Const F = 18
Const NIL = N
www.eeworm.com/read/112777/15477139
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/112541/15483239
h compress.h
// Compress.h: interface for the CCompress class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_COMPRESS_H__1F79EC27_7E32_4268_A8C6_09D822F13D12__INCL
www.eeworm.com/read/112541/15483358
cpp compress.cpp
// Compress.cpp: implementation of the CCompress class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Compress.h"
///////////////////