搜索资源列表
Huffman
- Huffman 编码 对文件的读入然后根据内容进行编码然后译码
hard_and_soft_convolution
- system view软件实现的卷积码编码译码过程。其中包括了硬判决和软判决两种方法
huffman
- 哈弗曼编码译码:利用哈夫曼树编码进行通信可以大大提高通信利用率,所的信息传输时间,降低传输成本。者要求在发送端通过一个编码系统对待传数需预先编码,在接收端将传来的数据进行一马复原。对于双工信道,每端都需要一个完整的编码译码系统。-huffman code
encode
- 实现基本(15,11)汉明码的编码及译码过程的MATLAB仿真-Achieve basic (15,11) Hamming code encoding and decoding process of MATLAB simulation
ldpc_codes
- 低密度校验码 基础c++代码,包括编码和译码,生成LDPC-LDPC CODE
huffuman00xiao
- 本人修改的成熟的霍夫曼编码及译码,对一个文本文件,统计字符概率,建霍夫曼树,然后编码,最后译码,码文输出到另一份txt文档中,在vc中编译的,在vs2010中可能会有异常~-I modified Huffman coding and decoding of the mature, to a text file, statistics, probability character, Huffman tree construction, and coding, and finally decodin
des
- 用C语言实现DES算法的 编码和译码。简单着了。-DES algorithm in C language coding and decoding.
shiyan4
- 主要实现的7-4线性分组码的编码和译码的过程,译码过程具有纠错的能力-Main achieved 7-4 linear block code encoding and decoding process, the decoding process with error correction ability
Huffman-coding-and-decoding
- 完整的哈弗曼编码译码程序,信息论与编码课程实验中经常用到的程序-Complete Huffman coding and decoding procedures, information theory and coding course experiments frequently used programs