摘要:
1.角度转复数,使用std::polar #include <iostream> #include <complex> #include <cmath> int main () { float theta = 45; float theta_pi = theta*(M_PI/180); std::c 阅读全文
posted @ 2023-10-06 18:29
朱小勇
阅读(242)
评论(0)
推荐(0)
摘要:
https://lightly.teamcode.com/dashboard 阅读全文
posted @ 2023-10-06 18:04
朱小勇
阅读(54)
评论(0)
推荐(0)