自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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 548

翻译 游戏吃金币+背景

#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 648

翻译 游戏控制.音乐代码

#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 556

翻译 游戏控制代码

#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 638

翻译 游戏

#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 254

翻译 游戏背景音乐

#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 950

翻译 游戏

#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 202

翻译 游戏背景颜色

#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 1107

翻译 变量自加运算

#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 522

翻译 编程检验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 988

翻译 我的c语言第一课--打印

#includevoid main(){     printf("姚亚露“)    getcher();}

2017-10-15 22:25:22 245

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除