91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 5.64MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-10-23
  • 語言: C/C++
  • 標(biāo)簽: 飛行棋??

資源簡介

c++的飛行棋代碼 里面有代碼 調(diào)試成功 運行很好 我編寫了將近一個月 是深入c++最好的資料 大家可以改一改 用于自己的項目

資源截圖

代碼片段和文件信息

//?Chess.cpp:?implementation?of?the?Chess?class.
//
//////////////////////////////////////////////////////////////////////

#include?“stdafx.h“
#include?“program.h“
#include?“Chess.h“

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

//////////////////////////////////////////////////////////////////////
//?Construction/Destruction
//////////////////////////////////////////////////////////////////////

Chess::Chess()
{
state=0;
step=0;
Color=0;
}

Chess::~Chess()
{

}

Chess::Chess(Chess?&t)
{
this->Color=t.Color;
this->dou=t.dou;
this->image=t.image;
this->state=t.state;
this->step=t.step;
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????691??2007-08-09?08:14??飛行棋\Chess.cpp

?????文件????????758??2007-08-09?09:22??飛行棋\Chess.h

?????文件???????3630??2007-09-12?01:08??飛行棋\Computer.cpp

?????文件????????704??2007-08-08?19:08??飛行棋\Computer.h

?????文件???????4641??2007-09-11?06:13??飛行棋\Debug\chess.obj

?????文件??????????0??2007-09-11?06:13??飛行棋\Debug\chess.sbr

?????文件??????10001??2007-09-12?01:08??飛行棋\Debug\Computer.obj

?????文件??????????0??2007-09-12?01:08??飛行棋\Debug\Computer.sbr

?????文件??????15580??2007-09-11?06:13??飛行棋\Debug\MainFrm.obj

?????文件??????????0??2007-09-11?06:13??飛行棋\Debug\MainFrm.sbr

?????文件??????17637??2007-09-11?06:24??飛行棋\Debug\Managers.obj

?????文件??????????0??2007-09-11?06:24??飛行棋\Debug\Managers.sbr

?????文件????3212288??2007-09-12?01:08??飛行棋\Debug\program.bsc

?????文件????1769472??2008-03-03?16:00??飛行棋\Debug\program.exe

?????文件?????381440??2007-09-12?01:08??飛行棋\Debug\program.ilk

?????文件??????22950??2007-09-11?06:13??飛行棋\Debug\program.obj

?????文件????6999300??2007-09-11?06:13??飛行棋\Debug\program.pch

?????文件?????517120??2007-09-12?01:08??飛行棋\Debug\program.pdb

?????文件????1515136??2007-09-11?06:13??飛行棋\Debug\program.res

?????文件??????????0??2007-09-11?06:13??飛行棋\Debug\program.sbr

?????文件??????14970??2007-09-11?06:13??飛行棋\Debug\programDoc.obj

?????文件??????????0??2007-09-11?06:13??飛行棋\Debug\programDoc.sbr

?????文件??????61822??2007-09-11?06:13??飛行棋\Debug\programView.obj

?????文件??????????0??2007-09-11?06:13??飛行棋\Debug\programView.sbr

?????文件???????1104??2007-08-19?19:57??飛行棋\Debug\roll.swf

?????文件?????101555??2007-09-11?06:13??飛行棋\Debug\shockwaveflash.obj

?????文件??????????0??2007-09-11?06:13??飛行棋\Debug\shockwaveflash.sbr

?????文件?????107913??2007-09-11?06:13??飛行棋\Debug\StdAfx.obj

?????文件????1376639??2007-09-11?06:13??飛行棋\Debug\StdAfx.sbr

?????文件?????214016??2008-02-29?15:51??飛行棋\Debug\vc60.idb

............此處省略46個文件信息

評論

共有 條評論