代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/110301/6165107
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/110301/6165116
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/110301/6165359
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/110301/6165368
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/109649/6173749
h compress.h
// GUI/Compress.h
#pragma once
#ifndef __GUI_COMPRESS_H
#define __GUI_COMPRESS_H
#include "Common/String.h"
HRESULT CompressArchive(
const UString &archivePath,
const UStringVe
www.eeworm.com/read/109649/6173762
cpp compress.cpp
// Compress.cpp
#include "StdAfx.h"
#include
#include "Compress.h"
#include "CompressDialog.h"
#include "resource.h"
#include "Common/StringConvert.h"
#include "Common/IntToStr
www.eeworm.com/read/108670/6181414
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/108242/6183719
c compress.c
/* compress - Reduce file size using Modified Lempel-Ziv encoding */
/*
* compress.c - File compression ala IEEE Computer, June 1984.
*
* Authors: Spencer W. Thomas (decvax!harpo!utah-cs!utah-gr!t
www.eeworm.com/read/107896/6187600
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: compress.c,v 1.
www.eeworm.com/read/102267/6234117
java compress.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or