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

📄 kltransdlg.h

📁 模式识别变换程序源码处理影响的六个波段格式
💻 H
字号:
#if !defined(AFX_KLTRANSDLG_H__383A38FE_6DFE_4CB2_B207_102AD80F7588__INCLUDED_)
#define AFX_KLTRANSDLG_H__383A38FE_6DFE_4CB2_B207_102AD80F7588__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CKLTransDlg dialog

class CKLTransDlg : public CDialog
{
// Construction
public:
	int eejcb(double a[],int n,double v[],double eps,int jt);
	double getShang(int h,int w,LPSTR lpbits,LONG line);
	int csstq(int n,double* b,double* c,double* q,double eps,int l);
	void cstrq(double* a,int n,double* q,double* b,double* c);
	double getVari(double aver1,double aver2,LPSTR lpbits1,LPSTR lpbits2,LONG line,int h,int w);
	double getVar(double aver,int h,int w,LPSTR lpbits,LONG line);
	double getAver(int h,int w,LPSTR lpbits,LONG line);
	CKLTransDlg(CWnd* pParent = NULL);   // standard constructor
	int m_n[7];
	bool m_bAll;




// Dialog Data
	//{{AFX_DATA(CKLTransDlg)
	enum { IDD = IDD_KL_TRANS };
	CString	m_strTM1;
	CString	m_strTM2;
	CString	m_strTM3;
	CString	m_strTM4;
	CString	m_strTM5;
	CString	m_strTM7;
	CString	m_strFenliang2;
	CString	m_strFenliang1;
	CString	m_strFenliang3;
	CString	m_strFenliang4;
	CString	m_strFenliang5;
	CString	m_strFenliang6;
	CString	m_strFenliang7;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CKLTransDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CKLTransDlg)
	afx_msg void OnBrowse1();
	afx_msg void OnBrowse2();
	afx_msg void OnBrowse3();
	afx_msg void OnBrowse4();
	afx_msg void OnBrowse5();
	afx_msg void OnBrowse7();
	afx_msg void OnBrowse11();
	afx_msg void OnBrowse12();
	afx_msg void OnBrowse13();
	afx_msg void OnBrowse14();
	afx_msg void OnBrowse15();
	afx_msg void OnBrowse16();
	afx_msg void OnCheck1();
	virtual BOOL OnInitDialog();
	afx_msg void OnCheck2();
	afx_msg void OnCheck3();
	afx_msg void OnCheck4();
	afx_msg void OnCheck5();
	afx_msg void OnCheck6();
	afx_msg void OnCheckall();
	afx_msg void OnTransfile();
	afx_msg void OnCheck7();
	afx_msg void OnBrowse17();
	afx_msg void OnExitdlg();
	afx_msg void OnTips();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_KLTRANSDLG_H__383A38FE_6DFE_4CB2_B207_102AD80F7588__INCLUDED_)

⌨️ 快捷键说明

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