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
1781
poj
1781
找规律约瑟环
/*这题一开始用约瑟环的递推公式做,发现无限的超时,果断打表一看,前五十如下:112133415365778193105117129131114131515161173185197...规律出来了,先用等比求和算出在第几个循环里面,再用等差数列递推式算出是该循环的第几个值*/#include#include#include#includeusingnamespacestd;intx,z;longl
qeroLai
·
2014-02-13 17:42
a
ACM之路--数论一
Sicily
1781
(广搜)
#include #include #include #include usingnamespacestd; intA[505][505]; intvstd[505][505]; intmain() { intT; scanf("%d",&T); while(T--) { memset(vstd,0,sizeof(vstd)); queueQ; queuepath; intu; intm,n;
immiao
·
2013-12-04 18:00
hdu2594(KMP)
HiddenTalentsTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):
1781
xj2419174554
·
2013-08-16 12:00
数据结构
KMP
酵母端粒位置信息
TEL01L1801TEL01R229411230218TEL02L16608TEL02R812379813184TEL03L11098TEL03R315783316620TEL04L1904TEL04R15246251531933TEL05L16473TEL05R569599576874TEL06L15530TEL06R269731270161TEL07L
1781
TEL07R1083635109
gaorongchao1990626
·
2013-04-15 19:00
聚合(mongodb权威指南第6章)
6.1 count 返回集合中文档数量 >db.foo.count()9>db.foo.find(){"_id":ObjectId("5149af43ad11c9803e
1781
ea"),"bar
kingwjb
·
2013-03-20 00:00
sicily
1781
Knight
DescriptionYourtaskistowriteaprogramtocalculatetheminimumnumberofmovesneededforaknighttoreachonepointfromanother.ThepossibleknightmovesareshowninFigure1.Figure1 PossibleknightmovesontheboardInputThefi
Ciel
·
2013-01-16 18:00
ACM
bfs
sicily
hdu 2152 Fruit 母函数之取的个数有最大最小要求
FruitTimeLimit:1000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):
1781
hnust_xiehonghao
·
2012-08-13 10:00
POJ
1781
In Danger 约瑟夫环(log(m))
#include #include #include #include usingnamespacestd; //编号从0,1,2,···n-1 //n为人数,m为出圈步长,s为起使报数位置(起始位置不一定要出圈) intJosephus(intn,intm,ints) { if(m==1) return(s+n-1)%n; for(inti=2;i<=n;i++) { s=(s+m)%i;
Tsaid
·
2012-03-02 19:00
Sicily
1781
. Knight
宽度优先搜索//Problem#:
1781
//Submission#:1213022//ThesourcecodeislicensedunderCreativeCommonsAttribution-NonCommercial-ShareAlike3.0UnportedLicense
chenhuajie123
·
2012-02-23 11:00
sun
Android Matrix学习
p=
1781
3、Matrix学习——图像的复合变化 http://www.moandroid.com/?p=1805 4、Matrix学习——Preconcats o
ipjmc
·
2011-11-23 21:00
android
Matrix
Android Matrix学习
p=
1781
3、Matrix学习——图像的复合变化 http://www.moandroid.com/?p=1805 4、Matrix学习——Preconcats o
ipjmc
·
2011-11-23 21:00
android
Matrix
poj
1781
(约瑟夫问题二进制求解。。。。)
具体数学一书中对于约瑟夫问题有具体的讲解。。。特别详细。。建议大家看一下。。。。这里用的是一个报数开始后,第2个人出局的原始问题的一个结论。。。。将n用2进制表示出来。。。然后循环左移一位。。。因为第一位肯定是1,所以也可以认为是左移一位之后末位加一。。。。最后表示出来的十进制就是答案。。。#include #include usingnamespacestd; intmain(intargc,c
water_glass
·
2011-09-06 21:00
ACM HDU 1283 最简单的计算机(简单水题)
最简单的计算机TimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):
1781
ACM博客_kuangbin
·
2011-08-25 10:00
poj
1781
In Danger
poj
1781
InDanger约瑟夫变种,直接套约瑟夫的话会TLE#include int num, n;int work(int n){ int t= 1073741824; while
purplest
·
2011-08-24 00:00
android.graphics包中的一些类的使用
p=
1781
Android画图学习总结系列:http://www.moandroid.com/?p=764游戏开发系列(opengles基础知识):http://www.moandroid.com/?
yuanzhifei89
·
2011-07-31 14:00
android
canvas
Path
region
game
SurfaceView
linux系统时间设置
ntpdate clepsydra.dec.com 参考:FreeBSD连载(23):配置系统时间--王波 http://unix-cd.com/unixcd12/article_
1781
luoping0425
·
2011-03-23 17:00
html
linux
unix
Blog
FreeBSD
Ubuntu 10.04 Lucid Lynx mysql
p=
1781
摘要sudoapt-getinstallmysql-serversudo
wellee
·
2011-01-06 21:00
MySQL
Ubuntu
Access
UP
Ubuntu 10.04 Lucid Lynx mysql
p=
1781
摘要 &
wellee
·
2011-01-06 21:00
mysql
ubuntu
Access
UP
ural
1781
Clean Code
ural
1781
CleanCode我们记一次操作为一个二元组(i,j)考虑矩阵中的元素a,它原来的位置是(x,y),则经过操作(i,j)后等价于分别对x和y做一次置换映射,这个置换映射就是s0=(ij)
zxb
·
2010-10-11 13:00
Install MySQL Server 5.1 On Ubuntu 10.04 Lucid Lynx
p=
1781
http://forum.ubuntu.org.cn/viewtopic.php?p=157127 mysql配置记录重启mysql服务sudoservic
·
2010-10-02 21:00
sql
server
HDU_2222 关键字查找(AC自动机应用)...
Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):5353 AcceptedSubmission(s):
1781
ProblemDescriptionInthemoderntime
CNnumen
·
2010-08-04 10:00
pku
1781
,pku1012,pku2244(约瑟夫环问题)
假设当前剩下i个人(imain(){intn,m,i,s=0;printf("NM=");scanf("%d%d",&n,&m);for(i=2;i#include#includeusingnamespacestd;intf[50];charch[10];intmain(){intx,y,i,j;intmax;while(scanf("%s",ch)){if(strcmp(ch,"00e0")==
shiren_Bod
·
2010-07-24 11:00
优化
康德的三大批判
**************************************************************** 康德的“三大批判”构成了他的伟大哲学体系,它们是:“纯粹理性批判”(
1781
zhenxie
·
2008-04-30 23:00
百度
活动
Why my program waste so much memory compare to other guys?
RunIDUserProblemResultMemoryTimeLanguageCodeLengthSubmitTime1997342KarlZheng1004Accepted140K0MSC++
1781
B2007
ZhengKarl
·
2007-03-14 11:00
C++
user
input
each
float
output
上一页
1
2
3
4
5
下一页
按字母分类:
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
其他