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 -
Dragon
of Loowater
链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=2267/* 《算法竞赛入门经典-训练指南》第一章例题1 排序+贪心 byshuangde */ #include #include #defineREP(i,n)for(inti
shuangde800
·
2012-12-06 18:00
UVa 11292 -
Dragon
of Loowater
链接: http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=2267 /* 《算法竞赛入门经典-训练指南》 第一章 例题1 排序+贪心 by shuangde */
king_tt
·
2012-12-06 18:00
water
UVa 11292 - The
Dragon
of Loowater
AOAPCI: BeginningAlgorithmContests(RujiaLiu) :: Volume1.ElementaryProblemSolving ::Sorting/SearchingDescription待编辑TypeSorting/SearchingAnalysis利用STL,轻松加愉快。Solution//UVaOJ755 //487--3279 //byACodeRabbi
Ra_WinDing
·
2012-12-04 23:00
CCAnimation创建动画-沈大海cocos2d-x教程22
getWinSize(); //载入动画所需纹理图片 CCTexture2D*texture=CCTextureCache::sharedTextureCache()->addImage("animations/
dragon
_animation.png
sdhjob
·
2012-11-30 16:00
hadoop 安装配置(单机)
转自: http://blog.csdn.net/
dragon
_fire/article/details/7587226 下载完之后,命令行输入:tar-xzvftar-xzvfhadoop-0.20.203.0rc1
goAheadtw
·
2012-11-26 17:00
hadoop
Log4Net.DLL的学习
Log4Net.DLL的学习(第一次学习哦)http://www.cnblogs.com/
dragon
/archive/2005/03/24/124254.html本文是我从这里看到的好文章,特别记录在自己的博客人
yerik_yao
·
2012-11-10 14:50
学习
文章
的
UVa11292 The
Dragon
of Loowater
原题链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2267谨以此水题标志开始《算法竞赛入门经典——训练指南》的学习。ViewCode1#include 2#include 3#include 4#defineN20005 5 6inta[N
·
2012-11-01 10:00
water
搭建你的Spring.Net+Nhibernate+Asp.Net Mvc 框架 (二)创建你的项目
相关网址的学习网址:http://www.cnblogs.com/fly_
dragon
/archive/2010/09/06/1819494.html相关学习网址:http://www.verycd.com
TianGaojie123abc
·
2012-10-30 14:00
JAVA学习日记2——foreach的常用用法
packagecom.
dragon
.cn;importjava.util.ArrayList;importjava.util.List;publicclassForeach{//int类型的数组用foreach
dragon2012
·
2012-10-19 05:00
java 学习日记一
*/packagecom.
dragon
.cn;importjava.util.Date;importjava.util.Timer;importjava.util.TimerTask;publicclassTimerTest
dragon2012
·
2012-10-15 08:00
CF 148D. Bag of mice
题意:一个笼子里放着w个白鼠,b个黑鼠,然后开始princess先去任意随机的取一个老鼠,如果是白鼠则princess赢,否则
dragon
开始取任意一个白鼠,如果是白鼠
dragon
赢,否则由于
dragon
struggle_mind
·
2012-10-05 21:00
hadoop日志简单分析
二、日志简单介绍当所有的守护进程都起来后(为了简单起见,我们用的是伪分布模式,是由一个机器搭建的),大致的目录结构如下:[
dragon
.caol@hd19-vm1logs]$tree .
bxyz1203
·
2012-09-24 17:00
log4j
hadoop
shell
String
socket
任务
360极速浏览器与Google浏览器关系
它们都是开源项目chromium的分支,就和TW chrome,chromeplus,comodo
dragon
等浏览器一样。
heludoit
·
2012-09-05 12:00
Google
hdu 3635
Dragon
Balls(并查集)
题目是给出N座城市,(第i个城市有ith龙珠),Q个操作:TAB:表示把Ath球在的城市的所有球搬到Bth球在的城市.QA表示查询Ath球所在城市的编号X,以及X城市的球数Y,还有A球移动的次数Z....求移动次数,是要A球移动+A求父亲移动次数+...这样可以在路径压缩时处理.其他都好求.可是,,可是T_TWA。。。泪啊最后还是芒果大神发现了我的错误//////* ProblemID:E-Dra
cqlf__
·
2012-08-29 17:00
struct
query
【DP】 hdu4362
Dragon
Ball
DragonBallhttp://acm.hdu.edu.cn/showproblem.php?pid=4362ProblemDescriptionSeanhasgotaTreasuremapwhichshowswhenandwherethedragonballswillappear.somedragonballswillappearinalineatthesametimeforeachperio
ACM_Ted
·
2012-08-15 20:00
hdu 4362
Dragon
Ball 很裸的DP
http://acm.hdu.edu.cn/showproblem.php?pid=4362题意:m个时间段,每个时间段会掉下来n个龙珠,告诉你每个时间段掉下来的所有龙珠的位置,要求每个时间段取一个龙珠(取完这个龙珠后,同一时间段的其他龙珠就消失了)取龙珠要花费一定的能量,从一个位置走到另一个位置也要花费一定的能量,最后问你每个时间段取一个龙珠需要最少花费的能量是多少。看了第一遍之后没看懂题--我
haha593572013
·
2012-08-14 18:00
当退出应用时,结束所有activity的方法
1.自定义一个application,并将所有的activity装入activitylist里面,在 AndroidManifest.xml中注册packagecom.
dragon
; importjava.util.LinkedList
a7a9a68
·
2012-08-12 09:00
android
null
application
Class
HDU_3872
Dragon
Ball dp
http://acm.hdu.edu.cn/showproblem.php?pid=3872题意:有N个球,每个球都有一个type和energy,现在要求将N个球分成若干组,每个组的中要求没有和最右边的球一样type的球,每个组的得分是该组中所有球的最大值,求所有组的最小得分。思路:这个题目dp的状态很好表示,用Fi表示前i个球分成若干组之后的最小得分,状态转移方程就是:Fi=Fj+max{j+1
ivan_zjj
·
2012-08-07 19:00
HDU-3635-
Dragon
Balls
HDU-3635-DragonBallshttp://acm.hdu.edu.cn/showproblem.php?pid=3635并查集,路径压缩来更新转移的次数#include #include #include #include usingnamespacestd; #defineN10005 structcam { intf; intnum; intcnt; }list[N]; intn;
Cambridgeacm
·
2012-08-03 10:00
c
list
struct
CAM
[转]hibernate-xml配置模板
1.多对一单向映射(User- Group) 【Group.hbm.xml文件如下:】 <hibernate-mapping> <class name="com.
dragon
.hibernate.Group
justice_jl
·
2012-07-19 16:00
Hibernate
xml
HDU 3635
Dragon
Balls
题目地址:http://acm.hdu.edu.cn/showproblem.php?pid=3635题目类型:并查集题目:Fivehundredyearslater,thenumberofdragonballswillincreaseunexpectedly,soit'stoodifficultforMonkeyKing(WuKon
shuangde800
·
2012-07-14 00:00
HDU 3635
Dragon
Balls
题目地址:http://acm.hdu.edu.cn/showproblem.php?pid=3635题目类型:并查集题目:Fivehundredyearslater,thenumberofdragonballswillincreaseunexpectedly,soit'stoodifficultforMonkeyKing(WuKong)togatherallofthedragonballstog
king_tt
·
2012-07-14 00:00
drag
Nuance -
Dragon
Mobile SDK - Speech Kit Library Guide (for Android)
SpeechKitLibraryGuide¶TheSpeechKitlibraryprovidestheclassesnecessarytoperformnetwork-basedspeechrecognitionandtext-to-speechsynthesis.Thislibraryprovidesasimple,high-levelspeechserviceAPIthatautomatic
laiyangdeli
·
2012-07-03 13:00
android
Nuance -
Dragon
Mobile SDK - Speech Kit
http://dragonmobile.nuancemobiledeveloper.com/public/Help/DragonMobileSDKReference_iOS/SpeechKit_Guide/Basics.html SpeechKitBasicsTheSpeechKitframeworkallowsyoutoaddvoicerecognitionandtext-to-speechse
laiyangdeli
·
2012-07-02 15:00
mobile
Nuance’s
Dragon
ID Lets You Unlock Your Smartphone Or Tablet By Talking To It
http://techcrunch.com/2012/06/05/nuances-
dragon
-id-lets-you-unlock-your-smartphone-by-talking-to-it/
laiyangdeli
·
2012-07-02 11:00
unlock
一个简单的spring AOP例子
目标对象的接口:IStudent.java Java代码 1 /** 2 * 3 */ 4 package com.
dragon
huang798807481
·
2012-06-27 18:00
一个简单的spring AOP例子
目标对象的接口:IStudent.javaJava代码1/**2*3*/4packagecom.
dragon
.study;56/**7*@authordrago
jiagou
·
2012-06-27 18:00
spring
AOP
一个简单的spring AOP例子
目标对象的接口:IStudent.javaJava代码1/**2*3*/4packagecom.
dragon
.study;56/**7*@authordrago
iwebcode
·
2012-06-27 18:00
spring
AOP
混合高斯模型网上资源
http://www.dotblogs.com.tw/
dragon
229/archive/2012/01/11/65218.aspxhttp://blog.sina.com.cn/s/blog_6949fede01010jqk.htmlhttp
zhang11wu4
·
2012-06-26 09:00
来看看
Dragon
ID语音解锁吧
我们都知道,常见的移动设备解锁方式,要么是密码解锁,要么是图案解锁,亦或者是滑动解锁。不过,语音识别公司Nuance近日推出了一款名为DragonID语音识别应用,用户通过语音就可以解锁手机或其他移动设备。其实早在几年前,该语音识别技术已经在商业领域或政府部门的安全系统中得到了应用,但将技术应用到手机或者平板电脑还是头一遭。DragonID的主要功能在于它能够识别不同的声音,并且利用所识别出的声音
leiphone
·
2012-06-06 10:00
android
制造
Google
iPhone
语言
手机
PLY文件
PLY文件格式是Stanford大学开发的一套三维mesh模型数据格式,图形学领域内很多著名的模型数据,比如Stanford的三维扫描数据库(其中包括很多文章中会见到的Happy Buddha,
Dragon
szchtx
·
2012-05-21 17:00
list
object
header
float
图形
引擎
Invent with Python <
Dragon
>
Python文字游戏---DragonRealm longlongago,在一个岛上,住着很多龙.其中有善良的,也有凶残的。在玩家的面前有两个洞穴供选择。一个洞中的龙会将自己的财宝送给你。另外一个则会将玩家吃掉。comeon!!!! importtime importrandom defdisplayInfo(): print('Youareinalandfullofdragons.Infro
RookieChen
·
2012-05-06 22:00
python
hdu 3872
Dragon
Ball
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3872题目思路:单调队列加线段树优化,单调队列的作用是将序列分成最大值不同的若干段。#include #include #include #include #include #include #include #include #include #include #include usingnamesp
Wings_of_Liberty
·
2012-04-25 20:00
优化
struct
query
Build
NYOJ 431
Dragon
Balls 并查集
路径压缩的经典应用。输入x和y后,可以找到rootx和rooty,则rankk[rootx]++,这是因为rankk[rooty]一定是等于0的,所以不需要加rankk[rooty]。接下来就需要在路径压缩中再加一次了。设fx=father[x],若fx!=x,则在找x的根节点的过程中,rankk[x]+=rankk[fx]即可,这点也是容易理解的。。题目:DragonBalls时间限制:
wmn_wmn
·
2012-04-09 08:00
编译原理三大经典书籍(龙书 虎书 鲸书)
1、龙书(
Dragon
book) 英文名:Compilers: Principles,Techniques,and Tools 作者:Alfred V.Aho,Ravi Sethi,Jeffrey
Skyming
·
2012-04-08 09:00
编译原理
hdu 3635(
Dragon
Balls)
hdu3635(DragonBalls) 1 /* 2 Author: Leo.W 3 Descriptipn: 龙珠在哪里,那里有多少龙珠,目标龙珠移动了多少次。移动龙珠,并将在一起的龙珠同时移动。 4 How to Do: T A B即将Ath龙珠所在地所有龙珠移动到Bth龙珠所在地 5 Q A显示Ath龙珠所在地ID及此地的龙珠数和Ath龙珠的移动次数
冰王子Leo与ACM一起的成长
·
2012-03-21 22:00
NAND FLASH ECC校验原理与实现
NANDFLASHECC校验原理与实现作者:龙林EMAIL:
dragon
[email protected]
:www.
dragon
-2008.comECC简介由于NANDFlash的工艺不能保证NAND的MemoryArray
Linux_xiaomugua
·
2012-03-15 09:00
c
Flash
table
Build
byte
variables
lua作为配置文件的读取方法
structPictureCfg{ stringname; floatrotation;};1,全局配置--picture0-cfg.luaname="
dragon
.png"rotation=180
guang11cheng
·
2012-03-11 16:00
android 从assets和res中读取文件
下文来自: http://hi.baidu.com/
dragon
_eros/blog/item/d024212792c2c44a9822edb7.html ---------------------
tudusi
·
2012-03-07 15:00
android
android 从assets和res中读取文件
下文来自:http://hi.baidu.com/
dragon
_eros/blog/item/d024212792c2c44a9822edb7.html-------------------------
WOSHICAIXIANFENG
·
2012-03-07 15:00
android
exception
String
File
null
resources
tn nike requin Year or so with the
Dragon
Lunar New Year Series boots overbearin
next year Asian Lunar Season on the
Dragon
, the tn pas cher 12 months, Nike presented china Year Lunar
sarf
·
2012-03-07 12:00
dragon
lunar
tn nike requin Year or so with the
Dragon
Lunar New Year Series boots overbearin
阅读更多nextyearAsianLunarSeasonontheDragon,thetnpascher12months,NikepresentedchinaYearLunarNewYearLine.Justhowthesecharacteristicswiththedragon'sdemonstration,inadditiontoisintergratedtogetherwithNike'sc
sarf
·
2012-03-07 12:00
dragon
lunar
tn nike requin Year or so with the
Dragon
Lunar New Year Series boots overbearin
阅读更多nextyearAsianLunarSeasonontheDragon,thetnpascher12months,NikepresentedchinaYearLunarNewYearLine.Justhowthesecharacteristicswiththedragon'sdemonstration,inadditiontoisintergratedtogetherwithNike'sc
sarf
·
2012-03-07 12:00
dragon
lunar
一些学习的内容记录
2011/03/29/1998270.html存储过程使用http://bbs.bccn.net/thread-20185-1-1.htmlLog4net使用http://www.cnblogs.com/
dragon
·
2012-02-28 10:00
学习
MVC入门详解
非常不错的文章,来自博客园:http://www.cnblogs.com/fly_
dragon
/archive/2011/10/12/AspNetMVC_Pipeline.html 引子 很久没更新了
zengxin2008
·
2012-02-21 13:00
cocos2d-x基础<三> 播放动画
并在这张纹理上划分出多个CCSpriteFrame:CCTexture2D*texture=CCTextureCache::sharedTextureCache()->addImage("animations/
dragon
_animation.png
zhanhuai1
·
2012-02-17 23:00
个人简历
个人信息:姓 名:彭俊龙性 别:男 出生日期:1987年9月14日居 住 地:深圳-宝安区工作年限:二年以上电子邮件:
dragon
[email protected]
手 机:15013577463
冰の酷龙
·
2012-02-15 17:00
[转]深入浅出之正则表达式(二)
转自 http://www.cnblogs.com/
dragon
/archive/2006/05/09/394923.html 前言: &
Corrinejtt
·
2012-02-02 15:00
正则表达式
[转]深入浅出之正则表达式(一)
转自 http://www.cnblogs.com/
dragon
/archive/2006/05/08/394078.html 前言: &
Corrinejtt
·
2012-02-02 15:00
正则表达式
log4net使用详解
原帖:http://www.cnblogs.com/
dragon
/archive/2005/03/24/124254.html声明:本文内容主要译自NaumanLeghari的Usinglog4net,
thebesttome
·
2012-02-02 15:00
框架
object
filter
header
layout
log4net
上一页
15
16
17
18
19
20
21
22
下一页
按字母分类:
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
其他