码迷,mamicode.com
首页 >  
搜索关键字:euler    ( 502个结果
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
poj1637--Sightseeing tour(最大流)
最大流求混合图是否存在欧拉回路。以下内容摘自http://www.cnblogs.com/Missa/archive/2012/12/05/2803107.html 讲的很清楚。混合图的欧拉回路问题 欧拉回路问题。 1 定义 欧拉通路 (Euler tour)——通过图中每条边一次且仅一次,并且过每...
分类:其他好文   时间:2015-12-02 22:09:53    阅读次数:142
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
Project Euler 87 :Prime power triples 素数幂三元组
Prime power triplesThe smallest number expressible as the sum of a prime square, prime cube, and prime fourth power is 28. In fact, there are exactly ...
分类:其他好文   时间:2015-11-27 21:37:09    阅读次数:201
Project Euler 86:Cuboid route 长方体路径
Cuboid routeA spider, S, sits in one corner of a cuboid room, measuring 6 by 5 by 3, and a fly, F, sits in the opposite corner. By travelling on the s...
分类:其他好文   时间:2015-11-27 20:01:21    阅读次数:231
【Project Euler 1】Multiples of 3 and 5
题目要求是:If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23.Find the sum of...
分类:其他好文   时间:2015-11-27 19:30:21    阅读次数:136
Project Euler 85 :Counting rectangles 数长方形
Counting rectanglesBy counting carefully it can be seen that a rectangular grid measuring 3 by 2 contains eighteen rectangles:Although there exists no...
分类:其他好文   时间:2015-11-26 23:03:54    阅读次数:205
502条   上一页 1 ... 26 27 28 29 30 ... 51 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!