景苒的博客

导航

随笔分类 -  C/C++

记录C/C++语言的相关代码
基于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 景苒 阅读(140) 评论(0) 推荐(0)