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

搜索资源列表

  1. HuffLength

    0下载:
  2. provides matlab code for huffman encoding for images
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1673
    • 提供者:katore vishal
  1. Huffman_code

    0下载:
  2. Huffman source code in Matlab.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:1271
    • 提供者:Bhaskar
  1. Huiffman

    0下载:
  2. Huffman source code in matlab.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:47308
    • 提供者:Bhaskar
  1. huffman_code

    0下载:
  2. huffman source code matlab implementation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:3138
    • 提供者:raza
  1. huffman_demo1

    0下载:
  2. what about huffman coding matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:817
    • 提供者:emy
  1. cppfrance_COMPRESSION-HUFFMAN___Page

    0下载:
  2. code describing huffman methode with matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5303
    • 提供者:idrissi
  1. huffman111

    0下载:
  2. 静态Huffman编码源程序,一种静态Huffman编码的Matlab实现方式。-Static Huffman coding source code, a static Huffman coding Matlab implementation.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:1256
    • 提供者:sdf
  1. hw

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

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

    0下载:
  2. 霍夫曼编码6进去N输入的MATLAB程序代码,直接可用。-Huffman 6 N input into the MATLAB code directly available.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:788
    • 提供者:杨国锋
  1. halffman

    0下载:
  2. huffman编码及解码matlab程序,运行结果成功-huffman :add code and check code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:11214
    • 提供者:张三
  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. Hoffman_coding

    0下载:
  2. 霍夫曼编码及其 Matlab 实现,包括对平均码字长度、信息熵和编码效率的计算。-Huffman coding and Matlab realized, including the average code word length, and entropy coding efficiency calculations.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1930
    • 提供者:王文纲
  1. HuffmanCoding

    0下载:
  2. 这是使用Matlab实现的Huffman编码与绘图的程序。编码过程比较简单,是通过建立Huffman树,再进行简单的遍历得到。 主要贡献在绘图部分。这是迄今为止唯一一个画出Huffman生成树的Matlab程序。-This is a piece of Huffman coding and graphics program based on matlab. The encoding process is relatively simple, through the establishment of
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3278
    • 提供者:anguswang
  1. MATLABHough

    0下载:
  2. MATLAB图像处理 Hough霍夫曼直线检测 源程序代码-MATLAB image processing Hough line detection Huffman source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:181836
    • 提供者:李丽
  1. work

    1下载:
  2. 图像压缩编码码matlab实现:DM编码、变换编码、算术编码、行程编码、Huffman编码、线性预测编码-image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Huffman coding
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:183188
    • 提供者:zhch76
  1. 58651

    0下载:
  2. The following Matlab project contains the source code and Matlab examples used for fractal image compression using quadtree decomposition and huffman coding. Image storage and transmission have created an increasing importance for the compression tec
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:56320
    • 提供者:DucAnhTran
  1. 哈夫曼编码器设计实验报告

    2下载:
  2. 要求对一段数据序列进行哈夫曼编码,使得平均码长最短,输出各元素编码和编码后的数据序列。 ①组成序列的元素是[0-9]这10个数字,每个数字其对应的4位二进制数表示。比如5对应0101,9对应1001。 ②输入数据序列的长度为256。 ③先输出每个元素的编码,然后输出数据序列对应的哈夫曼编码序列。(Design a 1MHz FIR low pass filter. Huffman coding is required for a section of data sequence to m
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2019-12-04
    • 文件大小:182272
    • 提供者:羊羊驼
« 1 2 3 4 5 6»
搜珍网 www.dssz.com