?? torquemodel.h
字號:
// torquemodel.h: interface for the torquemodel class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_TORQUEMODEL_H__B37B9D9A_9C08_4F01_B9E3_699C00C29A05__INCLUDED_)
#define AFX_TORQUEMODEL_H__B37B9D9A_9C08_4F01_B9E3_699C00C29A05__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "global.h"
class torquemodel
{
public:
torquemodel();
virtual ~torquemodel();
double torque(int i,global x);
protected:
double de_drag;
double m;//損耗系數
double Tb;
double Tf;
double f;
double CTEXX;
double C8;
double H;
double h;
double R;
double C15;
double D2;
double D3;
double D1;
double B;
};
#endif // !defined(AFX_TORQUEMODEL_H__B37B9D9A_9C08_4F01_B9E3_699C00C29A05__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -