摘要: 1 /************************************************* 2 Author: 3 Date:2013-01-23 4 **************************************************/ 5 #include "stdafx.h" 6 //Visual studio 2010版中应该放到stdafx.h文件中的头文件们 7 #include<math.h> 8 #include <iomanip> 9 #include <stdlib.h> 10 #incl 阅读全文