E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
projecteuler
欧拉工程第12题
题目链接:https://
projecteuler
.net/problem=12package
projecteuler
11to20; importjava.util.Date; classlevel12
qunxingvip
·
2015-04-28 22:00
java
欧拉工程
欧拉工程第11题
题目链接:https://
projecteuler
.net/problem=11package
projecteuler
11to20; importjava.io.BufferedReader; importjava.io.File
qunxingvip
·
2015-04-28 22:00
java
欧拉工程
关于欧拉工程的一道递推题
题目:https://
projecteuler
.net/problem=492 当然,这道题在51Nod上有一个比较通用的版本,链接如下 题目:http://www.51nod.com/contest/
ACdreamers
·
2015-04-11 20:00
Project-Euler problem 1-50
最近闲的做了下
ProjectEuler
上的题目,前面50题都比较简单,简单总结下。
u011401504
·
2015-01-31 00:00
Project-Euler
A 1000 Pythagorean triplets
Today’sproblem in
ProjectEuler
,isrelatedtoprobablyTHEmostwellknowntheoremofalltimes.
yuanhsh
·
2015-01-27 22:00
Go
Factorial digit sum (without BigInteger)
From: https://
projecteuler
.n
yuanhsh
·
2015-01-06 12:00
SUM
factorial
digit
10001st prime number
Question:https://
projecteuler
.net/problem=7Bylistingthefirstsixprimenumbers:2,3,5,7,11,and13,wecanseethatthe6thprimeis13
yuanhsh
·
2015-01-06 12:00
number
of
Prime
sieve
Eratosthenes
特殊质数构造
problemId=1226 题目:https://
projecteuler
.net/problem=291 题意:如果质数可以由如下公式构造出来,那么称质数是可造的。
ACdreamers
·
2014-12-12 12:00
ProjectEuler
- 11
问题:Inthe20×20gridbelow,fournumbersalongadiagonallinehavebeenmarkedinred.08022297381500400075040507785212507791084949994017811857608717409843694804566200814931735579142993714067538830034913366552709523
u013647382
·
2014-11-17 20:00
算法
欧拉项目
ProjectEuler
- 10
Thesumoftheprimesbelow10is2+3+5+7=17.Findthesumofalltheprimesbelowtwomillion.翻译:求出所有小于2000000的质数的和代码:package
projectEuler
u013647382
·
2014-11-13 15:00
算法
欧拉项目
ProjectEuler
- 9
问题:APythagoreantripletisasetofthreenaturalnumbers,aN/3?b:N/3);c
u013647382
·
2014-11-13 14:00
算法
欧拉项目
ProjectEuler
- 8
问题:Thefouradjacentdigitsinthe1000-digitnumberthathavethegreatestproductare9×9×8×9=5832.73167176531330624919225119674426574742355349194934969835203127745063262395783180169848018694788518438586156078911
u013647382
·
2014-11-03 20:00
算法
欧拉项目
ProjectEuler
- 7
解决方案:直接算到第10001个质数.代码:package
projectEuler
;
u013647382
·
2014-11-03 17:00
算法
欧拉项目
程序猿最应去的网站有哪些?
与广大程序猿或者希望学习编程的朋友们分享:1)编程练习和竞赛类http://www.codechef.com/http://www.spoj.com/p/http://programmingpraxis.com/http://
projecteuler
.net
wangliqiang1014
·
2014-10-14 10:00
程序猿最应去的网站
程序员常去的网站
与广大程序猿或者希望学习编程的朋友们分享:1)编程练习和竞赛类http://www.codechef.com/http://www.spoj.com/p/http://programmingpraxis.com/http://
projecteuler
.net
rookieding
·
2014-09-27 22:00
程序员最应该去的网站
与广大程序猿或者希望学习编程的朋友们分享:1)编程练习和竞赛类http://www.codechef.com/http://www.spoj.com/p/http://programmingpraxis.com/http://
projecteuler
.net
dong413876225
·
2014-09-24 20:00
程序猿最应去的网站有哪些?
与广大程序猿或者希望学习编程的朋友们分享:1)编程练习和竞赛类http://www.codechef.com/http://www.spoj.com/p/http://programmingpraxis.com/http://
projecteuler
.net
qdujunjie
·
2014-09-24 14:00
程序猿最应去的网站有哪些?
与广大程序猿或者希望学习编程的朋友们分享:1)编程练习和竞赛类http://www.codechef.com/http://www.spoj.com/p/http://programmingpraxis.com/http://
projecteuler
.net
程序袁_绪龙
·
2014-09-24 13:00
程序猿最应去的网站有哪些?- www.quora.com
与广大程序猿或者希望学习编程的朋友们分享:1)编程练习和竞赛类http://www.codechef.com/http://www.spoj.com/p/http://programmingpraxis.com/http://
projecteuler
.net
mine_1
·
2014-09-24 12:00
其他
projecteuler
---->problem=34----Digit factorials
Problem34145isacuriousnumber,as1!+4!+5!=1+24+120=145.Findthesumofallnumberswhichareequaltothesumofthefactorialoftheirdigits.Note:as1!=1and2!=2arenotsumstheyarenotincluded.puts(0..50000).select{|i| i.t
q745401990
·
2014-08-25 10:00
Ruby
projecteuler
projecteuler
---->problem=36----Double-base palindromes
Problem36Thedecimalnumber,585=10010010012 (binary),ispalindromicinbothbases.Findthesumofallnumbers,lessthanonemillion,whicharepalindromicinbase10andbase2.(Pleasenotethatthepalindromicnumber,ineitherba
q745401990
·
2014-08-25 09:00
python
Ruby
projecteuler
projecteuler
---->problem=35----Circular primes
Problem35Thenumber,197,iscalledacircularprimebecauseallrotationsofthedigits:197,971,and719,arethemselvesprime.Therearethirteensuchprimesbelow100:2,3,5,7,11,13,17,31,37,71,73,79,and97.Howmanycircularpr
q745401990
·
2014-08-22 17:00
python
projecteuler
projecteuler
---->problem=33----Digit canceling fractions
Problem33Thefraction 49/98 isacuriousfraction,asaninexperiencedmathematicianinattemptingtosimplifyitmayincorrectlybelievethat49/98 = 4/8,whichiscorrect,isobtainedbycancellingthe9s.Weshallconsiderfract
q745401990
·
2014-08-22 16:00
python
projecteuler
projecteuler
---->problem=32----Pandigital products
Problem32Weshallsaythatan n-digitnumberispandigitalifitmakesuseofallthedigits1to n exactlyonce;forexample,the5-digitnumber,15234,is1through5pandigital.Theproduct7254isunusual,astheidentity,39×186=7254
q745401990
·
2014-08-22 15:00
python
projecteuler
projecteuler
---->problem=31----Coin sums 无限背包计算可能存在的次数
Problem31InEnglandthecurrencyismadeupofpound,£,andpence,p,andthereareeightcoinsingeneralcirculation:1p,2p,5p,10p,20p,50p,£1(100p)and£2(200p).Itispossibletomake£2inthefollowingway:1×£1+1×50p+2×20p+1×5p
q745401990
·
2014-08-21 11:00
python
projecteuler
projecteuler
---->problem=30----Digit fifth powers
Problem30Surprisinglythereareonlythreenumbersthatcanbewrittenasthesumoffourthpowersoftheirdigits:1634=14 +64 +34 +448208=84 +24 +04 +849474=94 +44 +74 +44As1=14 isnotasumitisnotincluded.Thesumofthesen
q745401990
·
2014-08-21 09:00
python
projecteuler
projecteuler
---->problem=29----Distinct powers
Problem29Considerallintegercombinationsof ab for2≤ a ≤5and2≤ b ≤5:22=4,23=8,24=16,25=3232=9,33=27,34=81,35=24342=16,43=64,44=256,45=102452=25,53=125,54=625,55=3125Iftheyarethenplacedinnumericalorder,w
q745401990
·
2014-08-21 08:00
python
projecteuler
projecteuler
---->problem=28----Number spiral diagonals
Problem28Startingwiththenumber1andmovingtotherightinaclockwisedirectiona5by5spiralisformedasfollows:21 222324 2520 7 8 9 1019 6 1 21118 5 4 3 1217 161514 13Itcanbeverifiedthatthesumofthenumbersonth
q745401990
·
2014-08-20 17:00
python
projecteuler
projecteuler
---->problem=27----Quadratic primes
Eulerdiscoveredtheremarkablequadraticformula:n²+ n +41Itturnsoutthattheformulawillproduce40primesfortheconsecutivevalues n =0to39.However,when n =40,402 +40+41=40(40+1)+41isdivisibleby41,andcertainlyw
q745401990
·
2014-08-20 16:00
python
projecteuler
projecteuler
Problem 29
def Judge(small,big): lsum=[] num=0 for i in range(small,big+1): for j in range(small,big+1): num=i**j if(lsum.count(num)==0): lsum.append(n
卓尔
·
2014-06-13 12:00
projecteuler
Problem 20
n!meansn(n1)...321Forexample,10!=109...321=3628800,andthesumofthedigitsinthenumber10!is3+6+2+8+8+0+0=27.Findthesumofthedigitsinthenumber100!A = reduce(lambda a,b : a*b, range(1,101)) sum = 0 for n in
卓尔
·
2014-06-13 12:00
欧拉计划
欧拉计划(
ProjectEuler
)是一个解题网站,站内提供了一系列数学题供用户解答,解题的用户主要是对数学和计算机编程感兴趣的成年人及学生。
u013440660
·
2014-06-08 19:00
编程
数学
多拉计划
projecteuler
---->problem=8----Largest product in a series
title:Thefouradjacentdigitsinthe1000-digitnumberthathavethegreatestproductare9989=5832.73167176531330624919225119674426574742355349194934969835203127745063262395783180169848018694788518438586156078911
q745401990
·
2014-05-31 09:00
python
projecteuler
---->problem=7----10001st prime
title:Bylistingthefirstsixprimenumbers:2,3,5,7,11,and13,wecanseethatthe6thprimeis13.Whatisthe10001stprimenumber?翻译:通过列出前6个质数,我们可知第6个质数是13。那么第10001个质数是多少呢?解答:importmath #试除法 defisOk(a): foriinrange(2,i
q745401990
·
2014-05-28 20:00
python
projecteuler
---->problem=6----Sum square difference
title:Thesumofthesquaresofthefirsttennaturalnumbersis,12+22+...+102=385Thesquareofthesumofthefirsttennaturalnumbersis,(1+2+...+10)2=552=3025Hencethedifferencebetweenthesumofthesquaresofthefirsttennatu
q745401990
·
2014-05-28 16:00
python
projecteuler
---->problem=5----Smallest multiple n个数求最小公倍数
title:2520isthesmallestnumberthatcanbedividedbyeachofthenumbersfrom1to10withoutanyremainder.Whatisthesmallestpositivenumberthatisevenlydivisiblebyallofthenumbersfrom1to20?翻译:2520是能被1到10的自然数整除的最小正整数。那么
q745401990
·
2014-05-28 16:00
python
projecteuler
---->problem=4----Largest palindrome product
title:LargestpalindromeproductProblem4Apalindromicnumberreadsthesamebothways.Thelargestpalindromemadefromtheproductoftwo2-digitnumbersis9009=9199.Findthelargestpalindromemadefromtheproductoftwo3-digit
q745401990
·
2014-05-28 15:00
python
projecteuler
---->problem=3----Largest prime factor
题目:Theprimefactorsof13195are5,7,13and29.Whatisthelargestprimefactorofthenumber600851475143?翻译:13195的质因数有5丶7丶13丶29。问:600851475143的最大质因数是……?解答:importmath a=600851475143 #b=math.sqrt(a) b=775146 m=0 fori
q745401990
·
2014-05-28 11:00
python
projecteuler
---->problem:2
题目:EachnewtermintheFibonaccisequenceisgeneratedbyaddingtheprevioustwoterms.Bystartingwith1and2,thefirst10termswillbe:1,2,3,5,8,13,21,34,55,89,...ByconsideringthetermsintheFibonaccisequencewhosevaluesd
q745401990
·
2014-05-28 11:00
python
projecteuler
---->problem:1
题目:Ifwelistallthenaturalnumbersbelow10thataremultiplesof3or5,weget3,5,6and9.Thesumofthesemultiplesis23.Findthesumofallthemultiplesof3or5below1000.翻译:如果列出小于10的所有是3或5的倍数的自然数,有3丶5丶6和9,它们的和是23。现在请你算出所有100
q745401990
·
2014-05-27 22:00
projecteuler
.net 题目笔记 [92]
题目92:考察具有有趣性质的平方数链。通过将一个数各位的平方不断相加,直到遇到已经出现过的数字,可以形成一个数字链。例如:44 32 13 10 1 185 89 145 42 20 4 16 37 58 89因此任何到达1或89的数字链都会陷入无限循环。令人惊奇的是,以任何数字开始,最终都会到达1或89。以一千万以下的数字n开始,有多少个n会到达89?# 有趣性质的平
kid_d
·
2014-05-21 22:00
projecteuler
.net 题目笔记 [15]
题目15:从20*20的网格的左上角通往右下角有多少条路?从一个22网格的左上角开始,有6条(不允许往回走)通往右下角的路。 对于2020的网格,这样的路有多少条?class NetGame(): """丢入一个n X n格的网络 说明: x:横坐标, y:纵坐标 如(x,y)表示 数组net[y][x] """ def __init__(self,cell=N
kid_d
·
2014-05-21 16:00
projecteuler
.net 题目笔记 [11-14]
题目11:在20×20的网格中同一直线上四个数的最大乘积是多少?在以下这个2020的网格中,四个处于同一对角线上的相邻数字用红色标了出来:08022297381500400075040507785212507791084949994017811857608717409843694804566200814931735579142993714067538830034913366552709
kid_d
·
2014-05-20 16:00
projecteuler
.net 题目笔记 [6-10]
题目6:平方和与和平方的差是多少?前十个自然数的平方和是:12 +22 +...+102 =385前十个自然数的和的平方是:(1+2+...+10)2 =552 =3025所以平方和与和的平方的差是3025 385=2640.找出前一百个自然数的平方和与和平方的差。# 列表的平方和 def list_tuple_sum(_list): return sum([i**2 for i in
kid_d
·
2014-05-20 13:00
projecteuler
.net 题目笔记 [1-5]
题目1:找出1000以下自然数中3和5的倍数之和。10以下的自然数中,属于3和5的倍数的有3,5,6和9,它们之和是23.找出1000以下的自然数中,属于3和5的倍数的数字之和。s=0 for i in range(1000): if i%3 == 0 or i%5 ==0: s += i print s>>> 233168题目2:在斐波那契数列中,找出4百万以下的项中值为
kid_d
·
2014-05-19 22:00
我的欧拉工程之路_0
几个月前经过朋友推荐,发现了这个十分不错的网站:
ProjectEuler
。这是一个充满各种数学问题的网站,并且,90%+的题目需要用编程解决。这几个月,偶尔做些题,感觉良好,先将我做的题目陆续发上来。
595572594
·
2014-04-06 20:46
欧拉工程
欧拉计划里一道经典算法题
在
projecteuler
之前有一道题是这样的:有面值1,2,5,10,20,50,100,200若干,
psaux0
·
2014-04-01 11:00
dp
欧拉工程
欧拉,
projecteuler
Problem 83
Problem83 f=file('83.txt','r') A=[] forlinf: A.append([int(i)foriinl.split(',')]) f.close() N=80 B=[] foriinrange(N): B.append([1000000foriinrange(N)]) B[0][0]=A[0][0] iter=5 for_inrange(iter)
yeyang911
·
2014-02-16 21:00
projecteuler
资料收集
ProjectEuler
和类似的问题通常对初学者来说来难了,尤其是对于那些没有很强数学背景的同学。在这篇文章中,AdrianNeumann 收集了一些从初级到高级逐级困难的练习题,适
zhongjishao
·
2014-02-14 14:00
一个简单的实验,Java数组遍历
Java提供了多种数组遍历的方法,从传统的forwhile到新的foreach.那么,倒底该选择哪种遍历方式呢,也许很多人不会刻意关心这类问题,人们大多凭个人习惯来选择.本人以前也不曾注意过,只不过在玩了
projecteuler
vector03
·
2014-02-04 11:00
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他