CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - huffman encoding

搜索资源列表

  1. 实现的是26个英文字母的huffman编码

    0下载:
  2. 实现的是26个英文字母的huffman编码 并且计算了编码效率-To achieve the 26 English letters huffman encoding and coding efficiency is calculated
  3. 所属分类:matlab例程

    • 发布日期:2017-03-23
    • 文件大小:45926
    • 提供者:王鹏
  1. Huffman

    1下载:
  2. 基于matlab的哈夫曼编码与解码的源代码程序。-Matlab-based Huffman encoding and decoding of the source code program.
  3. 所属分类:matlab

    • 发布日期:2016-01-26
    • 文件大小:4096
    • 提供者:瑞霞裴
  1. huffman

    0下载:
  2. matlab程序,完成huffman编解码的功能-matlab program to complete the huffman encoding and decoding functions
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1959
    • 提供者:SDP
  1. huffman

    1下载:
  2. 对MATLAB软件中已经存在的Shannon.txt文档进行霍夫曼编码,检测霍夫曼编码的编码速率。-On the MATLAB software that already exists Shannon.txt documents Huffman coding, the encoding rate of detection of Huffman coding.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:6775
    • 提供者:史锁兰
  1. huffman

    0下载:
  2. 对给定的txt文件进行Huffman编码和解码,并加以分析,采用无记忆信源编码方式-For a given txt files Huffman encoding and decoding, and analyzed, using non-memory source coding method
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:5965
    • 提供者:julia
  1. HuffCoding

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

    • 发布日期:2017-04-10
    • 文件大小:987
    • 提供者:katore vishal
  1. Huffcoding04

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

    • 发布日期:2017-04-14
    • 文件大小:5802
    • 提供者:katore vishal
  1. HuffmanTree

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

    • 发布日期:2017-04-11
    • 文件大小:1077
    • 提供者:katore vishal
  1. huffman

    0下载:
  2. 在MATLAB环境下实现霍夫曼编码与译码-In the MATLAB environment to achieve Huffman encoding and decoding
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:4873
    • 提供者:宋贤明
  1. dct2

    0下载:
  2. program matlab for encode jpeg picture using dct2, RLE, and huffman encoding
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2323
    • 提供者:Ahmed
  1. huffman

    0下载:
  2. 图像的huffman编解码程序,希望能给大家提供帮助-Huffman encoding and decoding process the image, hope that they can help
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:56498
    • 提供者:刘某
  1. huffman

    0下载:
  2. 一个信源编码的huffman编码程序,可以自动输出huffman编码-A source coding huffman encoding program that can automatically output huffman coding
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1193
    • 提供者:tiantian
  1. huffman-encode

    0下载:
  2. 用matlab实现了huffman的编码和解码过程-Achieved using matlab huffman encoding and decoding process
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:215338
    • 提供者:高元媛
  1. huffman

    0下载:
  2. 实现了huffman编码 运行良好 可以在不同的版本中运行-Achieve a huffman encoding
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:714
    • 提供者:王鹏
  1. huffman-code

    0下载:
  2. The goal of this program is to demonstrate the construction of a huffman encoding tree. The tree is represented as a binary tree using MATLAB s built in treeplot commands. Contruction of the tree as well as the huffman code book will be described in
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:25875
    • 提供者:fefe
  1. huffman-coding-and-decoding

    0下载:
  2. huffman encoding for image compression
  3. 所属分类:matlab

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

    0下载:
  2. huffman编码生成器 函数说明: [W,L,q]=huffman(P) 为huffman编码函数 P为信源的概率矢量,W为编码返回的码字 L为编码返回的平均码字长度,q为编码效率 -Huffman encoding generated Function Descr iption: [W, L, q] = huffman (P) P for the Huffman encoding function for the prob
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:1231
    • 提供者:龙哥
  1. huffman

    0下载:
  2. 哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码(有时也称为霍夫曼编码)。-Huffman coding (Huffman Coding) is an encoding, Huffman coding is a variable length coding (VLC) one. A Huffma
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1569
    • 提供者:ray
  1. huffman

    0下载:
  2. Huffman Encoding And Decoding
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4440
    • 提供者:Jimit
  1. Huffman

    0下载:
  2. Huffman Encoding and Decoding
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:6144
    • 提供者:Max00111
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com