搜索资源列表
Huffman
- 自己写的哈夫曼编码与译码 这个是基于对话框的- Own write 鍝堝か鏇?codes and decodes this is based on the dialog box
Huffman_32
- 这个是用C写的哈夫曼编码与解码,起中间数据还用文件显示,以便大家观摩-this is written in C Huffman coding and decoding, starting with intermediate data file, so that we watch
压缩&解压缩
- 此程序用C语言用哈夫曼编码法实现了对英文的压缩与解压缩,是C语言编程一个比较经典的例子-this program in C language with Huffman coding method to achieve the right English compression and decompression, the C programming language is a classic example
算法设计与分析实验
- 哈夫曼编码。排序问题,利用贪心算法的思想实现哈夫曼编码算法程序 -Huffman coding. Scheduling problems, the greedy algorithm achieving Huffman coding algorithm
tree
- 采用哈夫曼编码思想实现某个文件的压缩和解压缩功能,并提供压缩前后的文件占用空间之比.要求:(1)压缩前文件的规模应不小于5K.(2)提供原文件与压缩后文件的相同性比较功能.-achieving a file compression function, Compression and provide documents before and after the occupation of space ratio. : (1) compre
wgf
- 由C语言实现对符号进行哈夫曼编码,输出码字,同时计算出信息传输率与平均码长-By the C language to realize Huffman symbols, the output code word, at the same time calculate the information transmission rate and the average code length
haffman
- 信息论与编码报告。内源程序为: 对给定信源符号进行哈夫曼编码,然后输出码字,平均码长,信息传输率。-Report of information theory and coding. Within the source as follows: for a given source symbols Huffman encoding, and then the output codeword, the average code length
ba
- 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。 [基本要求]: (1)I:初始化(Initialization)。从终端输入一个长度不超过80的字符串(全部为大写字母且无空格
huffman
- 实现最优二叉树的构造;在此基础上完成哈夫曼编码器与译码器。 假设报文中只会出现如下表所示的字符: 字符 A B C D E F G H I J K L M N 频度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 57 字符 O P Q R S T U V W X Y Z , . 频度 63 15 1 48 51 80 23 8 18 1 16 1 6 2
structs
- 数据结构相关算法 八皇后 哈夫曼编码 矩阵求逆 迷宫问题 牛顿插值法 图,二叉树 图的存储与遍历-Data structures related to Huffman
5596696
- 哈夫曼树与哈弗曼编码,内有实验报告和程序设计!-Huffman tree with哈弗曼encoding, there are experimental reports and program design!
Huffman-encoding-decoding
- 哈夫曼编码与译码,能对输入的字符(有权值)进行建树、编码、译码-Huffman encoding and decoding can input characters (right value) for contributions, coding, decoding
dsdsadasdas
- 哈夫曼 编码的一些特性全集,适合与毕业论文的参考资料-huffman note ,
Huffman_code_report
- 哈夫曼编码与反编码的源程序,以及哈夫曼编码与反编码实验报告。-Huffman source code and paper report.
哎呀
- 设计一个哈夫曼编码、译码系统。对一个ASCII编码的文本文件中的字符进行哈夫曼编码,生成编码文件;反过来,可将编码文件译码还原为一个文本文件。 (1)从文件中读入任意一篇英文短文(文件为ASCII编码,扩展名为txt); (2)统计并输出不同字符在文章中出现的频率(空格、换行、标点等也按字符处理); (3)根据字符频率构造哈夫曼树,并给出每个字符的哈夫曼编码; (4)图形化输出哈夫曼树、哈夫曼编码; (5)将文本文件利用哈夫曼
哈夫曼树和编码include
- 学习了解哈夫曼树和编码,更好到学算法与数据结构(Learn Huffman tree and coding, better to learn algorithm and data structure)
5 哈夫曼编码和解码
- 哈夫曼编码是不等长编码。利用哈夫曼编码能实现了数据的压缩,在进行通信时,可以大大提高信道利用率,缩短信息传输的时间。本实习要求对发送端待发送的信息进行哈夫曼编码,在接收端进行解码,还原为原来的信息。测试数据:自己找一段不小于2000字符的英文文章,保存为文件。(1) 所有信息输入与输出要以图形化的可视界面,如:用对话框选择打开的文件、字符的出现频率的统计信息能以文件的方式保存,能以表格的形式输出到显示器等。(2) 编码后的信息要以文件的
基于哈夫曼编码的文本文件压缩与解压缩
- 使用哈夫曼编码的方法对文本进行压缩。可以是加密压缩,也可以是无密压缩(Huffman coding is used to compress the text. It can be encrypted compression or non dense compression)
哈夫曼编码与字母频率统计
- 统计词频并构建哈夫曼树,左边为0,右边为1。(HuffmanTree ,calculate every the number of every zee and using '1' and '0' create a tree and printf the string.)
Program3_1
- 哈夫曼编码和译码过程 信息论与编码作业 自定义输入(Huffman coding and decoding process)