移动平均预测 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