摘要: 实验任务1.task1#include<iostream> #include<complex> using namespace std; int main() { complex<double>c1{ 3,4 }, c2{ 4.5 }; const complex<double>c3{ c2 }; 阅读全文
posted @ 2022-10-18 16:08 刘海烽 阅读(25) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/lhf123/ 阅读全文
posted @ 2022-10-09 19:11 刘海烽 阅读(9) 评论(0) 推荐(0)