⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 show.h

📁 多通道IIR自适应算法仿真效果图
💻 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 + -