-
matlab 平面拟合算法
这个代码的功能是:给定一组3维数据点,计算出一个平面,所有点到平面的法线具体之和最小。拟合用到了计算给定数据点的特征值/特征向量。代码可以用到所有大于等于2D的空间。
- 2022-01-25 16:41:34下载
- 积分:1
-
关于XBBH用C编写的代码
关于XBBH用C编写的代码-XBBH spent on the preparation of the C code
- 2022-01-31 01:50:14下载
- 积分:1
-
一多项式求值,求导,减法,乘法,加法. 输出形式为类数学表达式, 指数升序排列....
一多项式求值,求导,减法,乘法,加法. 输出形式为类数学表达式, 指数升序排列.-a polynomial function, derivation, subtraction, multiplication and addition. Output form of mathematical expression category, the index in ascending order.
- 2022-04-18 23:42:48下载
- 积分:1
-
上面的矩阵算法库的Borland编译文件
上面的矩阵算法库的Borland编译文件- Above matrix algorithm storehouse Borland translation document
- 2022-04-22 15:01:43下载
- 积分:1
-
一个用c++和opency的链接来实现把一张图片显示在桌面上的图片
一个用c++和opency的链接来实现把一张图片显示在桌面上的图片,对一个初学者来说把一张图片显示在桌面上面也是一个和困难的过程,这个程序比较穿,你可以把cpp里面的内容复制然后在新建一个c++文件,贴在新建的cpp脸面就可以运行,然后把一个图片保存在程序制定的地方就OK啦
- 2023-04-07 20:45:04下载
- 积分:1
-
c++的数学物理方程数值算法源程序。这是"Numerical Methods for Physics"第二版的源程序。...
c++的数学物理方程数值算法源程序。这是"Numerical Methods for Physics"第二版的源程序。-c mathematical physics equations numerical algorithm source. This is the "Numerical Methods for Physics," the second version of the source.
- 2022-05-20 21:11:10下载
- 积分: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
-
在 c + + 编译的 TMS320 ASM 语音声码器
演讲过程 c + + 编写和编译的 TMS320 ASM 的声码器
- 2022-07-27 04:22:50下载
- 积分:1
-
Kruscal最小生成树
kruscal求最小生成树-kruscal for minimum spanning tree
- 2022-01-25 17:21:17下载
- 积分:1
-
创建SQLite3静态库的文件
创建SQLite3静态库的文件,对您创建SQLite静态库很有帮助,没有这个文件你就无法创建SQLite静态库,无法用gcc命令编译生成*.cgi文件
- 2022-01-30 10:13:08下载
- 积分:1