代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/313170/3645205
c lzw.c
/* lzw.c -- compress files in LZW format.
* This is a dummy version avoiding patent problems.
*/
#ifdef RCSID
static char rcsid[] = "$Id: lzw.c,v 0.9 1993/06/10 13:27:31 jloup Exp $";
#endif
#incl
www.eeworm.com/read/305566/3773289
sh kzmig.2.sh
#### single cpu 11 shot gathers migration
#### using sudecomp
www.eeworm.com/read/297604/3885766
makefile
PROG = Copy.dll
DEF_FILE = ../Codec.def
CFLAGS = $(CFLAGS) -I ../../../
LIBS = $(LIBS) oleaut32.lib
COMPRESS_OBJS = \
$O\CodecExports.obj \
$O\DllExports.obj \
COPY_OBJS = \
$O\CopyC
www.eeworm.com/read/297604/3885910
cpp arm.cpp
// ARM.cpp
#include "StdAfx.h"
#include "ARM.h"
extern "C"
{
#include "../../../../C/Compress/Branch/BranchARM.h"
}
UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size)
{
retu
www.eeworm.com/read/297604/3886040
cpp bzip2handlerout.cpp
// BZip2HandlerOut.cpp
#include "StdAfx.h"
#include "BZip2Handler.h"
#include "BZip2Update.h"
#include "Common/Defs.h"
#include "Windows/PropVariant.h"
#include "../../Compress/Copy/Co
www.eeworm.com/read/290808/3971087
tar make.tar
#!/bin/sh
tar -cvf addrinfo.tar README.getaddrinfo addrinfo.h getaddrinfo.c \
getnameinfo.c test_addrinfo.c inet_ntop.c inet_pton.c
compress addrinfo.tar
www.eeworm.com/read/289075/3996004
h lz77.h
#define WINDOW_SIZE (1024 + 512)
#define LOOK_AHEAD_SIZE 32
#define LENGTH_BITS 5
#define OFFSET_BITS 11 /* If OFFSET_BITS is lower than 9, we need to
change the do_compress algorithm */
www.eeworm.com/read/419645/2074852
cpp bzip2handlerout.cpp
// BZip2HandlerOut.cpp
#include "StdAfx.h"
#include "BZip2Handler.h"
#include "BZip2Update.h"
#include "Common/Defs.h"
#include "Windows/PropVariant.h"
#include "../../Compress/Copy/Co
www.eeworm.com/read/391269/2520772
in amcat.awk.in
BEGIN{o=substr(f,length(f)-1,2);
if(substr(o,1,1)==".") o=substr(o,2,1);
@AMPLOT_CAT_GZIP@
@AMPLOT_CAT_COMPRESS@
@AMPLOT_CAT_PACK@
print "cat"; exit; }
www.eeworm.com/read/386035/2576636
cpp arm.cpp
// ARM.cpp
#include "StdAfx.h"
#include "ARM.h"
extern "C"
{
#include "../../../../C/Compress/Branch/BranchARM.h"
}
UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size)
{
retu