搜索结果
找到约 159 项符合
double 的查询结果
按分类筛选
- 全部分类
- 数学计算 (26)
- 其他 (17)
- matlab例程 (10)
- Java编程 (9)
- 汇编语言 (6)
- 技术资料 (5)
- 单片机编程 (4)
- 通讯编程文档 (4)
- 学术论文 (3)
- 可编程逻辑 (3)
- 人工智能/神经网络 (3)
- 书籍源码 (3)
- 数值算法/人工智能 (3)
- 书籍 (3)
- 多媒体处理 (2)
- 教程资料 (2)
- 驱动编程 (2)
- 其他行业 (2)
- 文章/文档 (2)
- 游戏 (2)
- Delphi控件源码 (2)
- 文件格式 (2)
- 电子书籍 (2)
- 加密解密 (2)
- Java书籍 (2)
- Jsp/Servlet (2)
- 数据库系统 (2)
- 数据结构 (2)
- 行业发展研究 (2)
- Linux/Unix编程 (2)
- 软件 (2)
- 行业应用文档 (1)
- 电机控制 (1)
- PCB相关 (1)
- 电源技术 (1)
- Internet/网络编程 (1)
- DSP编程 (1)
- 压缩解压 (1)
- 串口编程 (1)
- 语音压缩 (1)
- Delphi/CppBuilder (1)
- 系统设计方案 (1)
- 通讯/手机编程 (1)
- 操作系统开发 (1)
- 交通/航空行业 (1)
- 并行计算 (1)
- 其他书籍 (1)
- 金融证券系统 (1)
- VHDL/FPGA/Verilog (1)
- 软件设计/软件工程 (1)
- 单片机开发 (1)
- JavaScript (1)
- 嵌入式/单片机编程 (1)
- 技术书籍 (1)
- 源码 (1)
- VIP专区 (1)
- 精品软件 (1)
数学计算 移动平均预测 ModifyShiftAverageRegress.cs 移动平均也可画趋势图
移动平均预测 ModifyShiftAverageRegress.cs
移动平均也可画趋势图,如下:
public double forecast(int interval)
移动平均认为数据是时间序列数据,该方法预测interval个时间间隔后的值
public override double[] getTrendArray()
得到趋势数组,该数组的数据直接在图形中展示出来就可以产生趋势线。 ...
驱动编程 Modbus串口通讯协议通讯源代码
Modbus串口通讯协议通讯源代码,采用C开发,UartWaitFuc作为入口文件,提供从bit到double word的读写操作功能
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 ...
文件格式 编写4个类:Rectangle、Circle、Geometry、Exa
编写4个类:Rectangle、Circle、Geometry、Exa,具体要求如下:
① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。
② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方法。
③ Geometry类有Rectangle类和Circle型的成 ...
数据库系统 /*目的:使一個複數可顯數出來
/*目的:使一個複數可顯數出來,可做+-/*,還要可以做>>跟<<的功能
題目:定義一個複數的class叫Complex,a(實部)與b(虛部)為double的型態,i表示根號-1,
1.必須包含一個建構子有兩個參數(double型態),能被用來設定物件中的變數為任意值
2.包含一個建構子只有一個參數(double型態),呼叫參數的實部且定義為"實部+0i"
3.包 ...
Jsp/Servlet 要求:编写一个应用程序
要求:编写一个应用程序,对程序中给定的四个double型数据求其最大值和最小值。
文档包括了实验要求和详细的源代码.
数学计算 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as
多项式曲线拟合 任意介数 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 ...
人工智能/神经网络 C/C++ implementation of the Levenberg-Marquardt non-linear least squares algorithm. levmar includes
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