代码搜索:Decompression
找到约 1,125 项符合「Decompression」的源代码
代码结果 1,125
www.eeworm.com/read/107088/15613362
c unpack.c
/* unpack.c:
* This code provides the monitor with huffman decompression used
* primarily by TFS, but also available as a command in the monitor.
*
* General notice:
* This code is part of a
www.eeworm.com/read/100375/15875740
asm lzrw1dec.asm
;
; LZRW1_Decompression, by Virogen/PC
; revision 2 - 05/08/99 2:25pm EST
; -------------------------------------------------------------------
;
; This is my rewrite and optimization of the LZRW
www.eeworm.com/read/377468/9275102
c lzx.c
/* $Id: lzx.c 148 2007-03-07 09:22:36Z gyunaev $ */
/***************************************************************************
* lzx.c - LZX decompression routines
www.eeworm.com/read/193974/5137984
py binhex.py
"""Macintosh binhex compression/decompression.
easy interface:
binhex(inputfilename, outputfilename)
hexbin(inputfilename, outputfilename)
"""
#
# Jack Jansen, CWI, August 1995.
#
# The module is su
www.eeworm.com/read/305204/3779836
h jpegint.h
/* Declarations for both compression & decompression */
typedef enum { /* Operating modes for buffer controllers */
JBUF_PASS_THRU, /* Plain stripwise operation */
/* Remaining modes require a f
www.eeworm.com/read/396640/2408959
svn-base stm_filter.h.svn-base
/*
* Data filters for encryption, compression and decompression.
*
* A filter has one method, process, that takes an input and an output buffer.
*
* It returns one of three statuses:
* ioneed
www.eeworm.com/read/396640/2408985
h stm_filter.h
/*
* Data filters for encryption, compression and decompression.
*
* A filter has one method, process, that takes an input and an output buffer.
*
* It returns one of three statuses:
* ioneed
www.eeworm.com/read/354175/3079153
txt loader.txt
This documentation is written for those brave souls who want to
understand and/or modify the UPX assembly stubs - the small snippets
that do the runtime decompression when a compressed program is star
www.eeworm.com/read/105802/15658657
c ms-expand.c
// LZ77 compression / decompression algorithm
// this is the compression Microsoft used in Windows *.HLP and *.MRB files
// It is also used with Install Shield files. These files are
// recognizable
www.eeworm.com/read/193319/6939737
txt readme.txt
General Information
The ZipArchive library
Copyright (c) 2000 - 2005 Tadeusz Dracz
Version: 2.4.4
Date: 01 Apr 2005
This library adds zip compression and decompression functional