91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

解決八皇后問題。利用mfc加了界面,輸出結果放在一個文檔中。

資源截圖

代碼片段和文件信息

//?BMyDly.cpp?:?implementation?file
//

#include?“stdafx.h“
#include?“八皇后問題.h“
#include?“BMyDly.h“
#include?“八皇后問題Dlg.h“

#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
//?BMyDly?dialog


BMyDly::BMyDly(CWnd*?pParent?/*=NULL*/)
:?CDialog(BMyDly::IDD?pParent)
{
//{{AFX_DATA_INIT(BMyDly)
m_display?=?_T(“請輸入您需要判斷的皇后分布“);
//}}AFX_DATA_INIT
for(int?i=1;i<65;i++)??m_B[i]=false;?????//監測用戶輸入
}


void?BMyDly::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(BMyDly)
DDX_Text(pDX?IDC_EDIT1?m_display);
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(BMyDly?CDialog)
//{{AFX_MSG_MAP(BMyDly)
ON_BN_CLICKED(IDC_RADIO1?OnRadio1)
ON_BN_CLICKED(IDC_RADIO2?OnRadio2)
ON_BN_CLICKED(IDC_RADIO3?OnRadio3)
ON_BN_CLICKED(IDC_RADIO4?OnRadio4)
ON_BN_CLICKED(IDC_RADIO5?OnRadio5)
ON_BN_CLICKED(IDC_RADIO6?OnRadio6)
ON_BN_CLICKED(IDC_RADIO7?OnRadio7)
ON_BN_CLICKED(IDC_RADIO8?OnRadio8)
ON_BN_CLICKED(IDC_RADIO9?OnRadio9)
ON_BN_CLICKED(IDC_RADIO10?OnRadio10)
ON_BN_CLICKED(IDC_RADIO11?OnRadio11)
ON_BN_CLICKED(IDC_RADIO12?OnRadio12)
ON_BN_CLICKED(IDC_RADIO13?OnRadio13)
ON_BN_CLICKED(IDC_RADIO14?OnRadio14)
ON_BN_CLICKED(IDC_RADIO15?OnRadio15)
ON_BN_CLICKED(IDC_RADIO16?OnRadio16)
ON_BN_CLICKED(IDC_RADIO17?OnRadio17)
ON_BN_CLICKED(IDC_RADIO18?OnRadio18)
ON_BN_CLICKED(IDC_RADIO19?OnRadio19)
ON_BN_CLICKED(IDC_RADIO20?OnRadio20)
ON_BN_CLICKED(IDC_RADIO21?OnRadio21)
ON_BN_CLICKED(IDC_RADIO22?OnRadio22)
ON_BN_CLICKED(IDC_RADIO23?OnRadio23)
ON_BN_CLICKED(IDC_RADIO24?OnRadio24)
ON_BN_CLICKED(IDC_RADIO25?OnRadio25)
ON_BN_CLICKED(IDC_RADIO26?OnRadio26)
ON_BN_CLICKED(IDC_RADIO27?OnRadio27)
ON_BN_CLICKED(IDC_RADIO28?OnRadio28)
ON_BN_CLICKED(IDC_RADIO29?OnRadio29)
ON_BN_CLICKED(IDC_RADIO30?OnRadio30)
ON_BN_CLICKED(IDC_RADIO31?OnRadio31)
ON_BN_CLICKED(IDC_RADIO32?OnRadio32)
ON_BN_CLICKED(IDC_RADIO33?OnRadio33)
ON_BN_CLICKED(IDC_RADIO34?OnRadio34)
ON_BN_CLICKED(IDC_RADIO35?OnRadio35)
ON_BN_CLICKED(IDC_RADIO36?OnRadio36)
ON_BN_CLICKED(IDC_RADIO37?OnRadio37)
ON_BN_CLICKED(IDC_RADIO38?OnRadio38)
ON_BN_CLICKED(IDC_RADIO39?OnRadio39)
ON_BN_CLICKED(IDC_RADIO40?OnRadio40)
ON_BN_CLICKED(IDC_RADIO41?OnRadio41)
ON_BN_CLICKED(IDC_RADIO42?OnRadio42)
ON_BN_CLICKED(IDC_RADIO43?OnRadio43)
ON_BN_CLICKED(IDC_RADIO44?OnRadio44)
ON_BN_CLICKED(IDC_RADIO45?OnRadio45)
ON_BN_CLICKED(IDC_RADIO46?OnRadio46)
ON_BN_CLICKED(IDC_RADIO47?OnRadio47)
ON_BN_CLICKED(IDC_RADIO48?OnRadio48)
ON_BN_CLICKED(IDC_RADIO49?OnRadio49)
ON_BN_CLICKED(IDC_RADIO50?OnRadio50)
ON_BN_CLICKED(IDC_RADIO51?OnRadio51)
ON_BN_CLICKED(IDC_RADIO52?OnRadio52)
ON_BN_CLICKED(IDC_RADIO53?OnRadio53)
ON_BN_CLICKED(IDC_RADIO54?OnRadio54)
ON_BN_CLICKED(IDC_RADIO55?OnRadio55)
ON_BN_CLICKED(IDC_RADIO56

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????11518??2018-06-26?09:37??BMyDly.cpp
?????文件????????3024??2018-06-26?09:37??BMyDly.h
?????目錄???????????0??2018-06-29?09:00??Debug\
?????文件???????68768??2018-06-29?09:00??Debug\BMyDly.obj
?????文件???????????0??2018-06-29?09:00??Debug\BMyDly.sbr
?????文件??????105533??2018-06-26?09:45??Debug\StdAfx.obj
?????文件?????1374944??2018-06-26?09:45??Debug\StdAfx.sbr
?????文件??????214016??2018-06-29?09:05??Debug\vc60.idb
?????文件??????364544??2018-06-29?09:00??Debug\vc60.pdb
?????文件?????5121024??2018-06-29?09:00??Debug\八皇后問題.bsc
?????文件??????122942??2018-06-29?09:00??Debug\八皇后問題.exe
?????文件??????257780??2018-06-29?09:00??Debug\八皇后問題.ilk
?????文件???????13595??2018-06-26?09:46??Debug\八皇后問題.obj
?????文件?????6869428??2018-06-26?09:45??Debug\八皇后問題.pch
?????文件??????402432??2018-06-29?09:00??Debug\八皇后問題.pdb
?????文件????????5648??2018-06-26?09:47??Debug\八皇后問題.res
?????文件???????????0??2018-06-26?09:46??Debug\八皇后問題.sbr
?????文件???????32735??2018-06-28?12:27??Debug\八皇后問題Dlg.obj
?????文件???????????0??2018-06-28?12:27??Debug\八皇后問題Dlg.sbr
?????文件????????3627??2018-06-24?19:17??ReadMe.txt
?????目錄???????????0??2018-06-27?18:08??res\
?????文件????????1078??2018-06-24?19:17??res\八皇后問題.ico
?????文件?????????402??2018-06-24?19:17??res\八皇后問題.rc2
?????文件????????3861??2018-06-24?21:46??resource.h
?????文件?????????214??2018-06-26?09:45??StdAfx.cpp
?????文件????????1054??2018-06-24?19:17??StdAfx.h
?????文件??????218073??2018-06-28?12:28??八皇后解決方案匯總.txt
?????文件???????26676??2018-09-11?20:01??八皇后問題.aps
?????文件????????4499??2018-12-05?16:53??八皇后問題.clw
?????文件????????2031??2018-06-24?19:17??八皇后問題.cpp
?????文件????????4370??2018-06-24?21:46??八皇后問題.dsp
............此處省略8個文件信息

評論

共有 條評論