摘要: 1 #include 2 using namespace std; 3 4 template 5 class complex 6 { 7 public: 8 T1 real; 9 T2 imag;10 complex();11 complex(T1 r, T2... 阅读全文
posted @ 2015-12-19 22:07 zhou09 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 1 //============================================================================ 2 // Name : calculator.cpp 3 // Author : 4 // Versi... 阅读全文
posted @ 2015-12-19 21:35 zhou09 阅读(296) 评论(0) 推荐(0) 编辑