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
That Nice
Euler
Circuit(LA3263+几何)
That Nice
Euler
Circuit Time Limit:3000MS Memory Limit:0KB
·
2015-10-30 18:22
Euler
[Project
Euler
] Problem 48
The series, 11 + 22 + 33 + ... + 1010 = 10405071317. Find the last ten digits of the series, 11 + 22 + 33 + ... + 10001000. 用python解决这类问题实在是轻而易举了。一句话就可以了 print(str(sum([i**i for i
·
2015-10-30 15:35
project
[Project
Euler
]Problem 28
Starting with the number 1 and moving to the right in a clockwise direction a 5 by 5 spiral is formed as follows: 21 22 23 24 2520 7 8 9 1019 6 1 2 1118 5 4 3 1217 16 15 14 13 It can be verified t
·
2015-10-30 15:35
project
[Project
Euler
] Problem 19
You are given the following information, but you may prefer to do some research for yourself. 1 Jan 1900 was a Monday. Thirty days has September,April, June and November.All the rest have thir
·
2015-10-30 15:34
project
[Project
Euler
] Problem 18 & Problem 67
By starting at the top of the triangle below and moving to adjacent numbers on the row below, the maximum total from top to bottom is 23. 37 42 4 68 5 9 3 That is, 3 + 7
·
2015-10-30 15:34
project
[Project
Euler
] Problem 18 & Problem 67 Python解答
python编码还是需要努力啊 import io # read data f = open("D:\
Euler
\E18\Test.txt", "r"
·
2015-10-30 15:34
project
[Project
Euler
] Problem 28
Starting with the number 1 and moving to the right in a clockwise direction a 5 by 5 spiral is formed as follows: 21 22 23 24 25 20 7 8 9 10 19 6 1 2 11 18 5
·
2015-10-30 13:51
project
常微分方程初值问题数值解法
常微分方程初值问题数值解法 一、问题提出 科学计算中经常遇到微分方程(组)初值问题,需要利用
Euler
法,改进
Euler
法,Rung-Kutta方法求其数值解,诸如以下问题: (1)
·
2015-10-30 12:16
问题
回旋线科普
Wikipedia中,Transition curve 重定向到
Euler
spiral。 缓和曲线指的是平面线形中,在直线与圆曲线,圆曲线与圆曲线之间设置的曲率连续变化的曲线。
·
2015-10-30 11:24
科普
poj 2284 That Nice
Euler
Circuit 计算几何
主要内容是计算几何,利用了一个图论中的结论平面的区域个数 r=m-n+2,m为边数、n为点数 心血来潮,决定不用别人的模板,手写了模板 1:判断线段相交 2:判断点在线段上 都是些最基本的,不过这些以后就算我自己的啦,用别人的总感觉怪怪的 View Code #include <cstdio>#include <cstring>#include <
·
2015-10-30 10:03
Euler
欧拉角与万向节死锁
自:http://www.cnitblog.com/luckydmz/archive/2010/09/07/68674.html 首先来看一下什么是欧拉角(
Euler
angles)?
·
2015-10-30 10:10
死锁
C#使用CDO发送邮件
C#使用CDO发送邮件 Author:David
Euler
Date: 2004 / 11 / 18 Email:de_
euler
-
[email protected]
·
2015-10-28 09:11
发送邮件
hdu 1411(校庆神秘建筑)
补充知识: 欧拉四面体问题
Euler
's Tetrahedron Problem 以六条棱表示四面体的体积.
·
2015-10-28 08:13
HDU
欧拉函数 求小于某个数并与其互质的数的个数
1 const int maxn=32790; 2 int
euler
[maxn+2]; 3 void make() 4 { 5
euler
[1]=0; 6 for
·
2015-10-28 07:39
函数
UVA 10820 Send a Table
euler
_phi功能
除1,1其他外国x,y不等于 为 x<y 案件 一切y有phi(y)组合 F[x]= phi(i) 2<=i<=x 结果为 2*F[x]+1 Problem A Send a Table Input: Standard Input Output: Standard Output When participating in
·
2015-10-27 16:32
table
[Project
Euler
] Problem 30
Surprisingly there are only three numbers that can be written as the sum of fourth powers of their digits: 1634 = 1 4 + 6 4 + 3 4 + 4 4 8208 = 8 4 + 2 4 + 0 4 + 8 4 9474 = 9
·
2015-10-27 14:46
project
仪仗队(欧拉函数模板)
1 long long
euler
_phi(int n) 2 { 3 int m=(int)sqrt(n+0.5); 4 int ans=n; 5 for(int
·
2015-10-27 12:43
函数
bzoj2190
phi(x)即欧拉函数是少于或等于n的数中与互质的数的数目
Euler
函数表达通式:
euler
(x)=x(1-1/p1)(1-1/p2)(1-1/p3)(1-1/p4)…(1-1/pn),其中p1,p2
·
2015-10-27 11:11
ZOJ
USACO习题:Your Ride Is Here
我平时做题主要是在Project
Euler
上,USACO还是第一次听说,上去看看觉得还不错。因为考虑到要在内部开展,平时那么随意做做的话以后要讲起来不太方便,所以决定把解题思路记在这里。
·
2015-10-23 08:42
USACO
POJ 2513 字典树+并查集+欧拉路径
这样就是求图中是否存在欧拉路
Euler
-Pa
·
2015-10-23 08:43
poj
HDU-1878 欧拉回路 判定是否存在欧拉回路
图G的一个回路,若它恰通过G中每条边一次,则称该回路为欧拉(
Euler
)回路。具有欧拉回路的图称为欧拉图(简称E图)。
·
2015-10-23 08:36
HDU
Erdos
Erdős Pál(1913年3月26日-1996年9月20日),匈牙利籍犹太人,发表论文达1475篇(包括和人合写的),为现时发表论文第二多的数学家(第一是
Euler
);曾和509人合写论文
·
2015-10-23 08:37
dos
nyist 42 一笔画 (欧拉回路 + 并查集)
若该路径是一个圈,则称为欧拉(
Euler
)回路。 具有欧拉回路的图称为欧拉图(简称E图)。具有欧拉路径但不具有欧拉回路的图称为半欧拉图。
·
2015-10-21 13:49
并查集
Number of Rectangles in a Grid
Project
Euler
85: Investigating the number of rectangles in a rectangular grid Number of Rectangles
·
2015-10-21 12:32
number
[物理学与PDEs]第4章习题4 一维理想反应流体力学方程组的守恒律形式及其 R.H. 条件
写出在忽略粘性与热传导性, 即设 $\mu=\mu'=\kappa=0$ 的情况, 在
Euler
坐标系下具守恒律形式的一维反应流动力学方程组. 由此求出在解的强间断线上应满足的 R.H.
·
2015-10-21 11:00
des
[物理学与PDEs]第4章习题3 一维理想反应流体力学方程组的数学结构
证明:
Euler
坐标系下的一维反应流体力学方程组 (3. 10)-(3. 13) 也是一个一阶拟线性双曲型方程组.
·
2015-10-21 11:58
des
[物理学与PDEs]第2章习题6 有旋的 Navier-Stokes 方程组
由 Navier-Stokes 方程组描述的流体运动一般总是有旋的, 即若 $\rot{\bf u}={\bf 0}$, 则 Navier-Stokes 方程组 (3. 4)-(3. 5) 即化为
Euler
·
2015-10-21 11:44
des
[物理学与PDEs]第2章习题1 无旋时的
Euler
方程
试证明: 当流场为无旋, 即 $\rot{\bf u}={\bf 0}$ 时, 理想流体的
Euler
方程可写为如下形式: $$\bex \cfrac{\p {\bf u}}{\p t}+\n \cfrac
·
2015-10-21 11:42
Euler
51nod 1136 欧拉函数
此函数以其首名研究者欧拉命名,它又称为
Euler
'stotientfunction、φ函数、欧拉商数等。例如:φ(8)=4(Phi(8)=4),因为1,3,5,7均和8互质。Input输入一个数N。
h1021456873
·
2015-10-17 16:00
Project
Euler
Problem 80-高精度开方-牛顿逼近法
Itiswellknownthatifthesquarerootofanaturalnumberisnotaninteger,thenitisirrational.Thedecimalexpansionofsuchsquarerootsisinfinitewithoutanyrepeatingpatternatall.Thesquarerootoftwois1.414213562373095048
BlackJoker
·
2015-10-13 13:00
BigDecimal
高精度开方
开方
牛顿逼近法
欧拉project
Project
Euler
Problem 76-整数分拆
Itispossibletowritefiveasasuminexactlysixdifferentways:4+13+23+1+12+2+12+1+1+11+1+1+1+1Howmanydifferentwayscanonehundredbewrittenasasumofatleasttwopositiveintegers?下面是解题代码:publicstaticvoidmain(String[
BlackJoker
·
2015-10-13 13:00
递归
project
problem
Euler
整数分拆
欧拉
76
Project
Euler
Problem 75
Itturnsoutthat12cmisthesmallestlengthofwirethatcanbebenttoformanintegersidedrightangletriangleinexactlyoneway,buttherearemanymoreexamples.12cm:(3,4,5)24cm:(6,8,10)30cm:(5,12,13)36cm:(9,12,15)40cm:(8,1
BlackJoker
·
2015-10-13 13:00
project
problem
Euler
Euler
勾股数
75
素数判别和大数分解
在历史上,这个问题曾经吸引了包括费马(Fermat)、欧拉(
Euler
)、勒让德(Legendre)和高斯(Gauss)在内的大批数学家,他们花费了大量的时间和精力去研究这个问题。
jjqfox
·
2015-10-12 16:38
大数分解
素数判别和大数分解
在历史上,这个问题曾经吸引了包括费马(Fermat)、欧拉(
Euler
)、勒让德(Legendre)和高斯(Gauss)在内的大批数学家,他们花费了大量的时间和精力去研究这个问题。
jjqfox
·
2015-10-12 16:38
大数分解
素数判别和大数分解
在历史上,这个问题曾经吸引了包括费马(Fermat)、欧拉(
Euler
)、勒让德(Legendre)和高斯(Gauss)在内的大批数学家,他们花费了大量的时间和精力去研究这个问题。
jjqfox
·
2015-10-12 16:38
大数分解
欧拉函数
欧拉函数:是少于或等于n的数中与n互质的数的数目欧拉函数的值通式:
Euler
(x)=x(1-1/p1)(1-1/p2)(1-1/p3)(1-1/p4)…..(1-1/pn),其中p1,p2……pn为x的所有质因数
qingshui23
·
2015-10-09 19:00
欧拉函数
【HDOJ 2824】 The
Euler
function (欧拉筛)
【HDOJ2824】TheEulerfunction(欧拉筛)TheEulerfunctionTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):4594 AcceptedSubmission(s):1922ProblemDescriptionTheEule
ChallengerRumble
·
2015-09-17 19:00
各种旋转表示方法
在三维空间中,旋转变换是最基本的变换类型之一,有多种描述方式,如
Euler
角、旋转矩阵、旋转轴/旋转角度、四元数等。本文将介绍各种描述方式以及它们之间的转换。旋转矩阵用一个3阶正
u011058765
·
2015-09-15 16:00
旋转
【Project
Euler
】3 第三题
//Theprimefactorsof13195are5,7,13and29. //Whatisthelargestprimefactorofthenumber600851475143? staticvoidMain(string[]args) { //int[]number=newint[100]; long[]nu
NoMasp
·
2015-09-08 21:00
欧拉工程
【Project
Euler
】8 第八题
APythagoreantripletisasetofthreenaturalnumbers,a
NoMasp
·
2015-09-08 21:00
【Project
Euler
】4 第四题
//Apalindromicnumberreadsthesamebothways.Thelargestpalindromemadefromtheproductoftwo2-digitnumbersis9009=91×99.//Findthelargestpalindromemadefromtheproductoftwo3-digitnumbers. staticvoidMain(s
NoMasp
·
2015-09-08 21:00
【Project
Euler
】5 第五题
//2520isthesmallestnumberthatcanbedividedbyeachofthenumbersfrom1to10withoutanyremainder.//Whatisthesmallestpositivenumberthatisevenlydivisiblebyallofthenumbersfrom1to20? staticvoidMain(string[
NoMasp
·
2015-09-08 21:00
【Project
Euler
】7 第七题
//Bylistingthefirstsixprimenumbers:2,3,5,7,11,and13,wecanseethatthe6thprimeis13.//Whatisthe10001stprimenumber?staticvoidMain(string[]args) { intcount=0; for(inti=3;i<100000
NoMasp
·
2015-09-08 21:00
【Project
Euler
】6 第六题
//Thesumofthesquaresofthefirsttennaturalnumbersis, //12+22+...+102=385 //Thesquareofthesumofthefirsttennaturalnumbersis, //(1+2+...+10)2=552=3025 //Hencethedifferencebetweent
NoMasp
·
2015-09-08 21:00
【Project
Euler
】2 第二题
//EachnewtermintheFibonaccisequenceisgeneratedbyaddingtheprevioustwoterms.Bystartingwith1and2,thefirst10termswillbe://1,2,3,5,8,13,21,34,55,89,...//ByconsideringthetermsintheFibonaccisequencewhoseva
NoMasp
·
2015-09-08 21:00
欧拉工程
【Project
Euler
】9 第九题
APythagoreantripletisasetofthreenaturalnumbers,a
NoMasp
·
2015-09-08 21:00
【Project
Euler
】1 第一题
//Ifwelistallthenaturalnumbersbelow10thataremultiplesof3or5,weget3,5,6and9.Thesumofthesemultiplesis23.//Findthesumofallthemultiplesof3or5below1000. staticvoidMain() { intsum=0;
NoMasp
·
2015-09-08 21:00
欧拉函数
欧拉函数
Euler
(x)
Euler
(n)表示1-n之间与n互质的个数,例如
Euler
(4)=2,其中1和3与4互质。(数论里面规定
Euler
(1)=1,并且1与任何数互质)。
殇雪
·
2015-09-07 21:00
欧拉函数(例:HDU1286 找新朋友)
此函数以其首名研究者欧拉命名,它又称为
Euler
’stotientfunction、φ函数、欧拉商数等。例如φ(8)=4,因为1,3,5,7均和8互质。
q390898664
·
2015-09-06 20:00
POJ 1284 Primitive Roots(欧拉函数)
每组用例占一行为一素数p,以文件尾结束输入Output对于每组用例,输出p的原根个数SampleInput233179SampleOutput10824Solution此处用到一个定理:如果p有原根,则它有
euler
V5ZSQ
·
2015-09-04 08:00
上一页
12
13
14
15
16
17
18
19
下一页
按字母分类:
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
其他