搜索资源列表
hfm
- 树形结构的应用 ——哈弗曼编码/译码1.程序的功能: 输入明文,通过统计不同字符出现的频率作为权值,生成哈弗曼树,并存于文件中;编码生成暗文,存于文件中;再由暗文生成明文,存于文件中。 2.输入输出的要求: 仅能输入英文字母作为明文,输出0、1组成的暗文。 3.测试数据: (1)asdjfas (2 ) dkfskjdfcijj (3 ) ovenmkjovi-1. Program features: input plaintext, t
hfm
- 哈弗曼编码,实现最优化编码,用VC6.0开发的C程序-Havermann code, optimized code, the development of C programs with VC6.0
hfm
- 用哈夫曼编码实现文件的压缩和解压! C语言版的-Huffman Coding with file compression and decompression! C language version! ! ! ! ! ! ! ! ! ! !
haffman
- 一、需求分析 问题描述: 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统能够对待传输数据预先编码,在接收端将传来的数据进行译码。对于双工信道(即可以双向传输信息的信道),每段都需要一个完整的编/译系统。试为这样的信息收发站写一个哈夫曼的编译码系统。 基本要求: 一个完整的系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值, 建立哈夫曼树
hfm
- vc++功能实现哈夫曼树的编码与译码,大家一起学习一下!-vc++ function of the encoding and decoding of the Huffman tree, we learn together!
hfm-8-.1
- 哈夫曼编码对文本文件进行编译压缩,可以计算压缩率-Huffman compression of text files to compile, the compression ratio can be calculated
HFM.c
- 本系统可以对任何字符(最多我设成26个字符,当然可以改成更多)创建哈夫曼编码,并生成哈夫曼编码表,然后可以对输入的字符串(最多50个字符,这个数目也可以改)进行编码,也可以对输入的0,1串(字符数同上面)进行译码。-The system can be any character (up to 26 characters I set course can be changed more) create Huffman coding, Huffman coding and generating ta
hfm
- 简单的霍夫曼编码压缩txt文档,自己原创-Huffman coding compression simple txt files, their original
mohuduzhaidai
- 模糊度窄带,分为为单频信号,线性调频,双曲调频信号。通过模糊度椭圆计算时间分辨率和频率分辨率。-Narrowband ambiguity, divided into single-frequency signal, chirp, HFM signal. Computing time resolution and frequency resolution through ambiguity ellipse.
JTLBHFM
- 根据输入的叶子数和其权重,输出对应的赫夫曼编码-according to the number and weight, print the HFM code.
hfm
- 用c语言实验哈弗曼编码的排序 同时包含信源熵,平均码长,编码效率的计算。-C language experiment with the sort of Hoffman coding also contains the source entropy, average code length, encoding efficiency calculation.
hfm-tree
- 上海交通大学电子工程系的数据结构课所编的程序之一:哈夫曼编码树。-One of the programs of the Department of Electronic Engineering, Shanghai Jiaotong University class data structure compiled by: Huffman coding tree.
