摘要: #include <iostream>#include <cstdlib> template<class T>void changeLength1D(T*& a, int oldLength, int newLength) { if(newLength<0) { std::cout<<"new le 阅读全文
posted @ 2018-04-16 22:11 东宫得臣 阅读(249) 评论(0) 推荐(0) 编辑
摘要: #include <iostream>#include <sstream>#include <fstream>#include <cmath>#include <iterator>#include <algorithm> template<class T>class linearList { pub 阅读全文
posted @ 2018-04-16 21:02 东宫得臣 阅读(217) 评论(0) 推荐(0) 编辑