• 大小: 3.12MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-22
  • 语言: C/C++
  • 标签: mfc  斗地主  

资源简介

windows程序设计大作业 斗地主 mfc

资源截图

代码片段和文件信息

// Card.cpp: implementation of the Card class.
//
//////////////////////////////////////////////////////////////////////

#include “stdafx.h“
#include “FightLandlord.h“
#include “Card.h“

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

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

CCard::CCard()
{
Num=16;
Pow=16;
}

CCard::~CCard()
{

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-01-25 12:01  mfc大作业斗地主\
     目录           0  2015-01-25 12:01  mfc大作业斗地主\FightLandlord\
     文件         541  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\Card.cpp
     文件         785  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\Card.h
     目录           0  2015-01-25 12:01  mfc大作业斗地主\FightLandlord\Debug\
     文件     4094976  2015-01-21 14:34  mfc大作业斗地主\FightLandlord\Debug\FightLandlord.exe
     文件     3300864  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\FightLandlord.aps
     文件        3192  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\FightLandlord.clw
     文件        4198  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\FightLandlord.cpp
     文件        5509  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\FightLandlord.dsp
     文件         539  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\FightLandlord.dsw
     文件        1379  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\FightLandlord.h
     文件      328704  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\FightLandlord.ncb
     文件       61952  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\FightLandlord.opt
     文件        1855  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\FightLandlord.plg
     文件       12232  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\FightLandlord.rc
     文件         971  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\FightLandlord.sln
     文件       10240  2015-01-21 15:42  mfc大作业斗地主\FightLandlord\FightLandlord.v12.suo
     文件        9098  2015-01-21 14:33  mfc大作业斗地主\FightLandlord\FightLandlord.vcxproj
     文件        3980  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\FightLandlord.vcxproj.filters
     文件        1834  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\FightLandlordDoc.cpp
     文件        1510  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\FightLandlordDoc.h
     文件       22146  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\FightLandlordView.cpp
     文件        3351  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\FightLandlordView.h
     文件        2832  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\LoginDlg.cpp
     文件         735  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\LoginDlg.h
     文件        2393  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\MainFrm.cpp
     文件        1423  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\MainFrm.h
     文件        9188  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\Managers.cpp
     文件        1377  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\Managers.h
     文件        4248  2015-01-21 14:32  mfc大作业斗地主\FightLandlord\MyButton.cpp
............此处省略30个文件信息

评论

共有 条评论