码迷,mamicode.com
首页 >  
搜索关键字:project-euler    ( 184个结果
Project Euler 107:Minimal network 最小网络
Minimal networkThe following undirected network consists of seven vertices and twelve edges with a total weight of 243.The same network can be represe...
分类:Web程序   时间:2016-01-22 17:31:22    阅读次数:152
Project Euler 106:Special subset sums: meta-testing 特殊的子集和:元检验
Special subset sums: meta-testingLet S(A) represent the sum of elements in set A of sizen. We shall call it a special sum set if for any two non-empty...
分类:Web程序   时间:2016-01-20 20:50:12    阅读次数:242
Project Euler 104:Pandigital Fibonacci ends 两端为全数字的斐波那契数
Pandigital Fibonacci endsThe Fibonacci sequence is defined by the recurrence relation:F[n] = F[n-1] + F[n-2], where F[1] = 1 and F[2] = 1.It turns out...
分类:其他好文   时间:2016-01-19 23:32:50    阅读次数:184
Project Euler 102:Triangle containment 包含原点的三角形
Triangle containmentThree distinct points are plotted at random on a Cartesian plane, for which -1000 ≤ x, y ≤ 1000, such that a triangle is formed.Co...
分类:其他好文   时间:2016-01-18 16:09:00    阅读次数:215
Project Euler 101 :Optimum polynomial 最优多项式
Optimum polynomialIf we are presented with the first k terms of a sequence it is impossible to say with certainty the value of the next term, as there...
分类:其他好文   时间:2016-01-17 21:41:46    阅读次数:232
Project Euler 98:Anagramic squares 重排平方数
Anagramic squaresBy replacing each of the letters in the word CARE with 1, 2, 9, and 6 respectively, we form a square number: 1296 = 362. What is rema...
分类:其他好文   时间:2015-12-07 22:42:29    阅读次数:343
Project Euler 95:Amicable chains 亲和数链
Amicable chainsThe proper divisors of a number are all the divisors excluding the number itself. For example, the proper divisors of 28 are 1, 2, 4, 7...
分类:其他好文   时间:2015-12-05 20:52:12    阅读次数:166
Project Euler 95:Amicable chains 亲和数链
Amicable chainsThe proper divisors of a number are all the divisors excluding the number itself. For example, the proper divisors of 28 are 1, 2, 4, 7...
分类:其他好文   时间:2015-12-05 00:25:25    阅读次数:327
Project Euler 91:Right triangles with integer coordinates 格点直角三角形
Right triangles with integer coordinatesThe points P (x1, y1) and Q (x2, y2) are plotted at integer co-ordinates and are joined to the origin, O(0,0),...
分类:其他好文   时间:2015-11-30 22:20:59    阅读次数:239
Project Euler 88:Product-sum numbers 积和数
Product-sum numbersA natural number, N, that can be written as the sum and product of a given set of at least two natural numbers, {a1, a2, … , ak} is...
分类:其他好文   时间:2015-11-29 17:51:10    阅读次数:263
184条   上一页 1 ... 7 8 9 10 11 ... 19 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!