10 2021 档案

摘要:TextCoder.hpp #include<string> using namespace std; class TextCoder{ public: TextCoder(); TextCoder(string text); ~TextCoder(); string encoder(); stri 阅读全文
posted @ 2021-10-28 00:37 zhzhang-hong 阅读(63) 评论(2) 推荐(2)
摘要:complex.h #include "complex.h" #include <iostream> int main() { using namespace std; complex c1(3, -4); const complex c2(4.5); complex c3(c1); cout << 阅读全文
posted @ 2021-10-20 23:53 zhzhang-hong 阅读(35) 评论(3) 推荐(0)