-
matlab车辆检测编程
运动目标检测与跟踪,包括目标定位,匹配与跟踪c++亲测可以使用,谢谢支持。
- 2022-02-25 00:07:10下载
- 积分:1
-
选主元的矩阵杜利特尔分解
选主元的矩阵杜利特尔分解-Pivot Doolittle decomposition of the matrix
- 2022-02-28 20:40:51下载
- 积分:1
-
TSNR 两步消噪程序
根据维纳滤波理论,基于先验信噪比的维纳滤波,并用后验信噪比补偿先验信噪比,达到很好效果,可以直接运行
- 2022-08-09 03:40:09下载
- 积分:1
-
c拉格朗日插值函数
c拉格朗日插值函数-c Lagrange interpolation function
- 2022-04-15 11:31:47下载
- 积分: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
-
N-QUEENS / N-REINAS
NREINAS版本1.9;
- 2022-02-25 06:31:24下载
- 积分:1
-
图像畸变矫正
本算法,实现的是图像的畸变矫正,主要针对摄像头产生的各种畸变,通过调节参数,实现矫正。算法采用C++和OpenCv实现。
- 2023-07-28 05:35:10下载
- 积分:1
-
traveling salesman Branch and Bound graphics algorithm to solve the traveling sa...
货郎担 分枝限界算法图形求解货郎担问题的分枝限界算法图形演示-traveling salesman Branch and Bound graphics algorithm to solve the traveling salesman problem Branch and Bound algorithm graphic demonstration
- 2023-01-15 15:25:04下载
- 积分:1
-
64点FFT变换
FFT,即快速傅里叶变换的C语言实现,将课本转换为程序。这里是64点的。而且是取表法。可以作为音乐频谱的程序
- 2022-05-22 17:58:44下载
- 积分:1
-
C实现RS编码
用C实现RS码纠错仿真
RS码的编码程序 编码效率高,且经实际验证符合RS纠错码的要求-RS code using C realize simulation RS
error correction code encoding procedure coding efficient and practical
to verify compliance with the requirements of RS error-correcting codes
- 2023-05-05 14:10:03下载
- 积分:1