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

搜索资源列表

  1. JPEG源代码

    0下载:
  2. C语言实现JPEG压缩与解压缩,对学习图像处理有一定的参考意义。代码比较老,但是能说明问题。-C Language JPEG compression and decompression, to learn to deal with images as a reference significance. Comparing the old code, but illustrative.
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:366544
    • 提供者:李峰
  1. 豪杰解霸原代码

    0下载:
  2. 压缩过的图像是无法直接进行数字化处理的,如JPEG、GIF等格式的文件,此时首先要对图像文件解压缩,这就要涉及到一些比较复杂的压缩算法。-compressed image can t directly process digital operation.such as jpeg,gif format.firstly ,it need decompress ,which is deal with complex compression algrithm.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:644405
    • 提供者:wwx
  1. jpeg

    0下载:
  2. jpeg的压缩解压源程序,为开源软件,可以进行多平台的移植
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:95589
    • 提供者:flybird
  1. jpeg插值.rar

    0下载:
  2. jpeg解压缩,进行插值,再压缩为JPEG
  3. 所属分类:源码下载

  1. jpeg

    2下载:
  2. 对JPEG的压缩标准进行了仿真,主要过程DCT压缩,根据JPEG的量化矩阵对DCT结果进行量化,对量化结果进行Huffman编码。同时也实现了解压缩过程,即执行上述过程的逆过程。-JPEG compression standard of the simulation, the main process of DCT compression, according to the JPEG quantization matrix to quantify the results of the DCT,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:4617
    • 提供者:Justin
  1. djpeg

    0下载:
  2. jpeg文件压缩、解压--Jpeg file`s compression/decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-09
    • 文件大小:543505
    • 提供者:chemz
  1. jpeg

    0下载:
  2. JPEG(Joint Photographic Expert Group,联合摄影专家组)编码的数据执行解压缩的各项功能.JPEG的VHDL实现代码-JPEG (Joint Photographic Expert Group, Joint Photographic Experts Group) encoding of data to implement the various functions of decompression. JPEG realization of VHDL code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-13
    • 文件大小:3242413
    • 提供者:
  1. jpeg-6b

    0下载:
  2. jpeg压缩解压缩算法及源码,使用方便,有源码参考-jpeg compression decompression algorithms and source code, easy to use, there is a reference source
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:708855
    • 提供者:唐堂
  1. JPEG

    0下载:
  2. 这是一个模拟实现jpeg解压缩过程的程序代码,非常适合学习jpeg原理的同志参考。-This is a simulation of the process of implementation of jpeg decompression code is very suitable for studying the principle of comrades jpeg reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:3752026
    • 提供者:王超
  1. jpegconvert

    0下载:
  2. 编译源文件生成可执行文件TestLibjpeg.exe, 此程序可以转换bmp位图为jpg格式,或解压缩 jpg格式图像为bmp格式。 将需转换的bmp格式图片存到和TestLibjpeg.exe 相同的文件夹下,在DOS界面下使用命令行参数 bmp到jpeg的转换使用:TestLibjpeg.exe j 原图片名.bmp 目标图片名.jpg jpeg到bmp的转换使用:TestLibjpeg.exe b 原图片名.jpg 目标图片名.bmp- AppWizard h
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:323888
    • 提供者:cy
  1. jpeg

    0下载:
  2. 本程序介绍了Jpeg图像的压缩和解压缩的相关设计方案-information about Jpeg encoder and decoder
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:77553
    • 提供者:倾泠月
  1. jpeg

    0下载:
  2. JPEG2000源码 编译过无问题 可以正常解压缩,运行-the code of JPEG 2000 in visual C++
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:366548
    • 提供者:XH Jane
  1. Jpeg-src

    0下载:
  2. 完整的jpeg压缩和解压缩程序,代码简单,使用单个.c实现了jpeg编码。付完整文档资料-The complete jpeg compression and decompression process, the code simple, using a single. C achieved a jpeg encoding
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:2019726
    • 提供者:shengxi
  1. jpeg

    0下载:
  2. 压缩包的内容包括:1.有关JPEG和DPCM算法的文章;2.实现其算法的压缩程序3.有关图像压缩方面的资料。读者请注意: <1>这里讨论的是灰度图像的压缩不涉及彩色图像。 <2>实现压缩时,输入的图像数据采用一种自定义的格式(com 格式),前四个字节记录图像的宽度和高度,之后就是逐 行的图像数据,图像的开头和结尾没有任何标记。这种格式的图像数据是从BMP图像中得到的。 <3>这里没有JPEG算法的解压程序,压缩后的数据存成标准的JPEG文件
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1811315
    • 提供者:shikaichang
  1. JPEG

    0下载:
  2. 对一段原始视频图像序列做压缩,生成压缩文件;对此压缩文件做解压缩处理,生成显示图像;将此显示图像与原始图像做质量、压缩文件大小等各个方面做比较。-On the original video image sequence to do a compression to generate compressed file to do this compressed file decompression processing to generate display images this shows
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-19
    • 文件大小:5604013
    • 提供者:tosh
  1. jpeg-8b

    0下载:
  2. IJG JPEG LIBRARY,非常好用的Jpeg解压压缩源码,可以选择分线解压图像-IJG JPEG LIBRARY, very easy to use Jpeg compression decompression source, you can select sub-line-extracting images
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:960582
    • 提供者:matchless
  1. JPEG-Matlab

    0下载:
  2. 实现图像的JPEG压缩和解压的 Matlab程序-To achieve the JPEG image compression and decompression of the Matlab program
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3021
    • 提供者:wangmeiling
  1. Bmp vs jpeg

    0下载:
  2. VC++写的 BMP 和 JPEG文件格式之间转换的MFC 对话框程序,程序实现读取BMP文件 进行JPEG压缩编码存储为JPG文件 和JPG文件解压缩存储为BMP文件 已验证100%可用
  3. 所属分类:图形图象

  1. jpeg-9a

    0下载:
  2. jpeg压缩/解压图像的代码,已经建好vs工程,可直接使用(JPEG compression / decompression image code, has been built, vs works, can be used directly)
  3. 所属分类:图形图象

  1. JPEG

    1下载:
  2. 实现bmp图像的压缩编码解压,包括哈弗曼编码解码 dct变换 量化(Realize the BMP image compression coding decompression)
  3. 所属分类:压缩解压

    • 发布日期:2021-01-22
    • 文件大小:396288
    • 提供者:likang123
« 12 3 4 5 6 »
搜珍网 www.dssz.com