代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/445571/1720251
cs compressor.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
namespace QiHe.CodeLib.Compress
{
public class Compressor
{
const int MaximumLength = 258;
www.eeworm.com/read/427736/1966801
cpp handlerout.cpp
// HandlerOut.cpp
#include "StdAfx.h"
#include "../../../Common/StringToInt.h"
#include "../../../Windows/PropVariant.h"
#ifdef COMPRESS_MT
#include "../../../Windows/System.h"
#endif
www.eeworm.com/read/427735/1967271
cpp handlerout.cpp
// HandlerOut.cpp
#include "StdAfx.h"
#include "../../../Common/StringToInt.h"
#include "../../../Windows/PropVariant.h"
#ifdef COMPRESS_MT
#include "../../../Windows/System.h"
#endif
www.eeworm.com/read/427735/1967395
cpp tarupdate.cpp
// TarUpdate.cpp
#include "StdAfx.h"
#include "../../Common/LimitedStreams.h"
#include "../../Common/ProgressUtils.h"
#include "../../Compress/CopyCoder.h"
#include "TarOut.h"
#include "
www.eeworm.com/read/419645/2074617
cpp copycoder.cpp
// Compress/CopyCoder.cpp
#include "StdAfx.h"
extern "C"
{
#include "../../../../C/Alloc.h"
}
#include "CopyCoder.h"
#include "../../Common/StreamUtils.h"
namespace NCompress {
stat
www.eeworm.com/read/412251/2173298
svn-base visual-basic.txt.svn-base
See below some functions declarations for Visual Basic.
Frequently Asked Question:
Q: Each time I use the compress function I get the -5 error (not enough
room in the output buffer).
A: M
www.eeworm.com/read/412251/2173317
txt visual-basic.txt
See below some functions declarations for Visual Basic.
Frequently Asked Question:
Q: Each time I use the compress function I get the -5 error (not enough
room in the output buffer).
A: M
www.eeworm.com/read/395296/2442516
examples readme.examples
This directory contains examples of the use of zlib.
fitblk.c
compress just enough input to nearly fill a requested output size
- zlib isn't designed to do this, but fitblk does it anyway
gu