移动平均预测 ModifyShiftAverageRegress.cs 移动平均也可画趋势图,如下: public DOUBLE forecast(int interval) 移动平均认为数据是时间序列数据,该方法预测interval个时间间隔后的值 public override DOUBLE[] getTrendArray() 得到趋势数组,该数组的数据直接在图形中展示出来就可以产生趋势线。
标签: ModifyShiftAverageRegress 移动 cs
上传时间: 2014-01-01
上传用户:wff
Modbus串口通讯协议通讯源代码,采用C开发,UartWaitFuc作为入口文件,提供从bit到DOUBLE word的读写操作功能
上传时间: 2015-12-12
上传用户:huql11633
This demo shows how to use MATLAB, Optimization Toolbox, and Genetic Algorithm and Direct Search Toolbox to optimize the design of a DOUBLE wishbone suspension system.
标签: Optimization Algorithm and Genetic
上传时间: 2013-12-18
上传用户:youmo81
Example to support XML files using MSXML. ========================================= XML (Extensible Markup Language) is a commonly used basis for representing a huge range of structured data file formats. The specification is maintained by the World Wide Web Consortium (W3C?. This plugin is intended as an example of how XML data can be read with a DataPlugin. You can adjust it to meet the needs of your own XML file format. After installing the URI file (DOUBLE click on it), you can find the VBScript file located at "C:\Program Files\National Instruments\Shared\USI\plugins\DataPlugins\XML Example" You can make changes to this file to read your specific XML file.
标签: XML Example support Extensi
上传时间: 2016-01-03
上传用户:cooran
Ideal for large low power (nanoWatt) and connectivity applications that benefit from the availability of four serial ports: DOUBLE synchronous serial ports (I² C™ and SPI™ ) and DOUBLE asynchronous (LIN capable) serial ports. Large amounts of RAM memory for buffering and FLASH program memory make it ideal for instrumentation panels, TCP/IP enabled embedded applications as well as metering and industrial control and monitoring applications. While operating up to 40 MHz, it is also backward software and hardware compatible with the PIC18F8720.
标签: connectivity applications availabilit nanoWatt
上传时间: 2016-02-04
上传用户:CHINA526
编写4个类:Rectangle、Circle、Geometry、Exa,具体要求如下: ① Rectangle类有DOUBLE型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。 ② Circle类有DOUBLE型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方法。 ③ Geometry类有Rectangle类和Circle型的成员变量rect和circle。即Geometry类创建的对象由一个矩形和一个圆组合而成。要求该类提供修改rect、circle位置和大小的方法;提供显示rect和circle位置关系的方法,并能够显示圆是否完全坐落于矩形中。 ④ 要求能对创建的Rectangle类和Circle类对象数目进行统计。 ⑤ Exa类含有main方法,在main方法中用Geometry类创建对象,该对象调用相应的方法设置圆和矩形的位置及大小并输出圆是否包含在矩形中。输出当前Rectangle和Circle对象数目。
标签: Rectangle Geometry Circle Exa
上传时间: 2016-02-29
上传用户:顶得柱
/*目的:使一個複數可顯數出來,可做+-/*,還要可以做>>跟<<的功能 題目:定義一個複數的class叫Complex,a(實部)與b(虛部)為DOUBLE的型態,i表示根號-1, 1.必須包含一個建構子有兩個參數(DOUBLE型態),能被用來設定物件中的變數為任意值 2.包含一個建構子只有一個參數(DOUBLE型態),呼叫參數的實部且定義為"實部+0i" 3.包含一個預建構子可把物件初始化為0+0i 4.overload以下的operator以致於可以正確的執行:+ - * / << >> */
标签:
上传时间: 2013-12-27
上传用户:lindor
要求:编写一个应用程序,对程序中给定的四个DOUBLE型数据求其最大值和最小值。 文档包括了实验要求和详细的源代码.
上传时间: 2013-12-23
上传用户:Divine
多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by something like this. CPolyFit<DOUBLE> PolyFitObj DOUBLE correlation_coefficiant = PolyFitObj.PolyFit(X, Y, A) where X and Y are vectors of DOUBLEs which must have the same size and A is a vector of DOUBLEs which must be the same size as the number of coefficients required. returns: The correlation coefficient or -1 on failure. produces: A vector (A) which holds the coefficients.
标签: Least-squares arbitrary Purpose Builder
上传时间: 2013-12-18
上传用户:宋桃子
C/C++ implementation of the Levenberg-Marquardt non-linear least squares algorithm. levmar includes DOUBLE and single precision LM versions, both with analytic and finite difference approximated jacobians
标签: Levenberg-Marquardt implementation non-linear algorithm
上传时间: 2013-12-28
上传用户:gxf2016