- 博客(11)
- 收藏
- 关注
翻译 马里奥吃金币、消失
#include #pragma comment( linker, "/subsystem:\"console\" /entry:\"mainCRTStartup\"" )#pragma comment(lib, "YZKGame.lib")int beginGameText = 0;void gameMain1(void){ int distance_1 = 10
2017-11-19 11:28:30
591
翻译 游戏吃金币+背景
#include #pragma comment( linker, "/subsystem:\"console\" /entry:\"mainCRTStartup\"" )#pragma comment(lib, "YZKGame.lib")void gameMain(void){int mario ,ch, bgImg ;int x;int y;int i;int
2017-11-16 16:57:30
729
翻译 游戏控制.音乐代码
#include #pragma comment( linker, "/subsystem:\"console\" /entry:\"mainCRTStartup\"" )#pragma comment(lib, "YZKGame.lib")void gameMain(void){int mario = 0 ;int ch ;int x;int y;setGameT
2017-11-09 16:26:07
627
翻译 游戏控制代码
#include #pragma comment( linker, "/subsystem:\"console\" /entry:\"mainCRTStartup\"" )#pragma comment(lib, "YZKGame.lib")void gameMain(void){ int mario = 0; int ch;int x;int
2017-11-09 16:24:24
711
翻译 游戏
#include #pragma comment( linker, "/subsystem:\"console\" /entry:\"mainCRTStartup\"" )#pragma comment(lib, "YZKGame.lib")void gameMain(void){int s1,x;s1=1;x=0;playSound("网络歌手 - 甩葱歌.mp3
2017-10-28 14:39:06
296
翻译 游戏背景音乐
#include #pragma comment( linker,"/subsystem:\"console\" /entry:\"mainCRTStartup\"" )#pragma comment(lib, "YZKGame.lib")void gameMain(void){char* music1;char* title;int width;i
2017-10-22 13:05:52
1007
翻译 游戏
#include #pragma comment( linker, "/subsystem:\"console\" /entry:\"mainCRTStartup\"" )#pragma comment(lib, "YZKGame.lib")void gameMain(void){setGameTitle("微信打飞机");setGameSize(500,
2017-10-22 13:04:13
228
翻译 游戏背景颜色
#include #pragma comment(linker,"/subsystem:\"console\"entry:\"mainCRTStartup\"")#pragme comment(lib,"YZKGame.lib")void gameMain(void){setGameTitle("王者荣耀")setGameSize(338,600);setBgColor
2017-10-19 16:50:32
1182
翻译 变量自加运算
#includevoid main(){ int x,y,z1,z2 x=7: x=8: z1=y-(x++); z2=y-(++x); printf("x=%d\ty=%d\ny-(x++)=%d\ny-(++x)=%d",x,y,z1,z2);}
2017-10-15 22:42:14
570
翻译 编程检验ASCLL码值与字符的关系
#includevoid main(){ char c1,c2 c1=97;c2=98 printf("%c,%c\n",c1,c2) printf("%d,%d\n",c1,c2)}
2017-10-15 22:33:49
1060
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人