移動(dòng)平均預(yù)測(cè) ModifyShiftAverageRegress.cs 移動(dòng)平均也可畫(huà)趨勢(shì)圖,如下: public double forecast(int interval) 移動(dòng)平均認(rèn)為數(shù)據(jù)是時(shí)間序列數(shù)據(jù),該方法預(yù)測(cè)interval個(gè)時(shí)間間隔后的值 public override double[] getTrendArray() 得到趨勢(shì)數(shù)組,該數(shù)組的數(shù)據(jù)直接在圖形中展示出來(lái)就可以產(chǎn)生趨勢(shì)線。
標(biāo)簽: ModifyShiftAverageRegress 移動(dòng) cs
上傳時(shí)間: 2014-01-01
上傳用戶:wff
Modbus串口通訊協(xié)議通訊源代碼,采用C開(kāi)發(fā),UartWaitFuc作為入口文件,提供從bit到double word的讀寫(xiě)操作功能
標(biāo)簽: Modbus 串口通訊 協(xié)議 通訊
上傳時(shí)間: 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.
標(biāo)簽: Optimization Algorithm and Genetic
上傳時(shí)間: 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.
標(biāo)簽: XML Example support Extensi
上傳時(shí)間: 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.
標(biāo)簽: connectivity applications availabilit nanoWatt
上傳時(shí)間: 2016-02-04
上傳用戶:CHINA526
編寫(xiě)4個(gè)類:Rectangle、Circle、Geometry、Exa,具體要求如下: ① Rectangle類有double型成員變量表示矩形左上角的位置坐標(biāo)及矩形的寬和高,要求提供修改和返回各成員變量的方法。 ② Circle類有double型成員變量表示圓心坐標(biāo)和圓的半徑,要求提供修改和返回各成員變量的方法。 ③ Geometry類有Rectangle類和Circle型的成員變量rect和circle。即Geometry類創(chuàng)建的對(duì)象由一個(gè)矩形和一個(gè)圓組合而成。要求該類提供修改rect、circle位置和大小的方法;提供顯示rect和circle位置關(guān)系的方法,并能夠顯示圓是否完全坐落于矩形中。 ④ 要求能對(duì)創(chuàng)建的Rectangle類和Circle類對(duì)象數(shù)目進(jìn)行統(tǒng)計(jì)。 ⑤ Exa類含有main方法,在main方法中用Geometry類創(chuàng)建對(duì)象,該對(duì)象調(diào)用相應(yīng)的方法設(shè)置圓和矩形的位置及大小并輸出圓是否包含在矩形中。輸出當(dāng)前Rectangle和Circle對(duì)象數(shù)目。
標(biāo)簽: Rectangle Geometry Circle Exa
上傳時(shí)間: 2016-02-29
上傳用戶:頂?shù)弥?/p>
/*目的:使一個(gè)複數(shù)可顯數(shù)出來(lái),可做+-/*,還要可以做>>跟<<的功能 題目:定義一個(gè)複數(shù)的class叫Complex,a(實(shí)部)與b(虛部)為double的型態(tài),i表示根號(hào)-1, 1.必須包含一個(gè)建構(gòu)子有兩個(gè)參數(shù)(double型態(tài)),能被用來(lái)設(shè)定物件中的變數(shù)為任意值 2.包含一個(gè)建構(gòu)子只有一個(gè)參數(shù)(double型態(tài)),呼叫參數(shù)的實(shí)部且定義為"實(shí)部+0i" 3.包含一個(gè)預(yù)建構(gòu)子可把物件初始化為0+0i 4.overload以下的operator以致於可以正確的執(zhí)行:+ - * / << >> */
標(biāo)簽:
上傳時(shí)間: 2013-12-27
上傳用戶:lindor
要求:編寫(xiě)一個(gè)應(yīng)用程序,對(duì)程序中給定的四個(gè)double型數(shù)據(jù)求其最大值和最小值。 文檔包括了實(shí)驗(yàn)要求和詳細(xì)的源代碼.
標(biāo)簽: 編寫(xiě) 應(yīng)用程序
上傳時(shí)間: 2013-12-23
上傳用戶:Divine
多項(xiàng)式曲線擬合 任意介數(shù) 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.
標(biāo)簽: Least-squares arbitrary Purpose Builder
上傳時(shí)間: 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
標(biāo)簽: Levenberg-Marquardt implementation non-linear algorithm
上傳時(shí)間: 2013-12-28
上傳用戶:gxf2016
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1