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
Dragon
UVa 11292 / POJ 3646 / HDU 1902
Dragon
of Loowater (贪心)
11292-DragonofLoowaterTimelimit:1.000secondshttp://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=456&page=show_problem&problem=2267http://poj.org/problem?id=3646http://acm.hdu
synapse7
·
2013-09-01 09:00
C++
ACM
poj
HDU
uva
排序应该在数据库还是在应用程序中进行?
DBANotes.net博主,在数据库方面比较有研究的冯大辉就这一问题日前和读者明灵(
Dragon
)做了探讨,本文是关于该问题的总结。问:请列出在PHP中执行排序要优于在MySQL中排序的原因?
Truong
·
2013-08-29 11:00
使用开源jabber(XMPP)协议及openfire架设内部即时通讯服务
【转自】 http://www.blog-
dragon
.com/2007/10/jabber-xmpp-openfire-spark.html Jabber 是著名的即时通讯服务服务器,它是一个自由开源软件
lizaochengwen
·
2013-08-19 11:00
XMPP
hdu 3635
Dragon
Balls
点击打开hdu3635思路:并查集分析:1题目说有n个城市每一个城市有一个龙珠编号为i,现在有m行的输入包括两种的情况Txy把x所在的集合的所以龙珠转移到y集合上Qx询问x所在集合的龙珠的个数2我们利用rank[x]表示的是根节点为x的集合的元素的个数,但是现在我们发现求转移的次数不好求,刚开始我用的是一个vector数组来保存,比如v[x]表示以x为根节点的集合的元素,那么如果是把fx这个集合并
cgl1079743846
·
2013-08-10 17:00
Glibc 与 libc 的区别和联系
转http://blog.163.com/
dragon
_sjl@126/blog/static/100473339201107101517380/ 1、gcc(gnu collect
·
2013-08-05 23:00
lib
Dragon
Balls(hdu3635带权并查集)
题意:n个城市有n个龙珠,T a,b代表将龙珠a移动到b城市,Qa代表查询龙珠a所在城市,该城市有多少颗龙珠,该龙珠移动了多少次。注意:移动时是将龙珠所在该城市所有龙珠都移动,每个龙珠不会再回到自己以前呆过的城市。就是说假如龙珠1,2,3,都在城市2,那么龙珠就不能再移动了在路径压缩的时候更新他的距离值rootxx-->rootx移动是3,rootx-->x的移动是5那么rootxx-->x的移动
·
2013-07-26 17:00
drag
Spring MVC (三)
业务逻辑依赖注入框架结构图实体类com.
dragon
.entityProductInfo.javapackagecom.
dragon
.entity;/***商品类*@authorAdministrator
koudailidexiaolong
·
2013-07-25 14:00
spring
框架
mvc
冒泡排序算法
package com.
dragon
.bean3; import java.lang.reflect.Array; public class Test1 { /*** 使用冒泡排序算法实现* @param
koudailidexiaolong
·
2013-07-25 14:00
冒泡排序
使用递归算法实现斐波那契数
package com.
dragon
.bean3;/*** 使用递归实现斐波那契数* @author Administrator**/public class Test { /*** @param args
koudailidexiaolong
·
2013-07-25 14:00
算法
Thread (四)线程让步
package com.
dragon
.test4;/*** 线程让步* @author Administrator**/public class Test { /*** @param args*/public
koudailidexiaolong
·
2013-07-25 14:00
thread
Thread (一)
如果在一个进程中同时运行了多个线程,用来完成不同的工作,则称之为多线程 两种创建线程的方法 方法一 package com.
dragon
.test;/*** 线程* @author
koudailidexiaolong
·
2013-07-25 14:00
thread
多线程
Thread (二)线程启动
package com.
dragon
.test2; public class Test {public static void main(String[] args) {//创建实现Runnable
koudailidexiaolong
·
2013-07-25 14:00
thread
Thread 线程(三)
线程等待 package com.
dragon
.test3;/*** 线程等待* @author Administrator**/public class Test { /** *
koudailidexiaolong
·
2013-07-25 14:00
thread
java中线程
SpringMVC(四) 连接oracle数据库操作
首先看一下项目结构实体类packagecom.
dragon
.entity;publicclassUserInfo{privateintuser_id;privateStringuser_name;privateStringuser_password
koudailidexiaolong
·
2013-07-25 14:00
Spring_MVC
SpringMVC连接数据库
java连接MSSQL数据库的方法
package com.
dragon
.dao; import java.sql.Connection;import java.sql.DriverManager;import java.sql.PreparedStatement
koudailidexiaolong
·
2013-07-25 14:00
MSSQL
MUTC7 C -
Dragon
Ball 单调队列dp
DragonBallTimeLimit:3000/1500MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):1680 AcceptedSubmission(s):614ProblemDescriptionSeanhasgotaTreasuremapwhichshowswhenandwheret
cyendra
·
2013-07-24 11:00
Dragon
Balls
DragonBallsTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):1665 AcceptedSubmission(s):675ProblemDescriptionFivehundredyearslater,thenumberofdragonballs
guodongxiaren
·
2013-07-23 17:00
并查集
hdu3635
UVA 11292
Dragon
of Loowater
constintMAXN=20000+10; intdragon[MAXN],knight[MAXN]; intmain() { intn,m,i,j; while(cin>>n>>m,n||m) { for(i=0;i>
dragon
murmured
·
2013-07-22 10:00
HDU 3635
Dragon
Balls
题意:N个龙珠(编号1-N)被放在编号对应的N个城市。给出两种操作:TAB:把A龙珠所在城市的所有龙珠转移到B龙珠所在的城市。QA:问A龙珠所在的城市编号X,城市X所拥有的龙珠数量Y和A龙珠被转移的次数。分析:并查集。用三个数组分别记录龙珠所在的城市(father[]),龙珠被转移的次数(cnt[]),某个城市的龙珠数量(num[])。这里的father[x],num[x]在Union操作时便可随
HRHACMER
·
2013-07-21 10:00
UVA11292-The
Dragon
of Loowater
题意:给出龙的头数和头的数值,勇士的人数和需要用的钱,求出国王话费最少的钱才能将龙杀死,也可能杀不死思路:先将两个数组排序,然后进行比较就可以了#include #include #include #include usingnamespacestd; intmain(){ intn,m; while(scanf("%d%d",&n,&m)&&n&&m){ intarr1[20005],arr2
u011345461
·
2013-07-18 17:00
UVA 11292 The
Dragon
of Loowater 英文略长略长
UVA11292TheDragonofLoowater其实很水的。。。看题目花的时间比写的时间更久。题意是一个龙有n个头头都有直径有m个骑士骑士有身高如果身高超过直径骑士就能砍下龙头一个骑士只能砍一个头国王雇佣骑士价格是骑士的身高求国王最少要多少钱才能杀掉龙如果杀不掉就输出 Loowaterisdoomed!贪心思想,直接骑士和龙头都从小到大排,从最小的骑士开始选去砍龙头。。#include #i
u011217342
·
2013-07-18 01:00
hdu3635
Dragon
Balls
#include #include #defineMAXN10005 //移动的次数其实就是它自己本身移动的次数加上其所有父亲移动的次数 intfather[MAXN],num[MAXN],move[MAXN]; voidInit(intn) { inti; for(i=1;i<=n;i++) { father[i]=i; num[i]=1; move[i]=0; } } intfind(in
lezong2011
·
2013-07-17 19:00
ply 文件格式
Ply文件格式是Stanford大学开发的一套三维mesh模型数据格式,图形学领域内很多著名的模型数据,比如Stanford的三维扫描数据库(其中包括很多文章中会见到的Happy Buddha、
Dragon
yanziguilai
·
2013-07-16 10:00
UVA11292 The
Dragon
of Loowater
TheDragonofLoowaterOnceuponatime,intheKingdomofLoowater,aminornuisanceturnedintoamajorproblem.TheshoresofRellauCreekincentralLoowat
lsh670660992
·
2013-07-15 21:00
UVA 11292 -
Dragon
of Loowater
题目地址:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2267直接贪心,从小到大排序,然后比较就ok了代码如下:#include #include #include #include #include #include #include #include
ilovexiaohao
·
2013-05-18 10:00
uva 11292 -
Dragon
of Loowater
ProblemC:TheDragonofLoowaterOnceuponatime,intheKingdomofLoowater,aminornuisanceturnedintoamajorproblem.TheshoresofRellauCreekincentralLoowaterhadalwaysbeenaprimebreedinggroundforgeese.Duetothelackofpr
nealgavin
·
2013-05-09 20:00
深入浅出之正则表达式
ps:最近在准备阿里巴巴的笔试、这篇正则表达式的文章转自另一个大神的翻译、特此转载过来收藏学习、这边附上大神的原文链接http://
dragon
.cnblogs.com/archive/2006/05/
·
2013-05-04 07:00
正则表达式
换位加密的解密
给定一段换位加密的密文EOITUTRIASEUSMNKSLNPVYTWOOAHNRORREAAZEECEOFNAHNNIPEPSA已知密钥字符串为“
dragon
”,破译明文。
prstaxy
·
2013-05-03 14:00
UVA 题目11292
Dragon
of Loowater
ProblemC:TheDragonofLoowaterOnceuponatime,intheKingdomofLoowater,aminornuisanceturnedintoamajorproblem.TheshoresofRellauCreekincentralLoowaterhadalwaysbeenaprimebreedinggroundforgeese.Duetothelackofpr
SJF0115
·
2013-04-19 09:00
算法
uva
Html5 学习系列(三)增强型表单标签
原文链接:http://www.cnblogs.com/fly_
dragon
/archive/2012/05/27/2519951.html 引言 在之前的HTML表单标签中,对于一些功能支持的不够好
hl756799782
·
2013-04-16 13:00
html5
Html5 学习系列(二)HTML5新增结构标签
原文链接:http://www.cnblogs.com/fly_
dragon
/archive/2012/05/25/2516142.html 引言在本节中,笔者将向大家讲述三部分内容,分别介绍HTML5
hl756799782
·
2013-04-16 12:00
html5
Html5 学习系列(一)认识HTML5
原文链接: http://www.cnblogs.com/fly_
dragon
/archive/2012/05/22/2513716.html 引言,认识两个标准制定的组织  
hl756799782
·
2013-04-16 12:00
html5
UVA 11292
Dragon
of Loowater
大意略。#include #include #include #include #include #include #include #include #include #include #include usingnamespacestd; constintmaxn=20010; intA[maxn],B[maxn]; intn,m; intread_case() { scanf("%d
Wall_F
·
2013-04-09 22:00
UVA 11292 -
Dragon
of Loowater 排序问题
题目链接题意就是每个勇士有个能力值,恶龙有多个头,一个勇士的能力值要大于恶龙的一个头的能力值,就可以将一个头砍掉,一个勇士只能用一次,雇佣的价格等于勇士的能力值,问是否能将恶龙的头全部砍掉,若能输出最小花费。算法:对勇士能力值从小到大排序,对恶龙的能力值排序,然后一一比对就可以了。postcode:#include #include #include usingnamespacestd; #def
yangshuolll
·
2013-04-05 23:00
算法
[置顶] s3c6410上的samba移植
打开wifi瞬间享受流畅PP 一、编译1、从http://download.csdn.net/detail/
dragon
101788/5273133下载或者去官网http://www.samba.org
dragon101788
·
2013-04-03 16:00
WMI 远程连接问题解决方法
原文:http://
dragon
0704.spaces.live.com/blog/cns!732dddd1803acb26!
hxh129
·
2013-04-03 16:00
HDU 3635
Dragon
Balls
涉及到当前所在位置,当前位置总数,和当前移动次数。并查集也就是一棵自底向上更新的树,Lazy操作是递归的Find(Pa[u])之后再更新与父节点的信息。当然像查大小这类只会在根节点进行的操作就没必要PushDown了。#include #include #include #include #include #include #include #include #include #include
speedcell4
·
2013-03-19 11:00
POJ-3646-The
Dragon
of Loowater
比较典型的贪心题,尽量找到能力值最小的骑士去杀死恶龙。#include #include #include #include #defineMAX20001 usingnamespacestd; intn,m,a[MAX],b[MAX]; intmain() { while(scanf("%d%d",&n,&m)&&(n||m)) { for(inti=0;i
z309241990
·
2013-03-15 10:00
greedy
Asp.Net MVC3 简单入门第一季(一)环境准备
原文http://www.cnblogs.com/fly_
dragon
/archive/2011/06/12/2078648.html 前言大家好,从今天开始我将写一个关于AspNetMVC3方面学习的总结
aminoph
·
2013-03-14 20:00
Ivan the Fool VS Gorynych the
Dragon
(bfs+dfs+判重回路)
E.IvantheFoolVSGorynychtheDragontimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputOnceuponatimeinakingdomfar,faraway…Okay,let’sstartatthepointwhereIvantheFool
nealgavin
·
2013-03-13 09:00
uva 11292 -
Dragon
of Loowater
点击打开链接uva11292思路:贪心分析:1能力强的骑士开价高是合理的,但是如果排去砍一个很弱的头那就是浪费人才了,所以呢我们把骑士的能力值和头的直径进行排序,然后一个砍一个这样就可以了,最后判断是否把所有的头全部砍完即可代码: #include #include #include #include usingnamespacestd; constintMAXN=20010; intd[MAX
cgl1079743846
·
2013-03-11 15:00
uva 11292 -
Dragon
of Loowater
点击打开链接uva 11292 思路:贪心 分析: 1 能力强的骑士开价高是合理的,但是如果排去砍一个很弱的头那就是浪费人才了,所以呢我们把骑士的能力值和头的直径进行排序,然后一个砍一个这样就可以了,最后判断是否把所有的头全部砍完即可 代码: #include<cstdio> #include<cstring> #include<iostream>
从此醉
·
2013-03-11 15:00
water
UVA 11292(
Dragon
of Loowater-勇者斗恶龙)
ProblemC:TheDragonofLoowaterOnceuponatime,intheKingdomofLoowater,aminornuisanceturnedintoamajorproblem.TheshoresofRellauCreekincentralLoowaterhadalwaysbeenaprimebreedinggroundforgeese.Duetothelackofpr
nike0good
·
2013-03-10 09:00
支持中文ZIP解压,压缩
支持中文ZIP解压,压缩 写道 package com.
dragon
.android.pandaspace.util.code; import java.io.BufferedInputStream
gybin
·
2013-03-06 17:00
zip
在 MAC下安装 Exuberant ctags
原文链接:http://blog.csdn.net/
dragon
1225/article/details/7021064MAC自带的ctags文件只支持几种语言,因为最近需要开发android程序,使用到
yang3wei
·
2013-01-27 16:00
如何使用android SDK帮助文档
转自:http://www.cnblogs.com/l_
dragon
/archive/2011/08/09/2132409.html 就像dotnet开发要有MSDN,java开发要有jdk文档一样
eland_edwiin
·
2013-01-17 01:00
android
android
android
uva - 11292 -
Dragon
of Loowater
题意:n条龙,m个骑士,n条龙的头的半径,m个骑士力所能及砍龙头半径,每一厘米,需支付骑士1个coin,问最少需支付多少个coin才能slay所有的龙,无解时,输出Loowaterisdoomed!。题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category
SCNU_Jiechao
·
2013-01-14 11:00
《
Dragon
Runaway》免费发布啦!请帮助小飞龙赶快逃离末日吧!
需要iOS4.1或更高版本大小:16.0MB下载链接:https://itunes.apple.com/cn/app/
dragon
-runaway/id563170196?
安好晴天
·
2013-01-05 15:00
java 系统时间日期获取
packagecon.
dragon
.cn;importjava.sql.Time;importjava.util.Date;publicclassTestTime{publicstaticvoidmain
dragon2012
·
2012-12-07 18:00
java时间的计算
packagecon.
dragon
.cn;publicclassTimeCalculation{static{ longstart=System.currentTimeMillis();//时间开始 for
dragon2012
·
2012-12-07 17:00
上一页
14
15
16
17
18
19
20
21
下一页
按字母分类:
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
其他