搜索资源列表

  1. vcAVsource

    0下载:
  2. < vc音视频编解码技术及实践>>一书全部源码,包括jpeg、mpeg1、2、4,h264编解码等-<Vc audio and video codec technology and practice of>> a book all the source code, including jpeg, mpeg1, 2,4, h264 codec, etc.
  3. 所属分类:多媒体

    • 发布日期:2024-05-20
    • 文件大小:29897728
    • 提供者:武剑
  1. jpeg_verilog

    0下载:
  2. JPEG 的解码器,没测试过,手里没有合适的平台-JPEG decoder, not tested, the hands of no suitable platform
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-20
    • 文件大小:80896
    • 提供者:youjia
  1. Jpeg_show

    0下载:
  2. jpeg show 对jpeg的编解码的参考,使用wince 5.0平台,在evc4.0环境下的代码,非常有参考意义。-jpeg show of jpeg codec reference, use wince 5.0 platform environment evc4.0 code, very useful.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:187392
    • 提供者:林健枫
  1. JpegDecoderAndEncoder

    0下载:
  2. jpeg的编解码代码,参考云风的jpeg.txt写的,欢迎指教^_^-jpeg codec code, refer to cloud wind jpeg.txt written comments welcome ^ _ ^
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-20
    • 文件大小:351232
    • 提供者:飞飞
  1. JPEG_decode

    0下载:
  2. JPEG图片格式解码成为BMP格式,详细分析了JPEG图片的存储格式。-JPEG image format decoding become BMP format, a detailed analysis of the JPEG image storage format.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:Sky Killer
  1. JPEG_AVR

    0下载:
  2. 在AVR上实现jpeg的解码,不过AVR的RAM不够,要外扩。在128上使用没出过问题-In the AVR to achieve jpeg decoder, but the AVR-RAM is not enough to extend outside. 128 not out to use the problem
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:3727360
    • 提供者:杜伟
  1. jpegpred

    0下载:
  2. 包含了对于灰度图像的8种jpeg无损压缩的预测方法,这是用来学习jpeg loseless compression的非常好的例子。idc.h为头文件, image_size.c和readimage.c用来读取目标文件的大小和每个像素的灰度值, jpegll_enc.c和jpegll_dec.c为编码和解码文件。-Contains the eight kinds of gray-scale images jpeg lossless com
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:nan kang
  1. decodejpeg

    0下载:
  2. 将jpg图片解码成bmp,有图片例子-Will decode into a jpg picture bmp, has picture examples
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-20
    • 文件大小:300032
    • 提供者:
  1. JPEG2BMP

    0下载:
  2. 一个将JPEG解码为BMP的程序,解决了对于基线扫描的JPEG的解码问题,支持24位与灰度图-A JPEG decoding process for the BMP to address the baseline scan for the JPEG decoder issue, and support 24-bit and grayscale
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:3428352
    • 提供者:ming
  1. vc

    0下载:
  2. 用c写的jpg编解码,包括jpeg2bmp和bmp2jpeg,可在vc6下调试。-With c written jpg codec, including jpeg2bmp and bmp2jpeg, may be under vc6 debugger.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:223232
    • 提供者:aki
  1. djpeg

    0下载:
  2. 实现jpeg图像解码功能。 代码设计思路:1, Reconstruct the Huffman/RLE stream to a sequence 2, Arrange the sequence to a matrix using the zigzag scanning backwards 3, Multiply the matrix by quantization table 􀂄 4, Perform
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:186368
    • 提供者:颜新卉
  1. jpeg

    0下载:
  2. 论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件;通过相应的解码程序又可以把图象解压缩出来。在图象传送过程中,我们经常采用JPEG格式对静态图象进行编码。JPEG基本系统是一种有损编码,无法完全恢复出原图象,信息有一定的丢失,称为有损压缩。尽管我们希望能够无损压缩,但是通常有损压缩的压缩比(即原图象占的字节数与压缩后图象占的字节数之比,压缩比越大,说明压缩效率
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1959936
    • 提供者:李明
  1. Jpeg_code_decode

    0下载:
  2. MATLAB图像压缩JPEG编解码算法,多种参数对比,代码详细实现JPEG编解码标准算法-MATLAB codec JPEG image compression algorithm, multi-parameter comparison, the code in detail to achieve the standard JPEG codec algorithm
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:57344
    • 提供者:胡易
  1. jpegdecode

    0下载:
  2. 图像解码。JPEG,matlab实现。图像解码源码-Image decoding. JPEG, matlab realize. Image decoding source
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Mark Li
  1. c6400

    0下载:
  2. h263,jpeg,mpeg2编解码核心程序(TI DSP C64xx)-h263, jpeg, mpeg2 codec core processes (TI DSP C64xx)
  3. 所属分类:DSP编程

    • 发布日期:2024-05-20
    • 文件大小:161792
    • 提供者:小菲
  1. jpgdecode

    1下载:
  2. 这是JPEG解码源代码,C++环境下的,试过了 ,可以运行-This is a JPEG decoder source code, C++ Environment, and tried, you can run
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:404480
    • 提供者:HANCAN
  1. jpeg_loopback

    0下载:
  2. jpeg_loopback为JPEG算法的DEMO,主要是将每一帧的图像编码,然后解码输出-jpeg_loopback for the JPEG algorithm DEMO, mainly to each fr a me of image coding, and then decode the output
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-20
    • 文件大小:1404928
    • 提供者:zheng lili
  1. jpeg_decoder

    0下载:
  2. jpeg图片格式的详细解码程序,包括用opengl显示在窗口-jpeg image format decoding detailed procedures, including use opengl displayed in the window
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-20
    • 文件大小:1560576
    • 提供者:ajiax
  1. aboutpicture

    0下载:
  2. 包括jpeg图片的解码,png图片的解码在内的于图像有关的程序源码。是多年的积累结果。-Including jpeg picture decoder, png picture decoder, including the relevant procedures in the image source. Is the result of years of accumulation.
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-20
    • 文件大小:10627072
    • 提供者:郭瑞
  1. jpeg

    0下载:
  2. C代码完成jpeg编码和解码,包括dct,量化,zigzag以及霍夫曼编码、解码-C code to complete jpeg encoding and decoding, including dct, quantization, zigzag and the Huffman code, decoding
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:Jingya
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 39 »

源码中国 www.ymcn.org