资源列表
decodec
- 分层多描述解码 由编码程序分出的两个码流 可由此程序恢复原图像-hierarchical coding process by decoding the separation of the two bitstream This procedure can restore the original image
MPEG-4encoder
- mpeg4视频压缩源程序-mpeg4 video compression source
adaptive_arithmetic
- 自适应算术编码的实现,包括编码器和解码器。在vc++.net 2003下开发。-adaptive arithmetic coding implementation, including the encoder and decoder. In vc. Net 2003 under development.
AD590temperature
- ad590温度计的设计和硬件电路的设计和显示源程序-AD590 thermometer in the design and hardware circuit design and display source
Bmp_Jpg
- 将BMP格式的图片转换为JPG格式的图片-BMP format will be converted to JPG picture format photographs
jpegcompress_decompress
- 自己做的简单的jpeg编码程序,支持1:1:1采样的baseline彩色jpeg,输入只能是24bit的BMP文件-doing a simple jpeg coding procedures, and supports 1:1 : a sampling of the baseline color jpeg, import 24bit is the only BMP file
RocJPEG
- 一个很好的压缩编码程序,用户可以在自己的程序里面添加-a good coding procedures, users can own procedures inside Add
huffmandecodingandencoding
- 这是一个基于huffman编码的简单数据流压缩算法,只是一个方便学习huffman的算法-Huffman coding based on the simple data stream compression algorithm, convenience is a learning algorithm Huffman
mp3expand
- 这是一款mp3解压缩源代码,可以明白mp3音频格式解压缩的原理和过程。-mp3 extract the source code, can understand MP3 audio format decompression of principles and processes.
Thuffman
- 对文件进行Huffman编码压缩的算法程序,简单易懂。-the documents Huffman compression algorithm coding procedures, simple and understandable.
lzwfordepresscoding
- LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。 解压缩时,读入<in-