代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/243990/12901230
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/243990/12901283
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/142087/12964512
c deflate.c
/* deflate.c -- compress data using the deflation algorithm
* Copyright (C) 1995-2003 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
* ALG
www.eeworm.com/read/142087/12965881
c deflate.c
/* deflate.c -- compress data using the deflation algorithm
* Copyright (C) 1995-2003 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
* ALG
www.eeworm.com/read/141529/13005934
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/325731/13187274
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/137942/13277265
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/137879/13281479
pas ezibgis.pas
Unit EzIBGIS;
{$I EZ_FLAG.PAS}
//{$DEFINE IBTRIAL_VERSION}
//{$DEFINE COMPRESSED_ENTITY} //uncomment if you want to compress entity when saving
Interface
Uses
SysUtils, Windows, Classes, G
www.eeworm.com/read/137879/13281581
pas ezindygis.pas
Unit EzIndyGIS;
{$I EZ_FLAG.PAS}
{$DEFINE TRANSPORT_COMPRESSED} //uncomment if you want to compress entity when transporting
{$DEFINE MW_TRIAL_VERSION}
Interface
Uses
SysUtils, Windows, Cl
www.eeworm.com/read/324159/13282571
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