-
高斯算法的C实现,源代码
高斯算法用c实现,源代码-Gauss algorithm c realized, the source code
- 2022-03-19 07:49:46下载
- 积分:1
-
tetstetesfdafesafds
tetsdftetsdftetsdftetsdftetsdftetsdftetsdftetsdff公司
- 2022-11-12 12:25:06下载
- 积分:1
-
ACM No.1229 C language
ACM No.1229 C语言
- 2022-02-10 16:42:55下载
- 积分:1
-
函数连分式的计算
函数连分式的计算-function even fractional calculation
- 2022-07-14 04:06:31下载
- 积分:1
-
ocr 的脸识别德尔菲法
这是使用 delphi 的 OCR 人脸识别的源代码。欢迎下载,试用。谢谢您的支持。
- 2023-06-27 00:45:04下载
- 积分:1
-
陀螺仪 加速度计 卡尔曼
基于卡尔曼滤波的陀螺仪与加速度计数据融合,采用C++编写将其封装成类,可用在角度测量应用。
- 2022-03-17 09:59:47下载
- 积分:1
-
使用 c + + 中的计算器程序
这是其中包含的 c + + 代码
1 数学操作
2 三角操作
3 基地 N (操作 + 养护)
4 方程求解 (2 和 3 的顺序)
5 复杂操作
6 矩阵复杂操作
- 2022-04-30 10:18:04下载
- 积分:1
-
差分进化算法
Differential evolution: A simple and efficient heuristic for global optimization over continuous spaces.
This code implements a basic multi-objective optimization algorithm based on Diferential Evolution (DE) algorithm. When one objective is optimized, the standard DE runs; if two or more objectives are optimized, the greedy selection step in DE algorithm is performed using a dominance relation.
- 2022-07-08 18:06:29下载
- 积分:1
-
Freak算法
应用背景大量视觉应用依赖于整个图像匹配关键点。在过去的十年中对功能更快,更稳健的关键点和关联算法族群包括:尺度不变特征变换(SIFT),提速强大的功能(SURF),以及最近的二进制稳健不变可扩展关键点(BRISK),仅举几例。关键技术我们提出了一个新的关键点描述符的灵感来自于人类视觉系统和更精确的视网膜上,创造了快速视网膜关键点(FREAK)。二进制串的级联是通过有效地在视网膜的采样模式比较图像强度计算。
- 2022-02-10 17:20:59下载
- 积分: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