搜索资源列表
赫夫曼译码与编码
- 此程序为数据结构赫夫曼编码与译码程序,具有简单实用的优点-Written for Huffman Coding and Encoding of data constrution, easy and useful.
[C++]哈夫曼编码及译码
- [C/C++]哈夫曼编码及译码 构造赫夫曼树 HT , 并求出 n 个字符的赫夫曼编码 HC //将结果存入 hufTree.txt-[C / C] Huffman coding and decoding structure HT Huffman tree, and obtained n characters of Huffman coding HC / / results deposited hufTree.txt
HuffmanTree.c
- 赫夫曼编码,它具体点说明了编码的步骤,让初学者一看就明了.-Hefuman coding, it shows a specific encoding step for a beginner can understand it.
huffman
- 课程设计: 任务 :建立最优二叉树函数。 要求:可以建立函数输入二叉树,并输出其赫夫曼树。 -Course Design : Mission : To establish the optimal binary tree function. Requirements : function can be established Binary Tree imported and exported its Hefuman tree.
hangban
- 此程序为赫夫曼树的实现源程序 具有很高的参考价值哦 供大家参考
wxc_Huffman
- 数据结构算法(C++实现)赫夫曼树与赫夫曼编码。
HuffmanCode
- 实验3:二叉树的应用--构造赫夫曼树 1、实验目的:掌握二叉树的性质及赫夫曼树的构造。 2、实验要求:根据任意给定若干结点的权值,构造一棵最优二叉树并给出对应的编码。
hafumanbianma
- 输入各个字符及对应出现的次数 ; 建立赫夫曼树并对各个字符进行编码 ;然后 对 输入 的 二进制 串进行 译码
hfm
- 赫夫曼编码
赫浮曼
- 一个新的哈夫曼程序-a new procedure Huffman
(赫夫曼编码)
- 赫夫曼编码,实现压缩编码,字符码长 察看权值,以此构建二叉树-Huffman coding, achieving compression coding, characters yards long to see the right value, this Binary Tree Construction
赫夫曼压缩
- 图像处理中的赫夫曼编码 经典算法的实现
myprojects
- 哥德巴赫猜想,哈夫曼编码译码器,河内塔问题等的VC++解决,许多算法的实现-Goldbach Conjecture, Huffman decoder, Hanoi tower problem, etc. VC++ Resolved, the realization of many algorithms
hefumanbianma
- 这个程序是用c#编的赫夫曼编码,相信对很对有用-This procedure is used c# Series of Huffman coding, I believe it to be useful
hufuma
- 赫夫曼编码-利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。-Huffman coding- the use of Huffman coding can greatly improve the communication channel utilization, reduce the information transmission time, lower transmission costs.
huffman
- 本源程序是数据结构课程设计用于赫夫曼树的建立-The source data structure courses are designed for the Huffman tree set up
hfmtree
- 我自己写的一个赫夫曼编码器/译码器程序,实现了初始化、编码、译码、打印赫夫曼树等功能。-I wrote it myself as a Huffman encoder/decoder program to achieve the initialization, encoding, decoding, printing features such as Huffman trees.
Huffman
- 本程序主要是来实现赫夫曼编码的问题。用户可以输入键盘中的任意字符,长度为任意长,字符输入顺序不限,且允许出现重码,可以对任意长的字符串可进行编码 按顺序打印出对应输入字符串的哈夫曼编码-This procedure is mainly to achieve the Huffman coding problem. Users can enter any keyboard characters, the length of arbitrary long input sequence of cha
hafuman
- 实现简单赫夫曼编码,对简单的txt文件进行编译和统计-To achieve a simple Huffman coding, to compile a simple txt file and statistics
赫夫曼编码实现
- 赫夫曼编码实现代码,对于数据结构初学者有较大的借鉴意义(Huffman encoding code)