搜索资源列表
SPIHT(Matlab).zip
- % Matlab implementation of SPIHT (without Arithmatic coding stage) % % By Jing Tian, scuteejtian@hotmail.com fprintf('----------- Welcome to SPIHT Matlab Demo! ----------------\n'); fprintf('----------- Load
LRC
- GPS定位数据压缩算法的设计与实现 文章作者:杨宏业 张 跃 为了解决嵌入式GPS车载系统存储空间小、GPS定位数据量大的矛盾,根据GPS定位数据的特 点,提出了专用于GPS定全数据压缩的改进型半字节压缩算法。-the design and implementation of GPS locaton data compression algrithm.author:yanghongye,zhangyao.solve the problem of gps car-carring s
程序内存驻留程序(TSR)8
- 在C语言中,可以用keep ( )函数将程序驻留内存。这个函数有两个参数:status和size。size为驻留内存长度,可以用size=_SS+_SP/16-_psp得到,当然这也是一种估算的方法,并不是精确值。函数执行完以后,出口状态信息保存在status中。比如,对于上面的例子,将“geninterrupt (0x60) ”改写成“keep(0,_SS+_SP/16-_psp) ”后再执行程序,这一段程序就被驻留,此后在其它的任何软件或程序设计中,只要用到了60H号中断,就会在屏幕上显示“
adaptive_arithmetic
- 自适应算术编码的实现,包括编码器和解码器。在vc++.net 2003下开发。-adaptive arithmetic coding implementation, including the encoder and decoder. In vc. Net 2003 under development.
LZSS
- C++ implementation of LZSS
RV_Media_Jpeg2000_SDK
- 这是jpeg2000的压缩算法,讲述了基本的算法,及其实现方法-jpeg2000 This is the compression algorithms, on the basic algorithm, and its implementation
Huffman_6
- 一个多种压缩方法的程序,不过代码比较多。实现了huffman压缩的功能-a variety of compression methods of procedure, but more code. Implementation of the Huffman compression function
Adaptive_arithmetic_code
- 自适应算术编码算法,包含有编码器和解码器的实现,共从事图像编码压缩的朋友参考。-adaptive arithmetic coding algorithm, includes encoder and decoder implementation. engaged in a total image coding reference to a friend.
digitalImageCoding
- 《VC++数字图像处理典型算法及实现》一书的第十二章,图像压缩编码-"VC typical digital image processing algorithm and implementation," a book of 12 chapters, Image Coding
MPG200~1.ZIP
- 关于DVD的MPEG2用的DSP代码,在DSP的实现MPEG的压缩,解压算法.-on DVD MPEG2 using the DSP code, the DSP implementation of MPEG compression, Decompression algorithms.
huffman-0.7
- Huffman 压缩/解压算法的ANSI C实现 This archive contains a simple and readable ANSI C implementation of Huffman coding and decoding. This implementation is not intended to be the best, fastest, smallest, or any other performance related adjective. M
LSk
- Listless Speck Codec. This is a implementation of Listless Speck Codec.-Listless Speck Codec. This is a implementa tion of Listless Speck Codec.
SPIHT_matlab_code
- MATLAB implementation of SPIHT (without Arithmatic coding stage). % Performance evaluation : this toolbox VS. SPIHT % Test image: lena512.raw % bpp SPIHT(dB) This code(dB) % 0.1000 29.8107 29.3202 % 0.2000 32.7202 32.2514 % 0.3000 34.5
wssdxt
- 能有效的实现网上书店系统的前台服务器和后台数据库的连接,实现网上书店的管理和功能实现.-can achieve an effective system of online bookstores prospects server and database connectivity, Implementation of the online bookstore and management functions.
VqmCalcSrc-0.21
- This program is an implementation of a part of one or more MPEG-4 Video tools as specified in ISO/IEC 14496-2 standard.-This program is an implementation of a part of one or more MPEG-4 Video tools as specified in ISO / IEC 14496-2 standard.
lpc_2.4kbps
- LPC 2.4kbps codec meeting Federal Standard 1016 CELP implementation-LPC 2.4kbps codec meeting Federal Standar d 1016 CELP implementation
VBysjys
- vb压缩解压缩的实现,压缩比例高,执行速度快-vb decompress compressed to achieve higher compression ratio, faster implementation
SIFT.rar
- 在Matlab中实现基于旋转尺度不变特征提取特征点的方法。,Matlab implementation of the rotation based on scale-invariant feature extraction method of feature points.
STBGWX
- Lzw数据压缩算法的源代码,使用c语言实现的 .包括Huffuman算法,RLE算法,LZ算法-Data compression algorithm Lzw source code, use the c language of implementation. Huffuman algorithm include, RLE algorithm, LZ algorithm
SVD_on_Matlab
- SVD algorithm implementation in Matlab