资源列表
adpcm
- 8位无符号4-BIT ADPCM编码和解码程序
DM6446_h264
- 最新视频压缩算法--h.264算法,可直接移植到达芬奇DM6446平台,已经通过验证。
EZW算法
- 采用小波零树的EZW压缩编码算法,matlab实现代码-This code adopted the zero tree to fulfill the algorithm in matlab.
MATLAB LZW Compress
- MATLAB LZW Compression 1. norm2lzw.m (encoder function) 2. lzw2norm.m (decoder function) 3. lzw_demo1.m (demo file) 4. lzw_docs.zip (documentation) 5. Disclamer.txt (this is the disclamer) 6. ReadMe.txt (this file) 6.
rddata.m
- 用于解压212格式的心电数据
Mapgis二次开发示例VB版
- Mapgis二次开发示例VB版
基于形态学的信号压缩算法
- 基于形态学的信号压缩算法matlab程序,能够实现较高的压缩比
zipfunc.使用zlib进行压缩和解压的程序
- 一个使用zlib进行压缩和解压的程序,a encoding and decoding program using zlib
zip.rar
- zip格式压缩解压缩源码及演示 先用VC编译czip_source目录内程序,之后拷贝debug目录内zipdll.dll和zipdll.lib到czip_demo目录再编译此目录内程序即可得到演示程序test_zip,zip form compression solution compression source code and the demonstration first uses VC to translate in the czip_source table of contents
JPEGcompression.rar
- 1.首先通过DCT变换去除数据冗余; 2.使用量化表对DCT系数进行量化; 3.对量化后的系数进行Huffman编码。 具体源程序由主程序及两个子程序(DCT量化、Huffman编码)组成: ,1. First of all, through the DCT transform to remove data redundancy 2. The use of quantization table of quantization DCT coefficients 3. Of quanti
dpcm.rar
- DPCM编码的simulink仿真实现,很好很强大!!!,DPCM coding simulink simulation, very good very strong! ! !
LZSS.rar
- LZSS压缩解压:使用LZSS算法对文本文件进行压缩和解压,LZSS