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
Gans
poj 3252 Round Numbers 组合数学
includeusingnamespacestd;constintmaxn=101;inta[maxn];longlongcal(inta,intb){ if(b>a-b)b=a-b; longlon
gans
yrleep
·
2013-04-27 00:00
I Knew a Programmer that Went Completely Insane
Notlongagooneofourprogrammersjustlostitandhelostitgood.Hewalkedintothemanager’sofficeandbe
gans
creamingstrangethings.IfIdidn'tknowhimaswellasIdidIwouldhavethoughtthathewasonsomekindofdrug.Butwhathadre
wuyaoito
·
2013-04-26 10:23
read
SOJ4275 Question
乍一看很简单,求卡特兰数的模,但是(1 intn,m,t; longlon
gans
; intprime[100000],pp,cnt; voidinit() { prime[0]=2; pp=1;
huangshenno1
·
2013-04-22 18:00
UVa 10474 - Where is the Marble
#include #include #include usingnamespacestd; longhash[10005]; lon
gans
,N,query; intmain() {
xuruoxin
·
2013-04-13 22:00
uva11054 - Wine trading in Gergovia(葡萄酒交易)
当a[i] #defineM100010 intn,a[M]; intmain() { longlon
gans
; while(scanf("%d",&n),n) { ans=0; for(inti=0;
shankeliupo
·
2013-04-07 16:00
2013 morgan stanley 电话面试
2013Mor
ganS
tanley电话面试下午,接到了上海Mor
ganS
tanleyIT部门的电话面试,前一天晚上的时候接到通知,说会面一些fundamental的内容,可能会有简历内容,还是全英文面试
·
2013-04-05 11:00
面试
HDU1072——Nightmare(BFS)
其实这道题就是说初始截止时间是6s,如果能在截止时间到0之前到达终点(这里个人觉得题目没有表述得很清楚,开始我默认的是如果在0时刻到达终点也算是可以的,结果提交之后就wron
gans
wer了,改成到达终点的时候截止时间必须大于
kay_zhyu
·
2013-03-29 16:00
搜索
bfs
寻找数组中和最大的子序列
开始没有考虑到,结果就wron
gans
wer了。2、AC这个事情,有时候明明觉得自己的代码是对的,就是不能A,好痛苦啊。有时间的时候再好好琢磨吧。先放这里。参考代码:#include
kay_zhyu
·
2013-03-24 09:00
ansi unicode utf8之间的转换
std::wstrin
gans
i2unicode(conststd::string&ansi) { if(ansi.empty()){ returnstd::wstring(L""); } intlen
tujiaw
·
2013-03-23 08:00
Uva-11538-Chess Queen
usingnamespacestd; intmain() { longlongn,m; while(scanf("%lld%lld",&n,&m)&&n) { if(n>m) swap(n,m); longlon
gans
z309241990
·
2013-03-20 21:00
Math
2013Morgan Stanley IKM assessment
今天做了一下Mor
ganS
tanley的IKMassessment,我选择的是java方向,26分钟,没有规定有少道题,都是多选题,5个选项,最多可以选三个。
·
2013-03-17 22:00
ssm
【再看细节】SDUT春季高校周赛9 Problem E——A Tale from the Dark Side of The Moon
1、有两个d请换成一个p2、有ei字符串且ei前边不为c,那么换成ie.3、pink换成floyd.4、EOF要查找出最后一个,否则题目中别的地方发现eof也会结束,会出现wron
gans
wer.5、只有小写字母和空格可以算上
mig_davidli
·
2013-03-16 22:00
A couple of ways of using a NSTimer
Thereareacoupleofwaysofusin
gaNS
Timer:1) scheduledtimer&usingselectorNSTimer*t=[NSTimerscheduledTimerWithTimeInterval
Redding
·
2013-03-16 10:00
TSM sch不自动启动
重启操作系统后,查看/tsm_sch.log文件内容如下,发现提示了不能打开/dsmerror.log文件:WOLF:/#cat/tsm_sch.lo
gANS
1398EInitializationfunctionscannotopenoneoftheTivoliStorageManagerlogsorarelatedfile
yujin2010good
·
2013-03-14 15:00
SSH多对一之便捷之道
packagecom.qianyan.model; publicclassQuestion{ privateLongid; privateStringtitle; privateStrin
gans
wer
shaopeng5211
·
2013-03-11 18:00
Hibernate
ssh
J2EE
多对一
1024. Palindromic Number (25)
include #include #include #include #include #include usingnamespacestd; stringReverse(stringa) { strin
gans
sunbaigui
·
2013-03-10 20:00
pat
ZJU
mybatis-spring整合总结04_Using an SqlSession
Usin
ganS
qlSession在Mybatis中SqlSessionFactory负责创建SqlSession,一旦创建成功,就可以用SqlSession实例来执行映射语句,commit,rollback
kill522
·
2013-03-09 09:00
SqlSession
shell 的#
例如:ans73089:/u/porting>echo`basename$PWD` 当前工作目录的basename.portin
gans
73089:/u/porting>echo"${PWD
15210314272
·
2013-03-07 10:00
shell
的#
幂取模
usingnamespacestd; intpow_mod(inta,intn,intm){//时间复杂度:O(logn) if(n==1){returna%m;} intx=pow_mod(a,n/2,m); longlon
gans
wangwenhao00
·
2013-02-24 15:00
BIT1049 Relatives
#include #include #include usingnamespacestd; longlongeuler(longlongn)//求n的欧拉函数 { longlon
gans
=1,i; for
zhangwei1120112119
·
2013-02-03 15:00
BIT1048 n以内约数最多的数
hi.baidu.com/shuxk/item/c2b981436bfe7adac0a59213求[1,n]中约数最多的数n #include #include usingnamespacestd; longlon
gans
zhangwei1120112119
·
2013-02-03 14:00
常见OJ评判结果对照表,作为ACMer你懂得!
Wron
gAns
wer:你的程序运行的结果和正确结果不同。状态页面CASE那一览显示的是你的程序在第几个样例上出错的。
hcbbt
·
2013-01-30 23:00
学习
ACM
ACM
刷题
Android 数据查询query函数参数解析
IdLastNameFirstNameAddressCity1AdamsJohnOxfordStreetLondon2BushGeorgeFifthAvenueNewYork3CarterThomasChan
ganS
treetBeijing
Young0325
·
2013-01-25 10:00
hdu 3172 Virtual Friends(简单并查集)
点击打开链接1.题目大意:网上交友,计算朋友间都有关系的最多人数,用并查集做,2,wron
gans
wer的原因:1、有多组样例while(scanf("%d",&t)!
sdjzping
·
2013-01-23 11:00
More is better(并查集注意节约时间,超时)
num[fy]) { intt=fy; fy=fx; fx=t; } set[fx]=fy;2、wron
gans
wer
sdjzping
·
2013-01-22 21:00
UVA 11538 Chess Queen
usingnamespacestd; longlongn,m; intmain() { while(cin>>n>>m,n||m) { if(n>m)swap(n,m);//保证n比m小 longlon
gans
HyogaHyoga
·
2013-01-18 18:00
Ansi、Unicode、UTF8字符串之间的转换和写入文本文件
转载请注明出处http://www.cppblog.com/greatws/archive/2008/08/31/60546.html最近有人问我关于这个的问题,就此写一篇blo
gAns
i字符串我们最熟悉
gillerr
·
2013-01-14 16:00
Android 广播大全 参考
Strin
gANS
WER_ACTION动作:处理拨入的电话。StringBATTERY_CHANGED_ACTION广播:充电
night_iv
·
2013-01-05 17:00
【codeforces】3D
先假设变为‘)’再用一个堆来调整,类似勇者斗恶龙#include #include #include #include usingnamespacestd; inti,n,m,t,mid; longlon
gans
huyuncong
·
2012-12-25 15:00
SQL 语法
IdLastNameFirstNameAddressCity1AdamsJohnOxfordStreetLondon2BushGeorgeFifthAvenueNewYork3CarterThomasChan
ganS
treetBeiji
ppffs
·
2012-12-16 14:34
sql
语法
hibernate lazy 懒加载
Theshortansweris:HibernatedoesNOTsupportlazyone-to-onerelationshipsthelon
gans
weris:workaround1)declarethereleationshiptobeone-to-oneononeside
戢冠生
·
2012-12-13 11:00
Hibernate
lazy
求逆序数#no
今天做了下POJ2299,逆序数的2种方法:1.归并排序法:#include #include #include #include usingnamespacestd; longlon
gans
; intc
XDU_Truth
·
2012-12-08 23:00
南阳理工:次方求模
:3描述求a的b次方对c取余的值 输入第一行输入一个整数n表示测试数据的组数(n//这个事递归的方法,还可以用另外一种方法解决intmod(inta,intb,intc){ intx; longlon
gans
YCH1035235541
·
2012-12-05 16:00
poj 1426 http://poj.org/problem?id=1426
//思路:一位一位的扩展,如果满足ans%n==0直接返回 #include #include #include usingnamespacestd; longlon
gans
; intn;
wahaha1_
·
2012-11-29 19:00
SQL基础(二)—— SELECT
PersonsIdLastNameFirstNameAddressCity1AdamsJohnOxfordStreetLondon2BushGeorgeFifthAvenueNewYork3CarterThomasChan
ganS
treetBeijingSELECTLastNameFROMPersons
ljeagle
·
2012-11-26 16:00
POJ 1426 Find The Multiple
#include #include #include usingnamespacestd; unsignedlonglon
gans
[300]={0,1, 10, 10000000000000000011
sssogs
·
2012-11-23 23:00
数组和指针的区别
include #defineSIZE10 intsum(intar[],intn); intmain(){ intmarbles[SIZE]={20,10,5,39,4,16,19,26,31,20}; lon
gans
wer
chen895281773
·
2012-11-22 15:00
POJ 3253 Fence Repair
贪心水题,用优先队列水过#include #include #include #include usingnamespacestd; longlon
gans
,tll; priority_queue,greater
sssogs
·
2012-11-19 23:00
[转载]计算机硕士求职总结
本人软件本科、计算机硕士,最后签约公司:mor
gans
tan
prstaxy
·
2012-11-18 19:00
Android 数据查询query函数参数解析
IdLastNameFirstNameAddressCity1AdamsJohnOxfordStreetLondon2BushGeorgeFifthAvenueNewYork3CarterThomasChan
ganS
treetBeijing
xiahuawuyu
·
2012-11-14 16:00
Hdu 1087 - Super Jumping! Jumping! Jumping!
这题我用了两种方法AC,第一种是普通排序:#include #include longlongnum[1000]; longlon
gans
[1000]; intmain
Chuck_0430
·
2012-11-03 10:00
HDU 1087
#include #include #include usingnamespacestd; longlongnum[1001]; intmain(){ intn; longlon
gans
[1001]
X_White
·
2012-11-01 19:00
运维自动化之使用PHP+MYSQL+SHELL打造私有监控系统(六)
G、
gans
u_day_view.php您选择的时间为“当天视图“查询,查询的省份为”甘肃“,请选择查询的服务器:"; include("view_
gans
u_day_server.php"); ?
dl528888
·
2012-10-24 13:37
独立监控系统
web监控系统
运维自动化专题
运维自动化之使用PHP+MYSQL+SHELL打造私有监控系统(六)
G、
gans
u_day_view.php 您选择的时间为“当天视图“查询,查询的省份为”甘肃“,请选择查询的服务器:"; include("view_
gans
u_day_server.php
dl528888
·
2012-10-24 13:37
独立监控系统
web监控系统
打造私有监控系统
运维自动化之使用PHP+MYSQL+SHELL打造私有监控系统(五)
shell脚本进行收集mysql的数据,然后同gnuplot软件进行数据视图化,然后php加载这些图片到web里显示,用到的php文件为view.phpday.php、month.php、year.php、
gans
u_day_view.php
dl528888
·
2012-10-24 13:07
独立监控系统
web监控系统
运维自动化专题
运维自动化之使用PHP+MYSQL+SHELL打造私有监控系统(五)
shell脚本进行收集mysql的数据,然后同gnuplot软件进行数据视图化,然后php加载这些图片到web里显示,用到的php文件为view.phpday.php、month.php、year.php、
gans
u_day_view.php
dl528888
·
2012-10-24 13:07
独立监控系统
web监控系统
打造私有监控系统
运维自动化之使用PHP+MYSQL+SHELL打造私有监控系统(四)
grep "inet addr"|cut -d : -f 2|awk '{print $1}') #name db_name=$(hostname) monitor_name=database here='
gans
u
dl528888
·
2012-10-24 11:56
独立监控系统
web监控系统
运维自动化专题
运维自动化之使用PHP+MYSQL+SHELL打造私有监控系统(三)
grep "inet addr"|cut -d : -f 2|awk '{print $1}') #name yq_name=$(hostname) monitor_name=yinqing here='
gans
u
dl528888
·
2012-10-24 11:51
独立监控系统
web监控系统
运维自动化专题
poj 1635( 树的最小表示法判断同构 )
usingnamespacestd; stringdfs(char*ss,ints,intt) { inti,j=s,h=0;intcnt=0;vectorstr; str.clear(); if(s>=t) { strin
gans
Balloons2012
·
2012-10-05 11:00
String
stdstring
poj 1635( 树的最小表示法判断同构 )
usingnamespacestd; stringdfs(char*ss,ints,intt) { inti,j=s,h=0;intcnt=0;vectorstr; str.clear(); if(s>=t) { strin
gans
Balloons2012
·
2012-10-05 11:00
上一页
46
47
48
49
50
51
52
53
下一页
按字母分类:
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
其他