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

搜索资源列表

  1. Huffman

    0下载:
  2. 1、根据输入构造一棵哈夫曼树,要求该哈夫曼树的左子树小于等于右子树; 2、根据构造的哈夫曼树给出对应的编码;左子树的编码为0,右子树的编码为1; 3、输出各个字符对应的编码与平均编码长度; 4、根据输入的编码,结合构造的哈夫曼树给出对应的译码; 5、对带有不同权值的字符进行编码;使用自己实现的编码表对输入的‘0’‘1’代码进行译码。 -Less than or equal to 1, according to the input construct a Huffman tre
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:3739833
    • 提供者:Tracy
  1. hulfman-matlab

    0下载:
  2. 霍夫曼编码的matlab实现,通信类相关的,可以做个参考-Communication and Information Engineering Huffman encoding using matlab (0,1 encoding), the program is quite useless, you can take a look at
  3. 所属分类:Communication

    • 发布日期:2017-11-13
    • 文件大小:839
    • 提供者:lanpengpeng
  1. codearecode

    0下载:
  2. huffman编码 游程压缩解压缩 香农编码 香农费诺编码-huffman encoding run-length compression decompression the Shannon coding Shannon Fenno coding
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:2562949
    • 提供者:star
  1. haffman

    0下载:
  2. 哈夫曼编码,文件操作,根据数据结构书上的算法写的-Huffman encoding, file operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:51868
    • 提供者:young
  1. tuxiangyasuo

    1下载:
  2. (1)试利用函数dct2,对该图像进行压缩。压缩时可尝试对DCT 变换后的系数采用不同取舍方法,比较其压缩性能。(函数dct2在matlab本身是有的,可以help dct2看看) (2)结合课本例8.7.2 的量化方法,对每一个经DCT变换后的8×8 矩阵量化(Huffman编码部分可省略),从而实现图像压缩。在一定压缩比的情况下,和⑴给出的图像质量相比较。 (3)用所给的子子程序fast_LOT.m 实现对该图像的变换与压缩,并和(1)得出的图像质量相比较-(1) Test usin
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:201725
    • 提供者:zrf
  1. huff1

    0下载:
  2. GUI for Huffman encoding decoding entropy code
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:7041
    • 提供者:nikita
  1. huffman

    0下载:
  2. C语言数据结构 huffman树的形成、编码和解码 -The huffman tree formation in C language data structures, encoding and decoding
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:20166
    • 提供者:梁小强
  1. Entropy-coding-source-program

    0下载:
  2. 熵编码(entropy encoding)是一类利用数据的统计信息进行压缩的无语义数据流之无损编码。本章先介绍熵的基本概念,然后介绍香农-范诺(Shannon-Fano)编码、哈夫曼(Huffman)编码、算术编码(arithmetic coding)、行程编码(RLE)和LZW编码等常用的熵编码方法。  哈夫曼编码建议了一种将位元进位成整数的算法,但这个算法在特定情况下无法达到最佳结果。为此有人加以改进,提供最佳整数位元数。这个算法使用二叉树来设立一个编码。这个二叉树的终端节点代表被编码的字母
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-05
    • 文件大小:18688499
    • 提供者:杨飞帆
  1. HuffmanTree

    0下载:
  2. 用最小堆构造Huffman树并实现Huffman编码和解码-Minimum the heap structure Huffman tree and Huffman encoding and decoding
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:4716088
    • 提供者:Even Lin
  1. HuffmanDecode.zip

    0下载:
  2. 霍夫曼编码和解码文件,霍夫曼编码重要作用就是用最少的编码长度表示相同的内容,Huffman coding and decoding files, Huffman encoding important role is to denote the same content with a minimum of coding length
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:1628
    • 提供者:suline
  1. huffman

    0下载:
  2. 功能:用huffman tree去编码一个文档 算法:记录每次排序前的顺序从而构建树结构,用排序前位置为1记录各个节点-function:Encoding a document using huffman tree algorithm:records before each sort order to build the tree structure, sorted former position as a record of each node
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:18433
    • 提供者:鱼鱼仙人
  1. huffman

    0下载:
  2. 任选一种无损编码方式,通过C++编程实现。 要求:1) 字符串的输入是手工输入的; 2) 在屏幕上显示编码结果,例如,如果选用huffman编码,则要显示字符串的编码及平均码长;-Optionally, a lossless compression method, through the programming of C++. Requirements: 1) the input string is manual input 2) shows the coding resul
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-19
    • 文件大小:506896
    • 提供者:wy
  1. huffmanTest

    0下载:
  2. 基于MFC对话框的应用程序,将256色BMP图像使用哈弗曼编码并输出-MFC dialog-based applications, 256 color BMP image using Huffman encoding and output
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-13
    • 文件大小:17627242
    • 提供者:wait
  1. imfbm1

    0下载:
  2. a、b、c霍夫曼编码,它们的概率是0.6、0.3、0.1。并以此对符号串ababaacbaa编码和译码。-a, b, c, Huffman encoding their probability is 0.6,0.3,0.1. And use of the symbol string ababaacbaa encoding and decoding.
  3. 所属分类:software engineering

    • 发布日期:2017-12-10
    • 文件大小:797
    • 提供者:哈哈人
  1. VCDIP_P91

    0下载:
  2. vc界面下,实现图像的霍夫曼编码,霍夫曼树的结构。-the vc interface, achieving image Huffman encoding Huffman tree structure.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:1960
    • 提供者:高书勤
  1. Authority--Huffman.Codec

    0下载:
  2. 霍夫曼(Huffman)编码是1952年为文本文件而建立,是一种统计编码。属于无损压缩编码。-Hoffman (Huffman) coding is established in 1952 as a text file, is a statistical coding. Belong lossless compression encoding.
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:7690
    • 提供者:潇凌霜
  1. huffman

    0下载:
  2. 通过输入字符集和其对应权值来对某个文件中的所有字符进行编码,然后再译码输出。-By the input character set and the corresponding right value to all the characters in a file encoding and then decoding output.
  3. 所属分类:ELanguage

    • 发布日期:2017-11-24
    • 文件大小:4317
    • 提供者:三一紫馨
  1. HAFFMAN

    0下载:
  2. 数组贪心法实现哈弗曼编码与解码,文件读入,较简单易懂-Array greedy method to achieve the Huffman encoding and decoding, the document read, simple to understand
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-20
    • 文件大小:276720
    • 提供者:毛雨晴
  1. Huffumancode

    0下载:
  2. 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编译码系统。-The use of Huffman coding information and communication can greatly improve the channel utilization
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:1823
    • 提供者:黄晓明
  1. huffman

    0下载:
  2. 哈夫曼图像压缩解压缩源码,C环境编码,也可以移植到各个平台-Huffman image compression decompression source code, C environment encoding can be ported to various platforms
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-14
    • 文件大小:20965
    • 提供者:夏婷
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 42 »
搜珍网 www.dssz.com