搜索资源列表
myprojects
- 哥德巴赫猜想,哈夫曼编码译码器,河内塔问题等的VC++解决,许多算法的实现-Goldbach Conjecture, Huffman decoder, Hanoi tower problem, etc. VC++ Resolved, the realization of many algorithms
huffman
- 本源程序是数据结构课程设计用于赫夫曼树的建立-The source data structure courses are designed for the Huffman tree set up
hefuman
- 赫夫曼树:试构造一棵有n个叶子结点的二叉树,每个叶子节点带权为wi,则期中带权路径wpl的最小的二叉树-Huffman Tree: test construct an n-leaf nodes are the binary tree, each leaf node with a right to wi, then the period of the right path with the smallest binary tree wpl
HeffmanTree
- 本程序是用来求最优树(赫夫曼树)的,从键盘输入一组权值,构造出对应的最优树,列出构造过程-This program use to solve Heffman Tree
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
HuffmanCoding
- 赫夫曼树的实现 赫夫曼树的实现 赫夫曼树的实现-Huffman tree to achieve the realization of Huffman Huffman tree, the tree to achieve the realization of Huffman tree implementation of Huffman tree
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
- 用于赫夫曼计算,二十字 二十字 - Huffman
Arith_VC
- Arith-N_赫夫曼压缩_源代码_VC-Arith-N_ Huffman compression _ source code _VC
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-tree
- 根据严蔚敏的《数据结构》一书中的赫夫曼树算法实现的代码c-Huffman tree code c++
huffman
- 利用赫夫曼编码的实现原理码对数据进行无损压缩,设计一个实现Huffman压缩的编码和解码的程序。具体要求如下:读入待压缩的文本文件; 2)统计分析文本文件中各字符的出现频度,以频度作为构造Huffman树的权值。根据各字符出现的不同频度构造Huffman树,然后规定每种字符的Huffman编码。再次读入待压缩的文本文件,然后根据各字符的Huffman编码逐一替代,将得到的编码流写入到新的文件中,并且计算压缩率。 5)解码过程:先读入上一步骤得到的新文件,将其看作比特流,根据Huffman
Huffman
- 赫夫曼树的建树,编码,解码代码。数据结构的必修内容-Huffman tree achievements, encoding, decoding codes. Data structures required content