文件名称:hafuman
- 所属分类:
- 汇编语言
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 200kb
- 下载次数:
- 0次
- 提 供 者:
- car***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
哈夫曼编码为实现哈夫曼编码,先构造哈夫曼树。哈夫曼树的每个节点都存有该节点的信源符号,概率,双亲节点,左孩子节点和右孩子节点。每个节点的概率为该节点左孩子节点和右孩子节点的概率之和。每次选取概率最小的两个节点作为左右孩子节点,直到把所有的数据都整合到哈夫曼树中。每个原始数据都处于叶子节点的位置。-Huffman coding Huffman coding to achieve the first Huffman tree structure. Huffman tree for each node there are symbols of the source node, the probability of parent node, left child node and right child nodes. The probability for each node the left child node and right child nodes of the node and the probability. Select the smallest probability of each of the two nodes as child nodes around until all the data are integrated into the Huffman tree. Raw data are in each leaf node.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
c++\Debug\hafuman.exe
...\.....\hafuman.ilk
...\.....\hafuman.obj
...\.....\hafuman.pch
...\.....\hafuman.pdb
...\.....\vc60.idb
...\.....\vc60.pdb
...\hafuman.cpp
...\hafuman.dsp
...\hafuman.plg
...\Debug
c++
...\.....\hafuman.ilk
...\.....\hafuman.obj
...\.....\hafuman.pch
...\.....\hafuman.pdb
...\.....\vc60.idb
...\.....\vc60.pdb
...\hafuman.cpp
...\hafuman.dsp
...\hafuman.plg
...\Debug
c++