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
Hate
I
Hate
It (线段树)
#include #include #include #include #include #include #definelsonidxmid) res=max(res,query(L,R,rson)); returnres; } intmain() { inti,j,a,b,n,m; charstr; freopen("in.txt","r",stdin); f
bigman_123
·
2012-05-08 21:00
Algorithm
Date
query
Build
include
iostream
杭电hdu 1754 i
hate
it 线段树
http://acm.hdu.edu.cn/showproblem.php?pid=1754讨论里面的一个数据没有过,结果就wrong了两次,很是悲剧啊,5312345Q15U50Q15就是这组该死的数据,以后还是要多测试两组数据的。#include #defineMAX200010 typedefstruct_node { intleft; intright; inthigh; }node;
wchyumo2009
·
2012-04-06 22:00
Ubuntu: A Love/
Hate
Relationship: Adventures in Scala: Part I
Ubuntu:ALove/HateRelationship:AdventuresinScala:PartIMay20,2008 AdventuresinScala:PartIIamattemptingtolearnatleastonenewlanguageayearandoneofthemthisyearisScala.Itisamulti-paradigmlanguagethatprettymu
·
2012-03-28 07:00
ubuntu
我讨厌单元测试:滕振宇谈如何进行单元测试
(本文首发于InfoQ中文站:http://www.infoq.com/cn/news/2012/02/I-
Hate
-Unit-Test)说起单元测试的好处相信大家都能列举出不少,可是很多时候,开发人员面对自己产品的代码
dingx
·
2012-03-27 23:00
编程
数据库
单元测试
测试
敏捷
产品
我讨厌单元测试:滕振宇谈如何进行单元测试
(本文首发于InfoQ中文站:http://www.infoq.com/cn/news/2012/02/I-
Hate
-Unit-Test ) 说起单元测试的好处相信大家都能列举出不少,
DigitalSonic
·
2012-03-27 23:00
单元测试
报道
Hdu-1754 I
hate
it【线段树(单点更新)】
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1754解题思路:依然线段树水题。。。。。代码如下:#include #include #include usingnamespacestd; #definelsonl,m,root>1; Build_Tree(lson); Build_Tree(rson); PushUp(root); } void
niushuai666
·
2012-03-27 13:00
正则表达式进行字符串替换!将奇数和偶数的字符串替换成不同的!并且忽略大小写查找
;java", Pattern.CASE_INSENSITIVE); Matcher m = p.matcher("java Java JaVa IloveJAVA you
hate
随便小屋
·
2012-03-02 22:00
java
正则表达式
HDU1754 I
Hate
It,线段树
线段树的简单题,整整1000+ms!!!看来要优化一下/******************************************************************************* #Author:NeoFung #Email:
[email protected]
#Lastmodified:2012-01-1720:35 #Filename:HDU1754IHa
neofung
·
2012-01-17 20:00
hdu 1754 I
Hate
It
题目:http://acm.hdu.edu.cn/showproblem.php?pid=1754线段树。。应该算是线段树的入门题目吧。。线段树打得太少了。。一点都不熟悉。。需要加强啊。下面是用数组模拟的线段树的AC代码:#include usingnamespacestd; #defineN200002 structnode { intl,m,r; intscore; }trie[N*3]; v
w00w12l
·
2011-12-02 13:00
hdu 1754 I
Hate
It(splay入门题)
IHateItTimeLimit:9000/3000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):11703 AcceptedSubmission(s):4478ProblemDescription很多学校流行一种比较的习惯。老师们很喜欢询问,从某某到某某当中,分数最高的是多少。这让很多学
fp_hzq
·
2011-11-15 15:00
c
struct
function
测试
input
output
How Can Anyone Still
Hate
Bill Ga...
本文摘自:http://www.forbes.com/sites/davidcoursey/2011/11/03/how-can-anyone-still-
hate
-bill-gates/http://
wdliming
·
2011-11-11 13:00
css hack,L-V-H-A
1.看了篇:说说CSS Hack 和向后兼容 http://sofish.de/1331 2.a标签的伪类样式的定义顺序是L-V-H-A:即LOVE-
HATE
3.图片,防止拉伸变形
xiaomogu
·
2011-11-03 17:00
css
hack
HDU 1754 I
Hate
It [线段树-单点更新]
题意:分析:/* 线段树一般也就两种写法: 1、传统递归建树的开2N-1即可。 2、按照堆结构非递归建树,要开2^([logN]+1),[]表示取上整。 至于为什么有一说要开4N,其实这也是上述第二种情况,因为2^([logN]+1)在最坏情况下接近4N。 比如N=1024时只用开2048,而N=1025时却需要开4096个节点,为3.99N。 但在大多数情况下远达不到4N,所以建议还是手动计算出
lmyclever
·
2011-10-05 16:00
HDOJ 1754 I
Hate
It
类型:单点更新,线段树/树状数组代码:#include #include #include usingnamespacestd; inlineintRint(){intx;scanf("%d",&x);returnx;} #defineMAXN200002 //#defineMAX(x,y)(x)>(y)?(x):(y)用这个算MAX(ret,query(L,R,a[e].mid+1,r,e>1
tclh123
·
2011-09-19 22:00
HDU1754 I
Hate
It
参考资料:http://www.cppblog.com/MiYu/archive/2010/08/29/125199.html此题的simple建立的树为:AC代码:#include usingnamespacestd; constint_N=200005; inta[_Nc?b:c; } //跟新父节点的值 voidpushUp(intrt) { a[rt]=max(a[
Dev|il
·
2011-09-16 23:00
HDU
HDU1754 I
Hate
It
阅读更多参考资料:http://www.cppblog.com/MiYu/archive/2010/08/29/125199.html此题的simple建立的树为:AC代码:#includeusingnamespacestd;constint_N=200005;inta[_Nc?b:c;}//跟新父节点的值voidpushUp(intrt){a[rt]=max(a[rt>a[rt];return;
Dev|il
·
2011-09-16 23:00
杭电 hdu 1754 I
Hate
It (线段树 + 详细注释)
/* THE PROGRAM IS MADE BY PYY */ /*----------------------------------------------------------------------------// Copyright (c) 2011 panyanyany All rights reserved. URL : http://acm.h
panyanyany
·
2011-09-14 22:00
线段树
max
ACM
宏定义
杭电 hdu 1754 I
Hate
It (线段树 + 详细注释)
/*THEPROGRAMISMADEBYPYY*/ /*----------------------------------------------------------------------------// Copyright(c)2011panyanyanyAllrightsreserved. URL:http://acm.hdu.edu.cn/showproblem.php?pid=1
panyanyany
·
2011-09-14 22:00
c
Date
struct
tree
Build
output
杭电 hdu 1754 I
Hate
It (线段树 + 详细注释)
/* THE PROGRAM IS MADE BY PYY */ /*----------------------------------------------------------------------------// Copyright (c) 2011 panyanyany All rights reserved. URL : http://acm.hdu
txf2004
·
2011-09-14 22:00
杭电 hdu
hdu 1754 I
Hate
It
也是属于线段树单点更新类型的题目。总体比较简单,很容易看懂。题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1754#include #definelsonl,m,rtb?a:b; } voidpushUp(intrt){ maxn[rt]=max(maxn[rt=r){ returnmaxn[rt]; } intm=(l+r)>>1; intre
IAccepted
·
2011-08-20 14:00
query
Build
hdu 1754 I
Hate
It(单点更新)
有两种操作,更新某个人的成绩,查询区间里的最大值。直接更新到叶子结点,在线段树的每个结点里保留一个mx表示这个区间[lft,rht]里的最大值,每次从叶子结点里更新回来记得更新路径上的mx。/*代码风格更新后*/ #include #include #include usingnamespacestd; #defineLL(x)(x>1)) #defineINF(1mid)mx2=query(s
shiqi_614
·
2011-08-19 01:00
struct
tree
cmd
query
Build
HDU 1754 I
Hate
It 线段树
题意:本题目包含多组测试,请处理到文件结束。在每个测试的第一行,有两个正整数N和M(0 usingnamespacestd; #defineN200005 structitem { intl,r,num; }node[N*3]; intmax(inta,intb) { returna>b?a:b; } voidbuild(intl,intr,intu) {
Tsaid
·
2011-08-15 20:00
HDU-1754 I
Hate
It 线段树 链式
以下代码G++超时,C++勉强过,果然是链式的伤不起啊!!! #include <cstdio> #include <cstring> #include <cstdlib> using namespace std; int N, M, rec[200010]; struct Node { int l, r, best; Nod
·
2011-08-15 18:00
HDU
hdu 1754 I
Hate
It(最基本的线段树)
I
Hate
It Time Limit: 9000/3000 MS (Java/Others) Memory Limit: 32768/32768 K
gzhu_101majia
·
2011-08-07 20:00
数据结构
C++
c
算法
ACM
【哥种的第一棵线段树,至于你信不信,我反正信了】HDU 1754 I
Hate
It
http://acm.hdu.edu.cn/showproblem.php?pid=1754ProblemDescription很多学校流行一种比较的习惯。老师们很喜欢询问,从某某到某某当中,分数最高的是多少。这让很多学生很反感。不管你喜不喜欢,现在需要你做的是,就是按照老师的要求,写一个程序,模拟老师的询问。当然,老师有时候需要更新某位同学的成绩。Input本题目包含多组测试,请处理到文件结束。
基德KID.1412
·
2011-07-31 18:00
数据结构
C++
c
算法
ACM
hdu 1754 I
Hate
It
继续线段树水题。求区间最大值,修改单个点。因为我还是采取的第一种建图方式,所以我修改单个点的话,比如修改1这个点,对应的我的区间应该是[1,2](你完全可以想象成左闭右开嘛)。这样的话,每个节点设置一个值,保存这棵子树的最大值。更新的时候,回溯的时候更新父节点即可。查询的时候,比如查询13段,在我的程序中对应的是03段。只要查到被03段完全包含的区间,那么这个区间的最大值就要返回,和另一个被03完
zxy_snow
·
2011-07-27 10:00
违反了private规则...you
hate
...
关于private我们不需要做过多的了解,我们需要记住的是类中的大部分内容都是private的,除非必须设定为public,就像是你自己,你也希望有点隐私权吧!你也不希望完全赤裸裸的暴露在整个世界中吧!你会说,嘿~这有一个变量:名字,然后其他人就会修改你的名字,你会觉得很厌烦,对吗?所以大部分都保持隐私。除了一些需要公示于众的部分。
Maze122wt
·
2011-07-24 23:09
职场
private
休闲
Why do Japanese
hate
Chinese so much
阅读更多Iamconfused.Whohateswho?IguessIwillsumupthewholetopicinanutshell.Inthisworldwehavelikesanddislikes:InCanadawehaveFrenchandEnglishspeakingcitizens,somedislikethefrench,somedisliketheEnglish,Somehat
xianshi_cn
·
2011-06-27 01:00
Social
UP
Why do Japanese
hate
Chinese so much
阅读更多Iamconfused.Whohateswho?IguessIwillsumupthewholetopicinanutshell.Inthisworldwehavelikesanddislikes:InCanadawehaveFrenchandEnglishspeakingcitizens,somedislikethefrench,somedisliketheEnglish,Somehat
xianshi_cn
·
2011-06-27 01:00
Social
UP
Why do Japanese
hate
Chinese so much
Iamconfused.Whohateswho?IguessIwillsumupthewholetopicinanutshell.Inthisworldwehavelikesanddislikes:InCanadawehaveFrenchandEnglishspeakingcitizens,somedislikethefrench,somedisliketheEnglish,Somehatethe
xianshi_cn
·
2011-06-27 01:00
UP
Social
love
hate
原则
有时候我们同时设置了a:visited和a:hover的样式,但一旦超链接访问后,hover的样式就不再出现了,这是怎么回事呢?这是因为将a:visited和a:hover的顺序放错了。代码清单如图所示:下面是不正确的顺序 a:hover{color:yellow;} a:visited{color:red;} 就是显示不出来! 正确的顺序
renaiting3
·
2011-05-20 16:54
hover
love
a
visited
hate
love
hate
原则
有时候我们同时设置了a:visited和a:hover的样式,但一旦超链接访问后,hover的样式就不再出现了,这是怎么回事呢?这是因为将a:visited和a:hover的顺序放错了。代码清单如图所示:下面是不正确的顺序 a:hover{color:yellow;} a:visited{color:red;} 就是显示不出来! 正确的顺序 a:visited{color:red;} a:h
renaiting3
·
2011-05-20 16:54
a
love
visited
推荐一首歌 - Just Another (Pete Yorn)
You and I, we’re two of a kind, I
hate
to say it but you’ll never relate, what mak
spring-china
·
2011-05-19 23:00
工作
音乐
HDU 1754 I
Hate
It
HDU1754IHateIt题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1754/**//*题意: 给定一个长度为N(N using namespace std;#define inf -(1 b ? a : b;}void Tree::UpdateBy(Tree* ls, Tree* rs){ Max = mmax(ls->Max,
英雄哪里出来
·
2011-04-01 14:00
hdu 1754 -- I
Hate
It (线段树)
IHateIt TimeLimit:9000/3000MS(Java/Others)MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):7941AcceptedSubmission(s):2808ProblemDescription很多学校流行一种比较的习惯。老师们很喜欢询问,从某某到某某当中,分数最高的是多少。这让很多学生很反感。
zsc09_leaf
·
2011-03-14 17:00
c
struct
function
测试
input
output
【转】gcc.x86_64的参数传递
版权为 win_
hate
所有, 转载请保留作者名字 我这段时间要把以前的一个 x86_32 的 linux 程序移植到 x86_64(AMD) 的 linux 环境里.
fanzy618
·
2011-01-21 18:00
C++
c
linux
gcc
vc++
from
hate
day tried
Devil worshiping lihen days finish that sentence after the heart in an instant they were filled with sorrow. For a long time after watching Khrennikov fly to a compassionate smile go back to step d
liwoon11
·
2011-01-17 20:00
REST
Flash
Go
HDU1754 I
Hate
It(线段树入门题)
IHateItTimeLimit:9000/3000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):7182 AcceptedSubmission(s):2583ProblemDescription很多学校流行一种比较的习惯。老师们很喜欢询问,从某某到某某当中,分数最高的是多少。这让很多学生
JackyZhengX1990
·
2010-12-15 15:00
数据结构
c
测试
query
input
output
近期工作感悟及收藏
1. automate/document the parts of your job that you
hate
2. 单元测试的重要性越来越显现出来。
Zhongwei_leg
·
2010-10-18 10:00
工作
Javascript表达式中连续的 && 和 || 之赋值区别
'&&'test1=1&&2&&3&&4;test2='0'&&2&&3&&4;test3=1&&2&&0&&4;test4=2&&'i'&&'love'&&3&&'you';test5='i'&&'
hate
·
2010-10-17 21:38
DynaBean
有了动态Bean,就不用写那么多VO出来了,特别那些只是为了和View交互而存在的bean,i
hate
Form Bean。
mzhj
·
2010-10-15 17:00
.net
freemarker
bean
velocity
Blog
HDOJ 1754 HDU 1754 I
Hate
It ACM 1754 IN HDU
MiYu原创,转帖请注明:转载自 ______________白白の屋 题目地址:http://acm.hdu.edu.cn/showproblem.php?pid=1754题目描述:IHateItTimeLimit:9000/3000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):630
ACM___________________________
·
2010-09-15 16:00
兼容IE6,7,8浏览器的超链接样式
做了一个小企业网站,发现在IE6下超链接的样式并没有被载入 在网上找了很多超链接样式的排序a:link,a:hover,a:visited,a:active 按照他们说的爱恨原则(love,
hate
sky_uck
·
2010-09-13 17:00
浏览器
css
hdu 1754 I
Hate
It
第一次做线段树的入门题目,写很多次都超时,最后发现是我的宏定义的问题#definemax(a,b)(a)>(b)?a:b在queryTree()中当要询问的区间在左右区间的时候我起初写: returnmax(queryTree(left,mid,LL),queryTree(mid+1,right,RR));结果一直超时,很是郁闷!!!最后改成: inta=queryTree(left,
ACb0y
·
2010-09-05 20:00
c
struct
tree
2010
humour tips
前浪死在沙滩上” 当我每次使用Chrome浏览器搜索“为什么恨Google”时,当前的标签页总会崩溃,也许是它不希望我搜索为什么恨Google吧,安装了Chrome浏览器的同学可以试一下,搜索“why
hate
vaqeteart
·
2010-08-17 12:00
浏览器
chrome
Google
hdu 1754 i
hate
it(线段树入门)
http://acm.hdu.edu.cn/showproblem.php?pid=1754 解题思路:线段树啦 #include#include#defineGetMax(a,b)a>b?a:b#definesize200001structseg_tree{intleft,right;intmax;}tree[size*4];intval[size],N,M;voidbuild(intnum,
q3498233
·
2010-08-04 20:00
DynaBean
有了动态Bean,就不用写那么多VO出来了,特别那些只是为了和View交互而存在的bean,i
hate
Form Bean。
caodaoxi
·
2010-07-29 23:00
freemarker
bean
velocity
The Translation of Love and
Hate
In a jet-lag-induced haze,I wandered the dingy stone streets of istanbul.Street merchants approached me,speaking Turkish.Though my dark hair and olive complexion are typical features of a
jiangduxi
·
2010-07-12 09:00
idea
Go
AIR
Declarative caching for AppEngine
I really
hate
when my source files are bloated with lines and lines of code that do not implement any
reverocean
·
2010-05-24 16:00
spring
AOP
cache
Google
GAE
Declarative caching for AppEngine
I really
hate
when my source files are bloated with lines and lines of code that do not implement any
reverocean
·
2010-05-24 16:00
spring
AOP
cache
Google
GAE
上一页
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
其他