
高斯消元法
纯真zwj
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
高斯消元模板
模板来源于:n(*≧▽≦*)n #include #include #include #include #include #define MAXN 100using namespace std;int a[MAXN][MAXN];//增广矩阵int x[MAXN];//解集bool free_x[MAXN];//标记是否是不确定的变元int free_rec[MAX转载 2016-04-28 20:15:48 · 547 阅读 · 0 评论 -
POJ 1222 EXTENDED LIGHTS OUT(矩阵反转问题——枚举or高斯消元)
EXTENDED LIGHTS OUTTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 8390 Accepted: 5422DescriptionIn an extended version of the game Lights Out, is a puz原创 2016-02-16 20:22:14 · 929 阅读 · 0 评论