搜索资源列表
Huffman121
- 这是一个很不错的赫夫曼树C代码,可以运行。-This is a very good Huffman tree C code can run.
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
AHUFF
- 此程序以c 语言撰写adaptive Huffman coding-c language to write adaptive Huffman coding
binary-huffmantree
- hufferman的算法,构造huffman树二叉排序树,c语言-hufferman the algorithm, two tectonic Huffman tree fork Sort Tree, c Language
Huffman
- 哈夫曼树的建立和哈夫曼编码译码器。用C编写的。是学习数据结构的很好源代码
HUFFMAN
- Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman coding).
huffman
- c语言实现的哈夫曼编译码器 数据结构课程设计
哈夫曼解码译码器c语言
- 使用动态哈夫曼树实现哈夫曼编码译码-use dynamic Huffman Tree Huffman Coding
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
huffman
- huffmancode哈弗曼编码 c++实现-huffmancode哈弗曼coding c++ achieve
huffman1
- 本程序可以实现霍夫曼无损压缩编码,C语言-Huffman Coding
Huffman
- 赫夫曼实现编码译码C++环境下运行! -Huffman coding to achieve coding
Huffman
- 赫夫曼编译码的C++程序 内有使用说明-Huffman encoding and decoding of the C++ programs using the instructions within the
huffman
- 哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统,试为这样的信息收发站写一个哈夫曼编译码系统。 一个完整的系统应具有以下功能: (1) (1) I: 初始化。从终端读入字符集大小 n ,及 n 个字符和 n 个权值,建立哈夫曼树,并将其存于文件hfmtree中。 (2) C: 编码。利用已
huffman.c
- C语言版哈夫曼树,满足书上的所有要求,而且标准无误-C language version of the Huffman tree to meet all the requirements in the book, and the standard is correct
Huffman
- 哈夫曼二叉树的带权值用C语言实现的源代码-Huffman binary tree with weights using the C language source code
huffman.c
- 哈弗曼树构造算法。通过输入字符串构造哈弗曼树,生成哈弗曼编码(Huffman tree construction algorithm. The input string Huffman tree structure, generating Havermann encoding)
压缩
- 建立哈夫曼树,对文件进行哈夫曼编码,达到对文件进行压缩的功能(Building Huffman tree, Huffman coding for files, to achieve the function of compressing files)