- 1、本文档共9页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
21点游戏代码
21点游戏代码.txt举得起放得下叫举重,举得起放不下叫负重。头要有勇气,抬头要有底气。学习要加,骄傲要减,机会要乘,懒惰要除。人生三难题:思,相思,单相思。
#include stdio.h
#include tchar.h
#include stdlib.h
#include time.h
#includestring.h
#includeiostream
using namespace std;
///////////////////////
////////////////////////////////////
class Card
{
private:
char m_type;
int m_num;
public:
void card(char a,int b){m_type=a,m_num=b;}
int outnum(){return m_num;}
int GetText();
};
class Poker
{
private:
int count;
Card card[54];
public:
Poker();
void Xipai();
int Fapai();
int sum(int,int,int);
Card *getcard();
};
///////////////////////////////////////////////////
Card *h;
int get(int max,int min);
// TODO: reference additional headers your program requires here
///////////////////////////////////////////
class Player
{
public:
Card *card[20];
int count;
char name[10];
int score;
Player(){
count=score=0;
for(int i=0;i20;i++)
card[i]=NULL;
}
int showpoint();
void showpoker();
void reset();
};
class Newgame
{
private:
Poker *poker;
Player *player[5];
int num,n;
char boss[10],a[10];
public:
Newgame();
void login();
void begin();
char *victory();
bool callpoker(Player );
void show();
};
////////////////////////
void Newgame::show()
{
for(int f=0;f54;f++)
poker-Fapai();
}
/////////////////////////////////
int get(int max,int min)
{
int n=rand();
n=n%(max-min+1)+min;
return n;
}
int Card::GetText()
{
if((1==m_num)(m_type==K)){ printf(′óí? );return 1;}
if((0==m_num)(m_type==K)){ printf(D?í? );return 1;}
int k=m_num%13;
switch(k)
{
case 1:{if(m_type==H) couto祆駻 ;
if(m_type==C) cout???ˋ ;
if(m_type==D) cout???锳 ;
if(m_type==S) couto駻 ;
return 1;}
case 11:{
if(m_type==H){ couto祆騄 ; return 1;}
if(m _type==C){ cout???↗ ; return 1;}
if(m_type==D){ cout???镴 ; return 1;}
if(m_type==S){ couto騄 ; return 1;}
}
case 12:
{
if(m_type==H){ couto祆騋 ; return 1;}
if(m_type==C){ cout???≦ ; return 1;}
if(m_type==D){ cout???镼 ; return 1;}
您可能关注的文档
最近下载
- 2024年“大学习”活动线上培训栏目公共卫生与预防医学继续教育题库与答案第三套.docx VIP
- 群英会蒋干中计原文翻译.pdf VIP
- 部编版语文七年级上册 第二单元5《秋天的怀念》思政课 教学设计 .docx
- (仁爱科普2024版)英语七年级上册Unit2单元知识梳理+练习(学生版及解析版汇总).pdf VIP
- 个人自学计划及党性锻炼计划.docx VIP
- 第7章特殊土地基讲述.ppt
- 《生僻字》完整歌词(带注音、带谐音)打印版.pdf
- 《高效复习 精准备考》2025届高考英语一轮复习备考策略 课件.pptx
- 一年级安全教育主题班会课件.ppt VIP
- 新高考背景下高中思想政治模拟法庭的实践 .pdf
文档评论(0)