代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/487047/6522955
pas zdeflate4.pas
Unit zDeflate4;
{ Orginal: deflate.h -- internal compression state
deflate.c -- compress data using the deflation algorithm
Copyright (C) 1995-1996 Jean-loup Gailly.
Pascal tran
www.eeworm.com/read/260960/11684312
java jartool.java
package util.compress;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class JarTool implements Jar.ProgressListener, ActionListener{
final static String m_title = "
www.eeworm.com/read/255273/12091171
java zipcompress.java
//: ZipCompress.java
// Uses Java 1.1 Zip compression to compress
// any number of files whose names are passed
// on the command line.
import java.io.*;
import java.util.*;
import java.util.zip
www.eeworm.com/read/130952/14166369
hpj miniftp.hpj
[OPTIONS]
CONTENTS=main_index
TITLE=MINIFTP Application Help
COMPRESS=true
WARNING=2
BMROOT= ..,.
ROOT= ..,.
[FILES]
;afxcore.rtf
miniftp.rtf
[ALIAS]
HIDR_MAINFRAME = main_index
HIDD_A
www.eeworm.com/read/130655/14179752
cpp compressdlg.cpp
// CompressDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Compress.h"
#include "CompressDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]
www.eeworm.com/read/231961/14213834
bak byjpeg.cpp.bak
#include
#include
#include "byjpeg.h"
#ifdef __cplusplus
extern "C" {
#endif
#include "jpeglib.h"
#ifdef __cplusplus
}
#endif
void JpegInitDestination(j_compress_ptr cinfo)
{
}
www.eeworm.com/read/129905/14218139
cpp dlgrlebmp.cpp
// DlgRLEBmp.cpp : implementation file
//
#include "stdafx.h"
#include "Compress.h"
#include "DlgRLEBmp.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __
www.eeworm.com/read/129905/14218188
cpp dlgrletext.cpp
// DlgRLEText.cpp : implementation file
//
#include "stdafx.h"
#include "Compress.h"
#include "DlgRLEText.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/129847/14222434
h ioapi.h
/* ioapi.h -- IO base function header for compress/uncompress .zip
files using zlib + zip or unzip API
Version 1.01, May 8th, 2004
Copyright (C) 1998-2004 Gilles Vollant
*/
#ifndef
www.eeworm.com/read/129847/14222436
c ioapi.c
/* ioapi.c -- IO base function header for compress/uncompress .zip
files using zlib + zip or unzip API
Version 1.01, May 8th, 2004
Copyright (C) 1998-2004 Gilles Vollant
*/
#includ