代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/159868/10606427
inc mysqlinc.inc
{$UnDef NEVERENABLEME}
{Note: has basically the same role as EXTRA_DEBUG in mysql and should not be enabled except for testing purposes}
{$Define HAVE_COMPRESS}
{this will actually include zlib c
www.eeworm.com/read/419703/10842257
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,
www.eeworm.com/read/271760/10981642
m comp.m
function xout=comp(x,n)
%COMP Compress a vector or matrix
% COMP(X,n) returns the first element of X and every Nth+1
% element thereafter, if X is vector
% OR
%
www.eeworm.com/read/407834/6919880
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/461868/7215246
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Data_Compress_System.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME
www.eeworm.com/read/136971/13350652
hlp gzip.hlp
1 GZIP
NAME
gzip, gunzip, zcat - compress or expand files
SYNOPSIS
gzip [ -acdfhlLnNrtvV19 ] [-S suffix] [ name ... ]
gunzip [ -acfhlLnNrtvV ] [-S suffix] [ name ... ]
zcat [ -fhL
www.eeworm.com/read/136971/13350739
doc gzip.doc
User Commands GZIP(1)
NAME
gzip, gunzip, zcat - compress or expand files
SYNOPSIS
gzip [ -acdfhlLnNrtvV19 ] [-S suffix] [ name ... ]
gunzip [ -acfhlLnNrtvV ] [-S suffix] [ na
www.eeworm.com/read/316047/13531215
m comp.m
function xout=comp(x,n)
%COMP Compress a vector or matrix
% COMP(X,n) returns the first element of X and every Nth+1
% element thereafter, if X is vector
% OR
%
www.eeworm.com/read/302787/13827444
v top.v
// altitude measure radar pulse compress process;
//author:baosr;
//version:1.0;
//data:2006.08.28
//module partition description;
//module hierarchy:
//top------interface
//---------core_ctrl_reg
//-
www.eeworm.com/read/149476/5698891
cpp rangecoderbit.cpp
// Compress/RangeCoder/RangeCoderBit.cpp
#include "StdAfx.h"
#include "RangeCoderBit.h"
namespace NCompress {
namespace NRangeCoder {
UInt32 CPriceTables::ProbPrices[kBitModelTotal >> kNu