代码搜索:Compressed
找到约 3,459 项符合「Compressed」的源代码
代码结果 3,459
www.eeworm.com/read/116419/14970676
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/214998/15079162
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
www.eeworm.com/read/214167/15112013
h d_hdcomp.h
#ifndef HUFFMAN_DECOMPRESS
#define HUFFMAN_DECOMPRESS
#include
#include
#include
#include "d_except.h"
#include "d_bitvec.h" // use BitVector for all bit handli
www.eeworm.com/read/209321/15223429
newspress
#!/bin/bash
# USAGE: newspress [-l ] [ ...]
#
# Option "-l" forces to search and compress all arcticles with a given number
# of links (thread). If this opt
www.eeworm.com/read/207245/15276675
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
www.eeworm.com/read/206156/15299357
c splay.c
/*
this program is a straight pascal to C translation of a program that
compresses and decompresses files using 'Splay' trees. This is the
original comment block:
{********
www.eeworm.com/read/166255/5475649
h ppp_defs.h
/* $Id: ppp_defs.h,v 1.9 2000/03/27 06:03:36 paulus Exp $ */
/*
* ppp_defs.h - PPP definitions.
*
* Copyright (c) 1994 The Australian National University.
* All rights reserved.
*
* Permission
www.eeworm.com/read/163186/5511258
makefile
clean:
rm -f test.txt_ test.new
test:
../mscompress test.txt
../msexpand < test.txt_ > test.new
diff -q test.compressed test.txt_
diff -q test.new test.txt
www.eeworm.com/read/159825/5580999
h ppp_defs.h
/* $Id: ppp_defs.h,v 1.2 1994/09/21 01:31:06 paulus Exp $ */
/*
* ppp_defs.h - PPP definitions.
*
* Copyright (c) 1994 The Australian National University.
* All rights reserved.
*
* Per
www.eeworm.com/read/154682/5634983
h ppp_defs.h
/* $Id: ppp_defs.h,v 1.1 2002/03/15 23:37:14 m4 Exp $ */
/*
* ppp_defs.h - PPP definitions.
*
* Copyright (c) 1994 The Australian National University.
* All rights reserved.
*
* Permission to u