-
tacticians were Newton and the Golden Section of a search algorithm C realized,...
运筹学中牛顿法和黄金分割法一位搜索的算法C++实现,我大二时自己写的作业程序。-tacticians were Newton and the Golden Section of a search algorithm C realized, I write his sophomore year at the operating procedures.
- 2022-01-31 19:41:40下载
- 积分: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
-
高精度幂计算,北京大学ACM OJ上的Exponetiation
高精度幂计算,北京大学ACM OJ上的Exponetiation-Exponentiation
- 2022-03-21 11:44:04下载
- 积分:1
-
math software
math software
- 2022-02-10 07:53:41下载
- 积分:1
-
有用的光盘工具安装向导软件
有用的光盘工具安装向导软件-useful tool installation wizard CD-ROM software
- 2022-03-03 10:35:37下载
- 积分:1
-
embedded compilation write bubble sort, XP VC6.0 compile.
内嵌汇编写的起泡排序,XP下VC6.0编译通过。-embedded compilation write bubble sort, XP VC6.0 compile.
- 2022-01-25 22:29:18下载
- 积分:1
-
多项式的计算
多项式的计算-polynomial calculations. .
- 2022-08-19 22:45:46下载
- 积分:1
-
发挥matab并行计算,简洁易懂,并解决约束优化的粒子群程序
应用背景在学习粒子群的过程中,在网上得到了许多宝贵的资源,受益颇多。但从网上下载的粒子群程序大多for循环和if判断满天飞,运行效率不高,这里给出一个简单易懂的粒子群和大家共同学习,整个过程除了迭代使用while循环外再无其它for和if语句,关键技术这里给出一个简单易懂的粒子群和大家共同学习,整个过程除了迭代使用while循环外再无其它for和if语句,充分发挥MATLAB的并行计算性能。其中还可以实现简单的约束优化问题,方便大家改造。
- 2022-02-01 15:38:29下载
- 积分:1
-
基于C++标准模板类库的全文检索算法
基于C++标准模板类库的全文检索算法 -Based on C++ standard template library of full-text search algorithm
- 2022-07-27 18:05:52下载
- 积分:1
-
图像分割方法
img——待分割的源图像,必须是8位3通道(CV_8UC3)图像,在处理的过程中不会被修改; mask——掩码图像,如果使用掩码进行初始化,那么mask保存初始化掩码信息;在执行分割的时候,也可以将用户交互所设定的前景与背景保存到mask中,然后再传入grabCut函数;在处理结束之后,mask中会保存结果。mask只能取以下四种值: GCD_BGD(=0),背景; GCD_FGD(=1),前景; GCD_PR_BGD(=2),可能的背景; &nb
- 2022-04-19 05:51:18下载
- 积分:1