代码搜索:Decompression
找到约 1,125 项符合「Decompression」的源代码
代码结果 1,125
www.eeworm.com/read/375736/2721644
h lz.h
/* TS = none */
/*
** LZ.H -- Defines and externs for LZ compression/decompression
*/
typedef struct _ND {
struct _ND *pNDright; // left and right node
struct _ND *pNDleft;
www.eeworm.com/read/360247/2965921
txt acmwaveout.txt
TACMWaveOut - is audio decompression component derived
from TWinControl.
Methods:
Open(format:PWaveFormatEx); - format are for example
result from TACMDialog. The format is used for audio
de
www.eeworm.com/read/260597/4331631
c nc_xor1.c
/* TS = none */
/*
** NC_XOR1.C -- No Compression (Straight Copy) and Xor Compression Algorithm
** - Compression and Decompression routines.
*/
#include
#include
www.eeworm.com/read/260597/4331641
c jjj1shar.c
/*
** JJJ1SHAR.C -- Shared code, variables, and defines for
** JJJ1 compression/decompression module.
*/
/* This code was written by modifying the Zeck compression code
** a
www.eeworm.com/read/260597/4331649
h lz.h
/* TS = none */
/*
** LZ.H -- Defines and externs for LZ compression/decompression
*/
typedef struct _ND {
struct _ND *pNDright; // left and right node
struct _ND *pNDleft;
www.eeworm.com/read/237195/13972192
pas jdatasrc.pas
Unit JDataSrc;
{ This file contains decompression data source routines for the case of
reading JPEG data from a file (or any stdio stream). While these routines
are sufficient for most appli
www.eeworm.com/read/237195/13972200
pas jutils.pas
Unit jutils;
{ This file contains tables and miscellaneous utility routines needed
for both compression and decompression.
Note we prefix all global names with "j" to minimize conflicts with
www.eeworm.com/read/432029/8637028
h lzo.h
/*
* LZO 1x decompression
* copyright (c) 2006 Reimar Doeffinger
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the
www.eeworm.com/read/387891/8648434
c lzo.c
/*
* LZO 1x decompression
* Copyright (c) 2006 Reimar Doeffinger
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*
www.eeworm.com/read/283587/9004232
c lzo.c
/*
* LZO 1x decompression
* Copyright (c) 2006 Reimar Doeffinger
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*