-
计算方法中的三弯矩方法,用matlab编写,其中包括几种不同的实现方法。...
计算方法中的三弯矩方法,用matlab编写,其中包括几种不同的实现方法。-calculation of three-moment method, the preparation of Matlab, including several different methods to achieve.
- 2022-02-02 23:58:14下载
- 积分:1
-
dijkstra求最短路
dijkstra求最短路:最短路问题是重要的最优化问题之一,它不仅可以直接应用于解决实际的许多问题,如管道铺设、线路安排、厂区布局、设备更新等,而且经常被作为一个基本工
具,用于解决其他问题。对于两点间的距离大于或者等于0的问题而言,目前公认的最好的方法是由Dijkstra于1959年提出来的。
- 2022-09-09 03:25:03下载
- 积分:1
-
1, one dollar three regression equations CubicMultinomialRegress.cs equation mod...
一、 一元三次回归方程 CubicMultinomialRegress.cs
方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。
以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。
public override double forecast(double x)
预测函数,根据模型得到预测结果
public override double computeR2()
计算相关系数(决定系数),系数越接近1,数据越满足该模型。
-1, one dollar three regression equations CubicMultinomialRegress.cs equation model for Y = a* X (3)+ B* X (2)+ C* X (1)+ Dpublic override double [] buildFormula () get coefficient array, store order and model coefficients contrary, that is, the array is followed by the value of coefficient d, c, b, a. After all the model described in the coefficient of storage are the same (except for multiple linear regression equation). 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 dat
- 2022-01-26 07:28:21下载
- 积分:1
-
insertion排序
insertion排序-Insertion sort
- 2023-03-03 04:45:03下载
- 积分:1
-
MVDR 波束形成的代码
它是一个宽带MVDR matlab代码,可用于在许多应用中,如电话会议来提取语音信号
- 2022-10-28 21:55:03下载
- 积分:1
-
Exceptional C++ shows by example how to go about solid software engineering. Alo...
Exceptional C++ shows by example how to go about solid software engineering. Along with a lot of other material, this book includes expanded versions of the first 30 issues of the popular Internet C++ feature Guru of the Week (or, in its short form, GotW), a series of self-contained C++ engineering problems and solutions that illustrate specific design and coding techniques.
- 2022-12-15 03:15:03下载
- 积分:1
-
abroad who thought that cattle series, I do not understand how. . Can be used to...
国外以为牛人编的,我也不怎么懂。。可以用来做毕业设计-abroad who thought that cattle series, I do not understand how. . Can be used to do design graduation
- 2022-08-17 03:12:58下载
- 积分:1
-
Project code
这是一个网页开发项目的代码,它包含html文件和它的模板,你知道我现在做,因为这是杀死我里面。
- 2023-08-23 22:05:03下载
- 积分:1
-
stm32 MPU6050例子
资源描述stm32 MPU6050例子 陀螺仪进行姿态解算,涉及到信号采集,姿态解算。卡尔曼滤波等多种算法,,,
- 2022-03-25 06:10:47下载
- 积分:1
-
this program highlights the pointer to pointer and enum concepts of c
this program highlights the pointer to pointer and enum concepts of c
- 2022-06-15 05:57:25下载
- 积分:1