搜索资源列表
huffman
- 一个huffman压缩解压算法源码,有具体的实现算法和代码注释.-a Huffman compression decompression algorithm source, a specific algorithm and code Notes.
huffman
- 哈夫曼树的代码实现,包括哈夫曼编码和解码过程。
HUFFMAN
- Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman coding).
Huffman
- 如 题, 哈夫曼函数的java代码,网上找到的,在此和大家分享。
huffman.rar
- 用优先队列实现霍夫曼编码,是对贪心算法实现的一个详细代码。输入文件是待编码文件,输出文件是各个字符编码信息。,Priority queue with the realization of Huffman code is a greedy algorithm to achieve a detailed code. Input file is to be encoded file, output file is all character encoding information.
Huffman
- 霍夫曼编码全代码,完全描述了编码的全过程,还包括几个实例研究-Huffman code the whole code, a full descr iption of the encoding of the entire process, including several case studies
huffman
- 一份huff_tc.c,只能在tc下运行,因为加入了用tc图形界面直观画出树形的代码。一份是huff_vc.c,是在vc和tc下都能运行的程序,没有直观表达编码的树形结构。 [目的] 构建所输入符号(及权值)的哈夫曼树,并利用该树求出各符号的编码,深入理解最优二叉树的概念及其特性。 [问题描述] 读入各个符号及其权值,求各符号的哈夫曼编码。 [基本要求] (1)读入各个符号及其权值,建立哈夫曼树; (2)利用建立的哈夫曼树对各符号进行编码,输出编码结果。 [
huffman
- Huffman编解码完整代码,可支持文件读写。-Huffman coding and decoding. Both reading file and writing file are supported.
huffman
- 编写完整的系统,要求具有以下功能: 1、 I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存入文件hfmTree中。 2、 E:编码(Encoding)。利用以建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 3、 D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile
Huffman
- huffman解压缩C#代码,非常值得下载!-huffman extract。
huffman
- 数字图像处理的MATLAB代码,通过霍夫曼编码实现对图像的处理!-This software is used to process the picture!
huffman
- huffman树的编解码。还有完整的源代码和课程设计报告。-huffman tree coding. Also complete source code and program design report.
huffman
- 使用C语言编写的HUFFMAN代码,可以进行文件压缩与解压-huffman codes
Huffman
- huffman图像压缩编码的matlab代码,可以有效进行图像压缩,熵编码-huffman coding matlab code for image compression, image compression can be effective, entropy coding
huffman
- Huffman 代码 压缩 解压缩,实验报告-Huffman codes
huffman-text-compression
- huffman文本压缩,利用huffman代码来压缩文本,压缩效率高-huffman text compression,Huffman code used to compress text, compression efficiency
huffman
- 此源代码为huffman代码,用来解决huffman树的问题-this code is huffman s code .To solve the problem of the huffman tree
Huffman
- HUFFMAN树 利用该书法将英语短文翻译成huffman代码储存并将短文转换成代码-huffman tree
Huffman tree generation
- 使用java语言编程,编写Huffman树的生成算法代码(Huffman tree generation)
MATLAB霍夫曼Huffman编码译码
- MATLAB霍夫曼Huffman编码译码GUI界面设计 源程序代码(MATLAB Hoffman Huffman Code Decoding GUI Interface Design Source Code)