代码搜索:Decompression
找到约 1,125 项符合「Decompression」的源代码
代码结果 1,125
www.eeworm.com/read/152786/12083626
c inflate.c
/* inflate.c -- zlib decompression
* Copyright (C) 1995-2005 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
* Change history:
*
* 1.2.beta0
www.eeworm.com/read/152475/12111290
c inflate.c
/* inflate.c -- zlib decompression
* Copyright (C) 1995-2003 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
* Change history:
*
* 1.2.beta0
www.eeworm.com/read/129847/14222401
c inflate.c
/* inflate.c -- zlib decompression
* Copyright (C) 1995-2003 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
* Change history:
*
* 1.2.beta0
www.eeworm.com/read/227824/14409923
c bitmap.c
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
Bitmap decompression routines
Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redis
www.eeworm.com/read/227824/14409934
c mppc.c
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP decompression
Copyright (C) Matthew Chapman 1999-2005
This program is free software; you c
www.eeworm.com/read/227723/14415531
c inflate.c
/* inflate.c -- zlib decompression
* Copyright (C) 1995-2003 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
* Change history:
*
* 1.2.beta0
www.eeworm.com/read/227723/14416595
c inflate.c
/* inflate.c -- zlib decompression
* Copyright (C) 1995-2003 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
* Change history:
*
* 1.2.beta0
www.eeworm.com/read/226000/14504291
c mppc.c
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP decompression
Copyright (C) Matthew Chapman 1999-2005
This program is free software; you c
www.eeworm.com/read/11175/210028
h zk1.h
/* TS = none */
/*
** ZK1.H -- Defines and externs for ZK1 compression/decompression
*/
#include "..\lzss\lz.h"
#define cbStrMax (16 + cbIndex) /* upper limit for match_length */
www.eeworm.com/read/11175/210030
c zk1deco.c
/* TS = none */
/*
** ZK1DECO.C -- Zeck Decompression module - first implementation
**
** This comes to us from Languages via Excel and is used many places.
** Still, I altered some of the c