C语言-2048

#include <conio.h> //为了读取方向键 #include <windows.h>//控制dos界面(获取控制台上坐标位置、设置字体颜色) #include <math.h> //pow函数 #include <stdio.h> //标准输入输出函数库(printf、scanf) /*******函 数 声 明*******/ void gotoxy(int x, int y); //获取屏幕光标位置 int color(int c); //设置文字颜色 int TextColors(int i); /...
C语言开源 | 2019-01-21 18:26 | 阅读 1068 次 | 评论 0 条
文章归档
最新评论