-
Numerical calculation of Mie scattering of Delphi code, used to calculate the li...
Mie散射数值计算的Delphi代码,用来计算粒子的光散射,在粒子检测,材料测试上有广泛的应用。-Numerical calculation of Mie scattering of Delphi code, used to calculate the light scattering particles in particle detection, materials testing on a wide range of applications.
- 2022-12-31 16:45:03下载
- 积分:1
-
adjacency matrix used to achieve a storage network, to establish a network and t...
采用邻接矩阵实现有向网的存储,建立有向网,并实现单源 最短路径算法-adjacency matrix used to achieve a storage network, to establish a network and to achieve single source shortest path algorithm
- 2022-04-08 14:00:12下载
- 积分: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
-
几个c语言的程序,其中推荐快速傅丽叶变换
几个c语言的程序,其中推荐快速傅丽叶变换-Several c language program, which recommended the rapid transformation傅丽叶
- 2022-06-01 00:31:36下载
- 积分:1
-
The graphic model NURBS algorithm realization source code, to the person which...
三维图形学NURBS算法实现源代码,对搞三维图形编程的人有帮助-The graphic model NURBS algorithm realization source code, to the person which does the three dimensional graph programming has helps
- 2022-09-03 23:55:02下载
- 积分:1
-
重磅送出,一个网站的字符串匹配算法讲解,以及算法实现的演示。希望在字符串匹配算法这方面有研究的。看了这里面的东西,保证你不再去找别的东西去看了。经典中的经典。这...
重磅送出,一个网站的字符串匹配算法讲解,以及算法实现的演示。希望在字符串匹配算法这方面有研究的。看了这里面的东西,保证你不再去找别的东西去看了。经典中的经典。这是把一个网站的一个链接目录完全下载,是收藏的精品-hit send, a website to explain the string matching algorithm, the algorithm of the demonstration. In this string matching algorithms are studied. Read this and the things that you are no longer guaranteed to find something else to see it. The classic classic. This site is a directory of links to a full download, is a collection of products
- 2023-02-18 09:45:03下载
- 积分:1
-
vc++ commonly used numerical algorithm set: contains: interpolation, integration...
vc++常用的数值算法集:包含:插值,积分,逼近,排序等等常用的数值算法,其中包含都包含代码-vc++ commonly used numerical algorithm set: contains: interpolation, integration, approximation, and so commonly used to sort numerical algorithm, which includes both contain code
- 2022-03-25 03:27:17下载
- 积分:1
-
利用CRC
利用CRC-32检测程序的完整性-The use of CRC-32 testing the integrity of the proceedings
- 2022-10-21 01:40:03下载
- 积分:1
-
chaotic sequence of phase space remodeling MATLABT procedures, I believe that yo...
混沌序列的相空间重构的MATLABT程序,相信一定能给您带来惊喜.-chaotic sequence of phase space remodeling MATLABT procedures, I believe that you can bring surprises.
- 2022-03-21 17:19:33下载
- 积分:1
-
0-3.3v电压表数码显示程序
凌阳61板课程设计:0——3.3v电压表。实现 0-3.3V 的电压测量,IOA6 接要测量的电压,经 AD 转换后,计算出当前电压值, 数码管上显示当前电压。具体要求如下: 1. 通过 IOA6 接入要测量的电压,单片机自动检测。 2. 在数码管上实时显示当前电压值。
- 2022-03-10 01:47:06下载
- 积分:1