搜索资源列表
统计英文文章的字符个数并huffman编码
- a)需求分析: 任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码; 要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现; b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffma
Huffman122
- 这是一个在VC++上开发的赫夫曼编码,可以运行!-in VC + + development on the Huffman coding, can run!
HUFFMAN060510
- 这是一个在VC++上开发的赫夫曼编码,可以运行!-in VC + + development on the Huffman coding, can run!
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
- 赫夫曼实现编码译码C++环境下运行! -Huffman coding to achieve coding
huffman
- 哈夫曼编码 数据结构课程设计 Delphi源码 -Huffman Coding Delphi Source Data Structure Course Design
huffman
- 这是用Delphi编写的霍夫曼编码问题,程序完整,可借鉴-It is written in Delphi Huffman coding problem, program integrity, to learn
hufman
- huffman coding of the bitstream
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-coding
- 哈弗曼编码,使用递归算法,实现哈弗曼编码-Huffman coding Recursive method
Huffman-coding-and-decoding
- 在从键盘上输入字符时,只要是键盘上的字符任何字符都能接受,并能统计出输入的一串字符串中各个字符出现的次数,作为构建哈夫曼树时的各叶子结点的权值。 本程序同时具有译码功能 -Character input from the keyboard, as long as any of the characters in the character on the keyboard can be accepted, and the statistics of the number of occurr
huffman
- 读取文档进行哈夫曼树编码,分析字符出现的频数,进行Huffman编码并显示编码-Read documents Huffman coding
Huffman
- 实现霍夫曼编码和霍夫曼解码,并统计原文件中的各个字符出现的频率,将字符及其出现的频率保存至txt文件中,构建的霍夫曼树也将被保存至txt文件中。-Achieve Huffman coding and Huffman decoding and statistical frequency of each character in the original document that appears to save the characters and their frequency of occur
Huffman
- 本程序通过将电文转换为赫夫曼编码,再将赫夫曼编码转换为电文,达到文件加密-This program converts messages by Huffman coding, Huffman coding and then converted to a message, to file encryption
Shannon-and-huffman
- 实现了经典的香农编码与哈弗曼编码的编解码-Realized the classic Shannon and Huffman coding and encoding codecs process.
Entropy-coding
- 熵编码(entropy encoding)是一类利用数据的统计信息进行压缩的无语义数据流之无损编码。本章先介绍熵的基本概念,然后介绍香农-范诺(Shannon-Fano)编码、哈夫曼(Huffman)编码、算术编码(arithmetic coding)、行程编码(RLE)和LZW编码等常用的熵编码方法。-Entropy coding (entropy encoding) is a kind of the compressed by using the data statistics of the
Huffman
- 哈夫曼编码:从键盘输入若干字符及每个字符出现的频率,将字符出现的频率作为结点的权值,建立哈夫曼树,然后对各个字符进行哈夫曼编码,最后打印输出字符及对应的哈夫曼编码。-Huffman coding: the frequency of occurrence of several characters inputted the keyboard and for each character, the character appears as a frequency node weights, the
huffman
- 根据随机生成的概率分布生成huffman编码(Generating Huffman coding based on randomly generated probability distribution)
huffman
- 详细介绍了哈夫曼编码的详细过程和实现,有需要可以下载(Detailed Huffman coding detailed process and implementation, there is need to download)