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
阅读全文
摘要:#include<stdio.h>#include<easyx.h>int main(){ initgraph(640, 480);//初始化窗口 setbkcolor(WHITE); cleardevice(); setlinestyle(PS_SOLID, 5); setfillcolor(YE
阅读全文
摘要:#include<stdio.h>#include<easyx.h>#include<mmsystem.h>#pragma comment(lib,"winmm.lib")int main(){ //创建窗口 initgraph(1200, 800); //刷新 cleardevice(); //3
阅读全文

浙公网安备 33010602011771号