搜索资源列表
haffuma
- c 实现的哈夫曼码编译器 sample demo-c achieve Huffman code compiler sample demo
HUMA1
- 这是一个霍夫曼编码程序-This is a Huffman code program
HuffmanCodes
- Huffman codes 1.In telecommunication, how do we represent a set of messages, each with an access frequency, by a sequence of 0 s and 1 s? 2.To minimize the transmission and decoding costs, we may use short strings to represent more frequently use
ALGORITHME-HUFFMAN
- Ce code compresse les données selon l algorithme de huffman en essayant de construire l arbre du bas-en-haut (buttom-up) pour éviter toute récursivité.
newfile.c
- huffman code immlemanted in C++. goog one this is must run. if u found any bug mail to me
newfile2.c
- this is a c code for huffman coding. if u got any bug mail it to me
HuffmanTree
- 哈夫曼树的实现代码,数据结构的基础,能让初学者比较好的掌握-Huffman tree implementation code, the basis of the data structure
huffman
- 哈弗曼编码译码:利用哈夫曼树编码进行通信可以大大提高通信利用率,所的信息传输时间,降低传输成本。者要求在发送端通过一个编码系统对待传数需预先编码,在接收端将传来的数据进行一马复原。对于双工信道,每端都需要一个完整的编码译码系统。-huffman code
Huffman
- Huffman编码 visual c++ 实现编码以及生成哈夫曼树-Huffman coding to achieve visual c++ code and generate Huffman
SourceCoding(Huffman)
- Program to code or decode using Huffmann. Also the matrix and intermediate values are printed
huffman
- Huffman编码软件实现 (1)输入:信源符号个数r、信源的概率分布P; (2)输出:每个信源符号对应的Huffman编码的码字。 -huffamn code
12
- 基于c语言的哈夫曼编码对文件加密程序,可以运行-Huffman code based on c language program for file encryption, you can run
enough
- determine the maximum size of inflate s Huffman code tables over.
huffman
- huffman编码的讲解以及代码实现,十分详细的,欢迎下载-huffman coding explanation and code, very detailed, welcome to download
main
- 数据库2哈夫曼树课程设计代码,用c++实现的,有存储结构,有编码-Curriculum design database 2 Huffman code, using c++ achieve, a memory structure, coding
huffman
- Huffman coding low-level stuff Source Code for Linux.
Huffman
- 哈弗曼编码,输入数据后可计算权重.例如,输入11122233334,可得到权重为1,2,3,4 的权重分别为3,3,3,1-the code of Huffman Tree ,this code can compute the weight of you input data
huffman
- huffman code for compre-huffman code for compress
ftw
- inftrees.c generate Huffman trees for efficient decoding.Build a set of tables to decode the provided canonical Huffman code. -inftrees.c generate Huffman trees for efficient decoding.Build a set of tables to decode the provided canonical Huffman
compact
- Adaptive Huffman code input to output On - line algorithm. -Adaptive Huffman code input to output On - line algorithm.