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

2009年1月11日

Smallest Ten Digit Powers

摘要: This is a companion piece of Largest Ten Digit Powers . The codes are almostly same,with a few changes only. Function befit(ByVal s As String, B... 阅读全文

posted @ 2009-01-11 22:41 王峰炬 阅读(142) 评论(0) 推荐(0)

nth prime number contain n as their substring within 100000000

摘要: A small VBA code to get these numbers: Sub Main() Dim i&, j&, k&, n&, num&, a(100000000) As Byte, p(1 To 10000000) As Long num = 1 ... 阅读全文

posted @ 2009-01-11 21:27 王峰炬 阅读(169) 评论(0) 推荐(0)

Largest Ten Digit Powers

摘要: The idea was Inspirated from the following link: Homogeneous Square Numbers (Provided by mathe, http://bbs.emath.ac.cn/thread-78-1-1.html) Look... 阅读全文

posted @ 2009-01-11 15:39 王峰炬 阅读(160) 评论(0) 推荐(0)

导航