-
zip
压缩与解压缩类;压缩文件至.zip包内,增加文件至.zip包内,及解压缩相关操作。(zip and unzip。)
- 2013-10-14 10:16:38下载
- 积分:1
-
SPIHT
实现SPIHT算法!!!!使用MATLAB 实现程序(SPIHT algorithm realize!!!! Realize the use of MATLAB procedures)
- 2021-04-26 15:18:45下载
- 积分:1
-
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
-
ArithmeticCode
算术编码,利用算术编码进行数据压缩,用C语言实现,程序简单,已跑通(Arithmetic coding, the use of arithmetic coding for data compression, using C language, the procedure is simple, has run through)
- 2013-05-22 14:46:52下载
- 积分:1
-
SPIHT-dwt-bandelet
基于wavelet和bandelet的spiht图像压缩!(And wavelet-based image compression spiht the bandelet!)
- 2009-04-06 18:36:17下载
- 积分:1
-
熵值法
说明: 此压缩文件里面包含面板数据熵值法的stata代码,每一步都有详细的解释,并且附有样本和数据,方便学者理解和掌握。(This compressed file contains the stat a code of panel data entropy method, each step has a detailed explanation, and is attached with samples and data, which is convenient for scholars to understand and master.)
- 2021-04-11 13:28:57下载
- 积分:1
-
mentkal.1
计算多重积分是蒙特卡罗方法的重要应用领域之一。本章着重介绍计算定积分的蒙特卡罗方法的各种基本技巧,而这些技巧在粒子输运问题中也是适用的(Calculation of multiple points is an important application of the Monte Carlo method, one of the areas. This chapter focuses on calculation of definite integral of the Monte Carlo method, a variety of basic skills, and these skills in particle transport problems are also applicable to)
- 2020-12-04 13:09:24下载
- 积分:1
-
LZ77
这是LZ77压缩算法的源码,内含使用DEMO(LZ77 compression algorithm This is the source, including the use of DEMO)
- 2009-03-10 17:29:50下载
- 积分:1
-
DCT
说明: 对测试图像分块、DCT和量化,将量化后的系数写成矩阵形式。(The test image block, DCT and quantization, the quantized coefficients written in matrix form.)
- 2010-03-26 13:39:45下载
- 积分:1
-
xinxi
哈夫曼编码,基于MFC开发。哈夫曼编码为熵编码中的最佳方法之一,广泛用于各种数据压缩技术中。-Huffman coding, based on the MFC. Huffman coding for entropy coding one of the best ways, for a wide variety of data compression technology.
- 2011-07-12 10:33:01下载
- 积分:1