-
指数平滑预测数据输入:
指数平滑法预测数据 输入: k--平滑周期 * n--原始数据个数 * m--预测步数 * alfa--加权系数 * x--指向原始数据数组指针 * 输出: s1--返回值为指向一次平滑结果数组指针 * s2--返回值为指向二次指数平滑结果数组指针 * s3--返回值为指向三次指数平滑结果数组指针 * xx--返回值为指向预测结果数组指针-exponential smoothing forecast data entry : k-- smoothing cycle* n-- raw data Number* m-- forecast steps* alfa-- weighting* x-- at the raw data array pointer output : s1-- return value to a point meeting smoothing results array pointer* s2-- return value to the point second exponential smoothing results array pointer* s3-- return value to point to three exponential smoothing results array pointer* xx-- return value to point to the results of forecasts array pointer
- 2022-01-26 04:45:02下载
- 积分:1
-
用VC做的大家
用VC做的大家-VC do we look at
- 2022-03-28 13:07:56下载
- 积分:1
-
This program called (WM_TIMER) ,is designed for time keeping.
In this program I...
这项计划要求( WM_TIMER ) ,是专为时间维持。
在这个项目中我用三( 3 )功能( SetTimer , OnTimer , KillTimer ) ,这些功能都支持该计划的选择-This program called (WM_TIMER) ,is designed for time keeping.
In this program I used three (3) functions (SetTimer,OnTimer,KillTimer),these function support the program with option
- 2022-02-16 06:45:41下载
- 积分:1
-
用于在仪表类中作为存储器的程序。
Program that works as a memory in instrumentation class for PIC.
- 2022-04-09 15:32:44下载
- 积分:1
-
This is a VC written calculators. Its function is very powerful.
这是一个用VC写的计算器。它的功能非常强大。
- 2022-05-30 10:54:57下载
- 积分:1
-
婚姻匹配器
采用MFC 框架更加某种规则实现最佳婚姻配对 (中兴程序大赛作品) 基于单文档的应用程序 学习MFC的童鞋可以下载看看
- 2022-03-19 08:32:54下载
- 积分:1
-
到中国的农历日历公历
使用系统 ;使用 System.Drawing ;使用 System.Globalization ;使用 System.Windows.Forms ;命名空间 WinFormLunar 是{公共部分类 FormLunar: 窗体{# 区域私人只读字符串动物、 甘志 ;私人的 TextBox txtLunar ;私人的 DateTimePicker lunarPicker ;私人的 ChineseLunisolarCalendar lunarCalendar ;# Endregion 公共的 FormLunar){# 区域隐藏 () ;甘 ="B、 C、 D、 E 和 F 耿仁桂";芷 ="Zichou 毛贤陈寺吴申徐海";动物 = 大鼠牛虎兔子龙蛇马羊猴 Jigou 猪 ;Application.CurrentCulture = CultureInfo.GetCultureInfo ("zh-CN") ;/ / 中国地区。lunarCalendar = 新的 ChineseLunisolarCalendar () ;/ / 中国阴阳历。txtLunar = 新的文本框) ;txtLunar.Dock = DockStyle.Bottom ;txtLunar.ReadOnly = true ;/ / 只读模式。这。Controls.Add (txtLunar) ;lunarPicker = 新的 DateTimePicker () ;lunarPicker.Dock = DockStyle.Top ;lunarPicker.Format = DateTimePickerFormat.Custom ;/ / 自定义格式。lunarPicker.CustomFormat ="dddd yyyy "years" M "January "d "day" ;
- 2022-02-13 07:36:19下载
- 积分:1
-
好用的 Windows 基础库,有线程,文件,异步网络通讯等相关功能类。
好用的 Windows 基础库,有线程,文件,异步网络通讯等相关功能类。
模仿了qt的风格,自己实现的一套C++ Windows 平台的基础类库,小巧灵活,能加快你的开发。
- 2022-04-28 11:50:40下载
- 积分:1
-
创世记2004章无盘的注册表完整作品的使用
创世纪2004注册表全集 适合无盘者的使用-Genesis 2004 diskless registry Complete Works for the use of
- 2023-06-13 13:45:03下载
- 积分:1
-
统计计算C/C++程序行数,计算编写的源代码的行数
统计计算C/C++程序行数,计算编写的源代码的行数-Statistical computing C/C++ Procedures the number of rows to calculate the source code to prepare the number of rows
- 2022-01-23 10:33:50下载
- 积分:1