CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - jpeg解码

搜索资源列表

  1. jpeg_decoder

    0下载:
  2. JPEG图像解码的源代码,包括FDCT,量化操作,量化表的优化,HUFFMAN编码,游程编码。同时内附相关的JPEG编解码的PDF文档,详细地介绍了JPEG文件的格式,同时也介绍了JPEG解码方面的知识,看过后定会受益匪浅,注:均为国外的文献,国外的文献仔细读,发现有些细节说的很清楚。-JPEG image decoder of the source code, including FDCT, quantization operation, the optimization of the qua
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:982377
    • 提供者:颖风
  1. jpeg_decode

    1下载:
  2. JPEG图像解码的源代码,包括FDCT,量化操作,量化表的优化,HUFFMAN编码,游程编码。同时内附相关的JPEG编解码的PDF文档,详细地介绍了JPEG文件的格式,同时也介绍了JPEG解码方面的知识,看过后定会受益匪浅,注:均为国外的文献,国外的文献仔细读,发现有些细节说的很清楚。-JPEG image decoder of the source code, including FDCT, quantization operation, the optimization of the qua
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:60300
    • 提供者:颖风
  1. JPEGDec

    0下载:
  2. JPEG解码源码,中科大多媒体信号处理课的JPEG图形解码实验源码-JPEG decoder source, USTC multimedia signal processing lesson JPEG graphics decoding source experiment
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:1477453
    • 提供者:郑泽煌
  1. fpga-jpeg-Verilog

    1下载:
  2. jpeg ip核解码器,可以用来解码jpeg,verilog源代码-jpeg ip core for verilog HDL
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:109758
    • 提供者:wanghaiwei
  1. jpeg

    0下载:
  2. 本代码由matlab语言编写,实现了jpeg算法,主要为了说明基本的JPEG功能。经过DCT变化,量化,进行DPCM编码,然后之字形扫描AC系数,进行行程(LZW)编码。 显示原始图象和经编码解码后的图象,显示压缩比,并计算均方根误差。-The code consists of matlab language, to achieve a jpeg algorithm, mainly to illustrate the basic functionality of JPEG. After chan
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:4636
    • 提供者:wyd
  1. ClrJpegDecode

    0下载:
  2. JPEG,用JPEG解码代码,老师给的一部分代码!-JPEG, with JPEG decoding code, part of the teacher to the code!
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:5457
    • 提供者:葛文耀
  1. jpeg

    0下载:
  2. 基于spce3200的jpeg编解码头文件程序-SPCE3200 JPEG codec terminal file program based on
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-14
    • 文件大小:4952
    • 提供者:2510533
  1. linux-jpeg-decoding

    0下载:
  2. 嵌入式linux下的jpeg图片解码程序。程序自动搜索给定目录下的jpeg文件,并解码,按照屏幕缩放显示。-Embedded linux under jpeg image decoding process. The program automatically search for the given jpeg files in a directory and decoding, follow the onscreen zoom display.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:3818
    • 提供者:杨智勇
  1. jpeglib

    0下载:
  2. Jpeg解码库文件,完整的VC++6.0工程文件-Jpeg decode lib. Full VC++ 6.0 project.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:314662
    • 提供者:w
  1. jpeg

    0下载:
  2. 用C语言实现了图像压缩与编码模块,包括AC DC编解码-Using C language to implement the image compression and encoding modules, including AC DC codec
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:2770
    • 提供者:Diego
  1. jpegdecode

    0下载:
  2. 实现JPEG解码接量化的程序代码。便于初学者使用-Realizing the JPEG decoding by program code. For beginners to use
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1688
    • 提供者:欣然
  1. jpeg-codec-explain

    0下载:
  2. jpeg编解码详解,详细解析编解码过程,供学习参考。-Detailed jpeg codec, codec detailed analysis of the process, for study and reference.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:106779
    • 提供者:jacky
  1. SCI621

    0下载:
  2. DSP2407控制串口摄像头采集数据,调试通过,内含JPEG解码程序-DSP2407 control serial camera data acquisition, debugging through, including JPEG decoding program
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:113175
    • 提供者:
  1. ILI9486-JPEG-Image-decoding-example

    1下载:
  2. ILI9486 JPEG图片解码例程,ILI9486初始化和GUI代码-ILI9486 JPEG Image decoding example
  3. 所属分类:SCM

    • 发布日期:2015-07-15
    • 文件大小:4865024
    • 提供者:ccxy
  1. SpecialVIJPG

    0下载:
  2. 自己的开源小项目:JPEG分析器。JPEG全称是 Joint Photographic Experts Group(联合图像专家小组),是当今使用最为广泛的图像编码标准。我这个项目规模不大,主要可以用来学习JPEG编码标准。结合着源代码看的话效果比较好。它支持将JPEG解码为像素数据(YUV或者RGB)。同时支持输出DCT系数等参数。使用VC 2010的MFC开发完成。 详细参考: http://blog.csdn.net/leixiaohua1020/article/details/1
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-17
    • 文件大小:512131
    • 提供者:雷霄骅
  1. libjpegCE

    0下载:
  2. wince下的jpeg解码库。从jpg文件得到RGB数据。-jpeg decoder in wince
  3. 所属分类:Windows CE

    • 发布日期:2017-04-16
    • 文件大小:296134
    • 提供者:张国飞
  1. STM32F407-jpeg

    1下载:
  2. stm32f407 jpeg图像解码例程,大家可以参考一下,能编译成功-Stm32f407 JPEG image decoding routines, you can refer to, can be compiled successfully
  3. 所属分类:Driver develop

    • 发布日期:2017-04-02
    • 文件大小:531293
    • 提供者:RenWei
  1. jpeg

    0下载:
  2. JPEG编解码器,可以重构图片,生成码流-JPEG encoder and decoder.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:883639
    • 提供者:高晓丰
  1. tinyjpegdecoder-20060131.tar

    0下载:
  2. tinyjpeg 非常小巧的jpeg解码库,无需去连接其他大型库,直接加入工程编译即可-tinyjpeg decoder
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:493813
    • 提供者:sns32
  1. JPEG

    0下载:
  2. 基于DCT的JPEG图像压缩处理程序,能够实现bmp格式RGB图像编码解码,使用编码函数使得算法简单易懂,灵活使用哈夫曼编码表,减少传输数据-DCT compression processing program based on JPEG images can be achieved bmp format RGB image encoding and decoding, encoding function makes the algorithm easy to understand, flexi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:878862
    • 提供者:程波
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 29 »
搜珍网 www.dssz.com