08 2022 档案

摘要:#include<stdio.h>#include<easyx.h> void button(int x, int y, int w, int h,const char*text) { setbkmode(TRANSPARENT); setfillcolor(BROWN); fillroundrec 阅读全文
posted @ 2022-08-04 22:40 是你华哥 阅读(820) 评论(0) 推荐(0)
摘要:#include<stdio.h>#include<easyx.h>int main(){ initgraph(640, 480);//初始化窗口 setbkcolor(WHITE); cleardevice(); setlinestyle(PS_SOLID, 5); setfillcolor(YE 阅读全文
posted @ 2022-08-04 22:39 是你华哥 阅读(76) 评论(0) 推荐(0)
摘要:#include<stdio.h>#include<easyx.h>#include<mmsystem.h>#pragma comment(lib,"winmm.lib")int main(){ //创建窗口 initgraph(1200, 800); //刷新 cleardevice(); //3 阅读全文
posted @ 2022-08-03 00:17 是你华哥 阅读(80) 评论(0) 推荐(0)