代码搜索:COMPRESS

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

代码结果 7,043
www.eeworm.com/read/129161/7077804

c deflate.c

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

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/140797/7147085

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 */ /* * ALGORITHM
www.eeworm.com/read/312022/7218434

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/455819/7363993

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/455819/7364007

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/450639/7479554

c deskey.c

/* * Convert character string to 56-bit DES key, contained in 8 bytes * (including parity): * - Strip leading and trailing white space; compress multiple spaces * - compute MD5 hash * - extract 7
www.eeworm.com/read/449996/7491960

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/437619/7744733

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/299653/7841498

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