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
loves
Codeforces 444B DZY
Loves
FFT(概率)
题目连接:Codeforces444BDZYLovesFFT题目大意:根据题目的算法生成a,b数组,然后对于每个长度的l,求a[i]*b[l-i]的最大值。解题思路:概率问题,枚举前30大的数,如果有就可以直接输出答案,如果没有,就暴力枚举b数组为1的位置找最大值。#include #include #include usingnamespacestd; typedeflonglongll; c
u011328934
·
2014-07-08 00:00
Codeforces 444A DZY
Loves
Physics(图论)
题目链接:Codeforces444ADZYLovesPhysics题目大意:给出一张图,图中的每个节点,每条边都有一个权值,现在有从中挑出一张子图,要求子图联通,并且被选中的任意两点,如果存在边,则一定要被选中。问说点的权值和/边的权值和最大是多少。解题思路:是图论中的一个结论,最多两个节点,所以枚举两条边就可以了。我简单的推了一下,2个点的情况肯定比3个点的优。假设有3个点a,b,c,权值分别
u011328934
·
2014-07-08 00:00
Codeforces 445B DZY
Loves
Chemistry(并查集)
题目链接:Codeforces445BDZYLovesChemistry题目大意:有若干种化学药品,给出两两会反应的关系,现在要将药物依次放入一个容器中,容器中的化学药品可以互相反应,如果当前放入的药品能与已经在容器中的某一药品反应,那么危险值翻倍,即*2,初始值为1,求一顺序,使得为危险值最大。解题思路:并查集求最小联通分量s,2n−s即为答案。#include #include #includ
u011328934
·
2014-07-08 00:00
Codeforces 445A DZY
Loves
Chessboard(水题)
题目连接:Codeforce445ADZYLovesChessboard题目大意:给出一张n*m的图,要在'.'的位置上填B或者W,给出要求B不能和B相邻,W不能和W相邻,输出方案。解题思路:对于'.'的位置,横纵坐标和为奇数的放B,偶数的放W。#include #include #include usingnamespacestd; constintmaxn=100; intn,m; cha
u011328934
·
2014-07-08 00:00
CF 445B(DZY
Loves
Chemistry-求连通块)
B.DZYLovesChemistrytimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputDZYloveschemistry,andheenjoysmixingchemicals.DZYhas n chemicals,and m pairsofthemwillreact
nike0good
·
2014-07-07 16:00
CF 445A(DZY
Loves
Chessboard-BW填充)
A.DZYLovesChessboardtimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputDZYloveschessboard,andheenjoysplayingwithit.Hehasachessboardof n rowsand m columns.Somece
nike0good
·
2014-07-07 16:00
【CodeForces】444C DZY
Loves
Colors 线段树
C.DZYLovesColorstimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputDZYlovescolors,andheenjoyspainting.Onacolorfulday,DZYgetsacolorfulribbon,whichconsistsofnuni
u013368721
·
2014-07-07 15:00
数据结构
线段树
codeforces
【线段树】 codeforces 444C DZY
Loves
Colors
考虑一段区间如果颜色相同就可以合并。记录三个变量,颜色,增量,总和。颜色为正数时表示该段区间全为改颜色,为0时表示该段区间至少有一个颜色不同。。。更新时一定要更新到颜色不为0的节点,否则就向下更新。。。#include #include #include #include #include #include #include #include #include #include #include
blankcqk
·
2014-07-07 15:00
线段树
DZY
Loves
Physics(枚举+水题)
转载请注明出处:http://blog.csdn.net/u012860063/article/details/37509207题目链接:http://codeforces.com/contest/445/problem/C----------------------------------------------------------------------------------------
u012860063
·
2014-07-07 14:00
枚举
水题
codeforces
Codeforces - B - DZY
Loves
Chemistry【水题】
B.DZYLovesChemistrytimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputDZYloveschemistry,andheenjoysmixingchemicals.DZYhas n chemicals,and m pairsofthemwillreact
u011676797
·
2014-07-07 12:00
DZY
Loves
Chemistry(并查集)
转载请注明出处:http://blog.csdn.net/u012860063?viewmode=contents题目链接:http://codeforces.com/problemset/problem/445/B--------------------------------------------------------------------------------------------
u012860063
·
2014-07-07 11:00
HDU
codeforces
(CF)Codeforces445A DZY
Loves
Chessboard(纯实现题)
转载请注明出处:http://blog.csdn.net/u012860063?viewmode=contents题目链接:http://codeforces.com/problemset/problem/445/ADZYloveschessboard,andheenjoysplayingwithit.Hehasachessboardof n rowsand m columns.Somecells
u012860063
·
2014-07-07 10:00
codeforces
DZY
Loves
Chemistry
B.DZYLovesChemistrytimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputDZYloveschemistry,andheenjoysmixingchemicals.DZYhas n chemicals,and m pairsofthemwillreact
u012964281
·
2014-07-07 08:00
C++
ACM
并查集
HDU-4360-As long as Binbin
loves
Sangsang
这个题其实就是求最短路径,只不过在走路的时候有个限制,必须按照LOVE这样的ID顺序走,并且走到终点必须是完整的LOVE序列,其实不难想到对每个结点拆分4个,分别表示到该结点为L,LO,LOV,LOVE结尾的最短路径,剩下的就比较简单了。然后这个题无限恶心的地方就在于,数据含有只有一个点的情况,也就是说从1出发的所有路都连向自己,并且能够构成LOVE序列,这种情况需要处理下。代码:#include
z309241990
·
2014-06-06 01:00
SPFA
zoj3678The Toy of Flandre Scarlet(水,高中老师提过。。)
MemoryLimit: 65536KBAsyouknow, FlandreScarlet loveshereldersister RemiliaScarlet,andofcourse, Remilia
loves
opm777
·
2014-05-13 21:00
水题
SERC 2013 A: Beautiful Mountains
action=problem&type=show&id=114416482-BeautifulMountainsTimelimit:3.000secondsA: BeautifulMountainsPaco
loves
u012797220
·
2014-03-19 18:00
Vanya and Cards(贪心)
memory limit per test 256 megabytes input standard input output standard output Vanya
loves
Simone_chou
·
2014-03-11 18:00
ca
Sereja and Stairs(模拟 + STL)
memory limit per test 256 megabytes input standard input output standard output Sereja
loves
Simone_chou
·
2014-01-23 13:00
AIR
我的Linux生涯之Mysql:Day02[Mysql的基本管理]练习
在id字段下添加名为yg_id字段,字段值不允许重复,在mail字段下方添加
loves
字段保存员工的爱好 默认爱好 IT,film2、查看表结构看设置是否正确3、向表中插入3条新的员式记录
韭菜包
·
2014-01-01 16:28
mysql
linux
Valera and Contest(模拟)
memory limit per test 256 megabytes input standard input output standard output Valera
loves
Simone_chou
·
2013-11-30 10:00
test
POJ - 2183 Bovine Math Geniuses
GeniusesTime Limit: 1000MS Memory Limit: 65536KB 64bit IO Format: %I64d & %I64u DescriptionFarmer John
loves
csuhoward
·
2013-11-20 15:00
如何向数据库添加时同时返回ID
publicvoidsave(Personp)throwsSQLException{ Stringsql="insertintoperson(name,pwd,sex,age,email,
loves
)values
lxq_xsyu
·
2013-10-27 21:00
返回主键
主键
HDU4360:As long as Binbin
loves
Sangsang
点击打开题目链接AslongasBinbinlovesSangsangTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):2315 AcceptedSubmission(s):544ProblemDescriptionBinbinmissesSangsang
l383137093
·
2013-09-26 20:00
图论
最短路
MUTC7 A-As long as Binbin
loves
Sangsang
AslongasBinbinlovesSangsangTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):2053 AcceptedSubmission(s):501ProblemDescriptionBinbinmissesSangsangsomuch.H
cyendra
·
2013-07-24 10:00
Jesus
loves
you
每个周日下午,在他们教会的主日崇拜结束后,牧师与他11岁的儿子会到镇上去发福音单张。在这个特别的周日下午,又到了牧师与他儿子带着福音单张到镇上的时间。外面非常的寒冷并且下着大雨。 小男孩穿上他最温暖舒适的衣服并且说:「爸,我准备好了。」他的牧师老爸问说:「准备好做啥?」「爸,是我们拿着传单出门的时候了啊。」 老爸回答说:「儿子啊,外面又冷又下着大雨耶。」 小男孩用讶异的眼神看个他
ystyaoshengting
·
2013-05-24 16:00
HDU 4360 As long as Binbin
loves
Sangsang
这题调到后面真是调疯了.....一直wa啊wa................卧槽,尼玛的原来是手敲队列的时候,队列大小开小了,因为spfa一个结点能多次进入队列......这他妈都能错........卧槽...........代码:#include #include #include #include #include #include #include #include usingnamesp
tclh123
·
2012-08-21 04:00
二维SPFA: As Long As Binbin
Loves
Sangsang
AslongasBinbinlovesSangsangTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):753 AcceptedSubmission(s):195ProblemDescriptionBinbinmissesSangsangsomuch.He
lethic
·
2012-08-15 20:00
String
struct
Integer
insert
distance
variables
hdu 4360 As long as Binbin
loves
Sangsang
题目大意:n(10->V->E->L->……且最后得到的路径必须是完整的LOVE的相加,在最短路长度相同的情况下,要求LOVE尽可能多。题解:将一个点,拆成4个点,同时开一个数组let[i]表示到i为止的最短路经过的最大边数,然后使用spfa即可,此时spfa中的三角形不等式要有所变化,见程序。此题的坑是:当n等于1时,spfa不能求出正确的解,需要特判,且还要注意重边。#include #inc
HyogaHyoga
·
2012-08-15 12:00
HDU 4360 As long as Binbin
loves
Sangsang(最短路)
题意:问从1到n的最短路,所走的路必须是LOVELOVE,而且是完整的LOVE。就是道最短路的题。这题比较坑,让人无语。提供测试数据吧;21014119L115O112V113E答案:BinbinyoudisappointSangsangagain,damnit!CuteSangsang,Binbinwillcomewithadonkeyaftertravelling19meters andfin
binwin20
·
2012-08-14 18:00
C++
c
struct
测试
360
IM
PHP获取复选框的值
乒乓球 计算机 唱歌 实例一$
loves
=$_POST['
loves
'];//获得数组; $
loves
=implode(",",$
loves
);//数组转换成字符串;实例二if(!
china_skag
·
2012-07-03 13:00
PHP
input
action
Juice
Everybody
loves
juice. It’s the yummiest thing in the world.
oywl2008
·
2012-05-15 23:00
ICE
【转】 网站安全知识 ASP网站黑客防范编程技巧
转载自:http://hi.baidu.com/wjr_
loves
/blog/item/9973ca6a688112cd80cb4a63.html如何更好的达到防范黑客攻击,本人提一下个人意见!
wjr_loves
·
2011-08-29 14:00
编程
数据库
Cookies
服务器
Access
asp
java 监听机制
package listener; interface LoveListener { /** * * description: 监听爱上别人事件 */ public void
loves
(LoveEvent
solidfish
·
2011-03-19 15:00
java
thread
PHP获取复选框的值存到数据库
乒乓球计算机唱歌php$
loves
=$_POST['
loves
'];//一个数组;$
loves
=implode(",",$
loves
);//一个字符串;
BENNEE
·
2011-03-17 11:00
PHP
数据库
jQuery.View - Client Side Templates for jQuery
Everyone
loves
client side templates.
lylhelin
·
2010-11-16 09:00
JavaScript
html
jquery
读《程序员修炼之道》
编程是一种技艺,一种需要用心学习的技艺,也许,只有在长久的学习之后,我们才会开始明白“hacker”的真正含义:"Someone who
loves
to program and enjoys
ace
·
2010-08-18 12:00
数据结构
编程
应用服务器
软件测试
项目管理
读《程序员修炼之道》
编程是一种技艺,一种需要用心学习的技艺,也许,只有在长久的学习之后,我们才会开始明白“hacker”的真正含义:"Someone who
loves
to program and enjoys
ace
·
2010-08-18 12:00
数据结构
编程
应用服务器
软件测试
项目管理
Four People in Our Life
Everyone of us has to find four people: one is my self,the second is the one we love, the third one is who
loves
jiangduxi
·
2010-01-29 09:00
Go
37signals 也开始使用erlang了
http://www.37signals.com/svn/posts/1728-nuts-bolts-campfire-
loves
-erlang 一方面说明erlang越来越受重视了,erlang的优势也被更多的人认可
argan
·
2009-05-15 13:00
erlang
SVN
Rails
又有人投入Erlang的怀抱了:37Signals Campfire
loves
Erlang
就喜欢看这样的东西... This is so juicy I couldn’t resist blogging about it. 37Signals sysadmin and my good friend Mark Imbriaco replaced the Campfire chat room handler, originally written in C, with an Erla
litaocheng
·
2009-05-14 23:00
C++
算法
erlang
C#
Rails
又有人投入Erlang的怀抱了:37Signals Campfire
loves
Erlang
阅读更多就喜欢看这样的东西...ThisissojuicyIcouldn’tresistbloggingaboutit.37SignalssysadminandmygoodfriendMarkImbriacoreplacedtheCampfirechatroomhandler,originallywritteninC,withanErlangversion.Theresults?283.Asin2
litaocheng
·
2009-05-14 23:00
Erlang
算法
Rails
C#
C++
缘份和爱情
Looking back on those previous issues,those
loves
just like some meteors highlight our life.we always
coutteer
·
2008-03-03 15:00
Go
[转]Texture Projection 和 Texture Map
[转]TextureProjection和TextureMap转贴自:http://lerler-
loves
-xsi.spaces.live....AGgQ!
XiaoLi’s Blog
·
2007-08-29 12:00
Humour - The Beer
Give me a woman who
loves
beer and I will conquer the world. — Kaiser Wilhelm 24 hours in a day
spr.perfect
·
2006-12-11 11:00
Go
上一页
9
10
11
12
13
14
15
16
下一页
按字母分类:
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
其他