摘要: 4. 实验任务4不使用C++标准库,自行设计并实现一个简化版复数类Complex Complex.hpp 1 #include <iostream> 2 #include <math.h> 3 using namespace std; 4 5 class Complex { 6 7 public: 阅读全文
posted @ 2022-10-14 16:40 尤夏 阅读(39) 评论(0) 推荐(0)