搜索资源列表
HUFFMAN_entropy
- 运行主函数,得出Huffman码字、平均字长、信源熵。可根据需要修改信源概密 p-running main function, drawn Huffman code word, the average size, entropy source. Under the need to amend the corresponding source close p
200521511243234
- 用于数据流压缩的huffman算法源代码,VC程序-data flow for the Huffman compression algorithm source code, VC Program
huffman_src22
- 本代码提供一种非常简单且快速的哈夫曼编码方法。 -this code provide a very simple and rapid method of Huffman coding.
huffman-verifafgwgh
- Huffman source code. you can do text encoding.
HuffMan
- Compress file using code Huffman algorithim
Huffman_JRB_2.0.tar
- Huffman code using JRB lib run on linux platform
HUFFMANCODE
- basic huffman code, visual c-basic huffman code, visual c++
zlib
- huffman编码的实现,分成三个文件,详细请见源代码-huffman coding implementation, divided into three documents, in detail, see the source code
code
- 从键盘输入两个矩阵,输出这两个矩阵和这两个矩阵相乘的矩阵,图书管理系统的一小部分 要求能 登陆 注册 推出 登陆要有次数限制(失败三次退出程序等),注册信息要求写入到文本文件里保存,已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示,求1!+2!。。。+10!c语言代码,贪吃蛇游戏的C语言代码,求几个带权字符的哈夫曼编码,本打字游戏可进行英文,其它字符和全部字符的打字训练,每次训练若干个字符并进行打字时间,
Source_coding
- 对通信中的信源的二进制编码的实现,有香农编码,费诺编码以及霍夫曼编码-Source of communication in the realization of the binary code, there is the Shannon coding, coding, and Huffman coding Fenno
hafuman
- 基于哈夫曼树的文件压缩/解压程序c++源代码程序-Huffman tree based file compression/extracting program c++ source code program
Huffman-algorithm
- 哈夫曼算法的源代码程序,很适合用来学习理解及提高,非常经典哦!-Huffman algorithm source code, it is suitable for learning to understand and improve, very classic Oh!
huffman-algorithm
- this implementation huffman algorithm,you must try code. i think you must try.-this is implementation huffman algorithm,you must try code. i think you must try.
Huffman
- 使用huffmandict函数对《小时代》进行编码,计算了整个编码的平均码长、最大码长、信息熵、编码效率的值-Use huffmandict function small time to encode the entire computing average code length coding, the maximum code length, information entropy coding efficiency values
hw3_E24016629
- 霍夫曼編碼(Huffman Coding)是一種編碼方式,是一種用於無損數據壓縮的熵編碼(權編碼)算法。 在計算機數據處理中,霍夫曼編碼使用變長編碼表對源符號(如文件中的一個字母)進行編碼,其中變長編碼表是通過一種評估來源符號出現機率的方法得到的,出現機率高的字母使用較短的編碼,反之出現機率低的則使用較長的編碼,這便使編碼之後的字符串的平均長度、期望值降低,從而達到無損壓縮數據的目的。-Huffman coding (Huffman Coding) is an encoding, data co
Huffman_Coding
- IMAGE SOURCE CODING & DECODING In This code The Coding Technique Used Is Huffman Coding Data Input Is A Gray Image The Symbols Are The Intensity Levels Of The Pixels (256 Intensity)
Huffman
- 上传的文档为Huffman编码的C++实现代码,功能完备,编解码有较为详细的界面演示-Upload the document for the Huffman code C++ code, complete function, encoding and decoding have a more detailed interface demo
ym_cpp-heimantree
- 哈夫曼编码是可变字长编码(VLC)的一种,一个C++ 夫曼树例子源程序 .-Huffman coding is a variable word length coding (VLC) A, a C++ source code examples Huffman tree.
C语言实现哈夫曼编码
- 利用C语言完整实现哈夫曼编码,语法简洁,较易理解。(The use of C language integrity Huffman coding, syntax concise, easier to understand.)
