2022-11-25 02:47:51 +08:00
|
|
|
.TH "bsp_Differential" 3 "2022年 十一月 25日 星期五" "Version 2.0.0" "MF32BSP_XerolySkinner" \" -*- nroff -*-
|
2022-11-24 23:56:57 +08:00
|
|
|
.ad l
|
|
|
|
|
.nh
|
|
|
|
|
.SH NAME
|
|
|
|
|
bsp_Differential \- 一个微分对象
|
|
|
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
|
.br
|
|
|
|
|
.PP
|
|
|
|
|
.PP
|
|
|
|
|
\fC#include <bsp_Calculus\&.h>\fP
|
|
|
|
|
.SS "Public 成员函数"
|
|
|
|
|
|
|
|
|
|
.in +1c
|
|
|
|
|
.ti -1c
|
|
|
|
|
.RI "\fBbsp_Differential\fP (float \fBdt\fP)"
|
|
|
|
|
.br
|
|
|
|
|
.ti -1c
|
|
|
|
|
.RI "float \fBDifferential\fP (float var)"
|
|
|
|
|
.br
|
|
|
|
|
.RI "对数据微分 "
|
|
|
|
|
.in -1c
|
|
|
|
|
.SS "Public 属性"
|
|
|
|
|
|
|
|
|
|
.in +1c
|
|
|
|
|
.ti -1c
|
|
|
|
|
.RI "float \fBdt\fP"
|
|
|
|
|
.br
|
|
|
|
|
.RI "时间参数 "
|
|
|
|
|
.in -1c
|
|
|
|
|
.SH "详细描述"
|
|
|
|
|
.PP
|
|
|
|
|
一个微分对象
|
|
|
|
|
.PP
|
|
|
|
|
在文件 \fBbsp_Calculus\&.h\fP 第 \fB43\fP 行定义\&.
|
|
|
|
|
.SH "构造及析构函数说明"
|
|
|
|
|
.PP
|
|
|
|
|
.SS "bsp_Differential::bsp_Differential (float dt)\fC [inline]\fP"
|
|
|
|
|
|
|
|
|
|
.PP
|
|
|
|
|
在文件 \fBbsp_Calculus\&.h\fP 第 \fB45\fP 行定义\&.
|
|
|
|
|
.SH "成员函数说明"
|
|
|
|
|
.PP
|
|
|
|
|
.SS "float bsp_Differential::Differential (float var)"
|
|
|
|
|
|
|
|
|
|
.PP
|
|
|
|
|
对数据微分
|
|
|
|
|
.PP
|
|
|
|
|
\fB参数\fP
|
|
|
|
|
.RS 4
|
|
|
|
|
\fIvar\fP 此处填入浮点数据
|
|
|
|
|
.RE
|
|
|
|
|
.PP
|
|
|
|
|
\fB返回\fP
|
|
|
|
|
.RS 4
|
|
|
|
|
此时的微分值
|
|
|
|
|
.RE
|
|
|
|
|
.PP
|
|
|
|
|
|
|
|
|
|
.PP
|
|
|
|
|
在文件 \fBbsp_Calculus\&.cpp\fP 第 \fB46\fP 行定义\&.
|
|
|
|
|
.SH "类成员变量说明"
|
|
|
|
|
.PP
|
|
|
|
|
.SS "float bsp_Differential::dt"
|
|
|
|
|
|
|
|
|
|
.PP
|
|
|
|
|
时间参数
|
|
|
|
|
.PP
|
|
|
|
|
在文件 \fBbsp_Calculus\&.h\fP 第 \fB50\fP 行定义\&.
|
|
|
|
|
|
|
|
|
|
.SH "作者"
|
|
|
|
|
.PP
|
|
|
|
|
由 Doyxgen 通过分析 MF32BSP_XerolySkinner 的 源代码自动生成\&.
|