上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 35 下一页
摘要: #include#include#include#include#include#include#includeusing namespace std;#define MAXN 35#define MIDX 10#define MIDY 40#define ... 阅读全文
posted @ 2018-10-05 13:35 vercont 阅读(484) 评论(0) 推荐(0) 编辑
摘要: #include#include#include //suiji#include //SLEEP函数struct Player //玩家结构体,并初始化player{char name[21];int attack;int defense;int healt... 阅读全文
posted @ 2018-10-05 07:09 vercont 阅读(470) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#include using namespace std;struct pai{int paifu;int huase;int yanse;int dianshu;int leixing;int changdu... 阅读全文
posted @ 2018-10-05 07:09 vercont 阅读(469) 评论(0) 推荐(1) 编辑
摘要: #include#include#includeint main(){srand(time(NULL));HANDLE hOut; hOut=GetStdHandle(STD_OUTPUT_HANDLE);int a[7][7],b[7][7],i,j,n=... 阅读全文
posted @ 2018-10-04 20:44 vercont 阅读(472) 评论(0) 推荐(1) 编辑
摘要: 杀手小游戏会有一个存活者:(1 2 3 4 5),如果出现(1 0 3 4 5),代表二号已经死了。一号有3次复活权 且有一次随机诅咒权(即当自己被杀死时,会随机诅咒另外一个人,当然不是死人或自己,使其死亡)二号有一次复活权 且有一次随机诅咒权(但目标死亡率... 阅读全文
posted @ 2018-10-04 20:27 vercont 阅读(405) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#include#includeusing namespace std;int i,H[3],S[3],K[3],p=1,Y,C;string P[3];bool game=1;void a(int i){ f... 阅读全文
posted @ 2018-10-04 20:26 vercont 阅读(455) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace std; const int X = 21; //棋盘行数 const int Y = 21; //棋盘列数 char p[X][Y]; //定义棋盘 int m=0;//... 阅读全文
posted @ 2018-10-04 20:24 vercont 阅读(240) 评论(0) 推荐(0) 编辑
摘要: #include#include#includeint a[24][17],i,j,tim=800,ti=800,shape=0,b,bn,ta[4][4],turn[4][4],nex[4][4],nextshape,add=0,score=0,speed... 阅读全文
posted @ 2018-10-04 20:23 vercont 阅读(315) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include void start_game();void reset_game();void move_left();void move_right();void move_up();void ... 阅读全文
posted @ 2018-10-04 20:20 vercont 阅读(263) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include #include #include using namespace std;/*** 光标定位 ***/HANDLE hout=GetStdHandle(STD_OUT... 阅读全文
posted @ 2018-10-04 20:11 vercont 阅读(1309) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 35 下一页