上一页 1 ··· 3 4 5 6 7
摘要: 高斯消元 const double zero=1e-6;//注意精度 int n; double a[maxn][maxn]; int gs(){ int c,line,pai=0; for(c=1;c<=n;c++){ line=c; for(int i=1;i<=n;i++){//找第i排第c项 阅读全文
posted @ 2025-08-09 15:14 _dlwlrma 阅读(6) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7