资源简介
自己写的黑白棋,有简单的AI,可以双人对战或人机对战。有悔棋功能。有计时功能。
代码片段和文件信息
// BW.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “BW.h“
#include “MainFrm.h“
#include “BWDoc.h“
#include “BWView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CBWApp
BEGIN_MESSAGE_MAP(CBWApp CWinApp)
//{{AFX_MSG_MAP(CBWApp)
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()
/////////////////////////////////////////////////////////////////////////////
// CBWApp construction
CBWApp::CBWApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CBWApp object
CBWApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CBWApp initialization
BOOL CBWApp::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(CBWDoc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CBWView));
AddDocTemplate(pDocTemplate);
// Enable DDE Execute open
EnableShellOpen();
RegisterShellFileTypes(TRUE);
// 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()
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 32720 2009-12-10 19:40 BW\BW.APS
文件 2376 2009-12-15 13:30 BW\BW.clw
文件 4283 2009-06-17 19:25 BW\BW.cpp
文件 4593 2009-08-25 23:42 BW\BW.dsp
文件 527 2009-06-17 19:25 BW\BW.dsw
文件 1312 2009-06-17 19:25 BW\BW.h
文件 99328 2009-12-15 13:30 BW\BW.ncb
文件 55808 2009-12-15 13:30 BW\BW.opt
文件 238 2009-12-10 23:23 BW\BW.plg
文件 12316 2009-08-27 19:55 BW\BW.rc
文件 647 2009-06-17 19:25 BW\BW.reg
文件 12422 2009-08-26 22:42 BW\BWDoc.cpp
文件 2478 2009-08-26 22:31 BW\BWDoc.h
文件 6026 2009-08-26 23:04 BW\BWView.cpp
文件 1906 2009-12-10 23:23 BW\BWView.h
文件 2586 2009-08-24 22:22 BW\MainFrm.cpp
文件 1476 2009-08-24 22:19 BW\MainFrm.h
文件 4501 2009-06-17 19:25 BW\ReadMe.txt
文件 3310 2009-08-25 22:50 BW\res\BW.ico
文件 394 2009-06-17 19:25 BW\res\BW.rc2
文件 1078 2009-06-17 19:25 BW\res\BWDoc.ico
文件 766 2009-08-25 22:58 BW\res\timer.ico
文件 2234 2009-08-26 22:09 BW\res\Toolbar.bmp
文件 871 2009-08-26 23:11 BW\resource.h
文件 204 2009-06-17 19:25 BW\StdAfx.cpp
文件 1054 2009-06-17 19:25 BW\StdAfx.h
目录 0 2009-08-30 17:11 BW\res
目录 0 2009-12-15 13:30 BW
----------- --------- ---------- ----- ----
255454 28
............此处省略1个文件信息
- 上一篇:python实现的ftp自动上传、下载脚本
- 下一篇:易语言post提交示例
相关资源
- MFC程序-碰撞的小球
-
Cme
taFileDC的使用示例 - ado数据库MFC图书管理系统vs2010
- mfc单文档窗体画线与写字
- HDD repair.rar
- [免费]MFC制作目录树
- 利用foxmail模板批量生成邮件
- 简易绘图的制作 (一)WPF
- MFC读三维模型obj文件
- 画图程序MFC/VC/VC CRectTracker 串行化
- MFC网络编程实例
- tsai经典两步法 很不错的
- c 程序判断离散数学中命题公式
- MFC控件动态拖动
- MFC中OpenGL面和体的绘制以及动画效果
- c MFC 画多边形
- RSA AES DES ECC加密算法源码
- Microsoft基本类库 (MFC)(C 库)
- vc利用MFC底层开发的二维GIS管理软件,
- (MFC) 时钟日期程序
- 一个基于MFC的GridCtrl,提供类似Excel的
- 用MFC实现简单的画图功能
- MFC绘图小软件源代码(可当VC大作业用
- 基于MFC的文件目录树的对话框实现代
- VC 6.0 MFC做画图软件
- 空间后方交会MFC版,C 源代码
- 图像缩放(MFC)有详细的实现过程
- 一个mfc前端显示秒表
- LSI RAID配置手册(图文)
- 基于C 的简易FTP客户端(带源码)
评论
共有 条评论