• 大小: 50.76MB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2023-02-19
  • 语言: 其他
  • 标签: 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彭雪铭\0710071018彭雪铭.doc
     文件      949258  2018-03-12 22:11  071007118彭雪铭\071007118彭雪铭.7z
     目录           0  2018-03-12 23:31  071007118彭雪铭\Five\
     文件        1007  2010-05-30 20:07  071007118彭雪铭\Five\AboutDlg.cpp
     文件        1241  2010-05-24 10:09  071007118彭雪铭\Five\AboutDlg.h
     目录           0  2018-04-14 23:24  071007118彭雪铭\Five\Backup\
     文件        6064  2010-05-31 09:51  071007118彭雪铭\Five\ClientDlg.cpp
     文件        1432  2010-05-27 09:57  071007118彭雪铭\Five\ClientDlg.h
     目录           0  2018-03-12 22:42  071007118彭雪铭\Five\Debug\
     文件       18858  2018-03-12 22:13  071007118彭雪铭\Five\Debug\AboutDlg.obj
     文件       65880  2018-03-12 22:13  071007118彭雪铭\Five\Debug\CL.read.1.tlog
     文件        5170  2018-03-12 22:13  071007118彭雪铭\Five\Debug\CL.write.1.tlog
     文件       61107  2018-03-12 22:13  071007118彭雪铭\Five\Debug\ClientDlg.obj
     文件      454144  2018-03-12 22:13  071007118彭雪铭\Five\Debug\Five.exe
     文件     1291180  2018-03-12 22:13  071007118彭雪铭\Five\Debug\Five.ilk
     文件          24  2018-03-12 22:42  071007118彭雪铭\Five\Debug\Five.ini
     文件          88  2018-03-12 22:13  071007118彭雪铭\Five\Debug\Five.lastbuildstate
     文件        2857  2018-03-12 22:13  071007118彭雪铭\Five\Debug\Five.log
     文件       58545  2018-03-12 22:13  071007118彭雪铭\Five\Debug\Five.obj
     文件    24379392  2018-03-12 22:13  071007118彭雪铭\Five\Debug\Five.pch
     文件     5450752  2018-03-12 22:13  071007118彭雪铭\Five\Debug\Five.pdb
     文件      272188  2018-03-12 22:13  071007118彭雪铭\Five\Debug\Five.res
     文件       73695  2018-03-12 22:13  071007118彭雪铭\Five\Debug\FiveDlg.obj
     文件       44022  2018-03-12 22:13  071007118彭雪铭\Five\Debug\FiveSocket.obj
     文件       68810  2018-03-12 22:13  071007118彭雪铭\Five\Debug\Game.obj
     文件       55815  2018-03-12 22:13  071007118彭雪铭\Five\Debug\NameDlg.obj
     文件       53750  2018-03-12 22:13  071007118彭雪铭\Five\Debug\ServerDlg.obj
     文件      744514  2018-03-12 22:13  071007118彭雪铭\Five\Debug\StdAfx.obj
     文件      203387  2018-03-12 22:13  071007118彭雪铭\Five\Debug\Table.obj
     文件        7838  2018-03-12 22:13  071007118彭雪铭\Five\Debug\cl.command.1.tlog
............此处省略58个文件信息

评论

共有 条评论