代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/303435/3811273
libutil huffman.comp.dct.libutil
HUFFMAN - Routines for in memory Huffman coding/decoding
huffCompress - huffman compress a byte stream in a memory buffer and output
the bit stream into another memory buffer
huffDecompress - deco
www.eeworm.com/read/303435/3811430
lib wpchuff.comp.dwpt.2d.lib
WPCHUFF -Routines for in memory Huffman coding/decoding
huffCompress - huffman compress a byte stream in a memory buffer and output
the bit stream into another memory buffer
huffDecompress - decom
www.eeworm.com/read/294193/3919034
pas unit1.pas
(*
This application is to demonstrate how to
1. compress a non compressed buffer (Buffer) to a second buffer (CompressBuf)
Using memo controls, the text is taken from the first memo
www.eeworm.com/read/271650/4226416
dnt zlib.dnt
LIBRARY zlib.dll
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE
EXPORTS
adler32 @1
compress @2
www.eeworm.com/read/449467/1676634
extra entries.extra
/ChangeLog////*///
/FAQ////*///
/INDEX////*///
/Makefile////*///
/Makefile.in////*///
/README////*///
/adler32.c////*///
/algorithm.txt////*///
/compress.c////*///
/configure////*///
/crc32.
www.eeworm.com/read/447892/1693699
doc zip.doc
NAME
zip, zipcloak, zipnote, zipsplit - package and compress
(archive) files
SYNOPSIS
zip [-cdDeEfFghjklLmoqrSTuvVwyz@$] [-b path] [-n suffixes]
[-t mmddyy] [ zipfile [ fil
www.eeworm.com/read/440897/1785870
ddf change_ip.ddf
.OPTION EXPLICIT
.Set Cabinet=on
.Set Compress=on
.Set MaxDiskSize=CDROM
.Set ReservePerCabinetSize=6144
.Set DiskDirectoryTemplate=".."
.Set CompressionType=MSZIP
.Set CompressionLevel=7
.Set
www.eeworm.com/read/440897/1785877
ddf project1.ddf
.OPTION EXPLICIT
.Set Cabinet=on
.Set Compress=on
.Set MaxDiskSize=CDROM
.Set ReservePerCabinetSize=6144
.Set DiskDirectoryTemplate=".."
.Set CompressionType=MSZIP
.Set CompressionLevel=7
.Set
www.eeworm.com/read/409124/2239481
java concretestrategyc.java
package org.hyq.strategy0;
public class ConcreteStrategyC implements Strategy {
public void AlgrithmInterface() {
System.out.println("ConcreteStrategyC.Compress");
}
}
www.eeworm.com/read/409124/2239485
svn-base concretestrategya.java.svn-base
package org.hyq.strategy0;
public class ConcreteStrategyA implements Strategy {
public void AlgrithmInterface(){
System.out.println("ConcreteStrategyA.Compress");
}
}