移動平均預測 ModifyShiftAverageRegress.cs 移動平均也可畫趨勢圖,如下: public double forecast(int interval) 移動平均認為數據是時間序列數據,該方法預測interval個時間間隔后的值 public override double[] getTrendArray() 得到趨勢數組,該數組的數據直接在圖形中展示出來就可以產生趨勢線。
標簽: ModifyShiftAverageRegress 移動 cs
上傳時間: 2014-01-01
上傳用戶:wff
Software Engineering and Computer Games By Rudy Rucker Software Engineering and Computer Games was written with four broad goals: To teach a lively style of object-oriented software engineering. To show how to bring a complete program to the level of a commercial release. To provide a "game engine" framework of linked classes for game development. To help students create computer games that are interactive, rapidly executing, and visually beautiful.
標簽: Engineering Software Computer Games
上傳時間: 2015-12-02
上傳用戶:cc1
Modbus串口通訊協議通訊源代碼,采用C開發,UartWaitFuc作為入口文件,提供從bit到double word的讀寫操作功能
上傳時間: 2015-12-12
上傳用戶:huql11633
創世紀的C++ Builder -------------------------------------------------------------------------------- 告別Hello World的年代 圖形程式設計基本概念 具體而微的繪圖程式 以C++ Builder處理Windows訊息(Message) 動態鏈結函式庫(DLL-Dynamic Linked Library) Install Shield的使用介紹
標簽: Builder
上傳時間: 2013-12-11
上傳用戶:zhengzg
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
find the information about a host with the DNS retrieving system calls, such as gethostbyname() and gethostbyaddr(). (2) All the required information are in the hostent structure. (3) All the aliases and IP addresses of the host is stored in the hostent structure using linked list (鏈表).
標簽: gethostbyname information retrieving the
上傳時間: 2016-02-21
上傳用戶:13517191407
編寫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
上傳用戶:頂得柱
Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations. This C++ implementation provides random number generators of a much better quality: Better randomness, higher resolution, and longer cycle lengths. The same random number generators are available as libraries coded in assembly language for higher speed. These libraries can be linked into projects coded in other programming languages under Windows, Linux, BSD, etc. The library files are available in the archive asmlib.zip. Non-uniform random number generators are provided in stocc.zip.
標簽: generators contains Uniform randomc
上傳時間: 2014-12-01
上傳用戶:royzhangsz