-
Huffman编码1. 给出信源符号的一阶概率分布,并计算信源符号熵和单字符Huffman码表。2. 计算每信源的平均字长,并与信源符号熵比较。3. 比较压缩效...
Huffman编码1. 给出信源符号的一阶概率分布,并计算信源符号熵和单字符Huffman码表。2. 计算每信源的平均字长,并与信源符号熵比较。3. 比较压缩效果。-Huffman coding 1. Source symbols are given first-order probability distribution, and calculate the entropy source and single-character symbols Huffman code table. 2. Calculated the average per source word length, and entropy source comparison symbols. 3. Comparison of the effect of compression.
- 2022-02-26 21:59:11下载
- 积分:1
-
全梯度算法程序代码。数学,总梯度法…
共梯度算法程序代码.数学上,共梯度法实求解特定线性系统的数值解的方法,其中那些矩阵为对称和正定。共轭梯度法是一个迭代方法,所以它适用于稀疏矩阵系统,因为这些系统对于象乔莱斯基分解这样的直接方法太大了。这种系统在数值求解偏微分方程时相当常见。
共梯度法也可以用于求解无约束优化问题。
-Total gradient algorithm program code. Mathematics, the total gradient method for solving a particular linear system is the numerical solution methods, including those for the symmetric and positive definite matrix. Conjugate gradient method is an iterative method, it applies to sparse matrix systems, because these systems such as the Cholesky decomposition of the direct method is too high. Such systems in the numerical solution of partial differential equations are quite common when. Total gradient method can also be used for solving unconstrained optimization problems.
- 2022-08-06 23:27:29下载
- 积分:1
-
抛物线法求一维函数的极值
!抛物线法求一维函数的极值,要保证输入的x1
- 2022-03-23 08:41:08下载
- 积分:1
-
Jacobi method with realistic symmetric matrix of eigenvalues and eigenvectors fo...
用雅可比法求实对称阵的特征值与特征向量
例子中为3阶矩阵-Jacobi method with realistic symmetric matrix of eigenvalues and eigenvectors for the case of 3-order matrix
- 2022-03-11 23:53:46下载
- 积分:1
-
最大子段和 源码
该代码用于求最大子段和,常用语大学或研究生算法课程的作业。当然,该源码是练习算法的一个很好的例子。
- 2022-01-26 06:55:47下载
- 积分:1
-
基于dsp的sinxcosx的泰勒级数展开式,经过调试,完全可以运行
基于dsp的sinxcosx的泰勒级数展开式,经过调试,完全可以运行-sinx cosx the Taylor series expansion, after testing, we can run!
- 2022-04-13 03:14:38下载
- 积分:1
-
一种光谱电磁扩散的数值解法
我提出了一个伪谱的显式方案,可以模拟低频电磁 (EM) 传播在地球。该方案解决了线性周期抛物型方程,
具有内机精度精密,两个时间和空间。
- 2022-02-20 14:47:41下载
- 积分:1
-
一个用C++编写的倒序输出的程序,以及判断一个字符串是否为回文简单的程序。...
一个用C++编写的倒序输出的程序,以及判断一个字符串是否为回文简单的程序。-a C output prepared by the reverse procedure, and determine whether a string of Palindrome simple procedure.
- 2022-06-28 15:26:56下载
- 积分:1
-
约瑟夫环算法
约瑟夫(Joseph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。
- 2022-06-30 12:51:48下载
- 积分:1
-
VB6的CRC算法类
利用VB6编写的一个CRC计算类,支持CRC-16(x16+x15+x2+1)算法和CRC-CCITT(x16+x12+x5+1)算法,每种算法都支持选择先计算低字节还是先计算高字节,非常适合嵌入式系统的辅助计算,已被运用于嵌入式系统的辅助工具中。类中包含计算进度事件,可以在事件中显示计算进度。
- 2022-09-27 20:20:02下载
- 积分:1