资源简介
用MFC编写的具有人工智能的五子棋对弈,主要包括人机人人对弈,音乐播放,用户添加和删除,查看用户对弈信息等
代码片段和文件信息
// five.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “five.h“
#include “MainFrm.h“
#include “fiveDoc.h“
#include “fiveView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CFiveApp
BEGIN_MESSAGE_MAP(CFiveApp CWinApp)
//{{AFX_MSG_MAP(CFiveApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CFiveApp construction
CFiveApp::CFiveApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CFiveApp object
CFiveApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CFiveApp initialization
BOOL CFiveApp::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
// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));
LoadStdProfileSettings(); // Load standard INI file options (including MRU)
// Register the application‘s document templates. Document templates
// serve as the connection between documents frame windows and views.
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CFiveDoc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CFiveView));
AddDocTemplate(pDocTemplate);
// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);
// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;
// The one and only window has been initialized so show and update it.
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();
return TRUE;
}
/////////////////////////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3671040 2013-05-09 17:31 five\Debug\five.bsc
文件 1056844 2013-06-05 16:00 five\Debug\five.exe
文件 437032 2013-06-05 16:00 five\Debug\five.ilk
文件 22884 2013-06-05 13:45 five\Debug\five.obj
文件 6939320 2013-05-09 16:31 five\Debug\five.pch
文件 574464 2013-06-05 16:00 five\Debug\five.pdb
文件 760500 2013-06-05 13:29 five\Debug\five.res
文件 0 2013-05-09 17:03 five\Debug\five.sbr
文件 14685 2013-05-09 16:31 five\Debug\fiveDoc.obj
文件 0 2013-05-09 16:31 five\Debug\fiveDoc.sbr
文件 57841 2013-06-05 16:00 five\Debug\fiveView.obj
文件 0 2013-05-09 17:31 five\Debug\fiveView.sbr
文件 94 2013-05-22 12:24 five\Debug\info.txt
文件 12484 2013-05-16 16:50 five\Debug\inputinfo.obj
文件 27143 2013-05-24 15:59 five\Debug\MainFrm.obj
文件 0 2013-05-09 16:31 five\Debug\MainFrm.sbr
文件 35883 2013-05-24 15:59 five\Debug\Music.obj
文件 19789 2013-06-04 17:00 five\Debug\resultinfo.obj
文件 21242 2013-06-04 17:04 five\Debug\selectinfo.obj
文件 105746 2013-05-09 16:31 five\Debug\StdAfx.obj
文件 1373495 2013-05-09 16:31 five\Debug\StdAfx.sbr
文件 4035 2013-05-24 12:37 five\Debug\twopeople.obj
文件 238592 2013-06-05 17:59 five\Debug\vc60.idb
文件 454656 2013-06-05 16:00 five\Debug\vc60.pdb
文件 799992 2013-06-05 13:29 five\five.aps
文件 4357 2013-06-05 18:40 five\five.clw
文件 4173 2013-05-09 09:36 five\five.cpp
文件 5764 2013-05-26 21:26 five\five.dsp
文件 533 2013-05-09 09:36 five\five.dsw
文件 1334 2013-05-09 09:36 five\five.h
............此处省略46个文件信息
- 上一篇:EM算法源码C++硬币问题
- 下一篇:C++对RS232的通讯的编程实现
相关资源
- 五子棋人机对战源码(C++)
- C++网络对战版五子棋
- C++编写五子棋带AI,mfc,附教程
- 推箱子人工智能算法
- 五子棋大作业C++实现
- 《Visual C++ MFC棋牌类游戏编程》的源代
- C++五子棋程序带禁手功能
- 人工智能小游戏-基于alpha-beta剪枝算法
- 五子棋(C++Builder)
- 五子棋程序C++实现代码
- C++网络五子棋(源码)
- 动物识别系统MFC)
- 九宫格程序c++人工智能
- C++网络五子棋
- 五子棋程序的源代码
- C++中国象棋人机对弈的实现
- C++ 源码小游戏 超级玛丽,五子棋
- K210使用情况指南以及测试情况
- 人工智能归结反演c++代码
- 五子棋MFC 五子棋MFC 五子棋MFC
- 人工智能 A算法 九宫格 启发式搜索
- 网络五子棋全功能版
- MFC框架 网络版五子棋 包含游戏大厅
- 五子棋大作业源码 .zip
- MFC五子棋源码以及exe文件
- 使用C++开发的双人五子棋游戏()
- c语言五子棋easyx
- C++实现五子棋项目.zip
- C++五子棋课程设计报告
- C++五子棋课程设计程序完美运行
评论
共有 条评论