会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
朱小勇
博客园
园子
首页
新随笔
联系
管理
订阅
2023年10月6日
C++将角度转为复数
摘要: 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 朱小勇
阅读(122)
评论(0)
推荐(0)
编辑
在线C/C++编辑和编译
摘要: https://lightly.teamcode.com/dashboard
阅读全文
posted @ 2023-10-06 18:04 朱小勇
阅读(40)
评论(0)
推荐(0)
编辑
公告