搜索资源列表
Hoffman
- Hoffman编码,实现对任意字符的编码及解码,而且生成的编码是唯一的-Hoffman coding, to achieve arbitrary character encoding and decoding, and the generated code is the only
HOFFMAN
- 根据给出的结点权值生成huffman 树并输出hoffman编码的简单c语言程序-creat hoffman tree of input node with given weights and output the code of the nodes
HOFFMAN
- 霍夫曼编码相关资料及matlab源码实现。又需要的可以参考-Huffman code matlab source relevant information and to achieve. Also can refer to the needs of
Hoffman
- 这是我自己写的一个关于赫夫曼树及编码的建立和遍历的代码,当然不是太完美,但基本功能已经能实现。-It is my own written by a tree and codes about hoffman sentenced to establish and traversal code, of course, is not perfect, but the basic function can already achieved.
Huffman_1
- 对输入的一串电文字符实现赫夫曼编码,再对赫夫曼编码生成的代码进行译码,输出电文字符串。-For the entry of a string of message character realize hoffman (coding, again to hoffman (code generated code decode, output message strings.
Huffman_2
- 对输入的一串电文字符实现赫夫曼编码,再对赫夫曼编码生成的代码进行译码,输出电文字符串。要实现赫夫曼树德算法,首先要实现在HT[1.k]中选择parent为0且权值最小的两个根结点的选择算法;另外,还要一个实现统计输入电文字符串中各种字符出现的频率以及字符的种类的算法。假设电文中仅含有大写字母。-For the entry of a string of message character realize hoffman (coding, again to hoffman (code generat
hoffman-encodeadecode
- 数据结构与算法的一个课程设计,内含实验报告。主要功能有: 用户可以执行的的功能有: (1)---选择读取某个源文件由系统解析建立哈夫曼树 (2)---手动输入字符集及其权值信息建立哈夫曼树 (3)---打印字符集的哈夫曼编码到屏幕 (4)---选择某个文本文件进行编码 (5)---选择某个代码文件进行译码 -Data structures and algorithms, a curriculum design, containing experimental r
code-and-decode-for--hoffman
- 代码中写出了哈弗曼树编码与解码的相关内容,请有兴趣的来看看验证。-Write code encoding and decoding Huffman tree related content, please verify interested to see.
AC_Huffman
- 利用MATLAB来实现AC编解码,并且使用的是赫夫曼码-Using MATLAB to realize AC codec, and using a hoffman code
The-Hoffman-code
- 利用Huffman编码方式对一段文字进行编码和解码。哈夫曼编码是可变字长编码(VLC)的一种。-Using the Huffman encoding method for encoding and decoding of a paragraph of text. Huffman code is a variable length coding (VLC) is a kind of.
hoffman
- hoffman代码,有实验报告,有视频演示,基于压缩-hoffman code, lab reports, there is a video presentation, based compression
IMAGECODING
- MFC中的图像编码的源代码,包括霍夫曼编码、香农-费诺编码、算术编码、位平面编码、保存img文件、读入img文件等。-The source code of Image coding in MFC , including the Hoffman code, Shannon Fenno coding, arithmetic coding, bit plane coding, save the IMG file, read into the IMG file.
Hoffman-code
- 计算机系统结构——哈弗曼树用C++实验 包括需求分析、总体设计、详细设计、心得总结-C++ experiment Havermann tree structure of computer system Including demand analysis, overall design, detailed design, experience summary
hoffman
- hoffman code 可以使数据存储量降低,大约减少一半以上-hoffmancode makess code store less
students-system
- hoffman code 可以使数据存储量降低,大约减少一半以上
hoffmann
- 在cfree中实现的霍夫曼编码,已给出图片结果,可自己输入节点数和权值,给出后续结果-CFree in the realization of the Hoffman code, has been given the results of the picture, you can enter the number of nodes and weights, given the follow-up results
Hoffman-code
- 这是霍夫曼编码c语言实现的源码,感兴趣的可以下载查看- 这是霍夫曼编码c语言实现的源码,感兴趣的可以下载查看 This is the Hoffman code c language implementation of the source code, interested can download to view
霍夫曼编码
- 对文本内容进行霍夫曼编码,以实现文本的压缩。(The text content is encoded by Hoffman to compress the text.)
5 哈夫曼编码和解码
- 哈夫曼编码是不等长编码。利用哈夫曼编码能实现了数据的压缩,在进行通信时,可以大大提高信道利用率,缩短信息传输的时间。本实习要求对发送端待发送的信息进行哈夫曼编码,在接收端进行解码,还原为原来的信息。测试数据:自己找一段不小于2000字符的英文文章,保存为文件。(1) 所有信息输入与输出要以图形化的可视界面,如:用对话框选择打开的文件、字符的出现频率的统计信息能以文件的方式保存,能以表格的形式输出到显示器等。(2) 编码后的信息要以文件的方式保存。能比较编码前和解码后的两个文件是否一致。 (3)
Huffman
- hafuman编码 实现哈夫曼编码 计算平均码长 建立二叉树并输出二叉树(hafumanImplementing the Hoffman code to calculate the average code length of the two forked tree and output the two tree)