基于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 景苒 阅读(133) 评论(0) 推荐(0)
2022年3月24日 #
posted @ 2022-03-24 20:50 景苒 阅读(133) 评论(0) 推荐(0)
posted @ 2022-03-24 20:39 景苒 阅读(308) 评论(0) 推荐(0)