10 2022 档案

摘要:实验五: #include <iostream> #include <string> #include <iomanip> using namespace std; class Info { private: string nickname; string contact; string city; 阅读全文
posted @ 2022-10-25 17:58 刘海烽 阅读(17) 评论(0) 推荐(0) 编辑
摘要:实验任务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 刘海烽 阅读(20) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/lhf123/ 阅读全文
posted @ 2022-10-09 19:11 刘海烽 阅读(5) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示