05 2018 档案

摘要:1.芯片 class xinpian{ public: xinpian(int m0,int n0); void jia(); private: int m; int n; }; class xinpianA:public xinpian{ public: xinpianA(int m0,int n 阅读全文
posted @ 2018-05-31 22:13 童梦奇缘 阅读(153) 评论(0) 推荐(0)
摘要:1.#include <iostream>#include <vector>#include <string>using namespace std;// 函数声明 void output1(vector<string> &); void output2(vector<string> &); int 阅读全文
posted @ 2018-05-22 20:08 童梦奇缘 阅读(253) 评论(0) 推荐(0)