代码搜索:Compressed
找到约 3,459 项符合「Compressed」的源代码
代码结果 3,459
www.eeworm.com/read/100195/15881311
doc special.doc
FIPS 1.5 - file SPECIAL.DOC
---------------------------
S1. Use with Stacker/SuperStor/Doublespace etc.
S2. Use with OS/2
S3. Use with OnTrack Disk Manager and similar drivers
-------------
www.eeworm.com/read/100147/15882695
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/100147/15882731
1 gzip.1
.PU
.TH GZIP 1 local
.SH NAME
gzip, gunzip, zcat \- compress or expand files
.SH SYNOPSIS
.ll +8
.B gzip
.RB [ " \-acdfhlLnNrtvV19 " ]
.RB [ \-S\ suffix ]
[
.I "name \&..."
]
.ll -8
.br
.B gunzip
.RB
www.eeworm.com/read/100147/15882732
doc gzip.doc
GZIP(1) USER COMMANDS GZIP(1)
NAME
gzip, gunzip, zcat - compress or expand files
SYNOPSIS
gzip [ -acdfhlLnNrtvV19 ] [-S suffix] [ name ... ]
gunzi
www.eeworm.com/read/100145/15882785
man compress.man
COMPRESS 1 local
NAME compress, uncompress, zcat - compress and expand data
SYNOPSIS
compress [-cCdDf?hkKvV][-b maxbits][-Iinpath][-Ooutpath][filenames...]
uncompress [-fCcvVkK?h][
www.eeworm.com/read/489331/6470200
m comprsn-ratio.m
K=imfinfo ('skull-50.jpg');
L=imfinfo ('skull-50.jpg');
M=imfinfo ('skull-50.jpg');
image_bytes=K.Width*K.Height*K.BitDepth/8
compressed_bytes_K=K.FileSize
image_bytes=L.Width*L.Height*L.BitD
www.eeworm.com/read/217792/14951343
m sum_distance.m
% function distance = Sum_distance(x_compressed, y_compressed, cdbk_distance): image
% similarity calculation based on sumation of Euclidean distance over all
% pairs of codewords
%
% Input:
www.eeworm.com/read/106597/6191650
cpp lpc10codec.cpp
/***************************************************************************
* *
* This program is free software; you can
www.eeworm.com/read/217792/14951338
m main_vq.m
function [mse_VQ, R2_VQ, accu_VQ] = main_VQ(blocksize,nwds)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% VQ -> compressed_image
fprintf('\n');
fprintf('VQ begin...\n');
[compress
www.eeworm.com/read/152843/5659679
makefile
#
# arch/cris/boot/Makefile
#
target = $(target_boot_dir)
src = $(src_boot_dir)
zImage: compressed/vmlinuz
compressed/vmlinuz:
@$(MAKE) -f $(src)/compressed/Makefile $(target_compressed_dir)/vml