摘要: 实验任务4 Complex.hpp文件源码: 1 #include<iostream> 2 #include<math.h> 3 using namespace std; 4 class Complex { 5 public: 6 Complex(double r=0.0,double i=0.0) 阅读全文
posted @ 2022-10-12 22:34 段彦博 阅读(27) 评论(0) 推荐(0)