代码搜索:Compress

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

代码结果 7,043
www.eeworm.com/read/144211/5753093

compress

#------------------------------------------------------------------------------ # compress: file(1) magic for pure-compression formats (no archives) # # compress, gzip, pack, compact, huf, squeeze,
www.eeworm.com/read/131315/5937518

compress

# # Formats for various forms of compressed data # Formats for "compress" proper have been moved into "compress.c", # because it tries to uncompress it to figure out what's inside. # According to gzi
www.eeworm.com/read/229812/4746580

compress

Criterion for removal of redundant dwarf information ---------------------------------------------------- Use as the basis for removal the name of the item to be removed. Always replace undefine
www.eeworm.com/read/180137/5290462

compress

0 short 017037 packed data 0 short 017436 packed data 0 short 0145405 huf output 0 string \037\235 compressed data # non block compressed >2 byte 12 - with 12 bits >2 byte 13 - with 13 bits
www.eeworm.com/read/276929/4160822

compress

#------------------------------------------------------------------------------ # compress: file(1) magic for pure-compression formats (no archives) # # compress, gzip, pack, compact, huf, squeeze,
www.eeworm.com/read/364306/9913254

compress +y

www.eeworm.com/read/192491/8379488

java compress.java

package Huffman; import java.io.*; import java.util.*; import javax.imageio.stream.*; public class Compress{ private byte [] input,output; private byte []table=new byte[10000];//symbol t
www.eeworm.com/read/391056/8424725

h compress.h

#ifndef _COMPRESS_ #define _COMPRESS_ #define END_INDEX 0 #define INDEX_BIT_SIZE 12 #define LENGTH_BIT_SIZE 4 #define DICT_SIZE 4096 #define BUFFER_SIZE 17 #define ROOT 4096 #d
www.eeworm.com/read/391056/8425289

cpp compress.cpp

#include "stdafx.h" #include "String.h" #include "mmsystem.h" #include "Dragon.h" //#include "MenuDef.h" #include "network.h" #include "compres
www.eeworm.com/read/390970/8430989

cpp compress.cpp

#include "stdafx.h" /* compress.c -- compress a memory buffer * Copyright (C) 1995-1996 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* $Id: