代码搜索:Decompression

找到约 1,125 项符合「Decompression」的源代码

代码结果 1,125
www.eeworm.com/read/266403/11227085

cpp lzari.cpp

// Created:09-23-98 // By Jeff Connelly // LZARI (LZSS with arithmetic) compression/decompression // Original code written by Haruhiko Okumura in // ORIGSRC\LZARI.C. You can use, distribute,
www.eeworm.com/read/112209/15491633

c expand-1.c

/* * Listing 7 -- expand-1.c * * This listing is the driver program for the decompression routine * using the order 0 fixed context model. It follows the model * shown in BILL.C for a decom
www.eeworm.com/read/109695/15551993

c deflate.c

/* * ppp_deflate.c - interface the zlib procedures for Deflate compression * and decompression (as used by gzip) to the PPP code. * This version is for use with STREAMS under SunOS 4.x, Solaris 2,
www.eeworm.com/read/290325/8489820

cpp zlib_adapter.cpp

// zlib_adapter.cpp -- Thatcher Ulrich 2003 // This source code has been donated to the Public Domain. Do // whatever you want with it. // Code to wrap zlib compression/decompression around a
www.eeworm.com/read/168569/9907331

cpp wave.cpp

/* * wave.c -- this file contains decompression methods used by Storm.dll * to decompress wave files. * * Copyright (C) 2003 Maik Broemme * * This source w
www.eeworm.com/read/351551/10640823

h fdi.h

/* * FDI.H -- File Decompression Interface * * Copyright (C) Microsoft Corporation 1993-1997 * All Rights Reserved. */ #ifdef __cplusplus extern "C" { #endif #ifndef INCLUDED_TYP
www.eeworm.com/read/418689/10936023

m test_main.m

clc; img = imread('lena.bmp'); % JPEG compression jpegcompression(img,'lena_compressed.mat'); % JPEG decompression Irec = jpegrestoration('lena_compressed.mat'); % System performances [CR,B
www.eeworm.com/read/244204/12878269

asm pex_main.asm

; PeX v0.99 ; ; Known bugs and things to fix up: ; - no resources compression support ; - command line handling doeasn't work correctly in WindowsNT ; - sometimes decompression routine hangs up(s
www.eeworm.com/read/319068/13463441

pas jcomapi.pas

Unit JCOMapi; { This file contains application interface routines that are used for both compression and decompression. } { Original: jcomapi.c; Copyright (C) 1994-1996, Thomas G. Lane. }
www.eeworm.com/read/319068/13463450

pas jdpostct.pas

Unit JdPostCt; { Original: jdpostct.c ; Copyright (C) 1994-1996, Thomas G. Lane. } { This file contains the decompression postprocessing controller. This controller manages the upsampling, co