
Math
J先生的编程笔记
一杯茶,一包烟,一个 BUG 改一天!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Multiplicative Inverse
Multiplicative Inverse Find the multiplicative inverse of 5 (mod 72)转载 2019-04-08 09:41:43 · 1346 阅读 · 0 评论 -
Solutions of Indefinite Equation
Solutions of Indefinite Equation ∑i=1mxi=x1+x2+⋯+xm=n\sum_{i=1}^m{x_i}=x_1+x_2+\cdots+x_m=n∑i=1mxi=x1+x2+⋯+xm=n Num of positive integer solutions: Cn−1m−1C^{m-1}_{n-1}Cn−1m−1 Num of nonnegative...原创 2019-04-08 09:52:19 · 161 阅读 · 0 评论