-
三角形输出。很好的。
三角形输出。很好的。-triangle output. Very good.
- 2023-03-13 22:35:04下载
- 积分:1
-
是个数学建模源代码
是个数学建模源代码-is a mathematical modeling source code
- 2022-05-24 14:03:17下载
- 积分:1
-
经典算法之换位和工作安排
经典算法之换位和工作安排-classic algorithms transposition and organization of work
- 2022-07-26 11:58:56下载
- 积分: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
-
webrtc中提取的AEC库
webrtc中提取的AEC库,从webrtc开源项目中提取,可以使用,可以作为学习之用,现在关于开源aec算法的
代码少,这个确实还不错
- 2022-02-09 14:38:11下载
- 积分:1
-
改进的哲学家问题,用信号和共享内存实现
改进的哲学家问题,用信号和共享内存实现- The improvement philosopher question, realizes with the signal
and the sharing memory
- 2022-01-27 15:21:39下载
- 积分:1
-
多元函数的共轭梯度法求多元函数在无约束情况下的最小值
多元函数的共轭梯度法求多元函数在无约束情况下的最小值-Multi-function conjugate gradient method for unconstrained multi-function in the case of the minimum
- 2022-01-26 07:45:56下载
- 积分:1
-
迭代法的收敛与收敛速度的比较
Private Sub Form_Load() Label1.Caption = "方程的三个割根区间分别为(-3.6,-3.5),(0,0.1),(3.4,3.5)" Label2.Caption = "牛顿法可使用三个割根区间" Label3.Caption = "普通迭代法—格式1只能使用割根区间(-3.6,-3.5)和(3.4,3.5)" Label4.Caption = "普通迭代法—格式2 使用割根区间(0,0.1)"End SubPrivate Sub Command1_Click() Dim x!, y!, k% x = Val(Text1.Text) If Text1.Text = "" Then 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-27 06:50:04下载
- 积分:1
-
设计了矩阵类,该类实现了矩阵的数学运算,包括矩阵乘除/求逆/求特征向量的!...
设计了矩阵类,该类实现了矩阵的数学运算,包括矩阵乘除/求逆/求特征向量的!-Design a matrix type, such realization of the matrix arithmetic, including matrix multiplication and division/inversion/demand eigenvector!
- 2022-03-17 23:19:38下载
- 积分:1
-
三色球问题 若有一个口袋放有12个球,其中有3个红的,3个白的和6个黑的,从中任取8个球, 问共 这也是一个可用穷举法求解的问题。 设任取的红球个数为i, 白球...
三色球问题 若有一个口袋放有12个球,其中有3个红的,3个白的和6个黑的,从中任取8个球, 问共 这也是一个可用穷举法求解的问题。 设任取的红球个数为i, 白球个数为 j,则黑球个数为8-i-j,用count统计不同的搭配数目- Three chromospheres questions if have a pocket to put have 12
balls, including 3 red, 3 white and 6 black, no matter what takes 8
balls, asked altogether this also is may use the question which the
exhaustion method solves. Supposes no matter what takes the red ball
integer is i, the white ball integer is j, then the black ball integer
is 8-i-j, counts differently with count matches the number
- 2022-06-03 14:36:47下载
- 积分:1