-
数值分析,组合型辛蒲生,多项式的最小二乘逼近等10多个算法实现...
数值分析,组合型辛蒲生,多项式的最小二乘逼近等10多个算法实现
- 2022-05-07 16:16:44下载
- 积分:1
-
正弦信号估计的扩展卡尔曼滤波 & UKF
M 文件包括的扩展卡尔曼滤波和卡尔曼 Filter(includes both nonaugment and augment) Unscent 估计正弦信号的算法。代码可以正确运行和结果显示明显。
- 2023-05-23 10:40:03下载
- 积分:1
-
C++生成二维码代码
二维码流行起来了,到处可见,好像报纸广告上面没个二维码就不上档次是的,所以好奇,略研究了一下,利用VC软件生成二维码
- 2022-07-03 07:06:16下载
- 积分:1
-
一个简单的算法加法器
一个简单的算法加法器-a simple algorithm Adder
- 2022-01-25 18:19:16下载
- 积分: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
-
字符串模式匹配算法(KMP算法)
字符串的模式匹配(KMP算法)-string pattern matching (KMP algorithm)
- 2022-01-25 20:35:54下载
- 积分:1
-
计算理论的经典算法,将确定型有穷自动机最简化,根据等价类的算法用vc实现化简过程。...
计算理论的经典算法,将确定型有穷自动机最简化,根据等价类的算法用vc实现化简过程。-classical theory calculation algorithm, will determine type DFA most simplified, according to the algorithm equivalence classes with vc achieve simplification process.
- 2022-05-24 06:24:10下载
- 积分:1
-
哈夫曼编码
资源描述
用C语言实现哈夫曼编码
用C语言实现哈夫曼编码
用C语言实现哈夫曼编码
用C语言实现哈夫曼编码
用C语言实现哈夫曼编码
- 2022-02-04 15:40:09下载
- 积分:1
-
水电站的经济动态规划过程
水电站场内经济运行动态规划程序,实现多台机组间的优化调度,是以流量为目标函数-Hydropower dynamic planning process inside the economy
- 2022-12-23 13:50:03下载
- 积分:1
-
二维稳态导热问题。设材料物性均为常数,均质无内热源。已知它的左边界是温度为T2的等温边界,其他三个边界均为温度为T1的等温边界。导热区域为边长L的正方形。...
二维稳态导热问题。设材料物性均为常数,均质无内热源。已知它的左边界是温度为T2的等温边界,其他三个边界均为温度为T1的等温边界。导热区域为边长L的正方形。-two-dimensional steady-state heat conduction problems. Based material properties are constant, no heterogeneity within the heat source. It is known to have a threefold T2 is the temperature of the isothermal boundary, the other three border are temperature T1 isothermal boundary. Regional conduction length L of the square.
- 2023-05-18 01:30:03下载
- 积分:1