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
【工程数学】若干种解常微分方程的算法
//ConsoleAppDifferential_
Euler
_Solu.cpp:定义控制台应用程序的入口点。
EbowTang
·
2014-12-13 17:00
C++
微分方程
欧拉法
改进欧拉法
龙格库塔法
网络安全常用数学定理
费尔玛(Fermat)定理和欧拉(
Euler
)定理在公钥密码体制中起着重要作用。
a359680405
·
2014-12-12 10:00
欧拉函数
欧几里德算法
欧拉定理
中国剩余定理
费尔马定理
unity3d的矩阵元素存储方式
想知道u3d矩阵各个元素的存储方式,所以测试了一下 Matrix4x4m=Matrix4x4.TRS(newVector3(1,2,3),Quaternion.
Euler
(0,0,30
qzzlw
·
2014-11-25 20:00
Wallis公式及其应用
然后讲述Wallis公式的两个重要应用,即推导Stirling公式和求解
Euler
-Poisson积分。一次在一个机器学习群里面看到讨论这个公式,借此机会总结一下。
ACdreamers
·
2014-11-25 16:35
基础数学
Wallis公式及其应用
然后讲述Wallis公式的两个重要应用,即推导Stirling公式和求解
Euler
-Poisson积分。一次在一个机器学习群里面看到讨论这个公式,借此机会总结一下。
ACdreamers
·
2014-11-25 16:00
Project
Euler
- 13
问题:Workoutthefirsttendigitsofthesumofthefollowingone-hundred50-digitnumbers.3710728753390210279879799822083759024651013574025046376937677490009712648124896970078050417018260538743249861995247410594742
u013647382
·
2014-11-24 18:00
算法
欧拉项目
UVA 10820 Send a Table
euler
_phi函数
除1,1外其他的x,y都不相等对于x #include #include #include usingnamespacestd; constintmaxn=55000; longlongintphi[maxn]; voidphi_table() { phi[1]=1LL; for(inti=2;i
u012797220
·
2014-11-19 10:00
The
Euler
function
Link:http://acm.hdu.edu.cn/showproblem.php?pid=2824TheEulerfunctionTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):3889 AcceptedSubmission(s):1613Probl
Enjoying_Science
·
2014-11-14 23:00
ACM
ZOJ 2595 Ackerman's Function
ZOJ2595Ackerman’sFunctionsourcecode(ZOJ2595.cpp) [recursion,numbertheory,
Euler
'stheorem]求Ackerman函数A(
u011788531
·
2014-11-05 20:00
ZOJ 2674 Strange Limit
ZOJ2674StrangeLimitsourcecode(ZOJ2674.c) [recursion,numbertheory,
Euler
'stheorem]求aa..a%m!的极限。
u011788531
·
2014-11-05 20:00
Project
Euler
- 6
欧拉项目第6题:problem:Thesumofthesquaresofthefirsttennaturalnumbersis,12+22+...+102=385Thesquareofthesumofthefirsttennaturalnumbersis,(1+2+...+10)2=552=3025Hencethedifferencebetweenthesumofthesquaresofthefi
u013647382
·
2014-10-28 12:00
算法
欧拉项目
Project
Euler
#1: Multiples of 3 and 5
Ifwelistallthenaturalnumbersbelow10thataremultiplesof3or5,weget3,5,6and9.Thesumofthesemultiplesis23.Findthesumofallthemultiplesof3or5belowN.InputFormatFirstlinecontainsTthatdenotesthenumberoftestcases
Roy_Yuan
·
2014-10-27 23:00
c
Project
Euler
- 5
欧拉项目题目4problem: 2520isthesmallestnumberthatcanbedividedbyeachofthenumbersfrom1to10withoutanyremainder.Whatisthesmallestpositivenumberthatisevenlydivisiblebyallofthenumbersfrom1to20?translation: 能整除1到
u013647382
·
2014-10-24 20:00
算法
欧拉项目
Project
Euler
- 4
problem:Apalindromicnumberreadsthesamebothways.Thelargestpalindromemadefromtheproductoftwo2-digitnumbers is9009=91×99.Findthelargestpalindromemadefromtheproductoftwo3-digitnumbers. 题目意思是两个2位数相乘最大的回文数字
u013647382
·
2014-10-23 13:00
算法
欧拉项目
Project
Euler
- 3
欧拉项目题目3problem: Theprimefactorsof13195are5,7,13and29.Whatisthelargestprimefactorofthenumber600851475143?solution: 这个问题是求质因子(n可以被600851475143整除,且自身是一个质数)。我们知道最小的质数是2,那么从2开始,一直用600851475143整除factor,如果能
u013647382
·
2014-10-23 09:00
算法
欧拉项目
UVALive 3263 That Nice
Euler
Circuit 计算几何欧拉定理
欧拉定理:P+F-E=2ThatNiceEulerCircuitTimeLimit: 3000MS MemoryLimit: Unknown 64bitIOFormat: %lld&%lluSubmit StatusDescriptionLittleJoeyinventedascrabblemachinethathecalledEuler,afterthegreatmathematician.In
u012797220
·
2014-10-21 12:00
hdu1286 找新朋友 (欧拉函数法)
(pn-1)/pn;#include #include #include usingnamespacestd; inteuler(intx)//
Euler
模板 { inti,res=x; for(i=
svtter
·
2014-10-17 23:00
hdu1286 找新朋友 (欧拉函数法)
(pn-1)/pn;#include #include #include usingnamespacestd; inteuler(intx)//
Euler
模板 { inti,res=x; for(i=
svtter
·
2014-10-17 23:00
mdd的烦恼
此函数以其首名研究者欧拉命名,它又称为
Euler
'stotientfunction、φ函数、欧拉商数等。例如φ(8)=4,因为1,3,5,7均和8互质。
u012629369
·
2014-09-23 13:00
数学
UVALive - 3263 That Nice
Euler
Circuit (几何)
UVALive-3263ThatNiceEulerCircuit(几何)ACM题目地址: UVALive-3263ThatNiceEulerCircuit题意: 给出一个点,问连起来后的图形把平面分为几个区域。分析: 欧拉定理有:设平面图的顶点数、边数、面数分别V,E,F则V+F-E=2 大白的题目,做起来还是很有技巧的。代码:/* *Author:illuz *File:LA3263.cpp *
hcbbt
·
2014-09-19 20:00
ACM
UVA 1342 That Nice
Euler
Circuit(二维几何基础)
UVA1342ThatNiceEulerCircuit(二维几何基础)http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=528&page=show_problem&problem=4088题意: 平面上有一个包含n个端点的一笔画,第n个端点总是和第1个端点重合,因此图案是一个闭合曲线
u013480600
·
2014-09-12 20:00
Algorithm
算法
ACM
Unity3D游戏开发之自由视角状态下的角色控制(二)
Target.GetComponent().State==NoLockiVew_Player.PlayerState.Walk) { Target.rotation=Quaternion.
Euler
book_longssl
·
2014-09-12 09:00
unity
unity教程
unity3d
Unity3D游戏
【UVA】1342 - That Nice
Euler
Circuit(几何+欧拉定理)
E为边数,V为点数,F为面数那么F=E+2-V(其中包括了一个无限大的面)这道题被自己的习惯坑了一下#defineMAXD300+10和#defineMAXD310是不一样的141132351342ThatNiceEulerCircuitAcceptedC++0.0822014-08-2915:12:20自己的代码:#include #include #include #include #incl
u013451221
·
2014-08-29 23:00
【欧拉函数】 HDOJ 2824 The
Euler
function
筛选法求欧拉函数。。。#include #include #include #include #include #include #include #include #include #include #include #include #include #definemaxn3000005 #definemaxm3000005 #defineeps1e-10 #definemod99824435
blankcqk
·
2014-08-22 15:00
HDU
Unity 子弹做法总结
直接给予伤害及特效音效表现.而子弹只是作为一道快速的直线飞过.并没有什么判断逻辑.代码如下(JS版):发射: //Spawnvisualbullet varconeRandomRotation=Quaternion.
Euler
ainn_pp
·
2014-08-21 17:00
unity
对比三维空间旋转的几种方法——欧拉角、绕轴的旋转、矩阵、四元数、双四元数
欧拉角(
Euler
-Angles)1.1 介绍欧拉角包括3个旋转,根据这3个旋转来指定一个刚体的朝向。这3个
huang9012
·
2014-08-20 17:00
Project
Euler
26 计算小数位循环的位数
Aunitfractioncontains1inthenumerator.Thedecimalrepresentationoftheunitfractionswithdenominators2to10aregiven:1/2= 0.51/3= 0.(3)1/4= 0.251/5= 0.21/6= 0.1(6)1/7= 0.(142857)1/8= 0.1251/9= 0.(1)1/10= 0.1W
q745401990
·
2014-08-20 15:00
python
projecteuler
欧拉函数 (
Euler
Function)
欧拉函数: 少于或等于n的数中(1到n中),与n互质的数的数目。(互质:最大公约数为1)欧拉函数为积性函数, 其通式为:φ(x) = x(1-1/p1)(1-1/p2)(1-1/p3)(1-1/p4)…..(1-1/pn)其中p1, p2……pn为x的所有质因数,x是不为0的整数。φ(1) = 1。欧拉函数递推公式:若(n%a==0&&(n/a)%a==0),则有:phi[n]=ph
yew1eb
·
2014-08-19 11:00
欧拉函数
此函数以其首名研究者欧拉命名,它又称为
Euler
'stotientfunction、φ函数、欧拉商数等。例如φ(8)=4,因为1,3,5,7均和8互质。
Tc_To_Top
·
2014-08-18 17:00
数论
欧拉函数
欧拉函数总结【数论】【欧拉函数】
欧拉函数的定义:
euler
(k)=([1,n-1]中与n互质的整数个数).eg:
euler
(8)=4,因为1,3,5,7均和8互质。
zwzwzwh
·
2014-08-04 13:07
数学
数论
欧拉函数
poj1637 Sightseeing tour,混合图的欧拉回路问题,最大流解
欧拉回路(
Euler
circuit)——通过图中每条边一次且仅一次,并且过每一顶点的回路。 欧拉图——存在欧拉回路的图。
yew1eb
·
2014-08-03 17:00
NYOJ998---Sum
d*
Euler
(n/d)就是因子为gcd(x,n)=d,从而求gcd(x,n)的和。/************ Author:jiabe
u013050857
·
2014-08-02 16:00
算法
数论
C语言
ACM
nyoj
POJ 1284 Primitive Roots (求原根个数)
id=1284利用定理:素数P的原根的个数为
euler
(p-1)typedeflonglongll; usingnamespacestd; /* 求原根 g^d≡1(modp)其中d最小为p-1,g便是一个原根
SIOFive
·
2014-07-30 20:00
FZU 1759 Super A^B mod C
pid=1759题意:求A^BmodC (1 #include #include constintmaxn=1000100; typedef__int64int64; charb[maxn]; int64
euler
_phi
fjy4328286
·
2014-07-30 16:00
数论
【UVa】 10735
Euler
Circuit 混合图的欧拉回路 最大流
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1676题目要求:求混合图的欧拉回路+输出路径。题目分析:先看一段比较流行的说法吧~:---------------------------------------------------混合图欧拉回
u013368721
·
2014-07-03 19:00
图论
uva
Uva-10735-
Euler
Circuit
第一次做这种混合图类型的题,看着书上的提示,方法能够想到。自己摸索着做了下。在建图的时候有点技巧,根据图出度和入度转换可以转换为网络流进行做。代码:#include #include #include #include #include #include usingnamespacestd; constintinf=1q; vector>edges[maxn]; boolvis[maxm]; st
z309241990
·
2014-06-23 15:00
网络流
欧拉路径
project
euler
Problem 36
def Judge(n): bstr=bin(n) bstr=bstr[2:] ostr=str(n) flag1=True flag2=True for i in range(len(bstr)): if bstr[i]!=bstr[len(bstr)-i-1]: flag1=False
卓尔
·
2014-06-13 12:00
project
euler
Problem 18 & 36
import time tStart = time.time() f = open("triangle.txt", "r").readlines() values = [] for line in f: temp = [] for token in line.replace("\n", "").split(' '): temp.append(token) v
卓尔
·
2014-06-13 12:00
project
euler
Problem 34
def JieCheng(n): sum=1 for i in range(2,n+1): sum=sum*i return sum def Judge(n): s=str(n) sum=0 for i in s: sum+=JieCheng(int(i)) if(sum==n): retur
卓尔
·
2014-06-13 12:00
project
euler
Problem 25
i=1 j=1 count=2 while(True): count=count+1 temp=i+j i=j j=temp L=list(str(temp)) if(len(L)>=1000): print count break
卓尔
·
2014-06-13 12:00
project
euler
Problem 52
for i in range(1,1000000): L2=list(str(2*i)) L2.sort() L3=list(str(3*i)) L3.sort() L4=list(str(4*i)) L4.sort() L5=list(str(5*i)) L5.sort() L6=list(str(6*i)) L6.
卓尔
·
2014-06-13 12:00
project
euler
Problem 13
str="""37107287533902102798797998220837590246510135740250 46376937677490009712648124896970078050417018260538 74324986199524741059474233309513058123726617309629 9194221336357416157252243056330181107
卓尔
·
2014-06-13 12:00
project
euler
Problem 15
def JieCheng(n): sum=1 for i in range(1,n+1): sum*=i return sum print JieCheng(40)/JieCheng(20)/JieCheng(20) 相当于从40中选出20来。C40->20
卓尔
·
2014-06-13 12:00
project
euler
Problem 3
#include using namespace std; int main() { __int64 number = 600851475143; int divisor = 2; while (number > 1) { if (0 == (number % divisor)) { number /= divisor; diviso
卓尔
·
2014-06-13 12:00
project
euler
Problem 53
def Func(n,r): a=JieCheng(n)/JieCheng(r)/JieCheng(n-r) return a def JieCheng(n): sum=1 for i in range(1,n+1): sum=sum*i return sum num=0 for i in range(1,101): fo
卓尔
·
2014-06-13 12:00
project
euler
Problem 39
num=0 max=0 c=0 x=0 L=[] for a in range(1,1000): for b in range(1,1000): c=a**2+b**2 c=c**0.5 temp=c temp=int(temp) if temp==c and a+b+cmax: max=num
卓尔
·
2014-06-13 12:00
project
euler
Problem 56
def Func(a,b): num=0 sum=a**b s=str(sum) for i in s: num=num+int(i) return num max=0 for i in range(1,100): for j in range(1,100): temp=Func(i,j) if te
卓尔
·
2014-06-13 12:00
project
euler
Problem 33
# -*- coding: cp936 -*- from __future__ import division def Func(m,n): sm=str(m) sn=str(n) bm1=int(sm[0]) #得到分子的十位数 bm2=int(sm[1]) #得到分子的个位数 bn1=int(sn[0]) #得到分母的十位数 bn2=int(s
卓尔
·
2014-06-13 12:00
Euler
_problem_18 for python
如下所示给出2个解法defeuler_problem_18_1(): """ thisproblemspendmyhalf-daybutnotingtofinished,sobad """ rows=''' 3 74 246 100593 ''' rows=reversed([map(int,row.split()) forrowinrows.strip()
u012798391
·
2014-05-28 15:00
python
Euler
_problem_14 for python
Euler
14的不同解法----所涉及的知识1.yield2.BF3.decorator4.cache5.等等defeuler_problem_14(): """ 最直接粗暴的解法:就是直接如下所示了
u012798391
·
2014-05-27 15:00
python
上一页
14
15
16
17
18
19
20
21
下一页
按字母分类:
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
其他