I and OI
Past...

随笔分类 -  Other

高斯消元
摘要:#include#include#include#include#include#include#includeusing namespace std;class equation{ private: double a[200][200]; int i,j,k,r,c; double t; bo... 阅读全文
posted @ 2012-11-09 07:50 exponent 阅读(218) 评论(0) 推荐(0)