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

📄 符号三角形,n皇后,圆排列dlg.h

📁 算法设计中的经典问题
💻 H
字号:
// 符号三角形,n皇后,圆排列Dlg.h : header file
//

#if !defined(AFX_NDLG_H__DDEC8EEE_69D2_4C0D_9E85_580A665A41C1__INCLUDED_)
#define AFX_NDLG_H__DDEC8EEE_69D2_4C0D_9E85_580A665A41C1__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Triangle.h"
#include "QUEEN.h"

#include "Circle.h"
/////////////////////////////////////////////////////////////////////////////
// CNDlg dialog

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


	int r_num[12];

	float *a;
	CString str;
	int b;
// Dialog Data
	//{{AFX_DATA(CNDlg)
	enum { IDD = IDD_N_DIALOG };
	CString	m_num;
	CString	m_output;
	CString	m_queen_num;
	CString	m_queen_output;
	CString	m_circle_num;
	CString	m_circle_output;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CNDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnBtnTriangle();
	afx_msg void OnBtnQueen();
	afx_msg void OnBtnCircle();
	afx_msg void OnBtnCircleNum();
	afx_msg void OnBtnClear();
	afx_msg void OnBtnTriangleClear();
	afx_msg void OnBtnQueenClear();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_NDLG_H__DDEC8EEE_69D2_4C0D_9E85_580A665A41C1__INCLUDED_)

⌨️ 快捷键说明

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