-
对折排序 C++算法
对折排序 C++算法-fold ranking algorithm C
- 2022-02-15 23:23:01下载
- 积分:1
-
gdal读入测试代码
gdal读入测试代码,vs2008工程。GDAL是一个操作各种栅格地理数据格式的库。包括读取、写入、转换、处理各种栅格数据格式(有些特定的格式对一些操作如写入等不支持)
本测试代码在读入图像后,读取图像尺寸
- 2022-03-13 11:43:41下载
- 积分:1
-
vc++实现编译原理中的LL(1)文法的编译过程,非常好用.
vc++实现编译原理中的LL(1)文法的编译过程,非常好用.-vc realization of the principle of compiler LL (1) grammar compiler course, very handy.
- 2022-06-30 08:02:44下载
- 积分:1
-
(Minute) polynomial evaluates example
二维实(复)多项式求值示例-(Minute) polynomial evaluates example
- 2022-01-26 04:22:41下载
- 积分:1
-
埃尔米特插值算法 ;
数值计算算法:Hermite插值算法为了获得HERMITE内插系数 多项式关系H的第(N +1)不同的数X(0),...,X(N)的 对于函数F: 输入:号码X(0),X(1),...,X(N);值f(x(0)),F(x(1)), ...,F(X(N))和F"(x(0)),F"(x(1)),...,F"(x(N))。 输出:数字Q(0,0),Q(1,1),...,Q(2N+1,2N+1),其中 H(X)= Q(0,0)+ Q(1,1)*(X - X(0))+ Q(2,2)* (X - X(0))**2 + Q(3,3)*(X - X(0))**2 * (X - X(1))+ Q(4,4)*(X - X(0))**2 * (X - X(1))** 2+ ...+ Q(2N +1,2N+ 1)* (X - X(0))**2 *(X - X(1))** 2*
- 2022-06-21 02:49:01下载
- 积分:1
-
VC 调DVR摄像头
VC 调DVR摄像头,读取HKVISION的摄像头 通过调用摄像头的接口,可以实现实时预览,精彩回放以及视频录制。
- 2023-01-04 15:45:03下载
- 积分: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
-
七段显示器的VHDL代码
此代码用于使7段显示器老化;
- 2022-11-10 05:30:04下载
- 积分:1
-
linklist的C++实现方法
数据结构中的linklist的C++实现方法。
实现了其中的各种函数。
- 2022-05-14 09:06:31下载
- 积分:1
-
Apriori 算法
在 java 应用程序,开发了这个程序。Apriori 算法用来找出频繁项集和支持和最低限度的信心
- 2023-04-14 20:35:03下载
- 积分:1