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】
【
ProjectEuler
】
ProjectEuler
_020
usingSystem; usingSystem.Collections.Generic; usingSystem.Text; namespace
projecteuler
020 { classProgram
sytzz
·
2011-11-05 15:00
c
String
Class
【
ProjectEuler
】
ProjectEuler
_021
//Letd(n)bedefinedasthesumofproperdivisorsofn(numberslessthannwhichdivideevenlyinton). //Ifd(a)=bandd(b)=a,whereab,thenaandbareanamicablepairandeachofaandbarecalledamicablenumbers. // //Forexample,the
sytzz
·
2011-11-05 15:00
Integer
less
each
pair
Numbers
【
ProjectEuler
】
ProjectEuler
_019
//Youaregiventhefollowinginformation,butyoumayprefertodosomeresearchforyourself. // //1Jan1900wasaMonday. //ThirtydayshasSeptember, //April,JuneandNovember. //Alltheresthavethirty-one, //SavingFebruar
sytzz
·
2011-11-05 15:00
【
ProjectEuler
】
ProjectEuler
_017
usingSystem; usingSystem.Collections.Generic; usingSystem.Text; namespace
projecteuler
017 { classProgram
sytzz
·
2011-11-05 15:00
String
Class
【
ProjectEuler
】
ProjectEuler
_015
//Startinginthetopleftcornerofa22grid,thereare6routes(withoutbacktracking)tothebottomrightcorner. // // //Howmanyroutesaretherethrougha2020grid? usingSystem; usingSystem.Collections.Generic; usingSys
sytzz
·
2011-11-05 15:00
【
ProjectEuler
】
ProjectEuler
_016
usingSystem; usingSystem.Collections.Generic; usingSystem.Text; namespace
projecteuler
016 { classProgram
sytzz
·
2011-11-05 15:00
c
String
Class
360
【
ProjectEuler
】
ProjectEuler
_013
//Workoutthefirsttendigitsofthesumofthefollowingone-hundred50-digitnumbers. // //37107287533902102798797998220837590246510135740250 //46376937677490009712648124896970078050417018260538 //7432498619952
sytzz
·
2011-11-05 15:00
c
String
Class
360
2010
【
ProjectEuler
】
ProjectEuler
_014
usingSystem; usingSystem.Collections.Generic; usingSystem.Text; usingSystem.Collections; namespace
projecteuler
014
sytzz
·
2011-11-05 15:00
【
ProjectEuler
】
ProjectEuler
_010
usingSystem; usingSystem.Collections.Generic; usingSystem.Text; namespace
projecteuler
010 { classProgram
sytzz
·
2011-11-05 15:00
String
Class
【
ProjectEuler
】
ProjectEuler
_011
//Inthe2020gridbelow,fournumbersalongadiagonallinehavebeenmarkedinred. // //0802229738150040007504050778521250779108 //4949994017811857608717409843694804566200 //81493173557914299371406753883003491336
sytzz
·
2011-11-05 15:00
String
Class
UP
Numbers
【
ProjectEuler
】
ProjectEuler
_012
//Thesequenceoftrianglenumbersisgeneratedbyaddingthenaturalnumbers.Sothe7thtrianglenumberwouldbe1+2+3+4+5+6+7=28.Thefirsttentermswouldbe: // //1,3,6,10,15,21,28,36,45,55,... // //Letuslistthefactorsof
sytzz
·
2011-11-05 15:00
String
list
Class
Numbers
【
ProjectEuler
】
ProjectEuler
_009
//APythagoreantripletisasetofthreenaturalnumbers,abc,forwhich, // //a2+b2=c2 //Forexample,32+42=9+16=25=52. // //ThereexistsexactlyonePythagoreantripletforwhicha+b+c=1000. //Findtheproductabc. usingS
sytzz
·
2011-11-05 15:00
【
ProjectEuler
】
ProjectEuler
_007
//Bylistingthefirstsixprimenumbers:2,3,5,7,11,and13,wecanseethatthe6thprimeis13. // //Whatisthe10001stprimenumber? usingSystem; usingSystem.Collections.Generic; usingSystem.Text; namespaceprojecteul
sytzz
·
2011-11-05 15:00
【
ProjectEuler
】
ProjectEuler
_008
//Findthegreatestproductoffiveconsecutivedigitsinthe1000-digitnumber. // //73167176531330624919225119674426574742355349194934 //96983520312774506326239578318016984801869478851843 //8586156078911294949
sytzz
·
2011-11-05 15:00
【
ProjectEuler
】
ProjectEuler
_005
//2520isthesmallestnumberthatcanbedividedbyeachofthenumbersfrom1to10withoutanyremainder. // //Whatisthesmallestpositivenumberthatisevenlydivisiblebyallofthenumbersfrom1to20? usingSystem; usingSystem.
sytzz
·
2011-11-05 15:00
String
Class
each
Numbers
【
ProjectEuler
】
ProjectEuler
_006
//Thesumofthesquaresofthefirsttennaturalnumbersis, // //12+22+...+102=385 //Thesquareofthesumofthefirsttennaturalnumbersis, // //(1+2+...+10)2=552=3025 //Hencethedifferencebetweenthesumofthesquaresoft
sytzz
·
2011-11-05 15:00
【
ProjectEuler
】
ProjectEuler
_004
//Apalindromicnumberreadsthesamebothways.Thelargestpalindromemadefromtheproductoftwo2-digitnumbersis9009=9199. // //Findthelargestpalindromemadefromtheproductoftwo3-digitnumbers. usingSystem; usingSy
sytzz
·
2011-11-05 15:00
再谈project euler
haolloyin师兄已经在这里介绍了
projecteuler
这个很不错的算法练手网站,经过俺的亲身体会,觉得非常有必要推荐给各位同学。
bibodeng
·
2011-10-20 22:59
总结
思考
projecteuler
休闲
新版
再次分享我收藏的技术站点,主要是Python和PHP的
编程赖勇浩的编程私伙局TechParty:珠三角技术沙龙|打造泛珠三角技术圈线上线下交流的平台TopCoder,Inc.CodeGolf|Home蜻蜓点水举重若轻-沈崴-网易博客ThePythonChallenge
ProjectEuler
Code
岭南六少
·
2011-09-28 23:00
Python Django网站博客收藏
编程赖勇浩的编程私伙局TechParty:珠三角技术沙龙|打造泛珠三角技术圈线上线下交流的平台TopCoder,Inc.CodeGolf|Home蜻蜓点水举重若轻-沈崴-网易博客ThePythonChallenge
ProjectEuler
Code
岭南六少
·
2011-08-18 00:00
python
django
大数算法(大数相加)
这几天做
projecteuler
发现数学很重要啊!
iteye_12241
·
2011-06-19 16:04
Java网络编程
算法
大数算法(大数相加)
这几天做
projecteuler
发现数学很重要啊!
to_zoe_yang
·
2011-06-19 16:00
算法
学习Python的好网站
做完一题后,把URL中的pc改为pcc可以看到上一题的答案2)http://
projecteuler
.net/ 里面有200多道题目,不要要求提交代码,只要最终答案,提供用各种语言来解决问题。
非淡泊无以明志,非宁静无以致远--Stay Hungry, Stay Foolish
·
2011-06-17 20:00
projecteuler
第七题
public class Task_7 { /** * 求第10001个素数的值。 * * @param args */ public static void main(String[] args) { int count = 10001; int num = 2; for(;;num++){ if(isPrime(num)){
linuke
·
2011-06-07 10:00
project
About Project Euler 欧拉项目
http://
projecteuler
.netWhatis
ProjectEuler
?
comkingfly
·
2011-06-03 15:00
Algorithm
each
internet
methods
books
icons
Project Euler,值得推荐的编程网站以及我的一点体会
两周前看到“推荐几个好玩又有难度的编程网站”这篇文章,对里面提到的几个编程网站都进去看了一下,明显对作者首推的
ProjectEuler
(http://
projecteuler
.net/)编程网站很有兴趣
haolloyin
·
2011-05-30 15:26
python
推荐
coding
project
Euler
编程网站
Project Euler,值得推荐的编程网站以及我的一点体会
两周前看到“推荐几个好玩又有难度的编程网站”这篇文章,对里面提到的几个编程网站都进去看了一下,明显对作者首推的
ProjectEuler
(http://
projecteuler
.net/)编程网站很有兴趣
xxxx66yyyy
·
2011-05-30 15:26
coding
推荐
Python
Project
Euler
projecteuler
第六题
public class Task_6 { /** * 求(1+2+…+100)²-(1²+2²+22²+…+100²) * @param args */ public static void main(String[] args) { int n = 100; int sum1 = 0; int s
linuke
·
2011-05-30 09:00
java
projecteuler
第四题
public class Task_4 { /** * 求所有的两个三位数的乘积中,最大的回文数。 * @param args */ public static void main(String[] args) { int maxNumber = 0; for(int i = 999;i >= 100;i --){ for(int j =
linuke
·
2011-05-30 09:00
J#
projecteuler
第五题
public class Task_5 { /** * 求能被1、2、……、20整除的最小的正整数。 * @param args */ public static void main(String[] args) { long j = 1; for (; j < 2147483647; j++) { for (int i = 1; i <
linuke
·
2011-05-30 09:00
J#
ProjectEuler
第三题
Find the largest prime factor of a composite number. 求600851475143的最大质因数。 public class Task_3 { /** * 求600851475143的最大质因数。 * @param args */ public static void main(String[] args) {
linuke
·
2011-05-24 10:00
java
ProjectEuler
第二题
By considering the terms in the Fibonacci sequence whose values do not exceed four million, find the sum of the even-valued terms. 求Fibonacci数列(1,2,3,5,8,……)中所有小于4000000的偶数的和。 public class Tas
linuke
·
2011-05-24 10:00
C++
c
C#
ProjectEuler
第一题
Add all the natural numbers below one thousand that are multiples of 3 or 5. 求所有小于1000且能被3或5整除的自然数的和。 public class Task_1 { /** * 求所有小于1000且能被3或5整除的自然数的和。 * @param args */ public st
linuke
·
2011-05-24 10:00
project
我解决的第一个
projecteuler
问题
package com.yao.app; public class Euler1 { public static void main(String[] args) { int len = 1000; int[] arr = new int[len]; int sum = 0; for (int i = 0; i < len; i++) { if (i
水木清华77
·
2011-05-02 10:00
java
[Project Euler] 来做欧拉项目练习题吧: 题目020
[
ProjectEuler
]来做欧拉项目练习题吧:题目020 周银辉 题目描述:n!
周银辉
·
2011-04-20 22:00
[Project Euler] 来做欧拉项目练习题吧: 题目019
[
ProjectEuler
]来做欧拉项目练习题吧:题目019 周银辉 题目描述:Youaregiventhefollowinginformation
周银辉
·
2011-04-19 20:00
[Project Euler] 来做欧拉项目练习题吧: 题目018
[
ProjectEuler
]来做欧拉项目练习题吧:题目018 周银辉 问题描述:Bystartingatthetopofthetrianglebelowandmovingtoadjacentnumbersontherowbelow
周银辉
·
2011-03-29 22:00
【
ProjectEuler
题库第13题详细解答及代码】超大数字加法函数(C#)
原题是这样的: Workoutthefirsttendigitsofthesumofthefollowingone-hundred50-digitnumbers.3710728753390210279879799822083759024651013574025046376937677490009712648124896970078050417018260538743249861995247410
sytzz
·
2011-03-19 19:00
c
String
C#
Class
360
2010
[Project Euler] 来做欧拉项目练习题吧: 题目017
[
ProjectEuler
]来做欧拉项目练习题吧:题目017 周银辉 题目描述:Ifthenumbers1to5arewrittenoutinwords:
周银辉
·
2011-03-03 19:00
[Project Euler] 来做欧拉项目练习题吧: 题目016
[
ProjectEuler
]来做欧拉项目练习题吧:题目016 周银辉 问题描述215
周银辉
·
2011-02-25 21:00
[Project Euler] 来做欧拉项目练习题吧: 题目015
[
ProjectEuler
]来做欧拉项目练习题吧:题目015 周银辉 问题描述Startinginthetopleftcornerofa22grid
周银辉
·
2011-02-24 00:00
[Project Euler] 来做欧拉项目练习题吧: 题目014
[
ProjectEuler
]来做欧拉项目练习题吧:题目014 周银辉 问题描述Thefollowingiterativesequenceisdefinedforthesetofpositiveintegers
周银辉
·
2011-02-20 21:00
[Project Euler] 来做欧拉项目练习题吧: 题目013
[
ProjectEuler
]来做欧拉项目练习题吧:题目013 周银辉 问题描述:Workoutthefirsttendigitsofthesumofthefollowingone-hundred50
周银辉
·
2011-02-17 07:00
[Project Euler] 来做欧拉项目练习题吧: 题目012
[
ProjectEuler
]来做欧拉项目练习题吧:题目012 周银辉 问题描述: Thesequenceoftrianglenumbersisgeneratedbyaddingthenaturalnumbers.Sothe7thtrianglenumberwouldbe1
周银辉
·
2011-02-16 07:00
[Project Euler] 来做欧拉项目练习题吧: 题目011
[
ProjectEuler
]来做欧拉项目练习题吧:题目011 周银辉 问题描述:Inthe20x
周银辉
·
2011-02-15 08:00
[Project Euler] 来做欧拉项目练习题吧: 题目010
[
ProjectEuler
]来做欧拉项目练习题吧:题目010 周银辉 问题描述:hesumoftheprimesbelow10is2
周银辉
·
2011-02-14 07:00
Project Euler框架.
http://
projecteuler
.net 一个朋友推荐给我的,最近拿来打发时间(同时再次感到我那杯具的鸟语和数学是多么的不够用).做这种小东西我惯用js+windowsscript.但每次在cmd
chrisak
·
2011-02-09 13:00
框架
windows
function
Path
callback
Numbers
[Project Euler] 来做欧拉项目练习题吧: 题目009
[
ProjectEuler
]来做欧拉项目练习题吧:题目009 周银辉 问题描述:APythagoreantripletisasetofthreenaturalnumbers
周银辉
·
2011-01-27 08:00
[Project Euler] 来做欧拉项目练习题吧: 题目008
[
ProjectEuler
]来做欧拉项目练习题吧:题目008 周银辉 问题描述: Findthegreatestproductoffiveconsecutivedigitsinthe1000
周银辉
·
2011-01-25 18:00
[Project Euler] 来做欧拉项目练习题吧: 题目007
[
ProjectEuler
]来做欧拉项目练习题吧:题目007
周银辉
·
2011-01-22 14:00
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
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
其他