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
694
手工释放linux内存――/proc/sys/vm/drop_cache
free-m total used free shared buffers cachedMem: 4032
694
王翔龙
·
2015-08-20 21:20
内存
UVA
694
-The Collatz Sequence
奇怪啊一开始int一直TLE后来改成long就AC了难道是uva环境的问题求解。。。#include intcnt=1; longA,limit,tmp,ans; intmain() {while(~scanf("%ld%ld",&A,&limit)&&limit!=-1) {ans=0; if(A==1)break; tmp=A; for(;;) { if(!(A&1)){A/=2;ans++;
Griffin_0
·
2015-08-19 21:00
深入理解Git (三) - 微命令上篇
我们可以先修改一个文件:echo"hongchangfirst">zhc.conf然后githash-object-wzhc.conf56166dc42a6a2f
694
e088694a2a2c90606e28f2d
hongchangfirst
·
2015-08-12 15:00
杭电1950 Bridging signals(求一个数列的最大递增子数列)
Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):1068 AcceptedSubmission(s):
694
ProblemDescription'Ohno
GoodLuckAC
·
2015-07-30 20:00
BZOJ 1021 [SHOI2008]Debt 循环的债务
1021: [SHOI2008]Debt 循环的债务 Time Limit: 1 Sec Memory Limit: 162 MB Submit:
694
&
·
2015-07-17 13:00
2008
spoj
694
求一个字符串中不同子串的个数
SPOJProblemSet(classical)
694
.DistinctSubstringsProblemcode:DISUBSTRGivenastring,weneedtofindthetotalnumberofitsdistinctsubstrings.InputT-numberoftestcases.T
cacyth
·
2015-06-17 23:00
SPOJ
694
&&SPOJ705:Distinct Substrings(后缀数组)
DescriptionGivenastring,weneedtofindthetotalnumberofitsdistinctsubstrings.InputT-numberoftestcases.T #include #include #include #include #include #include #include #include #include #include #include
libin56842
·
2015-05-29 15:00
后缀数组
spoj
[置顶] Word/Excel文档伪装病毒-kspoold.exe分析
一、病毒样本基本信息样本名称:kspoold.exe样本大小:285184字节样本MD5:CF36D2C3023138FE
694
FFE4666B4B1B2病毒名称:Win32/Trojan.Spy.a5e
QQ1084283172
·
2015-05-22 09:00
病毒分析
kspoold.exe
WordExcel文档
隐藏.doc.xls文档
SPOJ
694
Distinct Substrings
DescriptionGivenastring,weneedtofindthetotalnumberofitsdistinctsubstrings.InputT-numberoftestcases.T #include #include #include #include #include #include #include usingnamespacestd; constintMin=0; co
jtjy568805874
·
2015-05-21 11:00
spoj
Java XML Read Write org.w3c.dom
> <items> <item UUID="9da9da4e-b
694
-4d5f-98
Colin_Davis
·
2015-05-05 15:00
java w3c xml
HDOJ 3948 The Number of Palindromes 回文串自动机
/Others) MemoryLimit:262144/262144K(Java/Others)TotalSubmission(s):1992 AcceptedSubmission(s):
694
ProblemDescriptionNow
u012797220
·
2015-04-17 10:00
SPOJ
694
--- DISUBSTR - Distinct Substrings(后缀数组)
Givenastring,weneedtofindthetotalnumberofitsdistinctsubstrings.InputT-numberoftestcases.TFileName:SPOJ
694
Guard_Mine
·
2015-03-31 19:00
后缀数组
SPOJ
694
. Distinct Substrings (不相同的子串的个数--后缀数组)
题意:给定一个字符串,求不相同的子串的个数。思路:子串的总个数是n*(n+1)/2现在用height数组解决所以把子串的个数看成是以i字符串开头的子串的个数的和,那么总个数减去sum(height[i]),即是答案因为height[i]是sa[i]与sa[i-1]后缀的相同前缀的长度,那么以前面那种计算子串的方式,也就是重复了height[i]个子串//DistinctSubstringsacce
kalilili
·
2015-03-18 19:00
spoj
694
Distinct Substrings (后缀数组应用)
题意:给出长度为n的串,求这个串中不通的子串个数。题解:首先我们分析,这种题应该从每个子串入手,每个子串肯定是后缀的前缀,所以分析后缀的一些关系。单独分析一个后缀能为不通子串个数贡献多少,如果按照SA的顺序不断计算出后缀,当要加入k这个后缀时,他的长度为n-SA[k],那么他可以贡献出的前缀也就是子串的个数肯定有n-SA[k],但是他和前一个后缀有重叠部分重叠部分的长度便是多计算的子串个数,于是减
My_ACM_Dream
·
2015-03-04 21:00
SPOJ
694
DISUBSTR Distinct Substrings 后缀数组
题目大意:对于给出的字符串(长度不超过1000)求其不同的子串的个数大致思路:就是一个简单的height数组性质的利用, 如果每个子串我们用从位置j开始且长度为k来表示不同的子串的话则一个height[i]值说明表示从位置sa[i-1]开始的和sa[i]开始的长度为k #include #include #include #include #include #include #include #i
u013738743
·
2015-02-09 13:00
distinct
后缀数组
Substrings
spoj
694
DISUBSTR
生活家的宝贝儿子 之 会点歌的小宝贝
/D
694
/晚上睡觉前,我的宝贝会主动要求喝奶。区别于小时候讲一句:“呐呐!”然后接下来统统交给妈妈来安排,我的小宝贝已经会自己安排自己的事情。妈妈只需要按照宝贝的计划执行就可以。
Zara_C
·
2015-01-23 16:24
12月中国域名服务商Top20市场份额解析(图)
另外,域名总量第一的依然是中国万网,已升至2,132,765个,净增63,
694
个,环比涨幅增大,市场份额突破23%,达到23.1624%,涨势喜人。下面,IDC评述网与大家一起关注1
idcpscom
·
2015-01-05 10:53
域名
市场份额
服务商
使用webbrowser打开本地文件失败原因
正确的做法: outfile="file:///var/folders/86/2zqykwwd1f71bdb0d1tg20p80000gn/T/tmp28_
694
.html" webbrowser.open_new_tab
吾爱
·
2014-12-10 10:00
python
mysql 把结果集中的一列数据用指定分隔符转换成一行
674,,675,,676,,677,,678,,679,,680,,681,,682,,683,,684,,685,,686,,687,,688,,689,,690,,691,,692,,693,,
694
YangTao
·
2014-12-08 15:00
mysql
group_concat
spring3 的restful API RequestMapping介绍
原文链接:http://www.javaarch.net/jiagoushi/
694
.htm spring3 的restful API RequestMapping介绍 在spring mvc中 @
·
2014-11-15 12:00
requestmapping
spring3 的restful API RequestMapping介绍
原文链接:http://www.javaarch.net/jiagoushi/
694
.htmspring3的restfulAPIRequestMapping介绍在springmvc中@RequestMapping
AloneSword
·
2014-11-15 12:00
UVA -
694
The Collatz Sequence(水题)
TheCollatzSequence AnalgorithmgivenbyLotharCollatzproducessequencesofintegers,andisdescribedasfollows:Step1:Chooseanarbitrarypositiveinteger A asthefirstiteminthesequence.Step2:If A =1thenstop.Step3
HelloWorld10086
·
2014-08-22 18:00
sequence
uva
the
Collatz
694
BAT脚本:设置电源计划_拒绝待机、关闭显示器、关闭硬盘
::echo 重命名电源使用方案 ::powercfg -changename 381b4222-f
694
-41f0-9685-ff5bb260df2
北风其凉
·
2014-08-20 17:00
SPOJ
694
、705 后缀数组:求不同子串
思路:这题和wikioi1306一样,也都是求的不同子串的个数,但是wikioi时间比较长,然后用Trie树就过了。但是我用那个代码提交这题的时候就WA了,比较晕……因为这题有多组样例,所以超了点时间。所以这题当然就是用后缀数组做的啦!算法分析:每个子串一定是某个后缀的前缀,那么原问题等价于求所有后缀之间的不相同的前缀的个数。如果所有的后缀按照suffix(sa[1]),suffix(sa[2])
u011466175
·
2014-08-13 14:00
SPOJ
694
求一个字符串有多少子串 后缀数组
http://www.spoj.com/problems/DISUBSTR/Givenastring,weneedtofindthetotalnumberofitsdistinctsubstrings.InputT-numberoftestcases.T #include #include #include usingnamespacestd; constintmaxn=211111; /****
u013573047
·
2014-08-04 20:00
UVA
694
The Collatz Sequence
#include intmain(){ longlonga,l; intnum=0; while(scanf("%lld%lld",&a,&l)&&!(a==-1&&l==-1)){ printf("Case%d:A=%lld,limit=%lld,numberofterms=",++num,a,l); intcount=0; while(a>1){ if(a%2) a=3*a+1; else
kl28978113
·
2014-07-30 15:00
HDU2813Interesting Fibonacci(斐波那契数列+循环节)
InterestingFibonacciTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):
694
u013790563
·
2014-07-26 17:00
spoj
694
求一个字符串中不同子串的个数
SPOJProblemSet(classical)
694
.DistinctSubstringsProblemcode:DISUBSTRGivenastring,weneedtofindthetotalnumberofitsdistinctsubstrings.InputT-numberoftestcases.T
u011026968
·
2014-07-02 15:00
使用C# 创建windows 服务
转自:http://hi.baidu.com/feixu_geer/item/
694
aaee2d24272226cabb8c9我们将研究如何创建一个作为Windows服务的应用程序。
ming_super
·
2014-06-11 10:40
C#
window服务
本地文件和SVN上比较时svn文件中文乱码问题
图解如下所示:[img]http://dl2.iteye.com/upload/attachment/0097/6466/7798ec9f-21c9-3a34-965a-af28f425c
694
.pn
mjc410621
·
2014-05-30 00:00
JAVA
nfc读取ic卡如何使用前台发布系统
转载自:http://qing.blog.sina.com.cn/1766585715/
694
bf573330001ob.html前台发布系统的优先级高于intent发布系统,也就是说当一个正在前台运行的程序可以处理被扫描到的
davidtps
·
2014-05-22 10:00
UVa
694
- The Collatz Sequence
13582659694TheCollatzSequenceAcceptedANSIC0.0352014-05-0319:59:05【问题描述】类似于3n+1问题,只不过有上限【解决过程】有一个难点就是如果3n+1>2147483647怎么办?我的方法见代码:#includeintmain(){intn=0,A,L;while(scanf("%d%d",&A,&L)==2&&A>0&&L>0){pr
cksteven
·
2014-05-03 20:58
OI
4月第3周中国.COM域名总量已达687万 净增5.6万
而美国的降幅环比上周,有所变小,但仍然负增长2,
694
个,现有61,665,108个.COM域名。下面,情况IDC评述网对数据的整理与分析。
idcpscom
·
2014-04-24 14:22
中国
排行榜
澳大利亚
加拿大
西班牙
SPOJ
694
Distinct Substrings
后缀数组求不同的子串数。。每一个子串都是某个后缀的前缀,每加入一个后缀都会增加n-sa[i]个子串,但是有h[i]个子串会是重复的,所以对每增加的一个后缀会产生 n-sa[i]-h[i]个不同的子串DistinctSubstringsTimeLimit: 1000MS MemoryLimit: Unknown 64bitIOFormat: %lld&%llu[Submit] [GoBack]
u012797220
·
2014-03-22 23:00
纯CSS实现侧边栏/分栏高度自动相等
p=
694
这里直接介绍我认为的最佳的侧边栏/分栏高度自动相等方法。
WitsMakeMen
·
2014-03-03 16:00
OCP-1Z0-053-V13.02-
694
题
694
.Aspartofarchivingthehistoricaldata,youwanttotransferdatafromonedatabasetoanotherdatabase,whichisonanotherserver.Alltablespacesinthesourcedatabaseareread
rlhua
·
2014-02-24 22:00
Extjs 4.0 Tab页
1、JSON代码Ext.MyTabs=Ext.extend(Ext.TabPanel,{ xtype:"tabpanel", activeTab:2, width:
694
, height:571, initComponent
you23hai45
·
2014-02-16 20:00
ExtJs
tab页
广州新一代域名注册量动态:11月下旬净增3425个
IDC评述网(idcps.com)12月16日报道:据WebHosting.info数据,截至2013年12月2日,广州新一代域名总量增至152,
694
个,相比11月上旬净增3,425个域名,国内市场份额上涨至
idcpscom
·
2013-12-16 14:04
文章
动态
广州
域名注册
11月11日
sql语句 面试题
张三 0001 数学 692 2005002 李四 0001 数学 893 2005001 张三 0001 数学
694
·
2013-12-12 10:00
sql语句
Redhat5.4 64位下Heartbeat+DRBD的问题
/lib64/heartbeat/pingd-m100-d5srespawnroot/usr/lib64/heartbeat/mgmtd-t-v问题2:这个跟64位无关,是关于端口的,如果用默认的端口
694
DevilRex119
·
2013-12-05 16:49
64位
heartbeat
redhat5.4
DRBD的问题
spring3 的restful API RequestMapping介绍
原文链接:http://www.javaarch.net/jiagoushi/
694
.htm [java] view plain copy  
kavy
·
2013-12-03 09:00
requestmapping
DRBD--监控篇
drbd-master~]#cat/proc/drbd version:8.3.15(api:88/proto:86-97) GIT-hash:0ce4d235fc02b5c53c1c52c53433d11a
694
eab8cbuildbyroot
位鹏飞
·
2013-11-25 23:50
监控
drbd
spoj
694
之后缀数组
SPOJProblemSet(classical)
694
.DistinctSubstringsProblemcode:DISUBSTRGivenastring,weneedtofindthetotalnumberofitsdistinctsubstrings.InputT-numberoftestcases.T
xingyeyongheng
·
2013-11-12 21:00
spoj
694
705. New Distinct Substrings
705.NewDistinctSubstringsProblemcode:SUBST1Givenastring,weneedtofindthetotalnumberofitsdistinctsubstrings.InputT-numberoftestcases.T #include #include usingnamespacestd; #definemaxn200500 intwa[maxn],
u010422038
·
2013-11-09 14:00
spoj
694
Distinct Substrings(求不同的子串个数,后缀数组基础题)
题目:http://www.spoj.com/problems/DISUBSTR/题目大意:给你一个字符串,然后让你求出它的不同的子串的个数。思路:先构造后缀数组,我们知道对于原串中的每个子串都对应某个后缀的前缀,那么这里后缀是按照字典序排好的,对于每一个i,它的总前缀个数是n-sa[i],那么新增加的前缀个数是n-sa[i]-height[i],也就是把这些一遍加起来就好了。唉~~只能说我是没想
u010794465
·
2013-10-20 15:00
DRBD脑裂故障处理
root@node1~]#cat/proc/drbdversion:8.3.15(api:88/proto:86-97)GIT-hash:0ce4d235fc02b5c53c1c52c53433d11a
694
eab8cbuildbymockbuild
不死鸟一辉
·
2013-10-06 23:19
DRBD
脑裂
集群与存储
DRBD脑裂故障处理
root@node1~]#cat/proc/drbd version:8.3.15(api:88/proto:86-97) GIT-hash:0ce4d235fc02b5c53c1c52c53433d11a
694
eab8cbuildbymockbuil
不死鸟一辉
·
2013-10-06 23:19
脑裂
drbd
SPOJ-
694
-Distinct Substrings
题目要求求出所给字符串的不同子串的个数,其实就是后缀数组的一个运用,可以知道一个子串最多可以产生他长度这么多个字符串,然后减去height[i]剩下的就是新增的~代码:#include #include #include usingnamespacestd; constintmaxn=1100; intn,wa[maxn],wb[maxn],wv[maxn],wu[maxn],x[maxn],sa
z309241990
·
2013-10-04 14:00
后缀数组
PetShop5.0官网源代码下载
gID=b96c547b-e93b-47f4-b
694
-279f27566aff基于.NETFramework3.5的Petshoppetshop5.0下载官网下载地址 点击这里直接下载Petshop5.0
huanglei0809
·
2013-09-30 01:00
.net
源代码
framework
微软
spoj
694
,705 后缀数组,后缀自动机
这两题其实是一道,只不过
694
的范围是1000,705的范围是50000。
yanglei040
·
2013-09-27 20:00
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
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
其他