-
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
-
sitesee
网规网优之用,用于绘制基站扇区图,地理化显示基站方便工程师进行查看。(Net regulatory network optimization purposes, used to map the base station sector maps, geographic-based display base stations to facilitate engineers to view it.)
- 2021-04-20 14:58:50下载
- 积分:1
-
maram
MATLAB code for image forgery detection
- 2012-06-11 23:09:29下载
- 积分:1
-
WinRar密码破译
破解WinRAR解密文件,适用Windows平台系统(Cracking WinRAR Decrypted Files)
- 2020-06-19 16:00:02下载
- 积分:1
-
EZW_Matlab_Demo
EZW matlab 源码用于图像压缩试验()
- 2008-03-26 15:32:14下载
- 积分:1
-
EZW
基于小波变换的图像压缩,使用EZW算法。(Image compression based on wavelet transform, using EZW algorithm.)
- 2018-05-14 21:20:28下载
- 积分:1
-
peakfinder
This function quickly finds local peaks or valleys (local extrema) in a noisy vector using a user defined magnitude threshold to determine if each peak is significantly larger (or smaller) than the data around it. The problem with the strictly derivative based peak finding algorithms is that if the signal is noisy many spurious peaks are found.
- 2021-03-12 19:39:25下载
- 积分:1
-
function-dct
基于DCT变换的JPEG图像压缩的matlab代码(The matlab code of JPEG image compression based on DCT transform)
- 2017-05-02 21:43:31下载
- 积分:1
-
target
说明: 这是target.c的压缩文件,用于理解为什么可以从片内RAM中映射中断向量到0地址处。有MEM=2哦(NIU X)
- 2010-04-11 17:05:05下载
- 积分:1
-
7zipDll
完善后的LZMA(7ZIP)压缩DLL文件,且带有示范使用源码。(Perfect after LZMA (7ZIP) compressed DLL files, and a demonstration on the use of source code.)
- 2007-09-24 12:25:04下载
- 积分:1