代码搜索:Decompression

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

代码结果 1,125
www.eeworm.com/read/105300/6199333

def aplib.def

LIBRARY 'aplib.dll' STUB NONE DESCRIPTION '@#Jibz,V.K.:0.36#@ aPLib Compression/Decompression Library' EXPORTS _aP_pack @1 _aP_workmem_size @2 _aP_max_packed_s
www.eeworm.com/read/390920/8433609

h jpegint.h

/* Declarations for both compression & decompression */ typedef enum { /* Operating modes for buffer controllers */ JBUF_PASS_THRU, /* Plain stripwise operation */ /* Remaining modes require
www.eeworm.com/read/431199/8702045

cpp zinflate.cpp

// zinflate.cpp - written and placed in the public domain by Wei Dai // This is a complete reimplementation of the DEFLATE decompression algorithm. // It should not be affected by any security vulner
www.eeworm.com/read/428927/8828752

h jpegint.h

/* Declarations for both compression & decompression */ typedef enum { /* Operating modes for buffer controllers */ JBUF_PASS_THRU, /* Plain stripwise operation */ /* Remaining modes require
www.eeworm.com/read/184411/9104998

c lzx.c

/* $Id: lzx.c,v 1.5 2002/10/09 01:16:33 jedwin Exp $ */ /*************************************************************************** * lzx.c - LZX decompression routines
www.eeworm.com/read/380835/9126607

cpp lzx.cpp

/* $Id: lzx.c,v 1.5 2002/10/09 01:16:33 jedwin Exp $ */ /*************************************************************************** * lzx.c - LZX decompression routines
www.eeworm.com/read/178566/9391518

cpp lzx.cpp

/* $Id: lzx.c,v 1.5 2002/10/09 01:16:33 jedwin Exp $ */ /*************************************************************************** * lzx.c - LZX decompression routines
www.eeworm.com/read/168569/9907387

cpp ddslib.cpp

/* ----------------------------------------------------------------------------- DDS Library Based on code from Nvidia's DDS example: http://www.nvidia.com/object/dxtc_decompression_code.html
www.eeworm.com/read/168569/9907389

h ddslib.h

/* ----------------------------------------------------------------------------- DDS Library Based on code from Nvidia's DDS example: http://www.nvidia.com/object/dxtc_decompression_code.html
www.eeworm.com/read/360810/10077124

c ppp_deflate.c

/* * ==FILEVERSION 980319== * * 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 Linux