搜索资源列表
huffman
- Library and command line program for Huffman encoding and decoding both files and chunks of memory. The encoder is a 2 pass encoder. The first pass scans the data and builds the Huffman tree. The second pass encodes the data. The decoder is one pa
哈夫曼树的构造算法
- 哈夫曼树的构造算法-Huffman tree Construction Algorithm
huffmantree
- 该程序是在C++ 里面实现哈夫曼树的功能 很方便实用-The program is realized in C++ which the function of the Huffman tree is very convenient and practical
wellDone
- 哈夫曼树编码实现的udp通信工具,不用服务器就可以实现双方通信,自动绘制树。-Huffman tree coding udp communication tool, not the server can implement the communication of both sides, and automatically draw the tree.
11huffman
- 哈夫曼树,源码实现哈夫曼树,方便理解,运用-Huffman tree, source Huffman tree, easy to understand, the use of
HuffMan123458910
- 基于udp实现的聊天软件,输入对方的IP就能够像QQ一样聊天,信息采用哈夫曼编码,能够绘出所用的哈夫曼树-Based on the udp realized chat software, enter the IP like QQ chat message using Huffman coding, be able to draw the Huffman tree
huofuman
- 给定n个权值作为n的叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman tree)。哈夫曼树是带权路径长度最短的树,权值较大的结点离根较近。-Given n weights as a leaf node n, and construct a binary tree, if the weighted path length to a minimum, said such a binary tree is optimal binary tre
huffmantree
- 动态分配数组存储赫夫曼树 ,生成赫夫曼数组及其赫夫曼编码(Dynamic allocation for the array storage Huffman tree, Huffman array and generate Huffman encoding)