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

搜索资源列表

  1. 6.10

    0下载:
  2. 这是我做的毕业设计,是基于DSP的数字图象压缩系统的实现。本系统能很好的压缩图象,系统运行时间快,压缩比也比较高。其中采用JPEG标准对图象进行压缩,使用了Huffman算法。-This is what I am doing graduate design is based on the DSP digital image compression system is achieved. The system can be a very good image compression, faster
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:161978
    • 提供者:高燕
  1. ImagevaryCoding

    0下载:
  2. 最基本的图像编码VC程序,包括香农定理、霍夫曼编码、位平面编码(按照比特位的重要性编码)等。-basic image coding VC procedures, including Shannon theorem, Huffman coding, bitplane coding (in accordance with the importance of bit-coding).
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:235841
    • 提供者:xxz
  1. haffman

    0下载:
  2. 在Jpeg中Huffman采用的是范式Huffman编码。经过查相关资料有两种不同说法,请高手指点。谢谢! 1、构造范式 Huffman 编码的方法大致是: 分别统计从最大编码长度 maxlength 到 1 的每个长度对应了多少个符号。根据这一信息从 maxlength 个 0 开始以递增顺序为每个符号分配编码。例如,编码长度为 5 的符号有 4 个,长度为 3 的有 1 个,长度为 2 的有 3 个,则分配的编码依次为: 00000 00001 00010 00011
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:8505
    • 提供者:gaorui
  1. huffman_src

    0下载:
  2. I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7401
    • 提供者:毛磊
  1. image_lossless_compression

    0下载:
  2. 图像无失真压缩源代码,包括S+P变换,算术编码,哈夫曼编码-lossless image compression source code, including S P conversion, arithmetic coding, Huffman coding
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:25672
    • 提供者:孙文方
  1. vc_huffman

    0下载:
  2. vc实现一幅图像的huffman编码,代码效率非常的好。大家可以参考一下-vc achieve an image of Huffman coding, code efficiency is very good. We can take a look
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:138003
    • 提供者:李连
  1. (利用GIF_LZW算法实现的)网络图片传输

    0下载:
  2. (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:62518
    • 提供者:
  1. Huffman1

    0下载:
  2. 本程序提供了哈夫曼编码的压缩和解压缩函数,并实现了图象文件的压缩和解压缩-the procedures provided Huffman coding compression functions, and to achieve the image file compression
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:21985
    • 提供者:徐亮
  1. huffman_delphi

    0下载:
  2. HUFFMAN 算法,delphi用huffman算法实现图象的压缩.-HUFFMAN algorithm, delphi Huffman algorithm using image compression.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:11434
    • 提供者:hl
  1. 5ivb_487118

    0下载:
  2. vb jpeg编码这是一个比较完整的JPEG压缩程序,支持 彩色/灰度、Y分量水平/垂直采样律、图像质量 调整。使用的是最简单的基线系统(BaseLine)压缩方式,量化表及Huffman表都是与ACDSee一致的,没有提供自适应Huffman表压缩功能。-vb jpeg coding This is a relatively complete JPEG compression process, support for color / grayscale, Y component level /
  3. 所属分类:图片显示浏览

    • 发布日期:2014-01-21
    • 文件大小:85973
    • 提供者:王宇
  1. HOFFMAN

    1下载:
  2. 霍夫曼coding程序,用此程序可以对任意图像进行霍夫曼编码。-Huffman coding procedures, this procedure can be used for any image Huffman coding.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5435
    • 提供者:许成哲
  1. vc++图象编程基础源代码

    1下载:
  2. 用C++编的关于图象处理的程序,包括灰度处理,图像细化,哈夫曼编码等-C series of image processing procedures, including gray-scale image processing and refinement, Huffman coding
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:1900501
    • 提供者:唐翠良
  1. 远程桌面控制

    1下载:
  2. 远程桌面控制的客户端和服务端程序;对被控端桌面图像用哈夫曼分块编码压缩,速度和图像质量都不错-Remote Desktop control of the client and server procedures; Right Beikongduan desktop images for Huffman coding block compression, speed and image quality are good
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:157557
    • 提供者:赵子健
  1. HuffmanCoding.rar

    0下载:
  2. 利用数字图像处理中的霍夫曼编码算法对数字图像作霍夫曼编码,所得编码结果完全符合概率越大,码长越短的原则,The use of digital image processing of the Hoffman coding algorithm for digital image on the Huffman code, coding the results obtained in full compliance with the greater probability, the shorter co
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:170589
    • 提供者:tianjieyu
  1. tuxiangyasuo

    0下载:
  2. 基于DCT变换的图像压缩的基本原理及其实现步骤。采用DCT变换压缩的依据。图像压缩过程的最后步骤是编码量化了的图像。在此,我采用的是Huffman编码方法。并使用MATLAB7.0实现DCT图像压缩的仿真。-DCT based on the image compression
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:91829
    • 提供者:xunnin
  1. JPEG

    1下载:
  2. 使用DCT算法huffman编码来压缩静止图像 是很好参考源码-Huffman coding using the DCT algorithm to compress a still image is a good reference source
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-09
    • 文件大小:267375
    • 提供者:hyl
  1. 6

    1下载:
  2. 编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。 Sobel算子和拉普拉斯算子进行锐化,并比较结果。-Write a program to image the input Huffman coding, the entropy of the original image displayed, encoded, the average code length, and be able to reconstruct the image a
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:218883
    • 提供者:ad
  1. shangbianma

    0下载:
  2. 对BMP进行的熵编码图象压缩,包括哈夫曼编码、算术编码、游程编码.-BMP for the entropy coding of image compression, including Huffman coding, arithmetic coding, run-length encoding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-16
    • 文件大小:4123363
    • 提供者:Claire
  1. jpeg

    0下载:
  2. 通过dct变换,以及使用了熵编码的huffman编码形式,对lena图像进行压缩。改变压缩率来看压缩结果-By dct transform, and the use of entropy coding huffman encoding on the lena image compression. Change the compression ratio compression results view
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:5601
    • 提供者:sunxiaowen
  1. jpg_enc

    0下载:
  2. JPEG图像压缩 霍夫曼编码 学习交流 visual C-JPEG image compression Huffman coding to study the exchange of
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-06
    • 文件大小:415255
    • 提供者:lijingming
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 20 »
搜珍网 www.dssz.com