?? distribution.h
字號:
// distribution.h: interface for the distribution class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DISTRIBUTION_H__B24C9AFA_8B23_4423_8FF3_AA7684C884EF__INCLUDED_)
#define AFX_DISTRIBUTION_H__B24C9AFA_8B23_4423_8FF3_AA7684C884EF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "global.h"
#include "powermodel.h"
#include "pressmodel.h"
#include "slipmodel.h"
#include "speedmodel.h"
#include "torquemodel.h"
#include "initialdistribute.h"
#include "de_dragmodel.h"
#include "GA.h"
class distribution
{
public:
distribution();
virtual ~distribution();
global distribute(double H1,double h5,int m,double B);
protected:
double *dis_h;
double rf;
double H[5];
double h[5];
double power[4];
double *init_h;
};
#endif // !defined(AFX_DISTRIBUTION_H__B24C9AFA_8B23_4423_8FF3_AA7684C884EF__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -