-
巨指针类型数据的快速排序法
巨指针类型数据的快速排序法-Quick sort for the large pointer type data
- 2022-10-04 15:50:03下载
- 积分:1
-
获得输入数据的全排列(STL实现)
采用递归和非递归两种方式实现全排列算法。
- 2023-01-13 20:25:04下载
- 积分:1
-
机器人比赛飞思卡尔单片机XS128程序
智能小车例程,包括基本巡线程序,OLED和键盘调试,MPU6050程序,固定频率声音识别,超声波模块测距等。使用C语言编程,每个功能都封装为固定的模块,使用很方便。
- 2023-06-11 06:20: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
-
用vb写的有关科学计算方面的,包括求最大值,积分,统计,概率,矩阵运算等...
用vb写的有关科学计算方面的,包括求最大值,积分,统计,概率,矩阵运算等-used to write the relevant scientific computing, including seeking maximum points, statistics, probability, matrix operations, etc.
- 2022-02-04 14:20:48下载
- 积分:1
-
简单的队列的实现
简单的队列的实现-simple realization of the Queue
- 2022-09-01 20:15:03下载
- 积分:1
-
线性方程组求解的三个源程序.rar
线性方程组求解的三个源程序.rar--Three source codes about linear equations solution( .Rar)
- 2022-04-21 11:57:07下载
- 积分:1
-
用于ofdm的盲信道估计算法,可以用于系统性能的提高和改进
用于ofdm的盲信道估计算法,可以用于系统性能的提高和改进-OFDM for the blind channel estimation algorithm can be used to enhance system performance and improve the
- 2022-01-29 04:32:04下载
- 积分:1
-
矩阵类,可进行矩阵的各种运算,并可求解N阶线性方程
矩阵类,可进行矩阵的各种运算,并可求解N阶线性方程-matrices, matrix for the various operators and can solve linear equations N
- 2023-04-30 23:20:03下载
- 积分:1
-
c++语言k均值算法
本实验功能与目的是实现K—均值聚类算法,将“Iris.txt”文件中的数据用K—均值聚类的方法分为三类。分类结果用该数据的数据编号表示。
- 2022-12-10 09:45:02下载
- 积分:1