fcmdlg.h
来自「一个用VC++开发的采用模糊C均值聚类算法.」· C头文件 代码 · 共 56 行
H
56 行
// FCMDlg.h : header file
//
#if !defined(AFX_FCMDLG_H__D0A61B8F_56BE_4C53_ADE2_370D5216441A__INCLUDED_)
#define AFX_FCMDLG_H__D0A61B8F_56BE_4C53_ADE2_370D5216441A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CFCMDlg dialog
class CFCMDlg : public CDialog
{
// Construction
public:
CString sCurPath;
double dDelta;
int nProcess;
void BeginFCM();
CFCMDlg(CWnd* pParent = NULL); // standard constructor
funfcm(double adi_pattern[],int n_dimension,int n_numpattern,int n_catacount,float f_weightm,int n_maxcycle,double d_threshold,double ado_matrixu[],double ado_center[],double d_funj);
// Dialog Data
//{{AFX_DATA(CFCMDlg)
enum { IDD = IDD_FCM_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFCMDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CFCMDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
virtual void OnOK();
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_FCMDLG_H__D0A61B8F_56BE_4C53_ADE2_370D5216441A__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?