-
数学建模题目 研究生
空中加油
数学建模题目 研究生
空中加油 -Graduate School of Mathematical Modeling topic aerial refueling
- 2022-12-13 07:55:03下载
- 积分:1
-
二维元胞自动机模拟
二维元胞自动机模拟-疯云游戏。元胞自动机 (复数的元胞自动机,缩写。加利福尼亚州) 的可计算性理论、 数学、 物理、 复杂性科学、 理论生物学和微观组织模拟研究了一类离散模型。元胞自动机也称为细胞空间、 镶嵌机、 均匀的结构,细胞结构、 镶嵌结构和迭代数组。在该例中探讨了模式生成的二维元胞自动机规则只取决于给定的单元格周围的黑细胞数目。每个规则陈列大量的步骤运行时其独特的行为。
- 2022-08-19 00:33:55下载
- 积分:1
-
复数(Complex Number)的四则运算
复数(Complex Number)的四则运算-Complex (Complex Number) 4 Operators
- 2022-01-25 22:40:20下载
- 积分:1
-
Optimization Methods Ecuador gradient method
最优化方法 共厄梯度法-Optimization Methods Ecuador gradient method
- 2022-08-06 23:46:10下载
- 积分:1
-
fft源程序,里面有一个fft的写好的类,大家一起分享一下吧
fft源程序,里面有一个fft的写好的类,大家一起分享一下吧-fft source code, which has a fft of written categories, share it with everyone
- 2022-02-06 19:47:54下载
- 积分:1
-
基于遗传算法的K-means算法研究
(Genetic Algorithm Based K-means algorithm, related program and algorithm description.)
- 2022-06-01 23:06:04下载
- 积分:1
-
基于verilog编写的ram冒泡排序程序
应用背景本程序是基于verilog编写的ram冒泡排序程序,可将任意输入的16个64比特的数进行排序,仿真都通过,可在其上修改进行更大数据量的排序,对开发FPGA有很大的借鉴意义关键技术利用冒泡排序实现的verilog程序,通过构建状态机实现,可由FPGA开发板实现,本程序是对16个数进行排序,可在其上进行任意数任意大小的扩充
- 2022-11-26 19:35:06下载
- 积分:1
-
人脸追踪 FaceTrace
应用背景
人脸识别 人脸追踪
The software is provided under the terms of this licence stricly for
// academic, non-commercial, not-for-profit purposes.
// * Redistributions of source code must retain the above copyright notice,
// this list of conditions (licence) and the following disclaimer.
// * Redistributions in binary form must reproduce the above copyright
// notice, this list of conditions (licence) and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * The name of the author may not be used to endorse or promote products
// derived from this software without specific prior written permission.
// * As this software d
- 2022-08-14 06:55:42下载
- 积分:1
-
多目标粒子群算法
多目标粒子群算法,matlab
多目标粒子群算法,matlab
多目标粒子群算法,matlab
多目标粒子群算法,matlab
多目标粒子群算法,matlab
- 2022-12-24 20:25:04下载
- 积分: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