-
DS4
设电文字符集D及各字符出现的概率F如下:
D={a,b,c,d,e,f,g,h}(字符数n=8)
F={5,29,7,8,14,23,3,11}( )
编写完成下列功能的程序:
①构造关于F的Huffman树;
②求出并打印D总各字符的Huffman编码。
程序结构: 类型说明;
构造Huffman树的函数:Huffman_tree(H[m+1]);
求Huffman编码的函数:Huffman_code(code[n+1]);
main()
{ 变量说明;
输入字符集D及频率F;
调用Huffman_tree(H);
调用Huffman_code(code);
打印编码;
Y 继续?
N
停止
}
- 2015-06-06 16:41:33下载
- 积分:1
-
jpeg_enc
一个jpeg编码程序,有效实现了图像的jpeg压缩,是一个非常好的编码试例。(a jpeg coding procedures, the effective realization of the jpeg image compression, is a very good coding test cases.)
- 2005-05-27 22:43:19下载
- 积分:1
-
Rle8Codec
Rle8的解码程序(Rle8 decoding procedures)
- 2021-03-29 21:59:10下载
- 积分:1
-
EZW
EZW算法的matlab代码,希望对大家有用(EZW algorithm matlab code, everyone would like to be useful)
- 2021-04-07 16:39:01下载
- 积分:1
-
w_ipp-sample-data
w_ipp-sample-data-compression,Intel,IPP函数库,文件数据快速压缩解压缩工具包。可以进行数据加密解密告诉处理( W_ipp-sample-data-compression, Intel, IPP library, file compression and decompression tool for fast data packet. You can tell the encryption and decryption of data processing)
- 2011-10-07 19:43:38下载
- 积分:1
-
matlab_jpeg
说明: JPEG压缩,matlab实现的JPEG压缩算法(JPEG compression, matlab code)
- 2020-07-03 15:00:02下载
- 积分:1
-
EZW
基于小波变换的图像压缩,使用EZW算法。(Image compression based on wavelet transform, using EZW algorithm.)
- 2018-05-14 21:20:28下载
- 积分:1
-
hmm
连续隐马尔可夫模型hmm的matlab程序(Continuous Hidden Markov Model of matlab procedures hmm)
- 2020-06-29 19:00:02下载
- 积分:1
-
Huffman_dpr
范式哈夫曼算法的分析与实现(项目文件)
摘要:全面介绍了范式哈夫曼算法的理论基础和实现方式。详细讨论了编码位长计算、限制编码位长、解码优化、码表二次压缩等实现技术。并给出了一个切实可行的应用程序。
(The paradigm Huffman algorithm analysis and implementation (project file)
Abstract: a comprehensive introduction to the theoretical basis and implementation of the paradigm Huffman algorithm. Detailed discussion of the encoded bit computing, limit the length of the coded bit and decoding optimization, stopwatch secondary compression enabling technologies. And gives a practical application.)
- 2012-04-19 20:27:16下载
- 积分:1
-
new
说明: 二维圆柱绕流FEM的fortran代码,这是南京航空航天大学计算流体力学大作业的源代码,请多关照。(fortran code for 2D FEM)
- 2021-03-16 17:29:22下载
- 积分:1