代码搜索:COMPRESS

找到约 7,043 项符合「COMPRESS」的源代码

代码结果 7,043
www.eeworm.com/read/100265/15879357

h mccpdecompress.h

/* * Client decompression module for the mud client compression protocol. * See http://homepages.ihug.co.nz/~icecube/compress/ for more details. * * mccpDecompress.h - header definitions. #include
www.eeworm.com/read/100150/15882057

txt visual-basic.txt

See below some functions declarations for Visual Basic. Frequently Asked Question: Q: Each time I use the compress function I get the -5 error (not enough room in the output buffer). A: M
www.eeworm.com/read/100147/15882668

c zip.c

/* zip.c -- compress files to the gzip or pkzip format * Copyright (C) 1992-1993 Jean-loup Gailly * This is free software; you can redistribute it and/or modify it under the * terms of the GNU Gene
www.eeworm.com/read/100147/15882705

c unlzw.c

/* unlzw.c -- decompress files in LZW format. * The code in this file is directly derived from the public domain 'compress' * written by Spencer Thomas, Joe Orost, James Woods, Jim McKie, Steve Davi
www.eeworm.com/read/292143/8375182

bas comp_rle.bas

Attribute VB_Name = "Comp_RLE" Option Explicit 'This is a 1 run method Public Sub Compress_RLE(ByteArray() As Byte) Dim OutStream() As Byte Dim FileLong As Long Dim X As Long
www.eeworm.com/read/292143/8375200

bas comp_huffshort16chars.bas

Attribute VB_Name = "Comp_HuffShort16Chars" Option Explicit 'This is a 2 run method Private BitVal() As Long Private CharVal() As Long Public Sub Compress_HuffShort16chars(FileArray() A
www.eeworm.com/read/188651/8521544

c deflate.c

/* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1995-2002 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* * AL
www.eeworm.com/read/187222/8840423

java gzipcompress.java

//: GZIPcompress.java // Uses Java 1.1 GZIP compression to compress a file whose name is passed on the command line import java.io.*; import java.util.zip.*; public class GZIPcompress { publ
www.eeworm.com/read/384400/8872159

c unlzh.c

/* unlzh.c -- decompress files in SCO compress -H (LZH) format. * The code in this file is directly derived from the public domain 'ar002' * written by Haruhiko Okumura. */ #ifdef RCSID stat
www.eeworm.com/read/284410/8935561

c deflate.c

/* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1995-2002 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* * AL