Fork me on GitHub

随笔分类 -  C语言

摘要:#include <stdio.h>#include <stdlib.h>#include <windows.h>#include <time.h>#include<mmsystem.h>#pragma comment(lib, "WINMM.LIB") #define BRICK_NUM 100/ 阅读全文
posted @ 2018-07-14 21:11 雪人奥特曼 阅读(1393) 评论(2) 推荐(1)
摘要:恢复内容开始 #include <stdio.h>#include <windows.h>#include <stdlib.h>#include <time.h> //描述蛇的节点信息typedef struct SnakeNode{ int x; int y;} Snode; //箱子:放置蛇的所 阅读全文
posted @ 2018-07-12 21:14 雪人奥特曼 阅读(359) 评论(0) 推荐(0)