基于TCP协议的五子棋


运用tcp协议设计一个五子棋联机对弈程序,采用图形化方式设计。拥有良好的界面,能够完美在VS2012运行
资源截图
代码片段和文件信息
// AboutDlg.cpp : implementation file
//

#include “stdafx.h“
#include “Five.h“
#include “AboutDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CAboutDlg dialog


CAboutDlg::CAboutDlg(CWnd* pParent /*=NULL*/)
: CDialog(CAboutDlg::IDD pParent)
{
//{{AFX_DATA_INIT(CAboutDlg)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}


void CAboutDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAboutDlg)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CAboutDlg CDialog)
//{{AFX_MSG_MAP(CAboutDlg)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CAboutDlg message handlers

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-03-21 09:24  071007118彭雪铭
     文件      982528  2010-05-30 18:13  071007118彭雪铭710071018彭雪铭.doc
     文件      949258  2018-03-12 22:11  071007118彭雪铭71007118彭雪铭.7z
     目录           0  2018-03-12 23:31  071007118彭雪铭Five
     文件        1007  2010-05-30 20:07  071007118彭雪铭FiveAboutDlg.cpp
     文件        1241  2010-05-24 10:09  071007118彭雪铭FiveAboutDlg.h
     目录           0  2018-04-14 23:24  071007118彭雪铭FiveBackup
     文件        6064  2010-05-31 09:51  071007118彭雪铭FiveClientDlg.cpp
     文件        1432  2010-05-27 09:57  071007118彭雪铭FiveClientDlg.h
     目录           0  2018-03-12 22:42  071007118彭雪铭FiveDebug
     文件       18858  2018-03-12 22:13  071007118彭雪铭FiveDebugAboutDlg.obj
     文件       65880  2018-03-12 22:13  071007118彭雪铭FiveDebugCL.read.1.tlog
     文件        5170  2018-03-12 22:13  071007118彭雪铭FiveDebugCL.write.1.tlog
     文件       61107  2018-03-12 22:13  071007118彭雪铭FiveDebugClientDlg.obj
     文件      454144  2018-03-12 22:13  071007118彭雪铭FiveDebugFive.exe
     文件     1291180  2018-03-12 22:13  071007118彭雪铭FiveDebugFive.ilk
     文件          24  2018-03-12 22:42  071007118彭雪铭FiveDebugFive.ini
     文件          88  2018-03-12 22:13  071007118彭雪铭FiveDebugFive.lastbuildstate
     文件        2857  2018-03-12 22:13  071007118彭雪铭FiveDebugFive.log
     文件       58545  2018-03-12 22:13  071007118彭雪铭FiveDebugFive.obj
     文件    24379392  2018-03-12 22:13  071007118彭雪铭FiveDebugFive.pch
     文件     5450752  2018-03-12 22:13  071007118彭雪铭FiveDebugFive.pdb
     文件      272188  2018-03-12 22:13  071007118彭雪铭FiveDebugFive.res
     文件       73695  2018-03-12 22:13  071007118彭雪铭FiveDebugFiveDlg.obj
     文件       44022  2018-03-12 22:13  071007118彭雪铭FiveDebugFiveSocket.obj
     文件       68810  2018-03-12 22:13  071007118彭雪铭FiveDebugGame.obj
     文件       55815  2018-03-12 22:13  071007118彭雪铭FiveDebugNameDlg.obj
     文件       53750  2018-03-12 22:13  071007118彭雪铭FiveDebugServerDlg.obj
     文件      744514  2018-03-12 22:13  071007118彭雪铭FiveDebugStdAfx.obj
     文件      203387  2018-03-12 22:13  071007118彭雪铭FiveDebugTable.obj
     文件        7838  2018-03-12 22:13  071007118彭雪铭FiveDebugcl.command.1.tlog
............此处省略58个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)