- 22
- 0
- 约2.11万字
- 约 28页
- 2017-12-22 发布于河南
- 举报
坦克源代码
坦克源代码
# include graphics.h
# include stdio.h
# include time.h
# pragma comment(lib,Winmm.lib)
typedef struct TanKe
{
int x;
int y;
int z;
int color;
bool live;
int d[40][2][3];
}TanKe,*pTanKe;
typedef struct BaiZhuan
{
int x;
int y;
bool exist;
}BaiZhuan,*pBaiZhuan;
typedef struct LvZhuan
{
int x;
int y;
}LvZhuan,*pLvZhuan;
typedef struct HongZhuan
{
int x;
int y;
bool exist;
}HongZhuan,*pHongZhuan;
void start(void);
void start_(void);
void GongLue(void);
void MiJi(void);
void lost(bool *, int *,int *);
void GameOver(void);
void win(pHongZhuan phongzhuan,bool *, bool *, bool *,
您可能关注的文档
最近下载
- 手术部位感染防控指南(2025版).docx VIP
- 标准送货单模板.pdf VIP
- 全套《3D-MAX基础教程》课件完整版全套电子教程.pptx VIP
- 2026年安保人员应急培训计划.docx VIP
- 恒兴密封叠环样本.pdf VIP
- 2025年菏泽市中考化学试卷(含答案).docx
- 公路养护工程质量检验评定标准 第一册 土建工程,桥梁工程,试验继续教育.pdf VIP
- 《四川省房屋建筑和市政工程施工图审查常见问题解析》(2024年版).pdf VIP
- SH 3503-2007 石油化工建设工程项目交工技术文件规定.pdf VIP
- 2025年特种设备无损检测人员资格考试(超声检测UT)练习题及答案汇总.docx VIP
原创力文档

文档评论(0)