-
图像处理
这是一个C语言的开发包。这些代码来源于一本相关的书籍,里面主要是一些已经开发好了的代码。包括.cpp文件,。h文件,是图像处理中最基本的一些算法和思想。里面有对代码的介绍和解释。十分适合新手学习。
- 2023-03-01 16:50:08下载
- 积分:1
-
双曲线回归方程 HyperbolaRegress.cs
注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错...
双曲线回归方程 HyperbolaRegress.cs
注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错流程控制。X不能为0。
方程模型为
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。
public override double forecast(double x)
预测函数,根据模型得到预测结果。
public override double computeR2()
-Hyperbola regression equation HyperbolaRegress.cs attention! The model demands a and b value is greater than 0! Caution should be taken when using the model verify the conditions of this restriction. I realize the model error is not to join any flow control. X should not to 0. Equation model for public 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 ()
- 2022-02-07 00:59:29下载
- 积分:1
-
计算器运算器,主要是对一般常用的计算器进行编程,对简单的加减乘除的运算用VC编出来...
计算器运算器,主要是对一般常用的计算器进行编程,对简单的加减乘除的运算用VC编出来-Calculator calculator is mainly used for general programming calculator for simple addition and subtraction, multiplication and division of the computation made by the VC
- 2022-03-11 21:06:58下载
- 积分:1
-
java 版B+树程序
java 版B+树程序-java version of B+ tree procedure
- 2022-03-22 19:01:12下载
- 积分:1
-
数值分析的几种典型算法
数值分析的几种典型算法-numerical analysis of several typical algorithm
- 2022-03-03 21:34:19下载
- 积分:1
-
vc开发的折线分割任意多边形算法,有具体实例
使用折线对任意多边形进行分割(不包括掏空多边形)
- 2022-01-22 06:04:24下载
- 积分:1
-
常用的直线拟合源程序,用于电、震法定解释方面
常用的直线拟合源程序,用于电、震法定解释方面-Commonly used linear fitting source for electricity, shock of statutory interpretation
- 2022-11-12 20:25:04下载
- 积分:1
-
从回归分析中得出的数据。并产生T。
对数据进得自回归分析预测。并生成下一周期的预测值-Of data into the prediction derived from the regression analysis. And generate the next cycle of prediction value
- 2022-10-23 03:00:03下载
- 积分:1
-
谱减法的c语言实现
源码采用C语言编程实现,在信噪比不大的情况下,可以得到很好的去除噪声的效果,该算法采用基本的谱减法,对初学者有一定的借鉴意义,可以在此基础上实现改进的谱减法算法,可以说是一种很好的资料
- 2023-08-08 17:55:04下载
- 积分:1
-
割线算法;
数值计算算法:割线算法的数学写的帕斯卡尔要找到解决方程f(x)=0 给定的初始近似值P0和P1: 输入:初始近似值P0,P1;公差TOL; 迭代N 0的最大数目。 输出:近似解p或 该算法失败的消息。
- 2022-02-10 14:26:53下载
- 积分:1