C语言课程设计实验报告_1.docx
《C语言课程设计实验报告_1.docx》由会员分享,可在线阅读,更多相关《C语言课程设计实验报告_1.docx(8页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、C语言课程设计实验报告 瀾陽工業大爭实验报告 沈阳工业大学实验报告 (适用计算机程序设计类) 专业班级:计专1502 学号:248150203 _ 姓名:孙奇实验名称:五子棋游戏设计 (2)对弈界面 rsnar-崖斋x 附件A 沈阳工业大学实验报告 (适用计算机程序设计类) 专业班级:计专1502 学号:248150203 姓名: 孙奇实验程序: 本程序在Windows XP SP3操作系统及Turbo C 2.0开发环境下调试通过。 #in clude #in clude #in clude #in clude #in clude #defi ne LEFT 0x4b00 #defi ne
2、RIGHT 0x4d00 #defi ne DOWN 0x5000 #defi ne UP 0x4800 #defi ne ESC 0x011b #defi ne SPACE 0x3920 #defi ne BILI 20 #defi ne JZ 4 #defi ne JS 3 #define SIZE 19 int boxSIZESIZE; int step_x,step_y; int key; int flag=1; void atte ntoi n(); void draw_box(); void draw_cicle(i nt x,i nt y,i nt color); void dr
3、aw_slice(i nt x,i nt y,i nt color); void cha nge(); void judgewho(i nt x,i nt y); void judgekey(); int judgeresult(i nt x,i nt y); void atte nti on() char ch; wi ndow(1,1,80,25); textbackgro un d(LIGHTBLUE); textcolor(YELLOW); clrscr(); gotoxy(15,4); printf(Play Rules:); gotoxy(15,8); printf(1.Press
4、 Left,Right,Up,Down Key to move Piece); gotoxy(15,12); prin tf(2.Press Space to place the Piece); gotoxy(15,16); prin tf(3.DO NOT press Space outside of the chessboard); gotoxy(15,20); printf(Do you accept the above Playing Rules? Y/N:); while(1) gotoxy(60,20); ch=getche(); if (ch=Y | ch=y) break; e
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 语言 课程设计 实验 报告 _1
限制150内