-
数字的分区
运用hopfield神经网络对个别数字进行目标分类,分类的效果可反复调整,不是用神经网络工具箱编,而是直接根据算法原理编译的
- 2022-04-11 05:03:46下载
- 积分:1
-
数学建模课件。让你对数学建模有个粗略的映像,了解建模解决问题的方法。...
数学建模课件。让你对数学建模有个粗略的映像,了解建模解决问题的方法。-Mathematical modeling courseware. On the mathematical modeling allows you to have a rough image, understanding of modeling problem-solving approach.
- 2022-03-18 03:06:16下载
- 积分:1
-
用FDTD算法解决电磁场问题,c语言
用FDTD算法解决电磁场问题,c语言-using FDTD method for solving electromagnetic problems, c language
- 2022-04-29 06:25:09下载
- 积分:1
-
C++Primer第五版课本源代码
C++Primer第五版课本源代码,与课本同步,尽可能的提高初学者学习C++的速度和深度 C+Primer+Plus +5th+Edition
- 2023-03-08 16:30:03下载
- 积分:1
-
实验3 自上而下语法分析 LR分析
编译原理 实验3 自上而下语法分析 LR分析 编译原理 实验3 自上而下语法分析 LR分析编译原理 实验3 自上而下语法分析 LR分析编译原理 实验3 自上而下语法分析 LR分析
学习编译原理的实验报告,c++语言啊 很好的实验报告哦!
- 2022-09-25 18:15:02下载
- 积分: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
-
米缸问题用队列求解
米缸问题用队列求解-guaranteed to solve the problem with Queue
- 2023-08-02 07:15:03下载
- 积分:1
-
矩阵LU 分解
实现矩阵的LU分解,如果此矩阵可以实现LU 分解,就分解此矩阵,并输出分解后的L矩阵和U矩阵。此算法对于一些不能进行LU分解的矩阵,会给出不能进行LU分解的提示,对于进过一些基本的初等变化后可以进行LU 分解的矩阵,此算法也实现不了。
- 2023-03-03 14:10:03下载
- 积分:1
-
来客登记系统 c语言
资源描述
工程设计作业
- 2022-01-28 23:48:12下载
- 积分:1
-
vs2008 c# 去雾算法源码
开发工具:vs2008;开发语言:c#;功能:去雾算法源码。本程序目的是交流学习,如果要用在项目中,建议使用opencv工具得到图像像素点的RGB值,这样会提高程序的执行效率。
- 2022-03-01 17:51:23下载
- 积分:1