?? show.h
字號:
#if !defined(AFX_SHOW_H__3BE35ADF_B72C_44F4_B6F3_CFE4C03B89D4__INCLUDED_)
#define AFX_SHOW_H__3BE35ADF_B72C_44F4_B6F3_CFE4C03B89D4__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// show.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// show view
#include "lmsView.h"
//#define Settime 100
#define Pie 3.1415927
#define K 300
#define M 2
#define L 2
#define N 2
#define P 2
#define Q 2
class show : public CView
{
protected:
show(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(show)
// Attributes
public:
bool drawquxian();
// Operations
public:
int index;
float error00[K],errorfir[K],erroriir[K];
float errornolms[K][M],errorlms[K][M];
float stepsizeX,stepsizeY;
int n,m,l,k,p,q;
float relatX[K][M][L],relatY[K][M][L];
float H[M][L][P];
float B[K][L];
float W[K][M][N];
float D[K][M][N];
float relatXTemp;
float relatYTemp;
float Output[K][L];
float Input[K];
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(show)
protected:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~show();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(show)
afx_msg void OnPaint();
afx_msg void OnTimer(UINT nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SHOW_H__3BE35ADF_B72C_44F4_B6F3_CFE4C03B89D4__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -