资源列表
[压缩解压] haffmanbianma
说明:哈夫曼编码器,使用前序、中序、后序遍历哈夫曼树-Huffman encoder, the use of pre-order, in sequence, after the Huffman tree traversal<fish> 在 2025-06-14 上传 | 大小:3kb | 下载:0
[压缩解压] bianyi
说明:用C编程实现对26个字母用于电报打字的优先权进行编程,生成哈夫曼数,并可实现对某一语句的编码,译码。本文举例此语句为:this program is my favorite.-Programming with C on the 26 letters used in typing telegraph priority program to generate the number of Huffman, and realize the encoding of a statement, decodin<梁娟> 在 2025-06-14 上传 | 大小:3kb | 下载:0
[压缩解压] rs_encoder
说明:一个很不错RS编码,用于DVB的信道编码,用VHDL语言编写,在FPGA上通过验证。-A very good RS encoder for DVB Channel Coding using VHDL language, in the FPGA-validated.<杨宇> 在 2025-06-14 上传 | 大小:3kb | 下载:0
[压缩解压] forney_conv
说明:一种交织算法——forney交织,用于均衡能量,打乱码流的顺序,从而可以较低突发性错误对码流的影响。-A-cutting algorithm- forney intertwined for a balanced energy flow in order to fight garbled, so that we can lower the error of sudden impact on the bit stream.<杨宇> 在 2025-06-14 上传 | 大小:3kb | 下载:0
[压缩解压] op001
说明:霍夫曼编码压缩演算法,在霍夫曼编码当中,把各资料视为有重量的叶子,把出现频率较低的整理在一起,构筑出一个叫做「霍夫曼树」的树状构造资料,然后从此霍夫曼树来决定要分配给各资料的位列。 解码时,也是会用到霍夫曼树,我们必须将霍夫曼编码的资料逐个位去读入,然后照这个值去判断要走哪一边的树枝。然后,在走到叶之后,就把这个叶的值输出。接着就再度回到根,一直重覆同样的处理,直到没有资料为止。-Huffman coding compression algorithm, in the Huffman cod<elvis> 在 2025-06-14 上传 | 大小:3kb | 下载:0