搜索资源列表
统计英文文章的字符个数并huffman编码
- a)需求分析: 任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码; 要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现; b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffma
用于文件压缩的huffman算法
- 一个huffman压缩解压算法源码 .rar-a Huffman compression decompression algorithm source code. Rar
huftree_CODE_SYSTEM
- 哈夫曼码的编/译码系统,实现功能:1.初始化 2.编码 3.译码 4.印代码文件 5.印哈夫曼树-Huffman code encoder / decoder system that functions : 1. Initialization 2. Code 3. Decoding 4. Indian code 5. India Huffman tree
HUFFMAN
- Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman coding).
产生huffman编码
- huffman产生哈夫曼编码的源代码. ... generate huffman code //i present the i th code, j present from leaf to root in huffman tree //hfdata ... 第3 楼 一种思想。-Huffman coding produce the source code. Generate Huffman code ... / / i present the i th code, j present from
huffman tree
- huffman tree 问题描述:设一份电文中有不同出现频率的字符,为了提高电文的输入和翻译效率,必须有一套简短而又不会产生歧义的字符代码。试根据哈夫曼算法,对电文中的不同字符,构造出一棵哈夫曼树,对每个字符进行编码。-Huffman tree Problem descr iption : Let a message different frequency of the characters, in order to enhance the input and message translat
Code_Huffman
- 详细介绍了霍夫曼编码的源代码 用于图象的加密解密程序-Huffman code described in detail the source code for image encryption and decryption process
hahuman
- 香农-范诺 和 霍夫曼无损 压缩算法-Shannon and huffman code by C++
huffmanandRehuffman
- 只要实现huffman编码和huffman译码,还有打印编码和生成编码的功能。-huffman code and rehuffman code both functions can achieve
AdaptiveHuffman
- Huffman编码解码源代码,在VC环境下运行。-Huffman encoding and decoding the source code, running in the VC environment.
huff
- 霍夫曼编码的C语言实现,用VC6.0平台实现,完成建立建立码树功能,可进行huffman的编码和译码-The realization of Huffman Code
Huffman
- Huffman的java源码,供大家交流使用!-Huffman' s java source code for all exchanges to use!
huff
- huffman algoritma disertai dengan code dan contoh
Huffman1
- it is a huffman code used to derive codes
Huffman
- huffman编码生成器 函数说明: [W,L,q]=huffman(P) 为huffman编码函数 P为信源的概率矢量,W为编码返回的码字 L为编码返回的平均码字长度,q为编码效率 ***************************************** -huffman encoding function generator Descr iption: [W, L, q] = huffman (P) for
huff
- 哈夫曼编码,用C++实现的哈夫曼编码及解码,使用的文件的输出-huffman code
Huffman
- 哈夫曼二叉树的带权值用C语言实现的源代码-Huffman binary tree with weights using the C language source code
project
- Huffman code, we can compress image by using this code
introduction-to-algorithms-code
- 1st:快排序算法及优化(7.4-5); 2nd:红黑树插入算法; 3rd:区间树上的重叠区间查找算法; 4th:求最近点对算法; 5th:最长公共子序列(LCS)算法; 6th:Huffman编码问题; -introduction to algorithms code
huffmancode
- 设字符集为26个英文字母,设置其出现频度。先建哈夫曼树,显示每个字母的哈夫曼代码,在根据用户的输入翻译密码-The character set for the 26 English letters, set its frequency of occurrence. First built Huffman tree to display each letter Huffman code, based on user input password Translation