代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/188651/8521281
nt makefile.nt
# Makefile for zlib
!include
CC=cl
LD=link
CFLAGS=-O -nologo
LDFLAGS=
O=.obj
# variables
OBJ1 = adler32$(O) compress$(O) crc32$(O) gzio$(O) uncompr$(O) deflate$(O) \
tre
www.eeworm.com/read/284411/8934657
c moduleld.c
#include "global.h"
#include "config.h"
#include "memmap.h"
#include "hwsetup.h"
#include "fs9660.h"
#include "framebuf.h"
#ifdef COMPRESS_MODULE
#ifdef SUPPORT_EPP_DBG
#define DBU_MODULE_
www.eeworm.com/read/284410/8935169
nt makefile.nt
# Makefile for zlib
!include
CC=cl
LD=link
CFLAGS=-O -nologo
LDFLAGS=
O=.obj
# variables
OBJ1 = adler32$(O) compress$(O) crc32$(O) gzio$(O) uncompr$(O) deflate$(O) \
tre
www.eeworm.com/read/467632/7006260
hpj wbstego4en.hpj
; This file is maintained by HCW. Do not modify this file directly.
[OPTIONS]
COMPRESS=12 Hall Zeck
LCID=0x409 0x0 0x0 ; English (United States)
REPORT=Yes
FTS=3
CONTENTS=welcome
TITLE=wbSteg
www.eeworm.com/read/299653/7841115
nt makefile.nt
# Makefile for zlib
!include
CC=cl
LD=link
CFLAGS=-O -nologo
LDFLAGS=
O=.obj
# variables
OBJ1 = adler32$(O) compress$(O) crc32$(O) gzio$(O) uncompr$(O) deflate$(O) \
tre
www.eeworm.com/read/323689/13326168
m yasuo.m
function [sc,snr,nzn]=con_rec(s,bi_th,r)
% wavelet subband compress and recovery based on HAS (基于掩蔽效应的小波压缩和修复)
% s: original signal (原始信号)
% b1_th:threshold value of
www.eeworm.com/read/309146/13680770
nt makefile.nt
# Makefile for zlib
!include
CC=cl
LD=link
CFLAGS=-O -nologo
LDFLAGS=
O=.obj
# variables
OBJ1 = adler32$(O) compress$(O) crc32$(O) gzio$(O) uncompr$(O) deflate$(O) \
tre
www.eeworm.com/read/149476/5699222
c 7zdecode.c
/* 7zDecode.c */
#include "7zDecode.h"
#ifdef _SZ_ONE_DIRECTORY
#include "LzmaDecode.h"
#else
#include "../../Compress/LZMA_C/LzmaDecode.h"
#endif
CMethodID k_Copy = { { 0x0 }, 1 };
CMetho
www.eeworm.com/read/138727/5814880
c 7zdecode.c
/* 7zDecode.c */
#include "7zDecode.h"
#ifdef _SZ_ONE_DIRECTORY
#include "LzmaDecode.h"
#else
#include "../../Compress/LZMA_C/LzmaDecode.h"
#endif
CMethodID k_Copy = { { 0x0 }, 1 };
CMetho
www.eeworm.com/read/133772/5901058
h zlib.h
#ifndef __LINUX_ZLIB_H__
#define __LINUX_ZLIB_H__
#include
#define zlib_deflateInit(x,y) deflateInit(x,y)
#define zlib_deflate(x,y) deflate(x,y)
#define zlib_deflateEnd(