摘要: //待完善-仅供参考 #include "stdio.h" #include "math.h" double O1_x = 0,O1_y = 0; double O2_x = 0,O2_y = 0; void CircleCenter(double x1,double y1,double x2,do 阅读全文
posted @ 2020-06-28 17:15 星辰陪衬 阅读(263) 评论(0) 推荐(0)
摘要: #include "stdio.h" #define uint8_t unsigned char #define uint16_t unsigned short #define uint32_t unsigned int uint32_t Float_To_Hex(float data) { uin 阅读全文
posted @ 2020-06-28 17:07 星辰陪衬 阅读(5041) 评论(0) 推荐(0)