代码搜索:Compressing
找到约 134 项符合「Compressing」的源代码
代码结果 134
www.eeworm.com/read/192096/8406295
htm ch01_08.htm
Recipe 1.7. Expanding and Compressing Tabs (Perl Cookbook)
www.eeworm.com/read/390106/8483945
htm compressfile.htm
Compressing a File in the GZIP Format (Java Developers Almanac Example)
www.eeworm.com/read/493132/6406935
cpp rle.cpp
#include "stdafx.h"
#include "compressing.h"
#include
#include
void CompressRLE(CString fileName, CString archName)
{
FILE *in = _wfopen(fileName, L"rb");
FILE *out = _w
www.eeworm.com/read/191923/5160909
cpp lzmaencoder.cpp
// LZMA/Encoder.cpp
#include "StdAfx.h"
#include "../../../Common/Defs.h"
#include "LZMAEncoder.h"
// for minimal compressing code size define these:
// #define COMPRESS_MF_BT
// #define COMPRESS_
www.eeworm.com/read/406690/2275465
cpp lzmaencoder.cpp
// LZMA/Encoder.cpp
#include "StdAfx.h"
#include "../../../Common/Defs.h"
#include "LZMAEncoder.h"
// for minimal compressing code size define these:
// #define COMPRESS_MF_BT
// #define COMPRESS_
www.eeworm.com/read/147311/12567599
html compressfile.html
Compressing a File in the GZIP Format
(Java Developers Almanac Example)
www.eeworm.com/read/390106/8483186
htm jpegwrite.htm
Compressing a JPEG File (Java Developers Almanac Example)
www.eeworm.com/read/390106/8483920
htm comparray.htm
Compressing a Byte Array (Java Developers Almanac Example)
www.eeworm.com/read/149476/5698761
h lzmaram.h
// LzmaRam.h
#ifndef __LzmaRam_h
#define __LzmaRam_h
#include
#include "../../../Common/Types.h"
/*
LzmaRamEncode: BCJ + LZMA RAM->RAM compressing.
It uses .lzma format, but it
www.eeworm.com/read/138727/5814506
h lzmaram.h
// LzmaRam.h
#ifndef __LzmaRam_h
#define __LzmaRam_h
#include
#include "../../../Common/Types.h"
/*
LzmaRamEncode: BCJ + LZMA RAM->RAM compressing.
It uses .lzma format, but it