搜索结果
找到约 200 项符合
Double-linked 的查询结果
数学计算 移动平均预测 ModifyShiftAverageRegress.cs 移动平均也可画趋势图
移动平均预测 ModifyShiftAverageRegress.cs
移动平均也可画趋势图,如下:
public double forecast(int interval)
移动平均认为数据是时间序列数据,该方法预测interval个时间间隔后的值
public override double[] getTrendArray()
得到趋势数组,该数组的数据直接在图形中展示出来就可以产生趋势线。 ...
VC书籍 Software Engineering and Computer Games By Rudy Rucker Software Engineering and Computer Games w
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 eng ...
驱动编程 Modbus串口通讯协议通讯源代码
Modbus串口通讯协议通讯源代码,采用C开发,UartWaitFuc作为入口文件,提供从bit到double word的读写操作功能
Delphi/CppBuilder 创世纪的C++ Builder --------------------------------------------------------------------------------
创世纪的C++ Builder
--------------------------------------------------------------------------------
告别Hello World的年代
图形程式设计基本概念
具体而微的绘图程式
以C++ Builder处理Windows讯息(Message)
动态链结函式库(DLL-Dynamic Linked Library)
Install Shield的使用介绍 ...
matlab例程 This demo shows how to use MATLAB, Optimization Toolbox, and Genetic Algorithm and Direct Search Too
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.
其他行业 Example to support XML files using MSXML. ========================================= XML (Extensi
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 inten ...
其他 Ideal for large low power (nanoWatt) and connectivity applications that benefit from the availabilit
Ideal for large low power (nanoWatt) and connectivity applications that benefit from the availability of four serial ports: double synchronous serial ports (I&sup2 C&#8482 and SPI&#8482 ) and double asynchronous (LIN capable) serial ports. Large amounts of RAM memory for buffering and FLASH program ...
汇编语言 find the information about a host with the DNS retrieving system calls, such as gethostbyname() and
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 (链表).
文件格式 编写4个类:Rectangle、Circle、Geometry、Exa
编写4个类:Rectangle、Circle、Geometry、Exa,具体要求如下:
① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。
② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方法。
③ Geometry类有Rectangle类和Circle型的成 ...
数据结构 Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class li
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++ ...