-
离散型hopfield源码
离散型hopfield源码-discrete source
- 2022-11-29 01:35:03下载
- 积分:1
-
C++登录注册系统
C++开发 实现登录 注册功能
USER user[Max];
char Admin[20]="administrator";
int count;
int chance;
void menu();
void User_admin(char name[],char pw[]);
void User_common(char name[],char pw[]);
void Saved();
int flag;
void Inithtable()
{
for(int i
- 2022-02-26 15:34:43下载
- 积分:1
-
Dijkstra algorithm最短路径算法
Dijkstra算法在EXCEL的实现
- 2022-02-28 20:49:37下载
- 积分: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
-
关于数值分析中的重要算法
关于数值分析中的重要算法-numerical analysis of the algorithm
- 2022-05-16 07:32:16下载
- 积分:1
-
splay基本操作和使用
splay的基本操作,个类oj题目,有源代码,可以相互学习
- 2023-02-07 03:45:04下载
- 积分:1
-
图像处理合集,有界面设计
用matlab编写的图像处理的合集,包含10多种图像操作,如各种滤波处理,各种噪声处理,图像压缩处理,图像旋转,图像剪切,图像平移,图像缩放,图像膨化和腐蚀,图像边缘提取,图像变亮和变暗,图像锐化和柔和等等,重要的是有界面设计,在单一的GUI界面,可选择单独处理操作或是多种不同操作,是研究图像处理的好工具
- 2022-10-14 05:35:02下载
- 积分:1
-
C语言源代码 万年历
C语言源代码 万年历-C language source code hefty almanac
- 2022-10-05 02:45:03下载
- 积分:1
-
最新时频分析处理软件,提供了WVD和多种伪WVD算法。胡广书所编<<现代信号处理教程>>中实例程序需要其才能运行...
最新时频分析处理软件,提供了WVD和多种伪WVD算法。胡广书所编中实例程序需要其才能运行-latest time-frequency analysis software, and provides a variety of pseudo-WVD WVD algorithm. Hu-book prepared by the lt; Lt; Modern signal processing Guide gt; Gt; Example process needs to run its
- 2023-03-20 20:15:03下载
- 积分:1
-
基于背景差分的目标提取opencv
基于背景建模差分提取视频中的运动目标,基于vs2010+opencv1.0,对提取目标做外接矩形标注及文字提示
- 2022-07-01 04:36:31下载
- 积分:1