搜索资源列表
HuffmanEncoding
- 霍夫曼(Huffman)编码算法是满足前缀条件的平均二进制码长最短的编码算法。本文用Matlab语言编程实现了霍夫曼(Huffman)编码,并有详细的word说明
coding_program
- 编码程序,关于fano,shannon,huffman三种码字的编码程序
Huffman
- Huffman编码和解码程序,用c++编写,健壮性强,值得参考
huffman
- 流传很广很经典的哈夫曼编码和译码,可以用来学习和交流!
Huffman
- 哈夫曼编码(Huffman Coding)以哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。
huffman
- 哈腹满编码,实现编码的纠错和生成,对任意输入的数据进行哈胡慢编码计算-Kazakhstan腹满encoding, the realization of the error-correcting coding and generation of arbitrary input data encoding Kazakhstan Hu slow calculation
Huffman_coding
- 信道编码中的霍夫曼编码在matlab环境下的实现-Huffman coding
haffman
- Huffman 编码Matlab程序,自己写的,很好用,与大家分享-Huffman Coding
hammingcodesgen
- huffman编码,经测试绝对能用,大家一起分享-huffman
cmd
- 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本,但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一哈夫曼编/译码系统。-Communicate using Huffman coding can greatly improve the channel utilization, reduce transmission time
Hoffmann-make-up-decoder
- 利用哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道 (即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编译码系统。-Huffman coding using information and communication can greatly improve the channel utilization, re
huffman
- 哈弗曼编码算法实现。已经设置成了函数形式,方便在以后的需要用到的时候直接调用。-failed to translate
huffman_text.m
- 对一篇英文文献中的字符频率进行统计进行霍夫曼编码生成码表,并对该片文章进行压缩-huffman encoder:collect the probility distribution of a english text file and using this probability as input and returns a huffman code table and compress this text file
huffman
- 哈夫曼树编码,C语言,数据结构,已经验证通过-Huffman tree code, C language, data structure
hanming
- Huffman、汉明编译码:首先对给定的信源序列进行概率统计,得出信源符号的概率 p,之后进行Huffman 编码,再进行信道汉明编码。-Huffman coding and decoding: firstly given source sequence probability and statistics, the probability derived source symbols p, after Huffman coding.
source coding
- 中文熵统计实验,卷积码,循环码,香农编码,线性分组码,费诺编码,霍夫曼编码(Chinese entropy statistical experiment, convolution code, cyclic code, shannon coding, linear block code, fano coding, Huffman coding.)
code
- 信源编码,包括经典的香农信源编码、费诺信源编码、霍夫曼信源编码(Source coding, including the classical Shannon code, Fano code, and Huffman code.)
Huffman-matlab
- 哈夫曼是著名的一种信源无损压缩方法,该程序可以实现哈夫曼信源编码,(Huffman is a well-known source lossless compression method, the program can implement the Huffman source code,)
HuffmanCoding
- 文本信号的信源编码,利用MATLAB编程实现Huffman编码。(The source code of the text signal is coded by MATLAB programming.)
基于哈夫曼编码的文本文件压缩与解压缩
- 使用哈夫曼编码的方法对文本进行压缩。可以是加密压缩,也可以是无密压缩(Huffman coding is used to compress the text. It can be encrypted compression or non dense compression)