摘要: https://www.cnblogs.com/candy99/p/6653743.html 矩阵 求逆 求秩 阅读全文
posted @ 2018-05-08 16:32 鲸头鹳 阅读(114) 评论(0) 推荐(0)
摘要: http://poj.org/problem?id=1222 在学校oj用搜索写了一次,这次写高斯消元,haoi现场裸xor方程消元没写出来,真实zz。 1 #include<iostream> 2 #include<cstdio> 3 #include<algorithm> 4 #include< 阅读全文
posted @ 2018-05-08 16:22 鲸头鹳 阅读(149) 评论(0) 推荐(0)