代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/312509/3671065
c~ jpeglole.c~
/*This file is used to finish the compression of a gray image
*jpeglole.c ,jcmarker.c ,jarithc.c,jaricom.c need to combined together.
*/
#include "commondecls.h"
void *
alloc_one_row(j_compress_
www.eeworm.com/read/297604/3885874
makefile
PROG = Deflate.dll
DEF_FILE = ../Codec.def
CFLAGS = $(CFLAGS) -I ../../../
LIBS = $(LIBS) oleaut32.lib
COMPRESS_OBJS = \
$O\CodecExports.obj \
$O\DllExports.obj \
DEFLATE_OPT_OBJS = \
www.eeworm.com/read/297604/3885889
makefile
PROG = Branch.dll
DEF_FILE = ../Codec.def
CFLAGS = $(CFLAGS) -I ../../../
LIBS = $(LIBS) oleaut32.lib
COMPRESS_OBJS = \
$O\CodecExports.obj \
$O\DllExports.obj \
BRANCH_OPT_OBJS = \
www.eeworm.com/read/297604/3885900
cpp sparc.cpp
// SPARC.cpp
#include "StdAfx.h"
#include "SPARC.h"
extern "C"
{
#include "../../../../C/Compress/Branch/BranchSPARC.h"
}
UInt32 CBC_SPARC_Encoder::SubFilter(Byte *data, UInt32 size)
{
www.eeworm.com/read/428078/1962586
packagelist
# The kernel
LISTKERNEL = kernel \
user \
wxsystem
# The different (machine independent) packages
LISTPACKAGE = image \
signal \
mrw \
mp \
compress2d \
dwtrans2d \
owtrans2d \
wtmm1d \
extrema1d \
www.eeworm.com/read/427735/1967274
cpp bzip2handlerout.cpp
// BZip2HandlerOut.cpp
#include "StdAfx.h"
#include "BZip2Handler.h"
#include "BZip2Update.h"
#include "Common/Defs.h"
#include "Windows/PropVariant.h"
#include "../../Compress/CopyCod
www.eeworm.com/read/391110/2523010
cpp bzip2handlerout.cpp
// BZip2/OutHandler.cpp
#include "StdAfx.h"
#include "BZip2Handler.h"
#include "BZip2Update.h"
#include "../../../Common/Defs.h"
#include "Windows/PropVariant.h"
#include "../../Compress
www.eeworm.com/read/386035/2576627
cpp sparc.cpp
// SPARC.cpp
#include "StdAfx.h"
#include "SPARC.h"
extern "C"
{
#include "../../../../C/Compress/Branch/BranchSPARC.h"
}
UInt32 CBC_SPARC_Encoder::SubFilter(Byte *data, UInt32 size)
{
www.eeworm.com/read/377159/2705096
cpp sparc.cpp
// SPARC.cpp
#include "StdAfx.h"
#include "SPARC.h"
extern "C"
{
#include "../../../../C/Compress/Branch/BranchSPARC.h"
}
UInt32 CBC_SPARC_Encoder::SubFilter(Byte *data, UInt32 size)
{
www.eeworm.com/read/264034/4297798
java filechooser.java
package compress;
import java.io.File;
import java.util.Enumeration;
import java.util.Hashtable;
import java.awt.Toolkit;
import javax.swing.filechooser.*;
import javax.swing.plaf.*;
import jav