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
strange
Strange
Words 3
cramstudysession课后补习班cram 英 [kræm] 美 [kræm]v.塞满;猛吃;仓促备考 n.仓促备考;挤成一堆的人群Cram.n.克拉姆(姓氏或男子名)accommodate 英 [ə'kɒmədeɪt] 美 [ə'kɑːmədeɪt] vt.供给住宿;使适应;容纳;提供;顾及;调解vi.仕应;调节.colophon 英['kɒləfən]美['kɑːləfən] .书籍的
pczhangtl
·
2014-01-27 09:00
poj 2891
Strange
Way to Express Integers
#include#include#includeusingnamespacestd;typedeflonglongLL;voidEx_Gcd(LLa,LLb,LL&d,LL&x,LL&y){if(b==0){d=a;x=1;y=0;}else{Ex_Gcd(b,a%b,d,x,y);LLtemp=x;x=y;y=temp-(a/b)*y;}}intmain(){LLi,n,a1,a2,r1,r2,
Hearthougan
·
2013-12-12 21:00
同余问题
HDU 2899
Strange
fuction(二分||三分)
题目链接~~>做题感悟:这题和2199那题差不多。解题思路:一、题目让求函数的最小值,首先应该分析函数图象。将函数求导得 f(x)’= 42*x^6+48*x^5+21*x^2+10*x-y,因为y大于0所以假设存在k使f(x)'=0,所以当0 #include doublen; doublefind(doublex)//求导后的式子 { return42.0*pow(x,6)+48.0*pow(
u011074149
·
2013-12-09 10:00
Strange
errors in Apple's Reachability files
But after building project xCode shows me
strange
errors: Undefined symbols for architecture i386:
dcj3sjt126com
·
2013-12-08 09:00
Reachability
HDU-1548 A
strange
lift
细节输入的数据要特别考虑清楚。 AstrangeliftTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):9356 AcceptedSubmission(s):3548ProblemDescription
·
2013-11-29 22:00
HDU
Really
Strange
!!
数据量这么大一看就是有公式,而且肯定要用大数ans=n*(n-1)+2用到了大数乘法,减法,加法。要特别注意乘法开的数组要求是最大的乘数的两倍以上。#include #include #include #include #include #defineMAXN205 usingnamespacestd; voidBigAdd(char*a,char*b,char*back) { charc[MAX
kkkwjx
·
2013-11-29 11:00
数学
大数
HDU 1548 A
strange
lift【广搜】
ProblemDescriptionThereisastrangelift.Theliftcanstopcanateveryfloorasyouwant,andthereisanumberKi(0 #include #include typedefstructNode_{intx,step;}Node; Nodeq[1000000];intf[222],d[222][2],v[222];intm
u012823258
·
2013-11-27 16:00
搜索
遍历
广搜
HDU1548:A
strange
lift(Dijkstra && BFS)
ProblemDescriptionThereisastrangelift.Theliftcanstopcanateveryfloorasyouwant,andthereisanumberKi(0 #include #include usingnamespacestd; constintinf=1=0) map[i][i-a[i]]=1; } Dijkstra(s,e); pr
libin56842
·
2013-11-25 19:00
最短路
HDU
bfs
zoj 3332
Strange
Country II(DFS或者网上哈密尔顿图解决)
1、http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=37572、题目大意:给定一张图,求出从一个点出发,经过所有的点有且仅一次,输出路径,如果不存在这样的一条路径,输出“Impossible”;3、题目:StrangeCountryII TimeLimit:
sdjzping
·
2013-11-23 20:00
HDU2899
Strange
fuction(牛顿迭代法)
最近刚学完数值分析上的方程求根——牛顿法,所以做几题练习一下。ProblemDescriptionNow,hereisafuction: F(x)=6*x^7+8*x^6+7*x^3+5*x^2-y*x(0 #include #include #defineg(x)6*x*x*x*x*x*x*x+8*x*x*x*x*x*x+7*x*x*x+5*x*x-y*x #definef(x)42*x*x
u010270403
·
2013-11-15 22:00
牛顿迭代法
方程求根
Really
Strange
!!(数论,规律)
THESAMS'CONTESTProblem0 !!REALLYSTRANGE!! BACKGROUNDRajuhasrecentlypassedBSc.EngineeringinComputerScience&EngineeringfromBUET(BangladeshUniversityofExtraordinaryTalents),thebestuniversityofBangladesh.
u011217342
·
2013-11-12 22:00
Really
Strange
!!
题意:n个圆两两相交,将平面分成了几部分,假设已有n-1个圆,那么第n个圆将与前n-1个圆相交2*(n-1)个点,也就是2*(n-1)个弧,而一个弧将产生出一个新的部分,所以:f(n)=f(n-1)+2*(n-1),推出公式:f(n)=n^2-n+2,大数,害我错了好几次的是:n=0时的特判#include #include #include #include #include usingname
u011345136
·
2013-10-31 00:00
Strange
404 and Eclipse Web Modules configuration
1.IssueDescriptionTomcatstartedatport8080,everythingseemsfine.However,whenaccesshttp://localhost:8080/appname/blah/blah,got HTTPStatus404-/appname/blah/blah descriptionTherequestedresourceisnotavailab
Derek_Zhang_
·
2013-10-22 17:00
【Android】Tips for Android developer: “Conversion to Dalvik format failed: Unable to execute dex: null”
Androiddeveloper, I have met a
strange
problem when I want use a third party jar, it remained
·
2013-10-21 15:00
conversion
介词to的用法归纳
一:表示相对,针对 be
strange
(common, new, familiar, peculiar, distinct, sensitive,immune, vulnerable, indispensable
oywl2008
·
2013-10-15 17:00
用法
A
strange
lift(2013.09.15)
F.AstrangeliftTimeLimit: 1000msCaseTimeLimit: 1000msMemoryLimit: 32768KB64-bitintegerIOformat: %I64d Javaclassname: MainSubmit Status PID:5746FontSize: + -Thereisastrangelift.Theliftcanstopcanatev
SIOFive
·
2013-09-30 22:00
bfs
Strange
Loops: Ken Thompson and the Self-referencing C Compiler
原文地址:http://scienceblogs.com/goodmath/2007/04/15/
strange
-loops-dennis-ritchie-a/ I’mcurrentlyreading
zahuopuboss
·
2013-09-29 17:00
back
Door
POJ 2891
Strange
Way to Express Integers
分析来自:oo题意很简单,给k对(ai,ri),解模线性方程组m≡ri(mod)ai判定是否有解,求最小解。有一点比较有问题就是题目的Hint,说输入输出数字均在__int64内。显然k也包进去了!显然这是不可能的!想像下__int64个方程,O(n)也要超时啊!所以k还是按int来。由于k不定,且ai不互质,因此采用两两合并解的方法。首先拿前两个方程,m ≡r1(mod)a1 m ≡r2
HRHACMER
·
2013-08-28 15:00
[HDU 1548]A
Strange
Lift[Dijkstra最短路]
题意:电梯,在第i层只能向上或向下走ki步,问从A层到B层最少走多少步.思路:有向图求最短路.用Dijkstra,都是正权值.注意:vector要清空!!! [泪目]#include #include #include usingnamespacestd; constintMAXN=205; constintINF=0x3f3f3f3f; vectoredge[MAXN]; intn,d[MAXN
zhangliang011258
·
2013-08-17 15:00
HDU 2899
Strange
fuction(二分或三分)
通常解法是二分查找其导数为0的点,然后求极值。#include #include usingnamespacestd; #defineeps1e-6 doubleF(doublex,doubley){//求值 return6*pow(x,7)+8*pow(x,6)+7*pow(x,3)+5*pow(x,2)-y*x; } doublef(doublex){//对x求导 return42*pow(
z690933166
·
2013-08-16 11:00
Strange
Addition
http://codeforces.com/problemset/problem/305/A 这题就是意思没看懂,一开始以为只要个位数只要一个为0就能相加,没想到到CF里面提交第三组就过不了,才发现是要各个位上面都要有一个为0的时候才能相加。 题意很重要。。。。 AC代码: #include<iostream> #include<cstdio>
·
2013-08-12 19:00
add
hdu2899
Strange
fuction (二分&三分)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2899#include #include doublefunc1(doublex) {//一次求导,func1递增 return42*pow(x,6)+48*pow(x,5)+21*x*x+10*x; } doublefunc2(doublex,inty) { return6*pow(x,7)+8*
lezong2011
·
2013-08-08 18:00
strange
COM problem under CE 6
COM/DCOMisveryheavilycomponentized,checkouthttp://blogs.msdn.com/cenet/archive/2006/11/29/dcom-demystified-kindof-on-ce-6.aspxforbackground.LookingattheATLfileyou'rehittingerrors,thosefcnsareonlybroug
js_gary
·
2013-08-02 12:00
ZOJ 2674
Strange
Limit 欧拉定理
这竟然是这么不错的题,我原以为是恶搞的水题。。。题意: 求aa..a%m!的极限刚开始我是这样做的,既然有极限,那么当式子取模值增大到一定数就不会再增大了,那就直接while循环恶搞啊。。。原来这题应用到欧拉定理,当时没想这么多,欧拉定理是这样的,如果a和n互质,那么aφ(n)=1(modn),所以对于任意的a,b,n就有ab=aφ(n)+bmodφ(n)(modn)。有了这个定理,题目就好做了,
u010710717
·
2013-07-31 13:00
10.past continuous or past simple?
As we were driving down the hill,a
strange
object appeared in
tranceCK
·
2013-07-31 09:46
simple
driving
continuous
stopped
过去式
lightoj 1319 - Monkey Tradition 中国剩余定理(孙子定理)+poj 2891
Strange
Way to Express Integers
#include #include #include #include usingnamespacestd; #defineLLlonglong LLp[13],r[13],n; voidgcd(LLa,LLb,LL&d,LL&x,LL&y)//扩展欧几里德算法求ax+by=gcd(a,b)当然一组整数解 {//其中d是最大公约数 if(!b){d=a;x=1;y=0;} else{gcd(b,a
a601025382s
·
2013-07-28 19:00
中国剩余定理
POJ 2891
Strange
Way to Express Integers(解一元线性同余方程组)
以前对其理解有误,由于其和中国剩余定理有一定相似的地方,写这篇文章开始将其命名为中国剩余定理的不互质情况,为了与中国剩余定理区分,将这篇正式更名为解一元线性同余方程组,这样或许更加严谨一点。过几天再写真正的中国剩余定理。关于公式的证明代码部分参考HIT出版的《数论及其应用》#include usingnamespacestd; typedeflonglongll; voidExt_Gcd(lla,
z690933166
·
2013-07-23 19:00
hdu 1548 A
strange
lift (BFS、Dijkstra)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1548题意: 有一个特别的电梯,第i层有一个对应的数字ki,对于第i层按上升键up可升上到i+k[i]层,按下降键down到达i-k[i]层,到达的楼层最高不能超过n层,最低不能小于1层。给你一个起点A和终点B,问最少要按几次上升键或者下降键到达目的地,不可达则输出-1。分析: 可以这构造成边
yew1eb
·
2013-07-18 20:00
lift
a
hdu1548
strange
HDU1548 A
strange
lift
AstrangeliftTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):8236 AcceptedSubmission(s):3129P
lsh670660992
·
2013-07-18 09:00
POJ 1958
Strange
Towers of Hanoi
http://poj.org/problem?id=1958StrangeTowersofHanoiTimeLimit: 1000MS MemoryLimit: 30000KTotalSubmissions: 2295 Accepted: 1517DescriptionBackground CharlieDarkbrownsitsinanotheroneofthoseboringComputerS
u011300443
·
2013-07-10 00:00
ZOJ 3332
Strange
Country II(竞赛图中的哈密顿路)
题目链接:Clickhere~~题意:n个点的竞赛图,找出它的哈密顿路(n=2时必存在哈密顿路;(1)n=2时显然;(2)假设n=k时,结论成立,哈密顿路为V1,V2,...,Vi,...,Vk; 现添加第k+1个结点,若存在弧和弧,则可得哈密顿回路V1,V2,...,Vi,Vk+1,Vi+1,...,Vk; 若不存在上述的vi,考虑到Vk+1与v1~vk的连通状况,则只有下面3种原哈密顿
dgq8211
·
2013-07-07 16:00
SDUT 2623 The number of steps (概率)
点这里^_^ 题目描述 Mary stands in a
strange
maze, the maze looks like a triangle(the first
·
2013-06-21 10:00
number
HDU/HDOJ 1548 A
strange
lift BFS,DFS
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1548我用两种方法做,DFS没有AC,不知道错在哪里,贴出来有大神撸过不吝赐教,第二种经典方法BFS过了,76MS360k,思路都很简单,也是一道很规范的广度优先搜索。代码:BFS:#include #include usingnamespacestd; intn,a,b; boolvisit[210]
xiaozhuaixifu
·
2013-06-04 14:00
C++
搜索
DFS
bfs
HDU 2899-
Strange
fuction
凹函数求极小值,三分。代码如下:#include #include #include #include #include usingnamespacestd; doublefx(doublex,doubley) { return6*pow(x,7)+8*pow(x,6)+7*pow(x,3)+5*pow(x,2)-y*x; } intmain() { #ifdeftest freopen("inp
GooMaple
·
2013-05-21 17:00
CF 305A(
Strange
Addition-贪心+分类讨论)
A.StrangeAdditiontimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputUnfortunately,Vasyacanonlysumpairsofintegers(a, b),suchthatforanydecimalplaceatleastonenumb
nike0good
·
2013-05-20 17:00
HDU 1548 A
strange
lift
ProblemDescriptionThereisastrangelift.Theliftcanstopcanateveryfloorasyouwant,andthereisanumberKi(0 #include #include #defineINF1000000 intn,a,b,k[210],dis[210][210],p[210]; //dijkstra voiddijk() { i
lphy2352286B
·
2013-04-16 17:00
hdu 1548-A
strange
lift-最短路-dijkstra
DescriptionThereisastrangelift.Theliftcanstopcanateveryfloorasyouwant,andthereisanumberKi(0 #include #include #include #include #include #include #include #include #definesetbit(x,y)x|=(11.8*10^19 #de
yujuan_Mao
·
2013-04-08 21:00
HDU 1548 A
strange
lift
AstrangeliftTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):7565 AcceptedSubmission(s):2842ProblemDescriptionThereisas
sky_fighting
·
2013-04-05 21:00
zoj 3332-
Strange
Country II-dfs
DescriptionYouwanttovisitastrangecountry.Thereare n citiesinthecountry.Citiesarenumberedfrom1to n.Theuniquewaytotravelinthecountryistakingplanes.Strangely,inthisstrangecountry,foreverytwocities A and
yujuan_Mao
·
2013-04-05 16:00
ZOJ 3332
Strange
Country II暴力DFS
做法:图中的线很多,所以可以暴力,这么做简直是玷污了"竞赛图"啊....#include #include constintLMT=102; intans[LMT],cnt; boolgra[LMT][LMT],vis[LMT]; //不构成回路的情况很少很少啊。。。 intn; voidinit(void) { memset(gra,0,sizeof(gra)); memse
cqlf__
·
2013-03-24 20:00
我的离去,并没有带走你的世界
1.One is always on a
strange
road, watching
strange
scenery and listeningto
strange
music.
oywl2008
·
2013-03-22 19:00
gcc complie ffmpeg
strange
problem
1.astrangeproblemwhenIinsertedanewfunctionwithoutstaticmodifierintompegts.candIcompiledffmpegwithenable-sharedoption.Butbestrange,Thedynamiclibrary(libavformat.so)saysthefunctionislocal,howeverthestat
fanbird2008
·
2013-03-08 17:00
gcc
HDU 1548 A
strange
lift
开始学图论……先从dijkstra开始……写点东西供以后翻阅……转载请注明该文链接题意:有一个电梯,每一层有一个数字k,并有两种选择:选UP会让电梯向上k层,选DOWN会让电梯向下k层。给起点a终点b,问从a到b最少步数。思路:每一层记为一个结点,第i层能到达i-k和i+k层,则在i->i-k与i->i+k各建一条边(前提i-k>=1、i+k #include #include #include
Shoutmon
·
2013-02-15 21:00
[iOS]提交iPhone app程序遇到newsstand错误
theinfo.plistmustincludetheuinewsstandapp=true.参看http://stackoverflow.com/questions/6977357/xcode-gave-
strange
-newsstand-error-when-trying-to-submit-an-app
onlyou930
·
2013-02-01 11:00
HDU 2899
Strange
fuction
题目地址:http://acm.hdu.edu.cn/showproblem.php?pid=2899 分析:要求最小值,求导,因为x范围为0~100,所以导函数单调递增,可知原函数是一个先递减后递增的函数,所以导函数为0的x值即为原函数的最小值。二分求解。 源代码:#include #include #include #include #include #include #include #in
ilovexiaohao
·
2013-01-27 10:00
A
strange
lift (关键构图,电梯升降)
点击打开链接1.题目:Astrangelift TimeLimit:2000/1000ms(Java/Other)MemoryLimit:65536/32768K(Java/Other) TotalSubmission(s):15AcceptedSubmission(s):4 ProblemDescription Thereisastrangelift.Theliftcanstopcana
sdjzping
·
2013-01-21 21:00
Really
Strange
!!
大意:n个圆,两两相交于两点,把平面分成多少个区域。思路:中学递推题,设已有n-1个圆,第n个圆与前n-1个圆形成2(n-1)交点,即多出2*(n-1)条弧,一条弧把平面分成2*(n-1)个平面。所以:f(n)=f(n-1)+2*(n-1),然后根据f(2)-f(1)=2;f(3)-f(2)=4;f(n)-f(n-1)=2*(n-1)可推出,f(n)=n*n-n+2;n=1时特判,WA3次。#in
Wall_F
·
2013-01-20 23:00
POJ 2891
Strange
Way to Express Integers
大意不再赘述。思路:线性同余方程的应用。令m=lcm(m1,m2);x≡b1(modm1)x≡b2(modm2)以上等价于x=b1+m1y1;x=b2+m2y2;联立可得:b1+m1y1=b2+m2y2,即m1y1-m2y2=b2-b1;易知此方程的解为y2,因此小于m的非负整数解即为(b2+m2y2)%m迭代的时候注意,余数要变为b1=m1*x0+b1;m1=(m1*m2);为什么可以这样?x≡
Wall_F
·
2013-01-06 22:00
hdu 2899
Strange
fuction
与之前的2199类似,只是求完一次导后发现并非完全单调,求二次导,恒大于0,说明图形是凹的。已知f'(0)0,则用二分法求出f'(x)=0时的x值,则最小值就是f(x)。#include #include doublecal(doublex,doubley) { return6*pow(x,7)+8*pow(x,6)+7*pow(x,3)+5*pow(x,2)-y*x; } dou
jjike
·
2013-01-02 13:00
Singleton uses in multi-thread
I have used Singleton for a long time, but today I find a
strange
things that the singleton object will
shappy1978
·
2012-12-25 11:00
Singleton
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
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
其他