代码搜索:Decompression

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

代码结果 1,125
www.eeworm.com/read/288095/4009972

h explode.h

/* * explode.h -- header file for PKWARE data decompression library * used by mpq-tools. * * Copyright (C) 2003 Maik Broemme * * This source was adepted
www.eeworm.com/read/375736/2721642

c lzshare.c

/* TS = none */ /* ** LZSHARE.C -- Shared code, variables, and defines for ** LZ compression/decompression module. */ #include #include #include
www.eeworm.com/read/260597/4331647

c lzshare.c

/* TS = none */ /* ** LZSHARE.C -- Shared code, variables, and defines for ** LZ compression/decompression module. */ #include #include #include
www.eeworm.com/read/146608/12635125

c jcomapi.c

#define JPEG_INTERNALS #include "jinclude.h" #include "jpeglib.h" /* * Abort processing of a JPEG compression or decompression operation, * but don't destroy the object itself. * * For
www.eeworm.com/read/204654/15335630

todo

TODO file for gzip. Some of the planned features include: - Structure the sources so that the compression and decompression code form a library usable by any program, and write both gzip and zip o
www.eeworm.com/read/100147/15882656

todo

TODO file for gzip. Some of the planned features include: - Structure the sources so that the compression and decompression code form a library usable by any program, and write both gzip and zip o
www.eeworm.com/read/419347/10872971

cpp wave.cpp

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

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/241803/13115619

jsl myclass1.jsl

import java.util.ArrayList; import java.util.LinkedList; /** This class is only for Lempel-Ziv decompression. */ public class LempelZivTable { /* maximum of nodes */ private int max
www.eeworm.com/read/145991/5741230

c lzd.c

/* Lempel-Ziv decompression. Mostly based on Tom Pfau's assembly language code. This file is public domain. -- Rahul Dhesi 1991/07/07 */ #include "booz