代码搜索:Compressed
找到约 3,459 项符合「Compressed」的源代码
代码结果 3,459
www.eeworm.com/read/227574/14420879
h lzwfile.h
#ifndef ___LZWFILE_H
#define ___LZWFILE_H
#include "lzwtable.h"
#include "lzwcode.h"
/*
HGLZ file:
lzw file head
{
for(i)
{
node head
for(j)
{
single file head
www.eeworm.com/read/126487/14421258
c c_zlib.c
/*************************************************************
File Name: C_ZLIB.C (RAMDisk 3.5) *
**************************************************************
Programmer: MSC
Last Modifi
www.eeworm.com/read/125351/14497219
pas lzh.pas
{$A+} { word align }
{$O+} { ?? ?? }
unit lzh;
(*
* LZHUF.C English version 1.0
* Based on Japanese version 29-NOV-1988
* LZSS coded by Haruhiko OKUMURA
* Adaptive Huffman Coding coded by
www.eeworm.com/read/124506/14564480
c c_zlib.c
/*************************************************************
File Name: C_ZLIB.C (RAMDisk 3.5) *
**************************************************************
Programmer: MSC
Last Modifi
www.eeworm.com/read/122349/14698907
cc ilu.cc
//===========================================================================
// CVS Information:
//
www.eeworm.com/read/122349/14698955
cc qmr.cc
//===========================================================================
// CVS Information:
//
www.eeworm.com/read/121780/14737933
pm tar.pm
package Archive::Tar;
use strict;
use Carp;
use Cwd;
use File::Basename;
BEGIN {
# This bit is straight from the manpages
use Exporter ();
use vars qw($VERSION @ISA @EXPORT @EX
www.eeworm.com/read/219695/14869292
cc ilu.cc
//===========================================================================
// CVS Information:
//
www.eeworm.com/read/219695/14869369
cc qmr.cc
//===========================================================================
// CVS Information:
//
www.eeworm.com/read/117923/14897096
pas winconvert.pas
{$A+} { word align }
{$O+} { ?? ?? }
unit WinConvert;
(*
* LZHUF.C English version 1.0
* Based on Japanese version 29-NOV-1988
* LZSS coded by Haruhiko OKUMURA
* Adaptive Huffman Coding c