搜索资源列表
RC6算法C优化
- 一个不错的语音编解码程序-a good voice codecs procedures
H263EncodeDecode
- 文件内包含H.263视频编码算法和解码算法2个文件,主要应用实时视频通信,在视频会议中应用较多。-document containing H.263 video encoding and decoding algorithms two documents, Application of the main real-time video communications, video conferencing application more.
EZWVCcode
- 介绍EZW编解码算法的全部代码,该源代码包含有6个文件: EZW.H - EZW编码器头文件 EZW.C - EZW编码器文件 MATRIX2D.H MATRIX2D.C - 编码器数据结果定义和数据操作 FIFO.H FIFO.C - 扫描方式定义:先入先出原则 LIST.H LIST.C - 零树结构定义和操作 UNEZW.C - EZW解码器 -introduced EZW coding of all the code, the source code incl
G.723.1_c
- ITU-T G.723.1语音编解码算法源代码-ITU-T G.723.1 speech codec algorithm source code
JM60.ZIP
- H.264编解码算法源代码-H.264 codec algorithm source code
H264视频编解码程序
- H264视频编解码程序,对于理解H264算法很有帮助
MPEG-4解码技术
- 本程序介绍MPEG-4解码技术,在系统实现过程中用到大量算法。
Jpeg_code_decode
- MATLAB图像压缩JPEG编解码算法,多种参数对比,代码详细实现JPEG编解码标准算法
lzwC.rar
- lzw字典编码解码算法源代码 C++程序,Dictionary lzw codec algorithm source code C++ program
DCTJPEG
- 使用Matlab编程实现发送端信源编码(图像压缩)和接收端信源解码(图像重建),其中的编解码算法可采用基于DCT变换的JPEG图像压缩标准;测试图像加噪,然后对去噪后的图像进行压缩与重建,分析压缩性能;研究基于下采样和内插的图像压缩算法;可将8bit/pixel灰度图像扩展至24bit/pixel彩色图像,或者采用无损压缩算法对图像压缩。-Sender using the Matlab programming source coding (image compression) and the r
AAC_matlab
- HE-AAC 解码算法的matlab代码,包含各种测试文件,可以运行测试 验证的。-High efficient AAC decoder,wihch compitable with mepg2-aac and mpeg4-aac, also including different types of testing files,you can run the progtam and test it.
pentax
- pentax的xif解码算法,数码相机专用,为嵌入式系统特别做了优化-pentax xif decode liberary, for embedded system
canon
- 佳能格式XIF解码算法,嵌入式系统优化,速度快,占用内存小-xif decoder of canon, for embedded system
sprc441
- 达芬奇 DM6446 解码算法工具,很实用。-DaVinci DM6446 decoding algorithm tool, very useful.
EZW
- C语言编写的EZW编解码算法,其中编码扫描的方式为先入先出原则-C language EZW codec algorithm, which scans the code for the principle of FIFO
Copy_of_abs1
- 图像压缩算法! 这种算法不同传统算法! 特点:图像质量高清,编码解码速度快,失真小!-spiht algoritm based image compression
ezw
- 本文件夹内包含了经典的比较全面的EZW编解码算法,希望大家共同学习-This folder contains a lot about the image wavelet transform method in English literature, hope that we learn together
ldpc
- 程序文件夹中包含对LDPC最佳解码算法实现程序,分为两个子文件夹,一个为源程序,一个为可执行程序-the best decoding algrithm for LDPC,the rar including source code and exe.
image_huffman
- 霍夫曼算法--解码算法--MATLAB实现-Huffman decoding algorithm based on MATLAB algorithm to achieve
LZW压缩解压算法的完整实现
- LZW算法:又称串表压缩算法,是无损压缩的一种。采用字典的方式编码和解码。