摘要: [Elementary Mechanics Using Python-01] Question 5.28 Two masses and a spring. Two particles of m = 0.1 kg are attached with a spring with spring const 阅读全文
posted @ 2021-03-01 23:47 ChenHongKai 阅读(138) 评论(0) 推荐(0)
摘要: http://libgen.rs/ 阅读全文
posted @ 2021-03-01 12:39 ChenHongKai 阅读(744) 评论(0) 推荐(0)
摘要: 矩阵快速幂 为什么要写矩阵快速幂呢,因为快速幂我已经写过了,只要重载一下运算符就好了(一个字:懒),绝对不是我懒啊。 运算符重载 struct Matrix { long long e[101][101]; }; // 此处传reference Matrix operator* (const Mat 阅读全文
posted @ 2021-03-01 12:30 ChenHongKai 阅读(86) 评论(0) 推荐(0)
1 2 3
4