代码搜索:Compression
找到约 9,238 项符合「Compression」的源代码
代码结果 9,238
www.eeworm.com/read/413815/2159052
readme-lzw-compression
This archive will re-enable LZW compression in libtiff. N.B. That
Unisys's position in regards to non-licenced LZW compression is clear:
"Unisys has frequently been asked whether a Unisys license i
www.eeworm.com/read/379392/2674297
js de-compression.js
/*
Copyright 2006 Christian Gross http://www.devspace.com
From the book Ajax Patterns and Best Practices
Licensed under the Apache License, Version 2.0 (the "License");
you may not use
www.eeworm.com/read/370635/9589639
m test_compression.m
% test the quadtree construction in wavelet domain
%
% Copyright (c) 2005 Gabriel Peyr
www.eeworm.com/read/267768/11163829
mpf a-law_compression.mpf
; Copyright Mentor Graphics Corporation 2004
;
; All Rights Reserved.
;
; THIS WORK CONTAINS TRADE SECRET AND PROPRIETARY INFORMATION WHICH IS THE PROPERTY OF
; MENTOR GRAPHICS CORPORATION OR IT
www.eeworm.com/read/334712/12580187
ppt audio-compression.ppt
www.eeworm.com/read/202273/15387218
ppt audio-compression.ppt
www.eeworm.com/read/431254/8693129
ppt lossy_image_compression.ppt
www.eeworm.com/read/166938/9988460
m signal_compression2.m
load nelec;
indx = 1:1024;
x = nelec(indx);
%用小波函数haar对信号进行5层分解
[c,l] = wavedec(x,5,'haar');
%获取信号压缩的阀值
[thr,nkeep] = ddencmp('cmp','wv',x);
%对信号进行压缩
xd = wdencmp('gbl',c,l,'haar',5,thr,'