搜索结果
找到约 306 项符合
Auto-compression 的查询结果
压缩解压 a small program by Yuval Fisher that has gone a long way to revealing some of the secrets of fracal
a small program by Yuval Fisher that has gone a long way to revealing some of the secrets of fracal image compression.
压缩解压 This library allows creating, modifying and extracting zip archives in the compatible way with PKZIP
This library allows creating, modifying and extracting zip archives in the compatible way with PKZIP (2.5 and higher) and WinZip. Supported are all possible operations on the zip archive: creating, extracting, adding, deleting files from the archive, modifications of the existing archive. There is a ...
DSP编程 使用Usb cy7c68013与DSP通信
使用Usb cy7c68013与DSP通信,现在已经能够很正确的传递(上传数据)了。
USB资源:
使用了Ep2,Ep6
Ep2, out auto
Ep6, in auto
FlagA--- PF3
FlagB--- PF6
FlagC--- PF1
需要 EP2 EMPTY
EP6 FULL信号
因此
FlagA--- PF3 --- EP2空 --- 8 h
Flag ...
matlab例程 This program compress and recostruct using wavelets. We can select level of decomposition(here maxim
This program compress and recostruct using wavelets. We can select level of decomposition(here maximum 4 levels are given) of images using selected wavelet.
For eg:-wavelets can be haar, db1, db2,dmey...............
Decomposition can be viewed in figure.
(Please note that select 256X256 image for be ...
压缩解压 Jpeg2000编解码器
Jpeg2000编解码器,附VC、Delphi等常用编程语言的使用例程
J2K-Codec ver 1.9
=== === === === === === === === =====
Make your graphics look better with an easy-to-use
JPEG 2000 decoding component. J2K-Codec can help
game developers, screensaver creators and many
others to improve their products--to ...
matlab例程 % BackgroundRemoval=[true],false % Gain=[tsquare],linear % BandPass=[paul],fircls % CenterFrequen
% BackgroundRemoval=[true],false
% Gain=[tsquare],linear
% BandPass=[paul],fircls
% CenterFrequency, auto (determined using pburg)
% BandWidth=auto (a fraction of the CenterFrequency default=0.25)
% ContrastStretch=[true],false
% HilbertAmplitude=[true],false
% HorizontalStacking=1 (a number ...
压缩解压 老外的超高效率压缩
老外的超高效率压缩,High efficient Data Compression Library for use with Delphi.
Support Rank, ZIP, BZIP and PPM compression algorithms.
Compression ratio more than 1.5-2 times better than ZIP/RAR archiver.
Compression speed up to 8 Mb/sec (on PIII-600).
matlab例程 This document is intended to serve as an introduction to Wavelet processing through a set of Matlab
This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and compression. These scripts are selfs contents (needed additional ...
压缩解压 zlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any
zlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and operating system. The zlib data format is itself portable across
压缩解压 包含了对于灰度图像的8种jpeg无损压缩的预测方法
包含了对于灰度图像的8种jpeg无损压缩的预测方法,这是用来学习jpeg loseless compression的非常好的例子。idc.h为头文件, image_size.c和readimage.c用来读取目标文件的大小和每个像素的灰度值, jpegll_enc.c和jpegll_dec.c为编码和解码文件。