搜索资源列表
huffman(c)
- huffman树可以通过输入的权值和结点值来唯一确定。然后根据最优二叉树原理来编码。左孩子的路径上记下0,右孩子记下1-Huffman tree can be imported duty and the right node only to determine value. According to the principle of optimal encoding binary tree. Children left on the path down 0 and the right note
huffmanfordepreesingcoding
- 哈夫曼(Huffman)编码压缩和解压缩程序 huffman.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 huffman E <in-file> <out-file> 解压缩 huffman D <in-file> <out-file> 压缩时,读入<in-file>中内容,建立Huffman编码,将结果存入<out
HUFFMAN
- 题 目: 哈夫曼编码的程序设计 初始条件: 输入一段英文字符,试为该文中的每个字符编制相应的哈夫曼码。 (1)I:初始化(Initialization)。对输入的一段英文中的每个字符统计其权值,建立哈夫曼树; (2)E:编码(Encoding)。利用已建好的哈夫曼树,对每个字符进行编码。 (3)D:译码(Decoding)。利用已建好的每个编码,对输入的一个由0、1组成的序列进行译码; (4)P:印代码文件(Print)。将每个字符编的哈夫曼码和译码结果显示在终端
原代码2
- 霍夫曼编码译码程序-Huffman encoding decoding procedures
huffman.rar
- 实现用huffman编码的编码译码器,用C++和vc6.0实现,With implementation of the huffman encoding codecs
Huffman
- 用c语言实现哈夫曼树的编码与解码 编译器为c-fr-Encoding and decoding of the Huffman tree using c language Compiler for c-free
beta3
- 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本,实现哈夫曼的编码译码-The use of Huffman coding to communicate can greatly improve channel utilization, shorten the transmission time information and reduce transmission costs, implementation Huffman encoding decoding
hafumanbianma
- 哈夫曼编码的实现,用C++编写的。操作系统课设时做的,可以正确的运行-Huffman encoding implementation, using C++ prepared. When the operating system to do for the class, you can run the right
hfm
- 哈夫曼的编码和译码 功能是用哈夫曼进行编码和译码工作-Huffman encoding and decoding
heffman
- 经典的赫夫曼编码,自己写的代码,希望对大家有点用处-Classic Huffman encoding, write your own code, and hope we are a bit useless
haffmankechengsheji
- 哈夫曼编码/译码器的课程设计!我查过 网上很少有的哦-Huffman encoding/decoding device course design! I checked online rare Oh! !
Huffman
- 赫夫曼编译码的C++程序 内有使用说明-Huffman encoding and decoding of the C++ programs using the instructions within the
AdaptiveHuffman
- Huffman编码解码源代码,在VC环境下运行。-Huffman encoding and decoding the source code, running in the VC environment.
Huffman
- huffman编码生成器 函数说明: [W,L,q]=huffman(P) 为huffman编码函数 P为信源的概率矢量,W为编码返回的码字 L为编码返回的平均码字长度,q为编码效率 ***************************************** -huffman encoding function generator Descr iption: [W, L, q] = huffman (P) for
huffman
- 通过输入字符集和其对应权值来对某个文件中的所有字符进行编码,然后再译码输出。-By the input character set and the corresponding right value to all the characters in a file encoding and then decoding output.
huff
- huffman编码、译码,数据结构课程设计-huffman encoding, decoding, data structure course design
1
- 基于delphi开发环境的哈弗曼编码解码程序-Development environment based on delphi Huffman encoding and decoding procedures
huffman
- huffman编码器解码器,能采用huffman编码并对编码反译码-huffman encoder decoder can employ huffman encoding and decoding coded anti-
HUFFMAN
- 利用得到的权值构建huffman树、并输出每个字符对应的huffman编码,另外动态演示该哈夫曼树的生成过程。-Right to use the output value to construct the Huffman tree, and each character corresponding Huffman encoding, and dynamic display the generation process of the Huffman tree .
huffman
- Matlab program for Huffman encoding and decoding