• 大小: 136KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-09
  • 语言: C/C++
  • 标签:

资源简介

妙手连珠五子棋人工智能源代码 人工智能,五子棋,人工智能,代码,用C++描述的。相信对大家学习五子棋有一定的帮助。

资源截图

代码片段和文件信息

// 7.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “7.h“
#include “7Dlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMyApp

BEGIN_MESSAGE_MAP(CMyApp CWinApp)
//{{AFX_MSG_MAP(CMyApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CMyApp construction

CMyApp::CMyApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CMyApp object
CMyApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CMyApp initialization

BOOL CMyApp::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CMyDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2002-08-28 17:09  five2\
     文件        2002  2001-08-10 02:44  five2\7.cpp
     文件         727  2001-08-11 07:55  five2\7.dep
     文件        5097  2001-08-18 00:40  five2\7.dsp
     文件         525  2001-08-08 01:47  five2\7.dsw
     文件        1274  2001-08-08 01:47  five2\7.h
     文件        7071  2001-08-19 22:44  five2\7.rc
     文件        7420  2002-08-28 17:08  five2\7Dlg.cpp
     文件        1925  2001-08-17 22:53  five2\7Dlg.h
     文件         686  2001-08-08 04:11  five2\CDC2.cpp
     文件         546  2001-08-08 04:02  five2\CDC2.h
     目录           0  2002-08-28 17:08  five2\Debug\
     文件        1146  2001-08-19 22:43  five2\dim.h
     文件        2612  2001-08-17 22:53  five2\Dlgoption.cpp
     文件        1365  2001-08-17 22:24  five2\Dlgoption.h
     文件          69  2002-08-24 21:13  five2\readme.txt
     目录           0  2002-08-28 17:08  five2\Release\
     文件          23  2002-08-16 13:51  five2\Release\wuzi.ini
     目录           0  2002-08-28 17:02  five2\res\
     文件        1684  2001-08-17 23:52  five2\resource.h
     文件         766  2001-08-18 00:14  five2\res\7.ico
     文件         393  2001-08-08 01:47  five2\res\7.rc2
     文件        1566  2001-08-09 04:20  five2\res\dead.bmp
     文件       10582  2001-08-09 07:11  five2\res\logoo.bmp
     文件         170  2001-08-08 04:44  five2\res\mask.bmp
     文件      200066  2001-08-19 02:08  five2\res\qp.bmp
     文件        1622  2001-08-09 00:22  five2\res\qzb.bmp
     文件        1622  2001-08-09 00:22  five2\res\qzh.bmp
     文件        9845  1998-08-12 11:05  five2\ROUNDBUTTON.CPP
     文件        2377  1998-08-12 11:05  five2\ROUNDBUTTON.H
     文件        9846  2001-08-09 02:38  five2\RoundButton1.cpp
............此处省略6个文件信息

评论

共有 条评论

相关资源