代码搜索:Compression
找到约 9,238 项符合「Compression」的源代码
代码结果 9,238
www.eeworm.com/read/403922/11500349
html phar.cancompress.html
Returns whether phar extension supports compression using either zlib or
www.eeworm.com/read/121395/14757759
c dns_packet.c
/*
DNS should have used LZ77 instead of its own sophomoric compression algorithm.
*/
#include "error.h"
#include "dns.h"
unsigned int dns_packet_copy(const char *buf,unsigned int len,unsigned int po
www.eeworm.com/read/206147/15299474
html qtbpc.html
Qbit Details
Quad Tree Bit Plane Compression
File Format
The data stream consists of two segments, a series of half byt
www.eeworm.com/read/347220/3174011
ac configure.ac
dnl -*- m4 -*-
dnl
dnl libz - zlib compression library
dnl
AC_REVISION([$Id: configure.ac,v 1.3 2003/06/05 02:14:09 rob Exp $])dnl
dnl Process this file with autoconf to produce a configure script.
www.eeworm.com/read/285338/4053764
m cmponly_length9.m
% PSNR value for decompression image using wavelet compression only
% 34.4303
clear all;
close all;
t=cputime;
input_ima=imread('saturn.tif');
N=9;
[CA,CH,CV,CD] = DWT2(input_ima,'bior3.3
www.eeworm.com/read/285338/4053765
m cmponly_length7.m
% PSNR value for decompression image using wavelet compression only
% 34.4303
clear all;
close all;
t=cputime;
input_ima=imread('saturn.tif');
N=7;
[CA,CH,CV,CD] = DWT2(input_ima,'bior3.3
www.eeworm.com/read/285338/4053766
m cmponly_length3.m
% PSNR value for decompression image using wavelet compression only
% 34.4303
clear all;
close all;
t=cputime;
input_ima=imread('saturn.tif');
N=3;
[CA,CH,CV,CD] = DWT2(input_ima,'bior3.3
www.eeworm.com/read/285338/4053767
m cmponly_length2.m
% PSNR value for decompression image using wavelet compression only
% 34.4303
clear all;
close all;
t=cputime;
input_ima=imread('saturn.tif');
N=2;
[CA,CH,CV,CD] = DWT2(input_ima,'bior3.3
www.eeworm.com/read/285338/4053768
m cmponly_length4.m
% PSNR value for decompression image using wavelet compression only
% 34.4303
clear all;
close all;
t=cputime;
input_ima=imread('saturn.tif');
N=4;
[CA,CH,CV,CD] = DWT2(input_ima,'bior3.3
www.eeworm.com/read/285338/4053769
m cmponly_length5.m
% PSNR value for decompression image using wavelet compression only
% 34.4303
clear all;
close all;
t=cputime;
input_ima=imread('saturn.tif');
N=5;
[CA,CH,CV,CD] = DWT2(input_ima,'bior3.3