-
用C语言编写牛顿插值程序
用C语言编写牛顿插值程序-C language Newton interpolation procedures
- 2022-03-24 20:26:09下载
- 积分:1
-
Romberg积分,数值积分
Romberg积分,数值积分-Romberg points, numerical integration
- 2023-02-10 10:55:03下载
- 积分:1
-
MATLAB数值积分工具箱NIT工具箱
matlab数值积分工具箱 nit toolbox-matlab numerical integration toolbox nit toolbox
- 2022-03-22 09:31:33下载
- 积分:1
-
Boostingbeta2
boosting的源代码,包括C++与matlab的混合编程。程序通俗易懂,经过运行测试。
- 2022-02-13 08:21:31下载
- 积分:1
-
TI-cc5509 血氧饱和度解决方案
ti-公司的血氧饱和度解决方案,测试可行,非常好的资料
- 2022-03-19 00:39:59下载
- 积分:1
-
有限差分波动方程不加边界条件二阶正演时间切片程序。
有限差分波动方程不加边界条件二阶正演时间切片程序。-Finite difference wave equation without boundary conditions of second-order forward time-slicing procedure.
- 2023-01-28 02:50:03下载
- 积分:1
-
I[1].M.Smith所著的《有限元方法编程》第三版Fortran程序
I[1].M.Smith所著的《有限元方法编程》第三版Fortran程序-I [1]. M. Smith book
- 2022-02-09 23:50:34下载
- 积分:1
-
encryption algorithm, a mathematical formula group, the original transformed int...
加密算法,通过一组数学公式,把原文转换成密文-encryption algorithm, a mathematical formula group, the original transformed into ciphertext
- 2022-04-02 08:57:59下载
- 积分:1
-
//=== === === === === ==== === === === === === === =// letter Description// func...
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合的多项式的相关系数
//使用方法:int M------ 拟合多项式的阶数(已知条件)
// double *b--- 拟合曲线的系数,排列顺序为由高阶到低阶(已知条件)
// double *x--- 结点x轴数据(已知条件)
// double *y--- 结点y轴数据(已知条件)
// double *Yg-- 结点估计值,个数为m(过程变量)
// int m------ 结点个数(已知条件)
//注意事项:多项式阶数最高为10,多项式的形式为 y = a0 + a1x +a2x2
-//=== === === === === ==== === === === === === === =// letter Description// function name : Correlation// Function functions : Calculation least squares polynomial fitting of the correlation coefficient// Use : int M------ polynomial fitting stage (known condition)//* b--- double fitting song The coefficient, Higher-order the order on grounds of low order (known condition)//* double-node x x axis data (known to be pieces)// double* y--- node y-axis data (known condition)//* double FSL-- Nodes estimates, Number m (process variables)// int m------ node number (known condition)// Note : polynomial order of a maximum of 10. polynomials in the
- 2022-04-29 13:08:12下载
- 积分:1
-
bp 神经网络 已测
人工神经网络的c++实现源码,含实现神经网络层的类,神经网络的类,中文详细注释, 并含有使用示例,学习神经网络的好源码-Artificial neural network c++ implementation source code, including achieve the type of neural network layer, the type of neural network, a detailed English notes, and contain the use of examples of good learning neural network source code
- 2022-03-01 18:21:29下载
- 积分:1