搜索资源列表
myprojects
- 哥德巴赫猜想,哈夫曼编码译码器,河内塔问题等的VC++解决,许多算法的实现-Goldbach Conjecture, Huffman decoder, Hanoi tower problem, etc. VC++ Resolved, the realization of many algorithms
huffman
- 赫夫曼编码译码器:能对指定的文本文件进行各字符出现频度分析,并建立哈夫曼树与哈夫曼编码,将该文本文件编码成目标文件 -Huffman codec: Can the specified text file to the frequency analysis of characters in there, and the establishment of Huffman Tree and Huffman encoding, the encoded text file into the desti
Huffmantree
- 实现Huffman编码,通过从键盘输入字符和相应的权值,实现对字符的赫夫曼编码。将字符和其相对应的编码显示出现。同时提供解码功能,输入要进行解码的二进制串,实现解码-apply encoding the huffman
haffuman-
- 统计一篇文章中的26字母出现的次数,然后实现赫夫曼树的编码-Article statistics the number of occurrences of 26 letters, and then implement the Huffman coding tree
Huffman
- 实现任意二到九进制数的赫夫曼编码,通过选择不同的进制实现对应的编码。运行程序,选择进制数后,输入信源个数、信源符号和概率进行相应进制的编码。编码结束后,输出编码结果,并计算平均码长、信息率、编码效率并判断是否满足克拉夫特不等式和变长编码定理。-Arbitrary two to nine the number of Huffman binary encoding, by selecting the corresponding realization of the different binary
Haffman
- 北邮复试上机题:赫夫曼编码 给出n个有权值的结点,构造赫夫曼树,输出所有这n个结点的权值与其赫曼编码长度(即该结点在所构造的赫曼树中的深度)的乘积的总和。 Input 第一行是一个正整数n,表示一共有n个结点。 第二行为n个整数,分别表示这n个结点的权值。 Output 输出所有这n个结点的权值与其赫曼编码长度的乘积的总和。 Sample Input 5 1 2 2 5 9 Sample Output 37- Huffman coding Th
HuffmanCode
- 给定任意个不同权值,使用最优二叉树得到前缀码,实现赫夫曼编码-Given any number of different weights, the optimal binary tree of prefix codes, the Huffman coding
HuffmanTree
- 这个程序实现赫夫曼树的编码,加载后可以运行,仅供大家学习-This program implements the Huffman tree coding, the load can run, only for them to learn
hefuman
- 建议赫夫曼树,及对应的赫夫曼编码,译码,翻译,加密。-Huffman tree, and the corresponding Huffman encoding, decoding, translation, encryption is recommended.
Huffman
- 赫夫曼树的建立与编码,集成环境为vc-Huffman tree establishment and coding, integrated environment for the vc++
hafuman
- 根据严蔚敏数据结构书上的伪码实现的赫夫曼编码译码程序。对26个英文字母加上逗号,句号,空格以及回车进行赫夫曼编码。然后对给定的txt文件(英文文章)进行赫夫曼编码和译码。-According to Yan Wei-min data structure book pseudo-code implementation of Huffman coding and decoding procedures. 26 English letters, commas, periods, spaces, and
huffman
- 利用赫夫曼编码的实现原理码对数据进行无损压缩,设计一个实现Huffman压缩的编码和解码的程序。具体要求如下:读入待压缩的文本文件; 2)统计分析文本文件中各字符的出现频度,以频度作为构造Huffman树的权值。根据各字符出现的不同频度构造Huffman树,然后规定每种字符的Huffman编码。再次读入待压缩的文本文件,然后根据各字符的Huffman编码逐一替代,将得到的编码流写入到新的文件中,并且计算压缩率。 5)解码过程:先读入上一步骤得到的新文件,将其看作比特流,根据Huffman
Huffman
- 赫夫曼树的建树,编码,解码代码。数据结构的必修内容-Huffman tree achievements, encoding, decoding codes. Data structures required content
haf
- 数据结构中的赫夫曼编码程序,适用于初学者学习掌握。-Data structure Huffman coding procedures, for beginners to learn to master.
HuffmanCode
- 赫夫曼编码,能够将任意的字符通过赫夫曼编码转换为相应的01序列,并能够读取01序列将其译码成所需的字符文件。-Huffman coding, any character can be converted by means of Huffman coding sequence corresponding to 01 and 01 can read the sequence desired to be decoded into characters in the file.
hf1
- 本设计要求对输入的一串电文字符实现赫夫曼编码,再对赫夫曼编码生成的代码串进行译码。-This design requires a string of text characters entered by the Huffman coding, and Huffman coding to generate the code string decoded.
Huffman
- 用赫夫曼树进行编码和解码的相关操作,支持字符串的加密和解密-the procedure was wrote for huffman code ,which can be uesd to encode sting
20141214
- 赫夫曼编码,用c语言写的,平常练习的程序-just
JTLBHFM
- 根据输入的叶子数和其权重,输出对应的赫夫曼编码-according to the number and weight, print the HFM code.
ekcodilg
- [CC++]哈夫曼编码及译码 构造赫夫曼树 HT , 并求出 n 个字符的赫夫曼编码 HC-[CC++] Huffman encoding and decoding structure tree HT, hoffman and the n character encoding HC hoffman