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
Euler
Project
Euler
Problem 75
It turns out that 12 cm is the smallest length of wire that can be bent to form an integer sided right angle triangle in exactly one way, but there are many more examples. 12 cm: (3,4,5) 24 cm: (6
OpenMind
·
2012-01-02 18:00
Euler
75
勾股数
Problem20
package com.yao.shuimu.
euler
; import java.util.ArrayList; import java.util.List; /** * Created
水木清华77
·
2011-12-15 14:00
java
Algorithm
Euler
hdu 2824 The
Euler
function(筛法欧拉函数)
The
Euler
function Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768
gzhu_101majia
·
2011-12-04 23:00
数据结构
C++
算法
ACM
OGRE中的四元数与旋转
旋转的方式大致分为三种:
Euler
旋转,矩阵旋转,以及四元数旋转。这里稍微记录下我目前对于四元数旋转的理解。对于四元数方面的数学,以及其原理,这里不关心,只需要学会如何使用即可。
weiqubo
·
2011-11-22 16:00
Math
vector
object
basic
RSA算法从数学基础到实例全面解析
对于模m同余记作例如1≡13(mod12),可以理解为时钟上1点和13点的指针位置相同重要性质例如1^5=1,13^5=371293=30941*12+1即1^5≡1≡13^5(mod12)2、欧拉函数(
Euler
'stotientfunct
boksic
·
2011-11-20 21:00
算法
加密
python
function
解密
扩展
世界最伟大的数学家之欧拉
欧拉(Leonhard
Euler
公元1707-1783年) 1707年出生在瑞士的巴塞尔(Basel)城,13岁就进巴塞尔大学读书,得到当时最有名的数学家约翰·伯努利(Johann Bernoulli
free4294
·
2011-11-17 23:00
工作
读书
HDU_Steps7.2 HDU2824 HDU1787 HDU1757 HDU3579 HDU1299
7.2.1HDU2824TheEulerfunction欧拉函数,打表sum[i]表示phi[1]到phi[i]的和,最后输出sum[b]-sum[a-1]7.2.2HDU1787GCDAgain结果是n-
euler
swm8023
·
2011-10-21 23:00
再谈project
euler
师兄的文章里全面介绍了projecteuler这个网站,我想续写一下,顺便总结这些天玩
euler
题目的心得。通常解一道题并不是马上就会有思路,可以先将这个问题放到头脑中进行思
bibodeng
·
2011-10-20 22:59
总结
思考
projecteuler
休闲
新版
OGRE中的四元数与旋转
旋转的方式大致分为三种:
Euler
旋转,矩阵旋转,以及四元数旋转。 这里稍微记录下我目前对于四元数旋转的理解。
zhuxiaoyang2000
·
2011-10-19 23:00
Math
vector
object
basic
Matrix
Components
求欧拉函数
int
euler
(int x)//求欧拉函数 { int i, res = x; for(i=2; i 1) res = res / x * (x-1);
zh_blog
·
2011-09-29 08:00
[Project
Euler
, Problem 24] 一道编程题引起的思考
最近和同事们讨论了一道小编程题, Project
Euler
的第24题. 有的同事能够解出来, 有的同事解不出来,有的同事很快, 有的同事比较慢.
wjason
·
2011-09-28 09:00
project
The 36th ACM/ICPC Asia Regional Dalian Site —— Online Contest Find the maximum
pid=4002 ProblemDescription
Euler
'sTotientfunction,φ(n)[sometimescalledthephifunction
smallacmer
·
2011-09-21 14:00
欧拉函数
此函数以其首名研究者欧拉命名,它又称为
Euler
'stotientfunction、φ函数、欧拉商数等。例如φ(8)=4,因为1,3,5,7均和8互质。从欧拉函数引伸出来在环论方面的事实和拉格朗日
Tsaid
·
2011-09-05 21:00
Find the maximum/hdoj 4002 2011 Regional Dalian Online
euler
fuction
这题是用来求1到n间i/
euler
(i)最大值。可得x/(x(1-1/p1)(1-1/p2)(1-1/p3).....(1-1/pn)) (pi为x的质因数),则有p1*p2*p3....
paul08colin
·
2011-09-04 22:00
String
table
Class
import
Euler
第三题
帮同学做道题....其实真没什么好的做法.... 1 def getList(n): 2 result = [] 3 count = 3 4 max = n 5 while max%2 == 0: 6 max /= 2 7 result.append(2) 8 9 while count <= max:10
飞林沙
·
2011-07-31 23:00
Creating a simple first-person camera system
hide]1Introduction2BasicunderstandingoftheSceneNodeconcept3Detailsabouthowtoachievethedesiredeffect3.1
Euler
'sanglesandgimball
swq0553
·
2011-07-23 18:00
【欧拉函数】POJ 2407 Relatives
此函数以其首名研究者欧拉命名,它又称为
Euler
's totient function、φ函数、欧
基德KID.1412
·
2011-07-23 15:00
编程
C++
c
算法
ACM
浅谈Ogre的四元数与旋转-1
目录:·1简介·2必备知识 ·2.1向量(Vectors)·3欧拉(
Euler
)旋转·4矩阵(Matrix)旋转·5四元数(Quaternion)旋转·6问题 ·6.1四元数
huangzeyy
·
2011-07-14 11:00
弗罗莱(Fleury)算法,求欧拉(
Euler
)通路/回路
1、基本概念:(1)定义欧拉通路 (欧拉迹)—通过图中每条边一次且仅一次,并且过每一顶点的通路。欧拉回路 (欧拉闭迹)—通过图中每条边一次且仅一次,并且过每一顶点的回路。欧拉图—存在欧拉回路的图。欧拉图就是从一顶出发每条边恰通过一次又能回到出发顶点的那种图,即不重复的行遍所有的边再回到出发点。通路和回路-称vie1e2…envj为一条从 vi到 vj且长度为n的通路,其中长度是指通路中边的条数.称
niushuai666
·
2011-06-16 18:00
算法
存储
Graph
input
语言
图形
About Project
Euler
欧拉项目
http://projecteuler.netWhatisProjectEuler?ProjectEulerisaseriesofchallengingmathematical/computerprogrammingproblemsthatwillrequiremorethanjustmathematicalinsightstosolve.Althoughmathematicswillhelpyo
comkingfly
·
2011-06-03 15:00
Algorithm
each
internet
methods
books
icons
Poj 1386 欧拉回路
以下给出
Euler
图的相关知识:
Euler
回路:G中经过每条边
Gotta Write A Code
·
2011-06-02 11:00
Project
Euler
,值得推荐的编程网站以及我的一点体会
两周前看到“推荐几个好玩又有难度的编程网站”这篇文章,对里面提到的几个编程网站都进去看了一下,明显对作者首推的ProjectEuler(http://projecteuler.net/)编程网站很有兴趣——“一分钟原则”、只要求结果正确、都是描述简短明了的数学题。下面会给出个人认为ProjectEuler更有意思的特点。 比ACMOJ要求少、题目类型单一、任意语言实现我曾经在ZOJ(浙江大学AC
haolloyin
·
2011-05-30 15:26
python
推荐
coding
project
Euler
编程网站
Project
Euler
,值得推荐的编程网站以及我的一点体会
两周前看到“推荐几个好玩又有难度的编程网站”这篇文章,对里面提到的几个编程网站都进去看了一下,明显对作者首推的ProjectEuler(http://projecteuler.net/)编程网站很有兴趣——“一分钟原则”、只要求结果正确、都是描述简短明了的数学题。下面会给出个人认为ProjectEuler更有意思的特点。比ACMOJ要求少、题目类型单一、任意语言实现我曾经在ZOJ(浙江大学ACM在
xxxx66yyyy
·
2011-05-30 15:26
coding
推荐
Python
Project
Euler
Project
Euler
每帖一题(005)
题目: 引用 2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder. What is the smallest positive number that is evenly divisible by all of the nu
rokuan
·
2011-05-11 10:00
算法
python
J#
Project
Euler
每帖一题(006)
题目: 引用 The sum of the squares of the first ten natural numbers is, 12 + 22 + ... + 102 = 385 The square of the sum of the first ten natural numbers is, (1 + 2 + ... + 10)2 = 552 = 3025 H
rokuan
·
2011-05-11 08:00
python
Project
Euler
每帖一题(002)
题目: 引用 Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 terms will be: 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, ... B
rokuan
·
2011-05-10 21:00
python
Project
Euler
每帖一题(001)
引用 题目: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 all the multiples of 3 or 5 below 1000.
rokuan
·
2011-05-10 20:00
python
J#
继续欧拉
package com.yao.app.
euler
; public class
Euler
2 { public static void main(String[] args) { int
水木清华77
·
2011-05-02 10:00
F#
我解决的第一个projecteuler问题
package com.yao.app; public class
Euler
1 { public static void main(String[] args) { int len =
水木清华77
·
2011-05-02 10:00
java
[Project
Euler
] 来做欧拉项目练习题吧: 题目020
[ProjectEuler]来做欧拉项目练习题吧:题目020 周银辉 题目描述:n!means n x (n 1)x ...x 3x 2x 1Forexample,10!=10x 9x ...x 3x 2x 1=3628800,andthesumofthedigitsinthenumber10!is3+6+2+
周银辉
·
2011-04-20 22:00
[Project
Euler
] 来做欧拉项目练习题吧: 题目019
[ProjectEuler]来做欧拉项目练习题吧:题目019 周银辉 题目描述:Youaregiventhefollowinginformation,butyoumayprefertodosomeresearchforyourself.1Jan1900wasaMonday.ThirtydayshasSeptember,A
周银辉
·
2011-04-19 20:00
欧拉函数
例如
euler
(8)=4,因为1,3,5,7均和8互质。
Once_HNU
·
2011-04-05 14:00
[Project
Euler
] 来做欧拉项目练习题吧: 题目018
[ProjectEuler]来做欧拉项目练习题吧:题目018 周银辉 问题描述:Bystartingatthetopofthetrianglebelowandmovingtoadjacentnumbersontherowbelow,themaximumtotalfromtoptobottomis23.3
周银辉
·
2011-03-29 22:00
[Project
Euler
] 来做欧拉项目练习题吧: 题目017
[ProjectEuler]来做欧拉项目练习题吧:题目017 周银辉 题目描述:Ifthenumbers1to5arewrittenoutinwords:one,two,three,four,five,thenthereare3+3+5+4+4=19lettersusedintotal.Ifallthenumbersfrom1to1000(oneth
周银辉
·
2011-03-03 19:00
pku 2888 Magic Bracelet
解法:polya计数,sum=sigma(
Euler
(n/i)*Gettr(i))/n {i|n} 主
A code a day, keeps the girls away!
·
2011-02-27 18:00
[Project
Euler
] 来做欧拉项目练习题吧: 题目016
[ProjectEuler]来做欧拉项目练习题吧:题目016 周银辉 问题描述215 =32768andthesumofitsdigitsis3+2+7+6+8=26.Whatisthesumofthedigitsofthenumber21000? 问题分析:直接用大数乘法就
周银辉
·
2011-02-25 21:00
[Project
Euler
] 来做欧拉项目练习题吧: 题目015
[ProjectEuler]来做欧拉项目练习题吧:题目015 周银辉 问题描述Startinginthetopleftcornerofa22grid,thereare6routes(withoutbacktracking)tothebottomrightcorner.Howmanyroutesarethe
周银辉
·
2011-02-24 00:00
[Project
Euler
] 来做欧拉项目练习题吧: 题目014
[ProjectEuler]来做欧拉项目练习题吧:题目014 周银辉 问题描述Thefollowingiterativesequenceisdefinedforthesetofpositiveintegers:n --> n/2(n iseven)n --> 3n +1(n isodd
周银辉
·
2011-02-20 21:00
[Project
Euler
] 来做欧拉项目练习题吧: 题目013
[ProjectEuler]来做欧拉项目练习题吧:题目013 周银辉 问题描述:Workoutthefirsttendigitsofthesumofthefollowingone-hundred50-digitnumbers.37107287533902102798797998220837590246
周银辉
·
2011-02-17 07:00
[Project
Euler
] 来做欧拉项目练习题吧: 题目012
[ProjectEuler]来做欧拉项目练习题吧:题目012 周银辉 问题描述: Thesequenceoftrianglenumbersisgeneratedbyaddingthenaturalnumbers.Sothe7thtrianglenumberwouldbe1+2+3+4+5+6+7=28.
周银辉
·
2011-02-16 07:00
[Project
Euler
] 来做欧拉项目练习题吧: 题目011
[ProjectEuler]来做欧拉项目练习题吧:题目011 周银辉 问题描述:Inthe20x 20gridbelow,fournumbersalongadiagonallinehavebeenmarkedinred.080222973815004000750405077852125077
周银辉
·
2011-02-15 08:00
[Project
Euler
] 来做欧拉项目练习题吧: 题目010
[ProjectEuler]来做欧拉项目练习题吧:题目010 周银辉 问题描述:hesumoftheprimesbelow10is2+3+5+7=17.Findthesumofalltheprimesbelowtwomillion. 问题分析:求小于2000000的所有素数之和。非常简单,
周银辉
·
2011-02-14 07:00
Project
Euler
框架.
windowsscript.但每次在cmd下敲cscriptbalabala....之类的是在烦不胜烦.加之纯js要代码重用只有copy&paste.弄个hta/html之类的又太麻烦.所以就做了这么个小玩意.
euler
.wsf
chrisak
·
2011-02-09 13:00
框架
windows
function
Path
callback
Numbers
[Project
Euler
] 来做欧拉项目练习题吧: 题目009
[ProjectEuler]来做欧拉项目练习题吧:题目009 周银辉 问题描述:APythagoreantripletisasetofthreenaturalnumbers, a n)a=m^2-n^2b=2*m*nc=m^2+n^2由于题目要求a+b+c=2*m^2+2*m*n=1000
周银辉
·
2011-01-27 08:00
[Project
Euler
] 来做欧拉项目练习题吧: 题目008
[ProjectEuler]来做欧拉项目练习题吧:题目008 周银辉 问题描述: Findthegreatestproductoffiveconsecutivedigitsinthe1000-digitnumber.731671765313306249192251196744265
周银辉
·
2011-01-25 18:00
[Project
Euler
] 来做欧拉项目练习题吧: 题目007
[ProjectEuler]来做欧拉项目练习题吧:题目007 周银辉 问题描述:Bylistingthefirstsixprimenumbers:2,3,5,7,11,and13,wecanseethatthe6t
周银辉
·
2011-01-22 14:00
[Project
Euler
] 来做欧拉项目练习题吧: 题目006
[ProjectEuler]来做欧拉项目练习题吧:题目006 周银辉 问题描述:Thesumofthesquaresofthefirsttennaturalnumbersis,12 +22 +...+102 =385Thesquareofthesumofthefirsttennatural
周银辉
·
2011-01-22 08:00
[Project
Euler
] 来做欧拉项目练习题吧: 题目005
[ProjectEuler]来做欧拉项目练习题吧:题目005 周银辉 问题描述:2520isthesmallestnumberthatcanbedividedbyeachofthenumbersfrom1to10withoutanyremainder.Whatisthesmallestposit
周银辉
·
2011-01-20 19:00
[Project
Euler
] 来做欧拉项目练习题吧: 题目003
[ProjectEuler]来做欧拉项目练习题吧:题目003 周银辉 问题描述:Theprimefactorsof13195are5,7,13and29.Whatisthelargestprimefactorofthenumber600851475143? (先思考,如果有兴趣先编程试试,然后才看下面的内容)
周银辉
·
2011-01-09 20:00
Problem 2 – Project
Euler
EachnewtermintheFibonaccisequenceisgeneratedbyaddingtheprevioustwoterms.Bystartingwith1and2,thefirst10termswillbe:1,2,3,5,8,13,21,34,55,89,…ByconsideringthetermsintheFibonaccisequencewhosevaluesdonote
冰下海
·
2011-01-02 00:00
python
projecteuler
上一页
18
19
20
21
22
23
24
25
下一页
按字母分类:
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
其他