-
埃尔米特插值算法 ;
数值计算算法:Hermite插值算法为了获得HERMITE内插系数 多项式关系H的第(N +1)不同的数X(0),...,X(N)的 对于函数F: 输入:号码X(0),X(1),...,X(N);值f(x(0)),F(x(1)), ...,F(X(N))和F"(x(0)),F"(x(1)),...,F"(x(N))。 输出:数字Q(0,0),Q(1,1),...,Q(2N+1,2N+1),其中 H(X)= Q(0,0)+ Q(1,1)*(X - X(0))+ Q(2,2)* (X - X(0))**2 + Q(3,3)*(X - X(0))**2 * (X - X(1))+ Q(4,4)*(X - X(0))**2 * (X - X(1))** 2+ ...+ Q(2N +1,2N+ 1)* (X - X(0))**2 *(X - X(1))** 2*
- 2022-06-21 02:49:01下载
- 积分:1
-
代数方程
代数方程-Algebraic equations
- 2022-01-25 15:28:21下载
- 积分:1
-
id3决策树matlab实现源码
id3算法实现决策树的matlab源码。可运行,附测试集,代码思路清晰,注释丰富,易懂。
- 2022-04-09 23:51:37下载
- 积分:1
-
迭代算法,迭代
雅可比算法,迭代的 -Jacobian algorithm, the iterative
- 2022-11-30 06:35:03下载
- 积分:1
-
应用密码学:协议、算法与C源程序 DES 源码
应用密码学:协议、算法与C源程序 DES 源码
Additional functions not in the MIT library are:
des_dea - Identical to des_ecb_encrypt.
des_key - Same as des_set_key without any parity
or weak-key test.
des_ecb2_encrypt - The Electronic Code Book mode of
encryption/decryption on
- 2022-02-22 06:23:36下载
- 积分:1
-
同时辨识模型阶次和参数的算法,源自于潘立登的系统建模与辨识。...
同时辨识模型阶次和参数的算法,源自于潘立登的系统建模与辨识。-At the same time identification model order and parameters of the algorithm, derived from Li-Deng Pan system modeling and identification.
- 2023-06-15 16:30:03下载
- 积分:1
-
ASIFT特征点提取
Asift 基于全仿射的图像配准,并结合特征点详细,多视点的情况下,能实现很好配准
- 2022-07-22 19:07:18下载
- 积分:1
-
This is a study on BP neural network procedures, these will certainly help begin...
这是一个关于BP神经网络的程序,对初学者有一定的帮助。-This is a study on BP neural network procedures, these will certainly help beginners.
- 2022-05-06 10:31:47下载
- 积分:1
-
二维矩阵方面的库
二维矩阵方面的库- Two-dimensional matrix aspect storehouse
- 2022-04-30 01:39:41下载
- 积分:1
-
本人编的一个程序,用来求解支持矢量,可以用于分类和回归。...
本人编的一个程序,用来求解支持矢量,可以用于分类和回归。-I made a procedure to solve the support vector, can be used for classification and regression.
- 2022-03-25 23:25:57下载
- 积分:1