代码搜索:Compression

找到约 9,238 项符合「Compression」的源代码

代码结果 9,238
www.eeworm.com/read/403922/11503444

html function.memcache-setcompressthreshold.html

Enable automatic compression of large values
www.eeworm.com/read/403922/11504686

html phar.getsupportedcompression.html

Return array of supported compression algorithms
www.eeworm.com/read/403922/11505467

html function.harudoc-setcompressionmode.html

Set compression mode for the document
www.eeworm.com/read/403922/11505612

html function.zlib-get-coding-type.html

Returns the coding type used for output compression
www.eeworm.com/read/157453/11704028

cpp rvbits.cpp

// recursive dynamic programming image compression #include int L = 256, header = 11; int kay[6]; int l[6] = {0, 6, 3, 10, 2, 3}; int b[6] = {0, 1, 2, 3, 2, 1}; int n = 5; in
www.eeworm.com/read/132141/14107439

cpp rvbits.cpp

// recursive dynamic programming image compression #include int L = 256, header = 11; int kay[6]; int l[6] = {0, 6, 3, 10, 2, 3}; int b[6] = {0, 1, 2, 3, 2, 1}; int n = 5; in
www.eeworm.com/read/193974/5137994

py zlib.py

from java import util, lang import jarray, binascii class error(Exception): pass DEFLATED = 8 MAX_WBITS = 15 DEF_MEM_LEVEL = 8 ZLIB_VERSION = "1.1.3" Z_BEST_COMPRESSION = 9 Z_BEST_SPEED = 1 Z
www.eeworm.com/read/167185/5462879

h g3.h

/* g3.h - header file for group 3 FAX compression filters */ /* @(#)g3.h 1.1 10/13/90 */ #define MAXCOLS 2550 /* Maximum image size is 8.5"x11" @ 300dpi */ #define MAXROWS 3300 #define TWTABLE 23
www.eeworm.com/read/167185/5463978

h g3.h

/* g3.h - header file for group 3 FAX compression filters */ /* @(#)g3.h 1.1 10/13/90 */ #define MAXCOLS 2550 /* Maximum image size is 8.5"x11" @ 300dpi */ #define MAXROWS 3300 #define TWTABLE 23
www.eeworm.com/read/413815/2159029

c tif_lzw.c

/* $Header: /cvsroot/libtiff-lzw-compression-kit/tif_lzw.c,v 1.4 2003/11/03 14:47:36 dron Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. * * Pe