代码搜索:Compressing
找到约 134 项符合「Compressing」的源代码
代码结果 134
www.eeworm.com/read/127767/14337358
txt e699. compressing a jpeg file.txt
This example implements a method for writing a JPEG file with a specific compression quality. In J2SE 1.4, the compression capability is not functioning properly. This example demonstrates a workaroun
www.eeworm.com/read/416015/11044274
txt read-me.txt
These are the predictions as submitted by the participants.
Apart from compressing them in the case of text files, no changes
have been made from the files uploaded through EasyChair.
--
Thu May 8
www.eeworm.com/read/220918/14783853
cpp test.cpp
#include "zipex.h"
void main()
{
unsigned char * a1,*b1,*c1;
long len1,len2,len3; //len1 --- 压缩前源数据流的长度
//len2 --- 压缩后数据流的长度
//len3 --- 解压后数
www.eeworm.com/read/220916/14783907
cpp test.cpp
#include "zipex.h"
void main()
{
unsigned char * a1,*b1;
long len1,len2,len3; //len1 --- 压缩前源数据流的长度
//len2 --- 压缩后数据流的长度
//len3 --- 解压后数据流的长
www.eeworm.com/read/127767/14335914
txt e451. compressing a file in the gzip format.txt
try {
// Create the GZIP output stream
String outFilename = "outfile.gzip";
GZIPOutputStream out = new GZIPOutputStream(new FileOutputStream(outFilename));
//
www.eeworm.com/read/313702/13582289
c spewg.c
/* spew out a thoroughly gigantic file designed so that bzip2
can compress it reasonably rapidly. This is to help test
support for large files (> 2GB) in a reasonable amount of time.
I sugg
www.eeworm.com/read/132649/5914758
c spewg.c
/*
* ===========================================================================
* PRODUCTION $Log: spewG.c,v $
* PRODUCTION Revision 1000.0 2003/10/29 15:46:03 gouriano
* PRODUCTION PRODUCTION:
www.eeworm.com/read/124347/6053247
c spewg.c
/* spew out a thoroughly gigantic file designed so that bzip2
can compress it reasonably rapidly. This is to help test
support for large files (> 2GB) in a reasonable amount of time.
I sugg
www.eeworm.com/read/152818/12079622
c spewg.c
/* spew out a thoroughly gigantic file designed so that bzip2
can compress it reasonably rapidly. This is to help test
support for large files (> 2GB) in a reasonable amount of time.
I sugg
www.eeworm.com/read/124956/14522324
c spewg.c
/* spew out a thoroughly gigantic file designed so that bzip2
can compress it reasonably rapidly. This is to help test
support for large files (> 2GB) in a reasonable amount of time.
I sugg