代码搜索:COMPRESS

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

代码结果 7,043
www.eeworm.com/read/305667/13763597

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/305667/13763611

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/136177/13869203

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/238475/13884148

c deflate.c

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

c slhc.c

/* * Routines to compress and uncompress tcp packets (for transmission * over low speed serial lines). */ #include "global.h" #include "mbuf.h" #include "internet.h" #include "ip.h" #incl
www.eeworm.com/read/140582/5785468

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 */ /* * ALGORITH
www.eeworm.com/read/138727/5814620

cpp lzmaencoder.cpp

// LZMA/Encoder.cpp #include "StdAfx.h" #include "../../../Common/Defs.h" #include "LZMAEncoder.h" // for minimal compressing code size define these: // #define COMPRESS_MF_BT // #define
www.eeworm.com/read/138727/5814830

h lzxdecoder.h

// Archive/Cab/LZXDecoder.h #ifndef __ARCHIVE_CAB_LZXDECODER_H #define __ARCHIVE_CAB_LZXDECODER_H #include "../../ICoder.h" #include "../../Compress/Huffman/HuffmanDecoder.h" #include "../.
www.eeworm.com/read/137311/5825885

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 */ /* * ALGORITH
www.eeworm.com/read/136865/5842046

c deflate.c

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