搜索资源列表
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!
对二叉树的各种运用,还有哈夫曼数的编码和译码
- 对二叉树的各种操作还有哈夫曼树的编码和译码
Hf
- 哈夫曼数的编码,译码和树的打印-The number of Huffman encoding, decoding and tree print
arith-n
- Arith-N 是可以在命令行指定阶数的 N 阶上下文自适应算术编码通用压缩、解压缩程序,由于是用作教程示例,为清晰起见,在某些地方并没有刻意进行效率上的优化。由王笨笨大侠提供-Arith-N is specified in the command-line order of the N-order context adaptive arithmetic coding common compression, decompression
tree_hfm_graphi
- 哈夫曼数图形输出,建立,查询,删除,课程设计资料-Huffman few graphics output, the establishment of inquiries, delete, curriculum design information
hoff
- 实现编码,生成哈夫曼数 可以计算最小距离图形界面,可以点击每个叶子结点查看编码情况!-achieve coding, Huffman generate the smallest amount will be calculated from the graphical interface, can click on each leaf node View coding!
Delphi_1016
- 《Delphi算法与数据结构》源码 Delphi开发人员Julian Bucknall从实用角度为广大程序员提供了有关使用算法和数据结构的一个详尽的介绍。Bucknall先从算法性能的讨论开始,涵盖了诸如数组、链表和二叉树等内容。这本书强调了查找算法(如顺序和二分查找),另外也重点介绍了排序算法(包括冒泡排序、插入排序、希尔排序、快速排序和堆排序),此外还提供了有关的优化技术。不仅如此,作者还介绍了散列和散列表、优先队列、状态机和正
bianyi
- 用C编程实现对26个字母用于电报打字的优先权进行编程,生成哈夫曼数,并可实现对某一语句的编码,译码。本文举例此语句为:this program is my favorite.-Programming with C on the 26 letters used in typing telegraph priority program to generate the number of Huffman, and realize the en
hafuman
- 输入一个有n个叶结点的权植构造一棵哈夫曼树:(例如:n=8,权植为 5 29 7 8 14 23 3 11)根据哈夫曼树构造哈夫曼编码,用指向字符串的指针数组来存放,用叶子到树根逆向求每个结点的哈夫曼编码. -Enter one has n leaf nodes of the right to construct a Huffman tree-sik: (For example: n = 8, the right-sik for
Adaptive-Huffman-Coding
- Matlab实现自适应Huffman哈夫曼编码,这个Matlab实现的程序,实现用于一维8位或16位整数数组的自适应Huffman哈夫曼编码。-Matlab realize Huffman Adaptive Huffman Coding, the Matlab realize the procedures used to realize one-dimensional 8-bit or 16-bit integer array Huff
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.
hafuman1
- 根据输入小写英文字母和输入的对应权值创建哈夫曼树,可以求出每个小写英文字母的哈夫曼编码,将文本中的字母对应的哈夫曼编码写入文本中,实现对文本的编码。(The corresponding weights of input lowercase letters and input to create English Huffman tree can be calculated according to the Huffman encoding
哈夫曼数
- 哈夫曼数求最短带权路径长度,包含源代码和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