代码搜索:Decompression
找到约 1,125 项符合「Decompression」的源代码
代码结果 1,125
www.eeworm.com/read/319068/13463477
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/319068/13463480
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/121089/6070641
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/121089/6070651
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/121089/6070659
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/11175/210019
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/11175/210042
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/11175/210052
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/455960/1608358
txt vorbis.txt
Uses Vorbis Audio Decompression Under
the following terms:
Copyright (c) 2003, Xiph.Org Foundation
Redistribution and use in source and binary forms, with or without modification, are permitted
www.eeworm.com/read/234134/4661965
c nc_xor1.c
/* TS = none */
/*
** NC_XOR1.C -- No Compression (Straight Copy) and Xor Compression Algorithm
** - Compression and Decompression routines.
*/
#include
#include