代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/446305/1713428
c slhc.c
/*
* Routines to compress and uncompress tcp packets (for transmission
* over low speed serial lines).
*
* Copyright (c) 1989 Regents of the University of California.
* All rights reserved.
www.eeworm.com/read/445571/1720248
cs compressionoption.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace QiHe.CodeLib.Compress
{
public enum CompressionOption
{
Faster,
Normal,
Smaller
www.eeworm.com/read/445571/1720253
cs deflatehuffmancoding.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace QiHe.CodeLib.Compress
{
public static class DeflateHuffmanCoding
{
///
/// Comp
www.eeworm.com/read/445571/1720266
cs deflatecoding.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace QiHe.CodeLib.Compress.DeflateFormat
{
public static class DeflateCoding
{
///
/
www.eeworm.com/read/445571/1720277
cs pdfcompresser.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace AnotherPDFLib
{
public class PdfCompresser
{
public static void Compress(PdfDocument pdfdoc)
www.eeworm.com/read/412251/2173346
svn-base zlib.cpp.svn-base
#include
#pragma hdrstop
//---------------------------------------------------------------------------
USEUNIT("adler32.c");
USEUNIT("compress.c");
USEUNIT("crc32.c");
USEUNIT("defla
www.eeworm.com/read/412251/2173355
cpp zlib.cpp
#include
#pragma hdrstop
//---------------------------------------------------------------------------
USEUNIT("adler32.c");
USEUNIT("compress.c");
USEUNIT("crc32.c");
USEUNIT("defla
www.eeworm.com/read/388903/2545836
cpp zlib.cpp
#include
#pragma hdrstop
//---------------------------------------------------------------------------
USEUNIT("adler32.c");
USEUNIT("compress.c");
USEUNIT("crc32.c");
USEUNIT("defla
www.eeworm.com/read/372858/2768694
c slhc.c
/*
* Routines to compress and uncompress tcp packets (for transmission
* over low speed serial lines).
*
* Copyright (c) 1989 Regents of the University of California.
* All rights reserved.
*
*
www.eeworm.com/read/366359/2891101
cpp zlib.cpp
#include
#pragma hdrstop
//---------------------------------------------------------------------------
USEUNIT("adler32.c");
USEUNIT("compress.c");
USEUNIT("crc32.c");
USEUNIT("defla