会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
cherish__lin
博客园
首页
新随笔
联系
管理
订阅
2019年8月20日
高斯消元模板
摘要: //高斯消元 时间复杂度O(n^3) 使用浮点数计算 #include #include #include using namespace std; const double eps=1e-8; const int maxn=101; double a[maxn][maxn]; bool l[maxn]; double ans[maxn]; int n,m; int t; void prin...
阅读全文
posted @ 2019-08-20 16:55 cherish__lin
阅读(420)
评论(0)
推荐(0)
编辑
公告