摘要: 1 #include 2 using namespace std; 3 const int size = 10; 4 double buf[size] = {0}; 5 6 int main(int argv ,char * args[]) { 7 8 double *p1,*... 阅读全文
posted @ 2015-03-30 11:35 龚细军 阅读(1098) 评论(0) 推荐(0) 编辑