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
欧拉工程
我的
欧拉工程
之路_11
LargestproductinagridProblem11Inthe2020gridbelow,fournumbersalongadiagonallinehavebeenmarkedinred.080222973815004000750405077852125077910849499940178118576087174098436948045662008149317355791429937140
595572594
·
2014-04-07 15:11
欧拉工程
数学问题
我的
欧拉工程
之路_10
SummationofprimesProblem10Thesumoftheprimesbelow10is2+3+5+7=17.Findthesumofalltheprimesbelowtwomillion.素数之和问题1010以下的素数之和是2+3+5+7=17.求小于200万的所有素数的和.publicclassEuler10 { publicstaticint[]getPrimeArray(i
595572594
·
2014-04-06 21:49
欧拉工程
我的
欧拉工程
之路_9
SpecialPythagoreantripletProblem9APythagoreantripletisasetofthreenaturalnumbers,abc,forwhich,a2+b2=c2Forexample,32+42=9+16=25=52.ThereexistsexactlyonePythagoreantripletforwhicha+b+c=1000.Findtheproduc
595572594
·
2014-04-06 20:49
欧拉工程
数学问题
我的
欧拉工程
之路_0
几个月前经过朋友推荐,发现了这个十分不错的网站:ProjectEuler。这是一个充满各种数学问题的网站,并且,90%+的题目需要用编程解决。这几个月,偶尔做些题,感觉良好,先将我做的题目陆续发上来。一题一篇文章。发布的大致格式是这样的,英文原题、中文翻译、解题思路、源代码。现在主要先发布,后期可能完善,源代码先期采用JAVA,未来可能增加C语言。这篇文章也很粗糙,不会排版,先这样吧。
595572594
·
2014-04-06 20:46
欧拉工程
我的
欧拉工程
之路_8
LargestproductinaseriesProblem8Findthegreatestproductoffiveconsecutivedigitsinthe1000-digitnumber.731671765313306249192251196744265747423553491949349698352031277450632623957831801698480186947885184385
595572594
·
2014-04-06 20:19
欧拉工程
数学问题
我的
欧拉工程
之路_7
10001stprimeProblem7Bylistingthefirstsixprimenumbers:2,3,5,7,11,and13,wecanseethatthe6thprimeis13.Whatisthe10001stprimenumber?第10001个素数Problem7列出前6个素数:2,3,5,7,11,和13,我们看到第6个素数为13.求第10001个素数?publicclas
595572594
·
2014-04-06 17:26
欧拉工程
数学问题
我的
欧拉工程
之路_6
SumsquaredifferenceProblem6Thesumofthesquaresofthefirsttennaturalnumbersis,12+22+...+102=385Thesquareofthesumofthefirsttennaturalnumbersis,(1+2+...+10)2=552=3025Hencethedifferencebetweenthesumofthesqu
595572594
·
2014-04-06 17:12
欧拉工程
数学问题
我的
欧拉工程
之路_5
SmallestmultipleProblem52520isthesmallestnumberthatcanbedividedbyeachofthenumbersfrom1to10withoutanyremainder.Whatisthesmallestpositivenumberthatisevenlydivisiblebyallofthenumbersfrom1to20?最小的乘数问题5252
595572594
·
2014-04-06 17:49
欧拉工程
数学问题
我的
欧拉工程
之路_4
LargestpalindromeproductProblem4Apalindromicnumberreadsthesamebothways.Thelargestpalindromemadefromtheproductoftwo2-digitnumbersis9009=9199.Findthelargestpalindromemadefromtheproductoftwo3-digitnumber
595572594
·
2014-04-06 16:37
欧拉工程
数学问题
我的
欧拉工程
之路_3
LargestprimefactorProblem3Theprimefactorsof13195are5,7,13and29.Whatisthelargestprimefactorofthenumber600851475143?最大的素数因数问题313195的素数因数是5,7,13和29.那么数字600851475143最大的素数因数的多少?publicclassEuler3{//返回一个一维素数
595572594
·
2014-04-05 21:06
欧拉工程
数学问题
欧拉工程
我的
欧拉工程
之路_3
LargestprimefactorProblem3Theprimefactorsof13195are5,7,13and29.Whatisthelargestprimefactorofthenumber600851475143?最大的素数因数问题313195的素数因数是5,7,13和29.那么数字600851475143最大的素数因数的多少?publicclassEuler3 { //返回一个一维
595572594
·
2014-04-05 21:06
欧拉工程
数学问题
我的
欧拉工程
之路_2
EvenFibonaccinumbersProblem2EachnewtermintheFibonaccisequenceisgeneratedbyaddingtheprevioustwoterms.Bystartingwith1and2,thefirst10termswillbe:1,2,3,5,8,13,21,34,55,89,...ByconsideringthetermsintheFibo
595572594
·
2014-04-05 21:39
欧拉工程
数学问题
我的
欧拉工程
之路_1
Multiplesof3and5Problem1Ifwelistallthenaturalnumbersbelow10thataremultiplesof3or5,weget3,5,6and9.Thesumofthesemultiplesis23.Findthesumofallthemultiplesof3or5below1000.3或5的倍数问题1如果我们列出所有10以下的且是3或5的倍数的自然
595572594
·
2014-04-05 20:16
欧拉工程
数学问题
pytohn的强大之处
今天终于见证了python的强大,做
欧拉工程
时计算2的1000次方,当我还在苦思用c++怎么写时,python一句话就搞定了。现在更加明白了一句哲理:写的代码越少,它能做的工作就越多。
jkhere
·
2013-03-22 14:00
C++
python
ProjectEuler,1-10题
先介绍一下,ProjectEuler,
欧拉工程
,是一个国外的练习数论的网站,总共300多道题目。
dingyaguang117
·
2012-08-19 12:00
上一页
1
2
下一页
按字母分类:
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
其他