登录
首页 » matlab » huffman

huffman

于 2020-06-28 发布 文件大小:2KB
0 227
下载积分: 1 下载次数: 28

代码说明:

  霍夫曼编解码matlab程序,包含熵的计算。(Hoffman codec Matlab procedures, including the calculation of entropy.)

文件列表:

decoder.m,391,2013-02-15
encoder.m,394,2013-02-15
entropy.m,662,2013-02-15
Findvalidcode.m,777,2013-02-17
huffman.m,1424,2013-02-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ffmpeg-0.4.9-p20060530.tar.tar
    ffmpeg 是一个开源、功能强大的多媒体处理软件,可以实现对音频流、视频流的录制和转换。(ffmpeg is an open source, powerful multimedia processing software, which enables audio streaming, video streaming recording and conversion.)
    2009-10-22 18:33:03下载
    积分:1
  • Hofman
    基于霍夫曼算法的压缩与解压程序。其中压缩与解压的exe是分开的。(Using Hoffman algorithm to compress and decompress)
    2011-05-16 15:31:10下载
    积分:1
  • Huffman
    用C++的模板类实现的霍夫曼树及其编码过程,可视地展示霍夫曼树的结构。(Huffman tree and its encoding process to achieve C++ template class, visual display of the structure of the Huffman tree.)
    2012-06-26 14:52:57下载
    积分:1
  • Mpeg_To_Bitmap
    Mpeg1 I Frame to Bitmap (Delphi Source)
    2011-02-15 02:48:42下载
    积分:1
  • java_LZ77
    说明:  java 实 现 LZ77 解 压 源 码(LZ77 decompression java source code to achieve)
    2020-11-30 11:19:28下载
    积分:1
  • jpeg
    提供JPEG标准压缩压缩的编码解码过程,90%以上的代码有注释,配有GUI设计。代码能够运行,但可能只起到借鉴的作用。(Provide JPEG standard compression coding and decoding process, more than 90% of the code is annotated, with GUI design. Code can run, but it may only serve as a reference.)
    2020-06-24 11:00:02下载
    积分:1
  • 9huff
    matlab实现的huff图像压缩程序 可成功运行((matlab implementation of huff image compression program which can be run successfully))
    2018-01-21 15:50:24下载
    积分:1
  • jpeg_decoder_play
    基于tinyjpeg的jpeg解压缩程序,可解码jpeg数据为YUV分量数据(Based Solutions tinyjpeg jpeg compression program, you can decode jpeg data to YUV component data)
    2015-08-20 16:23:30下载
    积分:1
  • Traversalalgo
    Codes". Huffman coding uses a specific method for choosing the representation for each symbol, resulting in a prefix code (sometimes called "prefix-free codes") (that is, the bit string representing some particular symbol is never a prefix of the bit string representing any other symbol) that expresses the most common characters using shorter strings of bits than are used for less common source symbols. Huffman was able to design the most efficient compression method of this type: no other mapping of individual source symbols to unique strings of bits will produce a smaller average output size when the actual symbol frequencies agree with those used to create the code. A method was later found to do this in linear time if input probabilities (also known as weights) are sorted.
    2009-12-01 04:47:10下载
    积分:1
  • 200430481
    赫夫曼编译码器: 用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。 [基本要求]一个完整的系统应具有以下功能: (1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。 (4)P:印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。 (5)T:印哈夫曼树(Tree printing)。将已在内存中的哈夫曼树以直观的方式(树或凹入表形式)显示出,同时将此字符形式的哈夫曼树写入文件TreePrint中。()
    2021-03-06 09:19:30下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载