dlgidwt.h

来自「这是一个有关一维信号小波分解与重构的VC++源程序」· C头文件 代码 · 共 96 行

H
96
字号
#if !defined(AFX_DLGIDWT_H__4FFC4368_8A88_4819_BD3E_F9F8392B75BD__INCLUDED_)
#define AFX_DLGIDWT_H__4FFC4368_8A88_4819_BD3E_F9F8392B75BD__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgIDWT.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDlgIDWT dialog
#define shuzu 6000

class CDlgIDWT : public CDialog
{
// Construction
public:
	CDlgIDWT(CWnd* pParent = NULL);   // standard constructor
	double c[shuzu],d[shuzu];
	int	DataLength;
	int J;
	int	Jtmp;
	
    double	low1;
	double	low2;
	double	low3;
	double	low4;
	double	low5;
	double	low6;
	double	low7;
	double	low8;
	double	low9;
	double	low10;
	double	high1;
	double	high2;
	double	high3;
	double	high4;
	double	high5;
	double	high6;
	double	high7;
	double	high8;
	double	high9;
	double	high10;
// Dialog Data
	//{{AFX_DATA(CDlgIDWT)
	enum { IDD = IDD_DLGIDWT };
	double	m_low1;
	double	m_low2;
	double	m_low3;
	double	m_low4;
	double	m_low5;
	double	m_low6;
	double	m_low7;
	double	m_low8;
	double	m_low9;
	double	m_low10;
	double	m_high1;
	double	m_high2;
	double	m_high3;
	double	m_high4;
	double	m_high5;
	double	m_high6;
	double	m_high7;
	double	m_high8;
	double	m_high9;
	double	m_high10;
	CString	m_string;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDlgIDWT)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDlgIDWT)
	virtual void OnOK();
	afx_msg void OnInput();
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DLGIDWT_H__4FFC4368_8A88_4819_BD3E_F9F8392B75BD__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?