CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - huffman decoding

搜索资源列表

  1. SaveJPEG

    0下载:
  2. 提示: JPEG压缩分为三个部分: 1.JPEG压缩原理及算法(RGB/YCbCr,DCT/IDCT,量化,Z字型编码,用DPCM对DC/用RLE对AC编码/Huffman编码) 2.JPEG标记格式 3.JPEG图片文件的组织形式(位于SOS后的图像压缩数据是由MCU块怎样排列的,特别是使用了DRI之后) 还有许多细节问题: 1.解码过程中遇到“FF 00”当“FF”处理,否则忽略“FF” 2.进行DCT前YCbCr要减128,进行IDCT前要加128(相当于Y减128,YCbCr不需要加12
  3. 所属分类:图形图象

    • 发布日期:2014-02-27
    • 文件大小:283686
    • 提供者:
  1. Huffman

    0下载:
  2. 使用huffman进行图像的编解码, 使用简单易懂-encoding/decoding the image using huffman
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:179068
    • 提供者:王俊
  1. Player+Demo+Source

    0下载:
  2. 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-The decoder supports the general category jpeg file format, which is most used in jpeg file format
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-10
    • 文件大小:2128972
    • 提供者:liusheng
  1. huffman_coding

    0下载:
  2. Huffman 编解码的C++源程序。国外牛人编写的。-the source code for huffman coding and decoding
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:4872
    • 提供者:jiang
  1. huffman

    0下载:
  2. 利用霍夫曼方法进行图像的霍夫曼编码与解码-Hoffman method using images of the Hoffman encoding and decoding
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1923
    • 提供者:liugang
  1. JPEGencodinganddecoding

    0下载:
  2. 程序实现了JPEG的编码(DCT,Quantization,Zig-Zag Scaning,Differential Encoding,Run-Length Encoding,Huffman Encoding)和解码-Program achieved a JPEG coding (DCT, Quantization, Zig-Zag Scaning, Differential Encoding, Run-Length Encoding, Huffman Encoding) and Decodin
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:14232
    • 提供者:李朋
  1. Huffman

    0下载:
  2. 哈弗曼编码,解码的使用,Visual C-Ha Fuman encoding and decoding using, Visual C++
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:182181
    • 提供者:sunxiyan
  1. 2011204125

    0下载:
  2. 数字图像的赫夫曼编码,包括编码和解码,信噪比,压缩比-Huffman coding of digital images, including encoding and decoding, signal to noise ratio, compression ratio
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:87185
    • 提供者:lvliang
  1. JPEG

    0下载:
  2. 本程序实现简单JPEG压缩编码和解码功能。将一副64*64的灰度图进行JPEG压缩编码,编码过程包含DCT转换,量化,ZigZag扫描和游程编码。不包含DC分量的DPCM编码和最后的霍夫曼编码,但是基本实现了JPEG编码,具有较好的压缩率。-This procedure is simple JPEG compression encoding and decoding functions. This is a 64* 64 grayscale JPEG compression encoding p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:888836
    • 提供者:hechao
  1. code

    0下载:
  2. 实现哈夫曼树的代码图像的编码解码归一化等处理,JEPG功能实现图像的算数编解码函数-Image encoding and decoding of the code that implements the Huffman tree owned by a processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:4439
    • 提供者:song
  1. -imagecompress-encod-

    0下载:
  2. 图片的压缩和编码解码程序,含多种方法,包括哈弗曼编码,行程编码,lzw编码和jpeg编码-Image compression and encoding and decoding process, including a variety of methods, including Huffman coding, run length coding, lzw encoding and jpeg encoding
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:235756
    • 提供者:黄小菲
  1. CVIP_13_Final

    0下载:
  2. My Project for encoding/decoding data Either uses RLE or Huffman
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-10
    • 文件大小:843417
    • 提供者:Remon
  1. huffman

    0下载:
  2. 分别为16位,32位哈夫曼编码与解码实现 ,数字图像处理课程设计-16 32 Huffman encoding and decoding implementations, digital image processing course design
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:232661
    • 提供者:朱朴宁
  1. huofuman

    0下载:
  2. 此文件包含霍夫曼编码及其霍夫曼解码,此代码本人自己编写,可用-This file contains Huffman coding and decoding this code to write your own, can be used
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:3262
    • 提供者:钟江江
  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. huffman_coding

    0下载:
  2. Huffman 编解码的C++源程序。国外牛人编写的。-the source code for huffman coding and decoding
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:4872
    • 提供者:chaoxin
  1. chap10_3

    1下载:
  2. 实现图像的霍夫曼编码和解码,具体实现的MATLAB代码-MATLAB code image Huffman encoding and decoding, the concrete realization of the
  3. 所属分类:Special Effects

    • 发布日期:2016-05-15
    • 文件大小:1024
    • 提供者:冷君阁
  1. HWmatrix

    0下载:
  2. 实现图像的霍夫曼编码和解码,用MATLAB-Huffman coding and decoding to realize image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1166
    • 提供者:hwang
  1. Huffman

    0下载:
  2. VS2012实现哈弗曼的编码解码过程,已经编译通过-VS2012 realize Huffman encoding decoding process, it has been compiled by
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:810948
    • 提供者:吵吵吵
  1. Huffman

    0下载:
  2. matlab实现图像的Huffman编码解码,内含部分网络参考程序-Huffman encoding and decoding based on MATLAB, containing part of the rescources the Internet.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-16
    • 文件大小:3761191
    • 提供者:Penrose Wang
« 12 »
搜珍网 www.dssz.com