搜索资源列表
huffman 方案3
- huffman 编码译码器的实现。可以完整实现由用户输入字母进行编码和译码,使对网络通信的模拟-Huffman coding decoder realized. Integrity can be achieved by user input letters coding and decoding, the analog network communication
实验5
- 哈夫曼编码/译码 背景介绍: 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求这发送端通过一个编码系统对待传数据预先编码,在发送端将传来的数据进行译码(复原)。对于双工信道。每端都需要一个完整的编译码系统。本程序将为这样的信息收发站写一个哈夫曼的编译码系统。 哈夫曼编码/译码: 程序运行步骤: 1、建立哈夫曼树,从键盘输入字符集大小,字符以及频度。 2、对字符进行编码,输出编码结果,分单个句子和整个句子输出,编码导入
huffmancodeanddecode
- 这是一个采用二进制进行Huffman编码的程序,主要用于图像的无损压缩。-This is a binary Huffman coding for the procedure, mainly for lossless compression of image.
huffmanHY
- 关于哈夫曼压缩编码的源代码 还没使用于压缩 嘻嘻^_^-Huffman coding on the source code not used in compression hee hee ^ _ ^
Huffmancodes
- 本系统主要用于教学,是对huffman编码的演示。-the system is mainly used for teaching, for the demonstration of Huffman coding.
HUFFMANlx
- 数据结构中HUFFMAN编码程序设计代码-data structure Speed HUFFMAN coding process design code
hufuman
- 哈夫曼编码源程序!好东西啊 喜欢的话 下吧 对学习数据压缩有好处-Huffman coding source! Ah good things like what are you learning good data compression
Huffman
- huffman编码,输入对应的概率,可以输出码字和码长-Huffman coding, the probability of imported counterparts, can export code and code length
(赫夫曼编码)
- 赫夫曼编码,实现压缩编码,字符码长 察看权值,以此构建二叉树-Huffman coding, achieving compression coding, characters yards long to see the right value, this Binary Tree Construction
huffman解压缩
- 运用huffman编码的解压缩程序,能压缩任何格式的文件,但是压缩比不是最理想-use Huffman coding decompression procedures can be compressed files in any format, but not the best compression ratio
文本压缩
- 用huffman编码实现的文本压缩用compress进行压缩用uncompress进行解压缩-Huffman coding used to achieve the compression used compress text compression used for decompression uncompress
viterbi_de
- 卷积码译码霍夫曼编码及数学概率论贝叶斯公式; 卷积译码软判决通过3位量化可以比硬判决提高约2dB信噪比; 了解最大似然译码准则; -Soft Decoding Scheme of Convolution Codes Combined with Huffman Coding.Simulation study of the performance of ternary line codes under Viterbi decoding & Soft-decision decoding
hefumanbianma
- 这个程序是用c#编的赫夫曼编码,相信对很对有用-This procedure is used c# Series of Huffman coding, I believe it to be useful
CharacterCalculate
- 统计任意输入的string中各种字符个数信息,建立哈夫曼编码,然后可以对任意输入的字符串进行译码-Arbitrary input statistics of the various characters of the string in the number of information, the establishment of Huffman coding, and then can enter any string for decoding
Huffman~
- 树的哈夫曼编码。在文档文件中每行以“a:”“b:”的形式输入多个字符及其出现频率。在界 面上点击获取编码,界面上输入数字进行哈夫曼的编码,输入字母可以实现哈夫曼的译码。输入错误字符是提示输入有误。-Huffman tree. Each line in the document file to " a:" " b:" Enter the number of characters in the form of its frequency. Click for
Huffman-coding
- 哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。uffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码。 -Image Huffman coding
HUffman
- 实现哈弗曼编码的C语言程序,输入字符及权值完成编码-C language program, the Huffman coding input characters and weights encoded
huffman
- 用模板类实现哈弗曼编码,及二叉树的基本数据结构操作。-Template class that implements the Huffman coding, and basic binary tree data structure operations.
huffman
- 哈夫曼编码,构建哈夫曼树,以及哈夫曼译码-Huffman coding, to build the Huffman tree, and Huffman decoding
Huffman-coding
- 用huffman编码实现的文本压缩用compress进行压缩用uncompress进行解压缩-Huffman coding used to achieve the compression used compress text compression used for decompression uncompress