-
将求解偏微分方程和局部网格加密简单组合在了一起。用的方程是一个含有间断二次系数的椭圆型方程,在系数间断的位置,解会有一个弱间断。...
将求解偏微分方程和局部网格加密简单组合在了一起。用的方程是一个含有间断二次系数的椭圆型方程,在系数间断的位置,解会有一个弱间断。-Will solve the partial differential equations and local mesh refinement simple combinations together. Used equation is a quadratic coefficient of containing discontinuous elliptic equations, the location of discontinuity in the coefficient, there will be a weak solution of continuity.
- 2022-05-26 19:00:46下载
- 积分:1
-
对数回归方程logarithmregress.cs方程模型y = * LN…
对数回归方程 LogarithmRegress.cs
方程模型为 Y=a*LnX+b
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。
public override double forecast(double x)
预测函数,根据模型得到预测结果。
public override double computeR2()
计算相关系数(决定系数),系数越接近1,数据越满足该模型。
-Logarithmic regression equation LogarithmRegress.cs equation model for Y = a* LnX+ Bpublic override double [] buildFormula () get coefficient array, the storage order and model coefficients contrary, that is, the array is followed by the value of coefficient b, a. public override double forecast (double x) prediction function, according to the results of model prediction. public override double computeR2 () calculated the correlation coefficient (determination coefficient), coefficient of the closer one, the data satisfy the model more.
- 2022-08-31 23:15:03下载
- 积分:1
-
petriNet model
petriNet model
- 2022-02-13 21:02:05下载
- 积分:1
-
DRJ Owen的非线性有限元程序(静力部分)。
DRJ Owen的非线性有限元程序(静力部分)。
- 2022-04-29 00:31:01下载
- 积分:1
-
雅可比迭代法解方程
本程序是用Jacobi迭代法解方程组 ,原方程 AX=b 迭代方程 X(k+1)=BoX(k)+f , Bo=I-(D-1)A ;f=(D-1)b. (其中(D-1)表示D的逆)
- 2022-03-13 10:28:03下载
- 积分:1
-
数值算法库for Windows,含有很多数值算法
数值算法库for Windows,含有很多数值算法- Value algorithm storehouse for Windows, includes the very many
values algorithm
- 2023-05-18 19:10:03下载
- 积分:1
-
Ridge Regression RR 岭回归估计,是非常有用的非线性时间序列算法,在局部多项式预测中非常有用。...
Ridge Regression RR 岭回归估计,是非常有用的非线性时间序列算法,在局部多项式预测中非常有用。-Ridge Regression RR ridge regression estimates, it is useful to nonlinear time series algorithms, in Local Polynomial prediction in very useful.
- 2022-02-12 20:17:17下载
- 积分:1
-
提供了PID控制的程序框图,可根据实际需要进行修改。
提供了PID控制的程序框图,可根据实际需要进行修改。-provide PID control of the process diagram, can be based on actual need to be modified.
- 2022-02-03 08:43:12下载
- 积分:1
-
登录 android
在我以前的文章Android 系统登录和注册屏幕设计我解释过设计的登录和注册的接口,但它不具有功能。在本教程中我解释如何建立完整的登录和注册系统中使用 PHP、 MySQL 和 SQLite 的 android 操作系统。本教程还介绍如何生成简单的 API 使用 PHP 和 MySQL。
android 应用程序的登录名。索引的的登录名。使用用户名和密码登录。
- 2023-07-20 01:30:02下载
- 积分:1
-
VB6 MD5 哈希值
MD5 哈希计算器 VB6 (模块)。
你可以将模块添加到您的项目。
- 2023-06-25 07:40:03下载
- 积分:1