会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
雪人奥特曼
记录日常问题
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
2018年7月14日
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 雪人奥特曼
阅读(1389)
评论(2)
推荐(1)
2018年7月12日
c语言 贪食蛇小游戏
摘要: 恢复内容开始 #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 雪人奥特曼
阅读(357)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
公告