代码搜索:COMPRESS

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

代码结果 7,043
www.eeworm.com/read/282090/9121195

c compress.c

#include "q3data.h" #if 0 /* ================== MTF ================== */ cblock_t MTF (cblock_t in) { int i, j, b, code; byte *out_p; int index[256]; cblock_t out; out_p =
www.eeworm.com/read/184116/9121276

dll compress.dll

www.eeworm.com/read/183895/9132932

bmp compress.bmp

www.eeworm.com/read/380236/9156955

obj compress.obj

www.eeworm.com/read/380236/9156998

obj compress.obj

www.eeworm.com/read/182121/9216425

h compress.h

/* -*-c++-*- */ /* *Copyright: Copyright (C) 2001 RoboCup Soccer Server Maintainance Group. Patrick Riley, Tom Howard, Daniel Polani, Itsuki Noda, Mikhail Prokopenko, Jan Wendler Thi
www.eeworm.com/read/378369/9234248

pas be_compress.pas

{============================================================================== Copyright (C) 1998-2004 by Evgeny Kryukov All rights reserved All contents of this file and all other files
www.eeworm.com/read/180386/9310427

h compress.h

#ifndef COMPRESS_H #define COMPRESS_H class element { friend void Compress(); public: operator unsigned long() const {return key;} element& operator =(unsigned long y)
www.eeworm.com/read/180386/9310432

cpp compress.cpp

// LZW compression // note changes needed to compile with g++ #include #include #include #include #include #include "chash.h" // c
www.eeworm.com/read/179482/9354070

h compress.h

//Blue Dream Engine V1.1 //Compress class //by Kylinx #ifndef BLUE_DREAM_COMPRESS_H_ #define BLUE_DREAM_COMPRESS_H_ #include #define WINDOW_SIZE (4096) #define FORWORD_BUF_SIZE (1