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

📄 hash040819dlg.h

📁 这个程序用于实现哈希表
💻 H
字号:
// hash040819Dlg.h : header file
//

#if !defined(AFX_HASH040819DLG_H__88FD2F86_6E5E_44F1_9C9A_EB9C4265B748__INCLUDED_)
#define AFX_HASH040819DLG_H__88FD2F86_6E5E_44F1_9C9A_EB9C4265B748__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CHash040819Dlg dialog

class CHash040819Dlg : public CDialog
{
// Construction
public:
	CHash040819Dlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CHash040819Dlg)
	enum { IDD = IDD_HASH040819_DIALOG };
	int		m_edit1;
	int		m_edit15;
	int		m_edit10;
	int		m_edit11;
	int		m_edit12;
	int		m_edit13;
	int		m_edit14;
	int		m_edit16;
	int		m_edit17;
	int		m_edit18;
	int		m_edit19;
	int		m_edit2;
	int		m_edit3;
	int		m_edit4;
	int		m_edit5;
	int		m_edit6;
	int		m_edit7;
	int		m_edit8;
	int		m_edit9;
	int		m_edit20;
	int		m_edit21;
	int		m_edit22;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CHash040819Dlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	afx_msg void OnButton3();
	afx_msg void OnButton4();
	afx_msg void OnButton5();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_HASH040819DLG_H__88FD2F86_6E5E_44F1_9C9A_EB9C4265B748__INCLUDED_)

⌨️ 快捷键说明

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