移動平均預測 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