C语言扫雷算法,也可以别的语言,解释清楚算法就好

日期:2017-11-24 16:13:53 人气:1

C语言扫雷算法,也可以别的语言,解释清楚算法就好

在这上面不好说明, 我有C的代码, 你看一下(DEVC++) #include #include #include #include #define n 15int restart=0;int last_sel_x,last_sel_y;char in[20];struct POINT{ int x; int y;} pt;//设置CMD窗口光标位置void setxy(int x, int y){ COORD coord = {x, y}; SetConsoleCursorPos
    A+
热门评论