代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/179906/5301218
java zipcompress.java
//: c12:ZipCompress.java
// Uses Zip compression to compress any
// number of files given on the command line.
// {Args: ZipCompress.java}
// {Clean: test.zip}
// From 'Thinking in Java, 3rd ed.'
www.eeworm.com/read/346946/3179454
diff it_it.diff
*** it_IT.orig.aff Sun Jul 31 14:20:13 2005
--- it_IT.aff Tue Jan 10 18:06:11 2006
***************
*** 33,34 ****
--- 33,61 ----
+ # This is no longer required, now that we compress after adding ev
www.eeworm.com/read/331135/3415695
h ioapi.h
/* ioapi.h -- IO base function header for compress/uncompress .zip
files using zlib + zip or unzip API
Version 1.01e, February 12th, 2005
Copyright (C) 1998-2005 Gilles Vollant
*/
#ifndef
www.eeworm.com/read/331135/3415696
c ioapi.c
/* ioapi.c -- IO base function header for compress/uncompress .zip
files using zlib + zip or unzip API
Version 1.01e, February 12th, 2005
Copyright (C) 1998-2005 Gilles Vollant
*/
#include
www.eeworm.com/read/327022/3464472
java mymenu.java
package compress;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JMenu;
import javax.swing.JMenuBar;
import javax.swing.JMenuItem;
import javax.swi
www.eeworm.com/read/315091/3624349
c huffmanencode.c
/* Compress/HuffmanEncode.c */
#include "HuffmanEncode.h"
#include "../../Sort.h"
#define kMaxLen 16
#define NUM_BITS 10
#define MASK ((1
www.eeworm.com/read/305566/3771558
c sucompress2.c
char *sdoc =
"SUCOMPRESS2 - round-trip compression of dataset at various factors\n"
"\n"
"sucompress2 < file.su out=file.comp [options]\n"
"\n"
"options:\n"
"ratio=,,, compress at these various ratios
www.eeworm.com/read/304657/3786800
h zip.h
/* zip.h -- IO for compress .zip files using zlib
Version 1.01e, February 12th, 2005
Copyright (C) 1998-2005 Gilles Vollant
This unzip package allow creates .ZIP file, compatible with PKZip
www.eeworm.com/read/304657/3786810
h ioapi.h
/* ioapi.h -- IO base function header for compress/uncompress .zip
files using zlib + zip or unzip API
Version 1.01e, February 12th, 2005
Copyright (C) 1998-2005 Gilles Vollant
*/
#ifndef
www.eeworm.com/read/304657/3786811
c ioapi.c
/* ioapi.c -- IO base function header for compress/uncompress .zip
files using zlib + zip or unzip API
Version 1.01e, February 12th, 2005
Copyright (C) 1998-2005 Gilles Vollant
*/
#include