www.pudn.com > Videodisplay.rar > MCVQDlg.h


#if !defined(AFX_MCVQDLG_H__083E0E18_CAFA_4A27_B8A2_4260490BE550__INCLUDED_) 
#define AFX_MCVQDLG_H__083E0E18_CAFA_4A27_B8A2_4260490BE550__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// MCVQDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CMCVQDlg dialog 
 
class CMCVQDlg : public CDialog 
{ 
// Construction 
public: 
	CMCVQDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CMCVQDlg) 
	enum { IDD = IDD_MCVQ_DLG }; 
	double	m_fMenxian; 
	int		m_nNumCodebook; 
	int		m_nSpaceLevel; 
	int		m_nTimeLevel; 
	int		m_nVectorDim; 
	int		m_nWeight; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMCVQDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CMCVQDlg) 
	afx_msg void OnAllOk(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MCVQDLG_H__083E0E18_CAFA_4A27_B8A2_4260490BE550__INCLUDED_)