搜索资源列表
-
0下载:
此程序实现了huffman编码,程序开始输入信源个数,之后输入对应的概率,若概率值不属于0~1或概率和大于1则会要求重新输入,最终输出编码表。-This program implements the huffman coding, the program began to enter the number of sources, and then enter the corresponding probability, if not a probability or probability 0
-
-
0下载:
实现任意二到九进制数的赫夫曼编码,通过选择不同的进制实现对应的编码。运行程序,选择进制数后,输入信源个数、信源符号和概率进行相应进制的编码。编码结束后,输出编码结果,并计算平均码长、信息率、编码效率并判断是否满足克拉夫特不等式和变长编码定理。-Arbitrary two to nine the number of Huffman binary encoding, by selecting the corresponding realization of the different binary
-
-
0下载:
该小程序的功能是输入权值,构造哈夫曼树,并在构造的过程中将各权值进行哈弗曼编码,并且具有一定的判断功能-The program function is to input the right values, construct the Huffman tree , and constructed during the weight Hafu Man coding and judgment
-
-
0下载:
这个程序实现赫夫曼树的编码,加载后可以运行,仅供大家学习-This program implements the Huffman tree coding, the load can run, only for them to learn
-
-
0下载:
哈夫曼编码matlab程序 哈夫曼编码matlab程序-Huffman coding matlab program Huffman coding matlab program Huffman coding matlab program
-
-
0下载:
哈夫曼编码的C语言程序,其中采用了两种不同的方法实现编码-Huffman coding in C language program, which uses two different methods to achieve coding
-
-
0下载:
这个程序可以很好的实现霍夫曼编码,非常适合初学者来验证一下霍夫曼编码的结果-This program can be very good Huffman code, very suitable for beginners to verify the results of the Huffman coding
-
-
0下载:
程序实现Huffman编码输入字母(A-G可以在程序中修改)用于Huffman编码。-Program implementation Huffman coding The input letters (A-G can be modified in the program) for Huffman coding.
-
-
0下载:
jpeg中用到的 huffman 编码MATLAB程序 参考资料(Jpeg Huffman coding is used in the MATLAB program The resources)
-
-
0下载:
huffman的编码和译码程序,使用matlab编写。根据码字可生成相应码字状态转移路径图,可用来比特级软译码(The coding and decoding program of Huffman is written in MATLAB. The corresponding code word state transfer path graph can be generated according to the code word, and it can be used for bit lev
-