搜索资源列表
huffman
- 哈弗曼编码译码:利用哈夫曼树编码进行通信可以大大提高通信利用率,所的信息传输时间,降低传输成本。者要求在发送端通过一个编码系统对待传数需预先编码,在接收端将传来的数据进行一马复原。对于双工信道,每端都需要一个完整的编码译码系统。-huffman code
44441
- 利用数据结构的知识生成一颗哈弗曼树,实现遍历数的节点,输出所要的节点信息-Data structures generated using a Havermann tree of knowledge, to achieve the number of nodes traversed, the output of the node information to be
hafumanshu
- 数据结构哈弗曼树c语言程序,方便大家学习交流-Havermann tree data structure c language program to facilitate learning exchanges
11Huffman_Tree
- 用C语言详细描述了哈弗曼树的构架,并且可以利用此哈弗曼树进行排序,或者实现数据的压缩和解压-In C language is described in harvard, tree structure, and can make use of the harvard sort tree, or for data compression and decompression
DS
- 数据结构C/C++重点程序代码:哈弗曼编码、表达式求值、二叉树应用、链表排序等-Data structure( C/C++ program code):Huffman coding, expression uation, the application of binary tree and chain table sorting, etc
哈弗曼编码
- C语言编写哈夫曼树,实现字母和数字之间的密码互换。(C language Huffman tree, the realization of letters and numbers between the password swap.)