c语言
让代码飞1926
只写有用的东西,欢迎一起交流
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
键盘控制马里奥移动
include pragma comment( linker, “/subsystem:\”console\” /entry:\”mainCRTStartup\”” )pragma comment(lib, “YZKGame.lib”)void gameMain(void){ int s1=0; int ch; int x; int y; setGa原创 2017-11-09 16:19:45 · 478 阅读 · 0 评论 -
1000以内所以素数
include原创 2017-11-09 16:20:37 · 263 阅读 · 0 评论 -
马里奥吃金币消失
include pragma comment( linker, “/subsystem:\”console\” /entry:\”mainCRTStartup\”” )pragma comment(lib, “YZKGame.lib”)int beginGameText = 0;void gameMain1(void) { int distance_1 = 1000; int dis原创 2017-12-06 11:52:16 · 779 阅读 · 0 评论 -
微信打飞机
#include <yzkgame.h>#pragma comment( linker, "/subsystem:\"console\" /entry:\"mainCRTStartup\"" )#pragma comment(lib, "YZKGame.lib")void gameMain(void){ char*music; music="超级玛丽民乐版....原创 2019-08-20 15:45:19 · 384 阅读 · 0 评论
分享