搜索资源列表
haffmantree
- 按照data.txt格式输入权值&字符名覆盖原data的内容,就可以使用程序对由这些字符组成的字符串进行编码了,结果将输出至code.txt中-data.txt format with input weights & characters from the original data covering the contents it can be used to process these characters from the string of code and the result
HFMTREE
- 用c语言编写的haffmantree程序
haffmantree
- 在双工通讯中利用哈夫曼编码和译码,使其权值最小.
haffmantree
- 哈夫曼二叉树的原代码-Huffman binary tree of the original code
HaffmanTree.h
- 哈夫曼编码的算法实现(数据结构c++语言描述)用仿真指针实现二叉树节点双亲孩子结点存储结构
HaffmanTree
- 程序通过构建一个haffman树,用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件 压缩与解压
haffmantree
- ADT HuffmanTree{ 数据对象:D={ai| ai∈CharSet,i=1,2,……,n, n≥0} 数据关系:R={< ai-1, ai > ai-1, ai∈D, ai-1基本操作P: HuffmanTree() 构造函数 ~ HuffmanTree() 析构函数 Initialization(int WeightNum) 操作结果:构造哈夫曼树。 Encoder() 初始条件:哈夫曼树已存在或者哈夫曼树已存到文件中。
haffmantree
- 哈弗曼树生成代码,运行后能生成哈弗曼树,对学习数据结构有帮助。-哈弗曼tree generated code
Haffman
- 哈弗曼树的编码与译码 采用VC++6.0编译-Haffmantree encoding and decoding using VC++6.0 compiler
HuffmanTree1
- 哈弗曼树 文件保存在C盘 名字为Haffmandata.txt-Haffmantree
haffmantree
- 哈夫曼树及哈夫曼表的建立和打印(按树形打印)-create and print haffmantree and haffmancode
HaffManTree
- 哈夫曼编码的C++实现,同样是数据结构中树的应用-Huffman coding C++, is also a tree data structure applications
Haffmantree
- 进行哈夫曼树的建立,并且以哈夫曼树的存储形式输出-Huffman tree for the establishment, and to output the Huffman tree storage
haffmantree
- 该程序描述的是如何构建哈夫曼树及哈夫曼编码-haffmantree
HaffmanTree
- 哈弗曼树的建立和实现,方法选取一个权值最小和一个权值次小的结点来构成一个新的父母结点,递归建立一颗哈夫曼树-Hafu Man tree establishment and realization of the method to select a right to the minimum value and a weight value of small nodes to form a new parent node, recursive establish a Huffman tree
HaffmanTree
- 实现哈夫曼编码,通过修改参数实现编码,简单实现。-realize haffman encode
haffmantree
- 哈弗曼数节点类,带权路径长度最短的树,权值较大的结点离根较近。显示个字符的编码,编码,译码,文本串的编码。-Huffman number of node class with the right length of the shortest path tree, the larger weights from the root node closer. Display, coding, decoding, encoding text strings of characters.
HaffmanTree
- 在普通哈夫曼树的基础上,实现K叉哈夫曼树-On the basis of the ordinary Huffman tree based on the realization K-ary Huffman