代码搜索:COMPRESS

找到约 7,043 项符合「COMPRESS」的源代码

代码结果 7,043
www.eeworm.com/read/222280/14698378

obj compress.obj

www.eeworm.com/read/221865/14717233

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.1.1.1
www.eeworm.com/read/121010/14775676

o compress.o

www.eeworm.com/read/121010/14775711

c compress.c

/* compress.c -- compress a memory buffer * Copyright (C) 1995-1998 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id$ */ #include "zlib.h
www.eeworm.com/read/119169/14837903

c compress.c

// 本程序采用 Lempel-Ziv 压缩算法, 代码是根据 // Markus Franz Xaver Johannes Oberhumer 的 LZO 改写 // 而成, 所以算法上的问题请不要问我, 如果你对这个压缩算法有兴趣, // 请拜访 LZO 的主页 // http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html /
www.eeworm.com/read/117310/14931558

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/217366/14968329

ico compress.ico

www.eeworm.com/read/116198/14983049

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/116198/14983214

cpp compress.cpp

// Compress.cpp: implementation of the CCompress class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Compress.h" ///////////////////
www.eeworm.com/read/216070/15027718

java compress.java

package hfmCompress; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.EOFException; import java.