基于easyx的小时钟
摘要:#include <graphics.h> #include <math.h> #include <conio.h> #define PI 3.141592654 void Draw_Dial(); void Draw_Hand(int hour, int minute, int secend);
阅读全文
posted @ 2022-03-24 20:50
posted @ 2022-03-24 20:50