搜索资源列表
tree_hfm_graphi
- 哈夫曼数图形输出,建立,查询,删除,课程设计资料-Huffman few graphics output, the establishment of inquiries, delete, curriculum design information
bianyi
- 用C编程实现对26个字母用于电报打字的优先权进行编程,生成哈夫曼数,并可实现对某一语句的编码,译码。本文举例此语句为:this program is my favorite.
hoff
- 实现编码,生成哈夫曼数 可以计算最小距离图形界面,可以点击每个叶子结点查看编码情况!-achieve coding, Huffman generate the smallest amount will be calculated from the graphical interface, can click on each leaf node View coding!
对二叉树的各种运用,还有哈夫曼数的编码和译码
- 对二叉树的各种操作还有哈夫曼树的编码和译码
arith-n.zip
- Arith-N 是可以在命令行指定阶数的 N 阶上下文自适应算术编码通用压缩、解压缩程序,由于是用作教程示例,为清晰起见,在某些地方并没有刻意进行效率上的优化。由王笨笨大侠提供,Arith-N is specified in the command-line order of the N-order context adaptive arithmetic coding common compression, decompression procedures, because it is used
Hf
- 哈夫曼数的编码,译码和树的打印-The number of Huffman encoding, decoding and tree print
haffman
- 哈夫曼数的编码和译码,使用VC编程,课程设计必备-The number of Huffman coding and decoding, the use of VC programming, curriculum design must
29
- 数据结构中的哈夫曼树的建立,使用了结构体,在子函数中建立哈夫曼数-Data structure of the Huffman tree in the establishment of the structure used in the establishment of Function in the number of Huffman
hafuman
- 实现哈夫曼编码译码,可以实现,本实验可以实现编码,译码,打印哈夫曼数,等-There is a chance to appreciate different ways of life.
hafm
- 哈夫曼数 利用这个程序进行编码译码 把英文编译成计算机能识别的二进制码 -hafm
huffman
- 哈夫曼数的建立,针对大学二年级的学生可以下载并使用-Huffman number of the establishment, for sophomore students can download and use
数据结构中哈夫曼数的生成实现算法
- 数据结构中哈夫曼数的生成实现算法,数据结构中经典算法-Huffman algorithm
huffman
- 数据结构中哈夫曼数实现的详细代码,很有用,对学习很有帮助。-Detailed code of Huffman number in the data structure, very useful, very helpful for learning.
Huffman
- 用哈夫曼数的框架结构进行数值排序,完整的C代码,输入数值可用。-Huffman frame structure with the number of numerical order, the complete C code, enter the value available.
Huffman
- 哈夫曼数组,使用C语言实现哈夫曼数组运算-Huffman array, using C language Huffman arSingle listray operation
hafuman1
- 根据输入小写英文字母和输入的对应权值创建哈夫曼树,可以求出每个小写英文字母的哈夫曼编码,将文本中的字母对应的哈夫曼编码写入文本中,实现对文本的编码。(The corresponding weights of input lowercase letters and input to create English Huffman tree can be calculated according to the Huffman encoding each lowercase letters Englis
哈夫曼数
- 哈夫曼数求最短带权路径长度,包含源代码和exe程序(The length of Huffman number for the shortest path length)
DS
- 一点常见的数据结构及其实现,如二叉树、哈夫曼数及其编码、图的dfs(some commonly used data structures)
Chapter5
- 利用一组数创建哈夫曼树,可进一步实现编码功能(Using a set of numbers to create the Huffman tree, the coding function can be further implemented.)
哈夫曼编码器设计实验报告
- 要求对一段数据序列进行哈夫曼编码,使得平均码长最短,输出各元素编码和编码后的数据序列。 ①组成序列的元素是[0-9]这10个数字,每个数字其对应的4位二进制数表示。比如5对应0101,9对应1001。 ②输入数据序列的长度为256。 ③先输出每个元素的编码,然后输出数据序列对应的哈夫曼编码序列。(Design a 1MHz FIR low pass filter. Huffman coding is required for a section of data sequence to m