小说网 找小说 无限小说 烟雨红尘 幻想小说 酷文学 深夜书屋

2010年1月17日

Number of sets of natural numbers less than n which sum to n.

摘要: The integer sequence was in : A111133 Seems easy. Sub Calc() Dim n As Long, count(), i As Long n = 500 ReDim count(n) count(0) = ... 阅读全文

posted @ 2010-01-17 17:07 王峰炬 阅读(228) 评论(0) 推荐(0)

一元多项式的幂

摘要: Function PowerPolynomial(ByVal f As String, ByVal n As Long) As String If n = 1 Then power = f: Exit Function Dim a() As Long, b, c(), s() As... 阅读全文

posted @ 2010-01-17 14:23 王峰炬 阅读(178) 评论(0) 推荐(0)

导航