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
4902
hdu
4902
线段树+逆向模拟
pid=
4902
出n个数,然后对这n个数进行两种操作: 如果是 1 l r x,则把 [l, r] 区间里面的每一个数都变为x; 如果是 2 l r x,则 比较 [l, r]区间里的数a_i和x的大小
·
2015-10-30 13:05
HDU
BZOJ 1208: [HNOI2004]宠物收养所 SET的妙用
1208: [HNOI2004]宠物收养所 Time Limit: 10 Sec Memory Limit: 162 MB Submit:
4902
Solved: 1879
·
2015-10-30 13:18
set
UOJ #17. 【NOIP2014】飞扬的小鸟 背包DP
【NOIP2014】飞扬的小鸟 Time Limit: 10 Sec Memory Limit: 162 MB Submit:
4902
Solved: 1879
·
2015-10-30 13:18
IP
线段树 + 区间更新 ----- HDU
4902
: Nice boat
Nice boat Time Limit: 30000/15000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 968 Accepted Submission(s): 441 Probl
·
2015-10-28 08:22
HDU
cocos2d-js 3.0 RC0 手动绑定 C++调用js,js调用C++ jsbinding
参考:http://www.tairan.com/archives/
4902
参考文章是2.x版本的,对于3.0也许不合适了,没有深究。
·
2015-10-27 13:56
cocos2d-js
hdu
4902
Nice boat 线段树
//线段树 //对于覆盖操作,push_down时可以直接覆盖前面的操作 //对于gcd操作,push_down需要向下走到覆盖操作 #include #include #include usingnamespacestd; constintmaxn=1e5+10; #defineleftv>1; build(l,mid,left); build(mid+1,r,right); } voidpus
cq_pf
·
2015-09-06 13:00
hdu
4902
Nice boat(线段树区间更新lazytag·单点更新)
pid=
4902
NiceboatTimeLimit:30000/15000MS(Java/Others) MemoryLimit:131072/131072K(Java/Others)TotalSubmission
theArcticOcean
·
2015-08-31 20:00
线段树
HDU
App源码分享大赛精彩代码日报
mod=viewthread&tid=
4902
.【游戏】横版动作类冒险游戏【复刻岛】源码(亲测可玩)http://bbs.aiyingli.com/forum.php?
u012398365
·
2015-03-13 09:00
android
Android游戏
源码分享
Cocos2d-x Js Binding 的手动绑定实现
A-A+一叶 2013年8月13日 13条评论 279次浏览 Cocos2d-x cocos2d-xhttp://www.tairan.com/archives/
4902
文章目录JSB手动绑定的实现步骤怎样实现
oMingZi12345678
·
2014-12-04 21:00
hdu
4902
线段树+逆向模拟
pid=
4902
出n个数,然后对这n个数进行两种操作:如果是1lrx,则把[l,r]区间里面的每一个数都变为x;如果是2lrx,则比较[l,r]区间里的数a_i和x的大小,如果a_i>x,把a_i变为a_i
u012774187
·
2014-10-21 19:00
2014多校第四场1006 HDU
4902
Nice boat 线段树 区间更新问题
pid=
4902
ProblemDescriptionThereisanoldcountryandthekingfellinlovewithadevil.Thedevilalwaysasksthekingtodosomecrazythings.Althoughthekingusedtobewiseandbelovedbyhi
u013573047
·
2014-08-06 15:00
HDU
4902
Nice boat(线段树 区间更新)
题意:给你一个区间,每次可以进行两种操作1:把区间中的数全都变成x 2:把区间中大于x的数变成gcd(a[i],x)最后输出序列。(n,m #include #include usingnamespacestd; constintmaxn=100000+10; intnum[maxn*4],lazy[maxn*4],L[maxn*4],R[maxn*4]; intgcd(inta,intb)
yew1eb
·
2014-08-05 09:00
hdoj
4902
Nice boat【线段树成段更新】
题目:hdoj
4902
Niceboat 来源:2014Multi-UniversityTrainingContest4题意:给出n个数,有两种操作,第一种是给l--r区间全部替换为x,第二种操作是给l-
y990041769
·
2014-08-04 17:00
Algorithm
算法
namespace
线段树
迭代器
多校第4场 HDU
4902
Nice boat 线段树
思路:这题比赛的时候宝哥说的思路我觉得对的,就是当是2操作的时候,先把数放到数组里,最后查询输出的时候再统一计算,不过那时敲得烂死了,debug了两天,靠……上午写的vector在pushDown的时候又忘了clear了,然后MLE了一早上,尼玛,还以为用的数组太大超了,然后又改成结构体,还是MLE,最后把别人的代码交上去发现没MLE,疯了一中午,最后无聊的时候才发现这个错误,尼玛……发现自己调试
u011466175
·
2014-08-02 15:00
HDU-
4902
Nice boat
NiceboatTimeLimit:30000/15000MS(Java/Others) MemoryLimit:131072/131072K(Java/Others)TotalSubmission(s):1038 AcceptedSubmission(s):465ProblemDescriptionThereisanoldcountryandthekingfellinlovewith
·
2014-08-01 20:00
HDU
HDU
4902
:Nice boat(线段树lazy)
ProblemDescriptionThereisanoldcountryandthekingfellinlovewithadevil.Thedevilalwaysasksthekingtodosomecrazythings.Althoughthekingusedtobewiseandbelovedbyhispeople.Nowheisjustlikeaboyinloveandcan’trefus
libin56842
·
2014-08-01 16:00
线段树
HDU
hdu
4902
Nice boat(线段树区间修改,输出最终序列)
pid=
4902
ProblemDescriptionThereisanoldcountryandthekingfellinlovewithadevil.Thedevilalwaysasksthekingtodosomecrazythings.Althoughthekingusedtobewiseandbelove
u012860063
·
2014-08-01 15:00
线段树
HDU
多校4
HDU
4902
Nice boat (线段树区间更新+lazytag)
ProblemDescriptionThereisanoldcountryandthekingfellinlovewithadevil.Thedevilalwaysasksthekingtodosomecrazythings.Althoughthekingusedtobewiseandbelovedbyhispeople.Nowheisjustlikeaboyinloveandcan’trefus
u013790563
·
2014-08-01 15:00
HDU
4902
2014多校联赛第四场1006 Nice boat
看到这个题目好纠结来着,一时间不知道从何下手。题目要求进行两种操作:1,将区间的值全部进行替换为x;2把区间内大于x的数变为gcd(num[i],x);当然没看题目时限,以为会被卡时间..然后用成段更新去完成操作1,然后写到操作2的函数想到如果某个区间所有值都一样的话只需要进行一次操作就OK了。题目要求是15秒...学长没用线段树暴力就过了,膜拜大神!#include #include #incl
azx736420641
·
2014-08-01 08:00
线段树
lazy操作
hdu
4902
Nice boat(2014多校训练第4场1006)(暴力写法)
Niceboat TimeLimit:30000/15000MS(Java/Others) MemoryLimit:131072/131072K(Java/Others)ProblemDescriptionThereisanoldcountryandthekingfellinlovewithadevil.Thedevil
LYHVOYAGE
·
2014-08-01 08:00
HDU
4902
Nice boat(线段树)
HDUNiceboat题目链接题意:给定一个序列,两种操作,把一段变成x,把一段每个数字,如果他大于x,就变成他和x的gcd,求变换完后,最后的序列。思路:线段树,每个结点多一个cover表示该位置以下区间是否数字全相同,然后每次延迟操作,最后输出的时候单点查询即可代码:#include #include #include usingnamespacestd; constintN=100005;
u011217342
·
2014-07-31 22:00
HDU -
4902
Nice boat
DescriptionThereisanoldcountryandthekingfellinlovewithadevil.Thedevilalwaysasksthekingtodosomecrazythings.Althoughthekingusedtobewiseandbelovedbyhispeople.Nowheisjustlikeaboyinloveandcan’trefuseanyreq
u011345136
·
2014-07-31 21:00
HDOJ
4902
Nice boat
暴力线段树......NiceboatTimeLimit:30000/15000MS(Java/Others) MemoryLimit:131072/131072K(Java/Others)TotalSubmission(s):340 AcceptedSubmission(s):163ProblemDescriptionThereisanoldcountryandthekingfell
u012797220
·
2014-07-31 21:00
2014多校联合四(HDU 4901 HDU
4902
HDU 4905)
HDU4901 TheRomanticHero题意:一串数字a 找一个位置分开 前面为S'后面为T' 从这两个集合中分别选出子集S和T 使得S中元素的“异或”值等于T中元素的“且”值 问一共几种方案思路:由于a[i]只有1024 那么无论怎么运算都不可能大于2047 又因为S和T有一个明显的分界 所以我们可以想到利用dp分左右两边处理 令l[i][j]表示从左到i位置且一定选取a[i]的情况下异或
u013351160
·
2014-07-31 19:00
dp
HDU
杂题
【HDU】
4902
Nice boat 线段树
传送门:【HDU】
4902
Niceboat题目分析:CLJ什么心态。。这个算中档题?。。。送分题就做出一道。。。这道也算不上中档吧ORZ。。。其实对每个区间保存两个信息就好了。
u013368721
·
2014-07-31 19:00
HDU
hdu
4902
思路:线段树各种lazy操作即可。#include #include #include #include usingnamespacestd; structnode { intl,r; intb; longlonga; }t[500000]; longlongaa[111111]; intn,m; voidbuild(intll,intrr,introt) { t[rot].l=ll; t[rot
cugbbaoge
·
2014-07-31 17:00
多校
Baoge
eclipse 启动 找不到 JRE JDK的解决方法
Noprotocolspecified Noprotocolspecified Eclipse:无法打开显示: **(java:12572):WARNING**:命令dbus-launch--autolaunch=f231fd
4902
ec51cc1caeae980000
jueshengtianya
·
2014-01-26 18:00
Oracle报错:不是单组分组函数
Oracle-SQL-group by-报错:不是单组分组函数 分类: 数据库技术 2010-03-16 19:46
4902
人阅读 评论(0) 收藏 举报 报错:不是单组分组函数 实例
dou_shini8820
·
2013-08-14 12:00
不是单组分组函数
在Gentoo下使用UTF-8 中文
m=9d78d513d99616f31eb0c9690d67903a4205dd356bc3975521dbc90ed5264c40347bfefe62670704a
4902
b3b47f2144bea876b32621e76eacad5c010cabce6797395607224
billvsme
·
2013-08-09 22:00
view.h
defined(AFX_SXVIEW_H__75371C02_B23D_
4902
_A3AC_DF8762833EDF__INCLUDED_)#defineAFX
u010241868
·
2013-07-20 08:00
poj1195 Mobile phones
MobilephonesTimeLimit: 5000MS MemoryLimit: 65536KTotalSubmissions: 10738 Accepted:
4902
DescriptionSupposethatthefourthgenerationmobilephonebasestationsintheTampereareaoperateasfollows.Theareaisdivided
magicnumber
·
2012-07-18 15:00
Integer
query
mobile
input
output
generation
ti中文社区
http://www.deyisupport.com/question_answer/f/53/t/
4902
.aspx
yuyin86
·
2012-05-09 11:00
个人珍藏的MLDN李兴华J2EE视频教程(纳米盘下载)
1-JSP_JDBC_假分页.rar http://www.namipan.com/d/30228e1349234e8bfd9de9a34dee7ae5df5919d3b27c
4902
2-
lampeter123
·
2009-04-20 11:00
DAO
spring
Hibernate
mysql
struts
俄罗斯农民乘法
我们绝大多数人学的都是这样做大数字乘法的: 86 x 57 ------ 602 +4300 ------
4902
如果你懂得乘法算式,那么这种“长式相乘”的方法是快速和相对简单的
masterkey
·
2009-02-10 18:00
工作
算法
form 验证 ,认证 使用分析
FormsAuthentication类ASP.NETFormsAuthentication所生成Cookie的安全性:http://menory.blog.51cto.com/26020/
4902
ASP.Net2.0
laolaowhn
·
2008-10-31 11:00
Photo Album: 8.16 佛罗伦萨-比萨
8.16佛罗伦萨-比萨DSC_4898DSC_
4902
DSC_4913DSC_4914DSC_4920DSC_4921DSC_4925DSC_4933DSC_4934DSC_4939MorePhotos
wgang818
·
2007-08-26 01:00
a
Photo Album: 8.16 佛罗伦萨-比萨
8.16佛罗伦萨-比萨DSC_4898DSC_
4902
DSC_4913DSC_4914DSC_4920DSC_4921DSC_4925DSC_4933DSC_4934DSC_4939MorePhotos
wgang818
·
2007-08-26 01:00
a
上一页
1
2
下一页
按字母分类:
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
其他