-
CUDAMatrixMul
说明: cuda矩阵乘法
通过GPU并行运算实现乘法的加速(cuda GPU parallel matrix multiplication operation by the accelerated realization of multiplication)
- 2020-12-13 21:49:14下载
- 积分:1
-
121
1. 牛顿迭代法
function [x,i]=newtonmethod(x0,f,ep,Nmax)
牛顿法求非线性方程根
x0是输入初始值, f是输入函数, 精度要求ep, Nmax为最大迭代次数
x是输出迭代序列,i是迭代次数
2. 二分法
function [x,k]=bisection(a,b,f,ep)
二分法解非线性方程
输入区间[a,b],函数f和误差ep, Nmax为最大二分次数
x为输出近似根, k为二分次数
( Newton s law and the dichotomy)
- 2020-10-12 22:57:32下载
- 积分:1
-
chens
混沌仿真CHEN系统仿真,陈关荣老师的混沌系统。(y_e2 = c*y_h + (c - a)*(x_0+(h/2)) -(x_0+(h/2))*(z_0+(h/2));)
- 2017-10-17 00:22:05下载
- 积分:1
-
初始对准
说明: 卡尔曼初始对准主程序,说明了卡尔曼滤波在初始对准里的应用(Main program of Kalman initial alignment)
- 2021-03-28 14:19:11下载
- 积分:1
-
Job-niantan-s-t-1
abaqus粘弹性人工边界,手动添加比较简单的模型(learning abaqus)
- 2013-09-18 21:30:46下载
- 积分:1
-
复数函数与积分变换
说明: 复数函数与积分变换 Fourier变换 Laplace逆变换(Complex number function and integral transformation Fourier transformation Laplace inverse transformation)
- 2020-10-05 19:08:48下载
- 积分:1
-
非线性方程的求根
说明: 非线性方程 Aitken加速收敛方法 二分法 割线法 牛顿微分改正方法(Nonlinear equation Aitken accelerated convergence method Dichotomy method Secant method Newton's differential correction method)
- 2020-10-05 19:06:10下载
- 积分:1
-
lsebs
自己编的最小二乘参数辨识,已经调试,内附详细程序说明。(Their own series of least-squares parameter identification, has been commissioning, containing detailed description of the procedures.)
- 2011-11-08 15:11:51下载
- 积分:1
-
sqpm
用基于拉格朗日函数Hesse矩阵的SQP方法求解约束优化问题(Based on Lagrangian with SQP Hesse matrix method for solving constrained optimization problems)
- 2015-06-06 18:44:33下载
- 积分:1
-
EMAlgorithm
说明: 上数据挖掘课的课件,是EM算法的,其中还包括最大似然值,最大似然估计,以及cluster(data mining,EM Algorithm ,Likelihood, Mixture Models and Clustering
)
- 2010-03-17 01:34:43下载
- 积分:1