-
数字的分区
运用hopfield神经网络对个别数字进行目标分类,分类的效果可反复调整,不是用神经网络工具箱编,而是直接根据算法原理编译的
- 2022-04-11 05:03:46下载
- 积分:1
-
三维数据曲线拟合方面很重要的一本书,太好了
三维数据曲线拟合方面很重要的一本书,太好了-Curve fitting of three-dimensional data are important aspects of a book
- 2022-11-06 21:00:07下载
- 积分:1
-
自己用C++做的简单的迷宫,特点是可以自定义迷宫的属性
自己用C++做的简单的迷宫,特点是可以自定义迷宫的属性-own use C to do simple maze, which is characterized can define the attributes of the maze
- 2022-08-23 19:05:07下载
- 积分:1
-
求解对角线元素很小的矩阵的逆矩阵,避免一般求逆的溢出问题,用Fortran编写...
求解对角线元素很小的矩阵的逆矩阵,避免一般求逆的溢出问题,用Fortran编写-small diagonal elements of the matrix inverse matrix inversion generally avoid the overflow problems, Fortran prepared
- 2022-07-13 06:23:04下载
- 积分:1
-
Dijkstra算法源程序希望大家多多交流。
Dijkstra算法源程序希望大家多多交流。-Dijkstra algorithm source we hope to conduct more exchanges.
- 2022-01-26 04:37:50下载
- 积分:1
-
埃尔米特
埃尔米特-高斯求积法的c源程序-Hermite- Gaussian quadrature law c source
- 2023-01-24 04:20:04下载
- 积分:1
-
l拉格朗日插值算法
通过图形图像,openggl实现了拉格朗日动态图,基于c++ visual2010 ,2008,vc6.0 都能运行
- 2022-09-24 23:55:03下载
- 积分:1
-
边界元法求磁场的计算代码,主要计算部分有注释
边界元法求磁场的计算代码,主要计算部分有注释-Boundary element method code in order to calculate the magnetic field, the main computing part of the annotated
- 2022-01-26 03:24:01下载
- 积分:1
-
基于C++标准模板类库的全文检索算法
基于C++标准模板类库的全文检索算法 -Based on C++ standard template library of full-text search algorithm
- 2022-07-27 18:05:52下载
- 积分:1
-
Moving average moving average prediction ModifyShiftAverageRegress.cs trends can...
移动平均预测 ModifyShiftAverageRegress.cs
移动平均也可画趋势图,如下:
public double forecast(int interval)
移动平均认为数据是时间序列数据,该方法预测interval个时间间隔后的值
public override double[] getTrendArray()
得到趋势数组,该数组的数据直接在图形中展示出来就可以产生趋势线。
-Moving average moving average prediction ModifyShiftAverageRegress.cs trends can also be painted as follows: public double forecast (int interval) consider moving average data are time-series data, the method of prediction interval of time after the interval the value of public override double [] getTrendArray () be the trend of the array, the array of data directly in the graphical display can be generated by the trend line.
- 2022-06-06 15:01:20下载
- 积分:1