代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/111692/6153599
cpp rangecoderbit.cpp
// Compress/RangeCoder/RangeCoderBit.cpp
#include "StdAfx.h"
#include "RangeCoderBit.h"
namespace NCompress {
namespace NRangeCoder {
UInt32 CPriceTables::ProbPrices[kBitModelTotal >> kNu
www.eeworm.com/read/111025/6160371
c vj.c
/*
* Routines to compress and uncompess tcp packets (for transmission
* over low speed serial lines.
*
* Copyright (c) 1989 Regents of the University of California.
* All rights reserved.
*
* R
www.eeworm.com/read/108466/6182577
c vj.c
/*
* Routines to compress and uncompess tcp packets (for transmission
* over low speed serial lines.
*
* Copyright (c) 1989 Regents of the University of California.
* All rights reserved.
*
* R
www.eeworm.com/read/105192/6200308
c vj.c
/*
* Routines to compress and uncompess tcp packets (for transmission
* over low speed serial lines.
*
* Copyright (c) 1989 Regents of the University of California.
* All rights reserved.
*
* R
www.eeworm.com/read/103524/6213853
c vj.c
/*
* Routines to compress and uncompess tcp packets (for transmission
* over low speed serial lines.
*
* Copyright (c) 1989 Regents of the University of California.
* All rights reserved.
*
* R
www.eeworm.com/read/408407/11389366
txt i3comp_readme.txt
InstallShield File Compressor
Version 3.00.062 for Microsoft Windows 95
Usage: Compress path\input path\output [pathinlib] -Options
where
input/output - can include wildcard characters
path
www.eeworm.com/read/408407/11389487
txt lzop_readme.txt
NAME
lzop - compress or expand files
ABSTRACT
lzop is a file compressor very similar to gzip. lzop favors speed over
compression ratio.
SYNOPSIS
lzop [ *command* ] [ *options
www.eeworm.com/read/402583/11533159
txt huffuman_encoding.txt
/////////////////////////////////////////////
#include
#include
short father[512];
unsigned short code[256], heap_length;
unsigned long compress_charcount, f
www.eeworm.com/read/402254/11540140
dfm ucompress.dfm
object compress: Tcompress
Left = 279
Top = 270
BorderStyle = bsToolWindow
Caption = #21387#32553#35774#32622
ClientHeight = 86
ClientWidth = 315
Color = clBtnFace
Font.Charset
www.eeworm.com/read/338227/12317718
h util.h
BOOL Printer_Connect();
BOOL
SendData(
LPBYTE lpByte,
DWORD dwLength
);
void Printer_Disconnect();
DWORD
Compress(
LPBYTE oData,
LPBYTE nData
);
BYTE
GrayScale(
BYTE r,