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

搜索资源列表

  1. Huffman霍夫曼编码源代码(VC)

    0下载:
  2. Huffman霍夫曼编码源代码(VC).zip-Hoffman source code (VC). Zip
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2280
    • 提供者:子顷
  1. huffman

    0下载:
  2. huffman算法 包含huffman算法的编码及解码源程序以及LZW算法的编解码-Huffman algorithm contains Huffman coding algorithm and the decoder and the LZW algorithm source code The codecs
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:57932
    • 提供者:欢欢
  1. homeworkofimageprocessing

    1下载:
  2. 数字图像处理作业,包括:bmp图像的读取,图像的缩放,直方图均衡化等操作的c代码,还有一些关于傅里叶变换,KL变换,哈达吗变换,huffman编码的习题。可以供学习这门课程的同学参考学习。-Digital image processing operations, including: bmp image reading, image scaling, histogram equalization, and other operations of the c code, and some on t
  3. 所属分类:Special Effects

    • 发布日期:2016-01-27
    • 文件大小:14469120
    • 提供者:千年一叹
  1. huff

    4下载:
  2. 这是一个灰度图像进行哈夫曼编码的Matlab程序,包括编码和解码部分。绝对能用!-Huffman Code
  3. 所属分类:Graph program

    • 发布日期:2014-11-24
    • 文件大小:34104
    • 提供者:xiaowei
  1. tuxiangchulisuanfa

    0下载:
  2. 图像处理算法方面编程代码汇总,请自己筛选,总有你需要的-Image processing algorithm programming code summary, your own screening, there will always be you need
  3. 所属分类:Special Effects

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

    0下载:
  2. 利用霍夫曼编码对图像的冗余度进行压缩,以利于传输。采用霍夫曼编码来得到比较好的压缩比。-Use Huffman code redundancy of images compressed in order to facilitate transmission. Huffman code used to get relatively good compression ratio.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:939468
    • 提供者:liuyaxin
  1. 3

    0下载:
  2. matlab环境下的自适应huffman编码-matlab environment adaptive huffman coding
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-28
    • 文件大小:28293
    • 提供者:jj
  1. code

    0下载:
  2. 图像编码(包括哈夫曼编码、香农弗诺编码、行程编码、LZW编码、JEPG编码)-Image Coding (including Huffman coding, Shannon弗诺coding, Run-Length Coding, LZW coding, JEPG code)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:2636
    • 提供者:彭素静
  1. huffman

    0下载:
  2. 基于VC++的huffman编码操作的源代码,-VC++ based on the huffman coding the source code of the operation,
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:306579
    • 提供者:young
  1. MATLAB_code_of_image_processing

    2下载:
  2. 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:397915
    • 提供者:guhuxiang
  1. huffman

    0下载:
  2. 使用MATLAB语言,霍夫曼编码,并对压缩效果进行了评价。-MATLAB programme,Huffman.This code analyze the compress principle and make some contrast with other mathods.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1394
    • 提供者:crystal
  1. Huffman

    0下载:
  2. 位图的Huffman变换源代码,常常用于图像处理当中。-Huffman bitmap transform the source code, which is often used for image processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:209877
    • 提供者:卢小宝
  1. Huffman

    0下载:
  2. 实现Huffman编码,用于图像的处理,或者是信息传输中的数据压缩,减少存储容量-to complish huffman code into encode,decode.and tanslatate many l etters into many"0 or 1"to decrease the space.may you good luck!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:74746
    • 提供者:nicholas
  1. huffman

    1下载:
  2. 数字图像处理中的编码技术。本程序对输入的图像进行哈夫曼huffman编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。本程序使用C++混合编程,已经编译生成了Matlab库文件,无需再与C++链接。程序包括源程序和源图像,以及编码后的结果图像。-Encoding digital image processing technology. The procedure of the input image Huffman huffman coding to show the ori
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1293513
    • 提供者:刘雨相
  1. Huffman

    0下载:
  2. huffman编码 基于对BMP格式图像的编码! 具体你们自己看看!-Huffman code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:39147
    • 提供者:洪星
  1. Huffman

    0下载:
  2. 实现了霍夫曼编码,算法经典,代码简洁,稳定性高-Implements Huffman coding, the classical algorithm, code simplicity, high stability
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5320706
    • 提供者:zhangshuhao
  1. Huffman

    0下载:
  2. 此文件实现了对256*256像素的图片进行霍夫曼编码和解码的过程-This file use Huffman coding method to code and decode any 256*256 picture, turn out the result in binary code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2213
    • 提供者:alvin
  1. hw

    0下载:
  2. 适合初学者使用的matlab图像水印代码 霍夫曼编码霍夫曼编码-Suitable for beginners to use matlab image watermarking code Huffman Huffman
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:407424
    • 提供者:湘紫歆
  1. Huffman(s)

    0下载:
  2. 对图像进行霍夫曼编码,然后根据编码还原图像,并对编码质量进行统计评估-Huffman code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1818
    • 提供者:ty
  1. huffman coding

    0下载:
  2. 利用霍夫曼编码进行图像压缩处理,此程序为霍夫曼编码的示例(The performance of a Huffman code is a function of the entropy of the signal distribution and therefore can be highly dependent in the transform domain in which the code is applied. For example, JPEG partitions an image
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:Jessicapu
« 12 3 4 5 »
搜珍网 www.dssz.com