搜索资源列表
jpeg-mpeg编解码技术
- jpeg and mpeg 编解码技术源代码-Source code of coding/decoding method to jpeg-mpeg
jpeg_jiema
- jpeg解码C代码, jpeg解码C代码,jpeg解码C代码-jpeg decoder C code, jpeg decoder C code, jpeg decoder C code
jpegdecode
- 简洁版的 jpeg 解码程序!~~~ 移植性强 适用于各种嵌入式
jpgdecode
- 这是JPEG解码源代码,C++环境下的,试过了 ,可以运行
JpegDecoder
- Jpeg解码器的源代码,用C语言实现,很详细。
原代码1JPEG基本系统的解码器
- JPEG基本系统的解码器-JPEG decoders
jpegsr8b
- JPEG解码
JPEG编码解码源代码
- JPEGԴ.rar
jpeg_decode
- jpeg编码和解码,给出了jpeg文件量化表,编码表及其数据的读入-encoding and decoding jpeg, jpeg files are given quantization table, coding table and its data is read into
jpeg2bmp
- JPEG解码算法,完成的解码算法,可以直接得到位图,适合嵌入式系统-JPEG
JPEGdecode
- JPEG编码,解码的实现。包括可执行文件和源码-JPEG encoding and decoding implementations. Including the executable file and source code
JPEGDECODER
- jpeg的解码器,包含了汇编代码,并做过了优化,使用了浮点运算。-A JPEG decoder written entirely in assembly with SSE and SSE2 optimizations. Uses floating point internally for maximum precision
jpeg
- VC++6.0环境下的jpeg编码解码及处理类库-A Object library used for encoding and decoding jpeg image in vc++6.0
VisualCMPEGJPEG
- Visual C++实现MPEG/JPEG编码和解码技术的源代码,有关离散余弦压缩方法和块运动估算的方法。-MPEG/JPEG Encode Decode
jpegEnc_0.1
- 提供jpeg图像解码的基本功能,使用标准C编写-This is jpegEnc, a tiny foot print jpeg encoder
CPP-JPEG-MPEG-Code-decode
- visual c++ 编解码技术配套光盘-C++ JPEG-MPEG Code-decode.rar
JPEG
- 使用matlab实现的jpeg基本系统,输入为灰度图像,输出为使用‘0’‘1’字符表示的字符串。 包括dct编码与解码、量化与反量化,Huffman编码与解码(The JPEG basic system implemented with MATLAB is entered into a gray image, and the output is a string represented with a '0' '1' character. Including DCT coding and de
JPEG lite
- 将图片分割成8*8的块然后进行DCT和量化,编码及解码(For further improvement each 8x8 block of the difference image can be transformed using a 2D DCT before quantizing and coding)
MATLAB读取JPEG图片的DCT系数
- jpg编解码,提取DCT系数,dc系数和ac系数的哈夫曼编码表等(Jpg coding and decoding, extracting DCT coefficients, DC coefficients and AC coefficients Huffman coding table, etc.)