搜索资源列表
-
0下载:
实对称正定矩阵LDL^分解,其中L为单位下三角矩阵,D为对角阵-A recursive algorithm for calculating the eigenvalues of a real symmetric matrix based on LDLT decomposition is given.
With this algorithm, the number of eigenvalues of a real symmetric matrix in the given interval c
-
-
0下载:
斐波那契数列的递归算法实现的源代码,计算机算法设计与分析作业1-Fibonacci series recursive algorithm source code, design and analysis of computer algorithms operating 1
-
-
0下载:
算法设计与分析中的任务分配问题。
用回溯法解该问题时,用完全n叉树表示解空间。可行性条件select 剪去不满足行、列约束的子树。递归方法
backtrack(1)实现对整个解空间的回溯搜索;backtrack(i)搜索解空间中的第i层子树,sum记录当前已找到的可行方案
数。在算法backtrack中,当i>n时,算法搜索至叶子结点,当前已找到的可行方案数sum加1;当i<=n时,当前扩展结点
Z是解空间中的内部结点。该结点有x[i]=1,2,...,n共n个
-
-
0下载:
(1)掌握线性预测分析的基本原理。
(2)掌握线性预测误差滤波器参数与语音信号声道模型参数之间的关系。
(3)熟练掌握线性预测分析的自相关方法和Levinson-Durbin递推算法。
(4)熟悉语音信号的LPA谱估计方法-1) master the basic principles of linear predictive analysis.
(2) to master the linear prediction error filter parameters and voic
-