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

搜索资源列表

  1. huffman(bite)

    0下载:
  2. 是matlab写的求解哈夫曼编码的程序。-is written in Matlab for Huffman coding procedures.
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. matlab实现huffman编码 1. norm2huff.m (encoder function) 2. huff2norm.m (decoder function) 3. frequency.m (private function) 4. huffcodes2bin.m (binary rapresentation of huffman codes) 5. huffman_bench1.m (benchmark) 6. huffman_demo1.m (dem
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:19355
    • 提供者:lindajillduan
  1. Adaptive-Huffman-Coding

    0下载:
  2. Matlab实现自适应Huffman哈夫曼编码,这个Matlab实现的程序,实现用于一维8位或16位整数数组的自适应Huffman哈夫曼编码。
  3. 所属分类:图形图像处理(光照,映射..)

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

    2下载:
  2. 用MATLAB进行编程实现对256*256图像进行的哈夫曼编码-Carried out using MATLAB image Huffman coding
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:842
    • 提供者:张凤
  1. huffman-coding

    0下载:
  2. 小波均匀量化huffman熵编码图像压缩程序:分析对象Lena.bmp-Uniform quantization of wavelet image compression huffman entropy coding procedure: analysis of object Lena.bmp
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:2226
    • 提供者:yanhaifeixue
  1. huff

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

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

    0下载:
  2. MatLab实现对灰度图像的哈夫曼编码。 给出每个灰度级的编码。 并计算压缩比。-MatLab implementation of Huffman coding of gray image. Each gray-scale coding is given. And calculate the compression ratio.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:664
    • 提供者:木小木
  1. huffman

    0下载:
  2. matlab实现huffman编码,编码源为一系列简单符号,有运行结果。可自行改变源信息。-matlab achieve huffman coding, source coding for a series of simple symbols, there are results. Can change the source information.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1115
    • 提供者:吉吉
  1. 59564354HuffmanEncoding

    0下载:
  2. 这是一个图像处理中的huffman编码matlab实现,适合刚开始学的朋友!-This is an image processing huffman coding matlab realized, for the beginning of school friends!
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:11283
    • 提供者:李金仁
  1. huffman_encode

    0下载:
  2. 一个简单的对用户定义的字符串创建和可视化哈夫曼编码树的程序-A simple user-defined string to create and visualization procedures Huffman tree
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:24230
    • 提供者:danny911
  1. huffman

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

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

    0下载:
  2. 本程序实现了哈夫曼编码,可以应用在图像处理中压缩图像,属于无损压缩!-huffman
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1741
    • 提供者:代江艳
  1. huffmanencode

    1下载:
  2. 给出了两种利用matlab对图像进行霍夫曼编码的方法,经过仿真,效果很好!-Are given two pairs of images using matlab Huffman coding method, through simulation, good results!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-18
    • 文件大小:1524
    • 提供者:tom
  1. huffman

    0下载:
  2. 数字图像处理的MATLAB代码,通过霍夫曼编码实现对图像的处理!-This software is used to process the picture!
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:594
    • 提供者:尚佳栋
  1. lena

    0下载:
  2. 对yuv视频文件同时进行huffman和小波编码和解码-encode and decode the yuv video with huffman and wavelet algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:18781
    • 提供者:臧艳军
  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编码的 MPEG-2帧内编码-Huffman encoded with MPEG-2 intra coding
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1675425
    • 提供者:杨志华
  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. Huffman(s)

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

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

    0下载:
  2. matlab huffman 函数源代码-matlab huffman functions
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1371
    • 提供者:dgfdgh
« 12 3 4 »
搜珍网 www.dssz.com