-
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
-
此程序是关于动态规划算法的描述,可以直接
输入数据就可以直接运行。...
此程序是关于动态规划算法的描述,可以直接
输入数据就可以直接运行。-This procedure is about the description of dynamic programming algorithm can be directly input data can be directly run.
- 2022-10-20 12:30:03下载
- 积分:1
-
学生成绩查询系统
这是我编写的学生成绩查询系统,里面包含成绩查询,排序等功能,希望对学习计算机语言的同学有所帮助,可以任意使用。
- 2022-03-30 23:01:06下载
- 积分:1
-
VC6.0彩色字符定时定位输出
该程序用C语言实现了彩色字符的输出,最终以搭建积木小屋的形式展现了彩色字符定时定位输出的效果。小屋全部搭建完毕后,经一分钟程序自动结束。本程序适合喜欢用C语言的基础知识搞小创意的人看。
- 2023-02-16 10:05:04下载
- 积分:1
-
基于opcv的实例程序,提供源码,欢迎下载
基于opcv的实例程序,提供源码,欢迎下载-Based on opcv instance procedures to provide source code
- 2022-02-22 06:18:21下载
- 积分:1
-
alpriori algoritmic
分割算法在数据挖掘中使用。用此算法对数据挖掘课程我开发的 java 代码上。我注意到这种算法是可用的
- 2023-02-13 23:20:03下载
- 积分:1
-
FDS为火灾动力学模拟软件源代码,该软件为开源项目,代码语言主要为FORTRAN,可在WINDOWS和LINUX下编译运行,详细说明可参考http://fire...
FDS为火灾动力学模拟软件源代码,该软件为开源项目,代码语言主要为FORTRAN,可在WINDOWS和LINUX下编译运行,详细说明可参考http://fire.nist.gov/fds/官方网址-FDS for the fire dynamics simulation software source code, the software for the open source project, code language primarily for FORTRAN, can be compiled under WINDOWS and LINUX operation, a detailed description may refer to the official web site http://fire.nist.gov/fds/
- 2022-03-21 12:22:09下载
- 积分:1
-
数值积分常用算法
数值积分常用算法-numerical integration algorithm commonly used
- 2022-01-27 21:54:34下载
- 积分:1
-
随机数产生源码
自己写的随机数产生源码,1. 使用乘同余法产生[0,1]区间上均匀分布的随机数2.基于[0,1]区间上均匀分布的随机数利用反变换法生成:连续随机变量:均匀分布随机变量、指数分布随机变量、三角分布的随机变量、正态分布的随机变量离散随机变量:离散均匀分布、泊松分布
- 2023-05-22 14:35:03下载
- 积分:1
-
6个关于逼近与拟合的C源程序,有示例,来自《C语言数值计算常用程序》,所以程序均经本人测试可用!...
6个关于逼近与拟合的C源程序,有示例,来自《C语言数值计算常用程序》,所以程序均经本人测试可用!-six approximation with the fitting of the C source code, examples, from the "C language commonly used numerical procedures," and so I have been put to test available!
- 2023-09-07 17:15:02下载
- 积分:1