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
finding
基础算法--排序算法
sort)快速选择(quick select) 堆排序(heap select) http://stackoverflow.com/questions/1034846/
finding
-nth-item-of-unsorted-list-without-sorting-the-list
san_yun
·
2013-10-12 12:00
排序算法
poj 3376
Finding
Palindromes(扩展kmp+trie)
poj3376FindingPalindromes(扩展kmp+trie)分类: 字符串2013-10-0918:11 89人阅读 评论(0) 收藏 举报扩展kmppoj3376FindingPalindromes(扩展kmp+trie)题意:给出n个字符串,问这n个字符串两两链接(一共有n^2中连接方法),组成的所有的字符串中,有多少个回文串。好题!!!解题思路:对于两个串连接是否是回文串,我
pi9nc
·
2013-10-09 21:00
字符串
poj 3376
Finding
Palindromes(扩展kmp+trie)
poj3376FindingPalindromes(扩展kmp+trie)题意:给出n个字符串,问这n个字符串两两链接(一共有n^2中连接方法),组成的所有的字符串中,有多少个回文串。好题!!!解题思路:对于两个串连接是否是回文串,我们应该怎样去判断了?假如我们把其中一个翻转,若此时,短的那个串是长的那个的前缀,而长的那个串后面剩余的后缀恰好是个回文串,那这两个串连起来就是个回文串了。比如abc和
No__stop
·
2013-10-09 18:00
扩展kmp
字符串系列之最长回文子串
article/details/6645824http://zhuhongcheng.wordpress.com/2009/08/02/a-simple-linear-time-algorithm-for-
finding
-longest-palindrome-sub-stri
pi9nc
·
2013-09-30 10:00
最长回文字符串
article/details/6645824http://zhuhongcheng.wordpress.com/2009/08/02/a-simple-linear-time-algorithm-for-
finding
claytonzly
·
2013-09-26 07:00
算法
回文
Finding
Windows CE bugs with help from "Dr. Watson"
WinCE下错误报告的用法 仔细看了昨晚搜刮到的那篇关于WinCE错误报告的文章,受益匪浅。使用流程已经介绍得足够详细,这里不再赘述。需要参考的同志,请直接看原文。这里补充一点原文中貌似没讲到的,个人觉得很关键的地方,如何在产品中保留错误报告。 那篇文章中提到要将错误报告从Windows的目录下拷贝到别的非易失性的存储器中,以便后续的分析与处理。这在开发过程中是没有问题的。但
91program
·
2013-09-13 13:15
Finding
Windows CE bugs with help from "Dr. Watson"
WinCE下错误报告的用法 仔细看了昨晚搜刮到的那篇关于WinCE错误报告的文章,受益匪浅。使用流程已经介绍得足够详细,这里不再赘述。需要参考的同志,请直接看原文。这里补充一点原文中貌似没讲到的,个人觉得很关键的地方,如何在产品中保留错误报告。 那篇文章中提到要将错误报告从Windows的目录下拷贝到别的非易失性的存储器中,以便后续的分析与处理。这在开发过程中是没有问题的。但
91program
·
2013-09-13 13:00
[LeetCode] find the Minimum window in s which contains all elements from T
题目链接:http://leetcode.com/2010/11/
finding
-minimum-window-in-s-which.html题目描述:GivenasetTofcharactersandastringS
kay_zhyu
·
2013-09-03 11:00
LeetCode
Hierarchical Path-
Finding
HierarchicalPath-
Finding
《NearOptimalHierarchicalPath-
Finding
》中提出了一种层次A*算法,正好能够用于解决项目大地图寻路的问题。
pi9nc
·
2013-09-01 19:00
HDU 4668
Finding
string (解析字符串 + KMP)
转载请注明出处,谢谢http://blog.csdn.net/ACM_cxlove?viewmode=contents by---cxlove题意:给出一个压缩后的串,以及一个模式串,问模式串出现了多少次。http://acm.hdu.edu.cn/showproblem.php?pid=4668这种压缩形式的话,在去年金华邀请赛中出现过,但是那题的范围不大。直接展开作多串匹配,暴力AC自动机
ACM_cxlove
·
2013-08-29 20:00
hdu4414
Finding
crosses
FindingcrossesTimeLimit:2000/1000MS(Java/Others)MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):822AcceptedSubmission(s):463ProblemDescriptionTheNazcaLinesareaseriesofancientgeoglyphslocatedin
u010422038
·
2013-08-28 09:00
hdu【最长回文子串——Manacher算法】POJ 3974/HDU 3068
Manacher算法.原文地址:http://zhuhongcheng.wordpress.com/2009/08/02/a-simple-linear-time-algorithm-for-
finding
-longest-palindrome-sub-string
u010793761
·
2013-08-22 14:00
经典论文翻译导读之《
Finding
a needle in Haystack: Facebook’s photo storage》
【译者预读】面对海量小文件的存储和检索,Google发表了GFS,淘宝开源了TFS,而Facebook又是如何应对千亿级别的图片存储、每秒百万级别的图片查询?Facebook与同样提供了海量图片服务的淘宝,解决方案有何异同?本篇文章,为您揭晓。本篇论文的原文可谓通俗易懂、行云流水、结构清晰、图文并茂……正如作者所说的——“替换Facebook的图片存储系统就像高速公路上给汽车换轮子,我们无法去追求
susam
·
2013-08-21 08:00
Facebook
Finding
crosses(hdu4414,枚举)
pid=4414
Finding
crossesTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others
JHC23
·
2013-08-18 10:00
还是RMI的异常
com.plat.resmgr.dao.impl.MetadataSubscibeRequisitionDaoImpl.findAll(Unknown Source) -99613 [http-6262-3] -
finding
nesuk
·
2013-08-06 10:00
rmi
HDU 4414
Finding
crosses (DFS + BFS)
题意:在N*N的图中,找出孤立存在的十字架的个数。十字架要求为正十字,孤立表示组成十字架的‘#的周围的一格再无’#‘。dfs找出在中心的‘#’(周围四格也为‘#'),则缩小了搜索范围,再bfs找出是否是符合要求。#include #include #include #include #include usingnamespacestd; charmap[55][55]; intn,cnt,head
paradiserparadiser
·
2013-08-02 20:00
O(n)回文子串算法
Manacher算法.原文地址:http://zhuhongcheng.wordpress.com/2009/08/02/a-simple-linear-time-algorithm-for-
finding
-longest-palindrome
KingEasternSun
·
2013-08-01 14:00
HDU4414:
Finding
crosses
ProblemDescriptionTheNazcaLinesareaseriesofancientgeoglyphslocatedintheNazcaDesertinsouthernPeru.TheyweredesignatedasaUNESCOWorldHeritageSitein1994.Thehigh,aridplateaustretchesmorethan80kilometres(50m
libin56842
·
2013-07-28 20:00
模拟
HDU
UVAlive 5867
Finding
Feasible Paths 题解
题目Tri_integralSummerTraining4题意:一个程序,按照当前的参数执行的顺序也不一样。对于所有可能的参数,检测题目给出的执行顺序是否可能。题解:模拟……有2种infeasible的情况:1、没有数据能满足执行顺序(前后矛盾)。2、没有正确返回,比如返回后应该执行11的,却跑到21去了,反过来也一样。//Time:46ms //Memory:0KB //Length:2184B
u010638776
·
2013-07-21 22:00
ObjectARX代码片段一
转载自网络
Finding
the Active Viewports in Model Space 1//Setsomeviewportinformation. 2AcDbViewportTable*pViewportTable
fengxiaochenduanduan
·
2013-07-21 22:00
超级面包屑的分面查找
原文地址:faceted-
finding
-with-super-powered-breadcrumbs如今的查找界面没有有效的支持一体化查找,用户的注意力经常
木木木木
·
2013-07-21 15:00
交互设计
从Collection中选取对象的一种优雅写法
Sourcelink: http://stackoverflow.com/questions/587404/java-
finding
-objects-in-collections/588452#588452Samplecodeis
园领T
·
2013-07-18 17:00
Collection
A Painless Q-learning Tutorial (一个 Q-learning 算法的简明教程)
本文是对 http://mnemstudio.org/path-
finding
-q-learning-tutorial.htm 的翻译,共分两部分,第一部分为中文翻译,第二部分为英文原文。
皮果提
·
2013-07-18 00:14
强化学习
Q-learning
state
action
agent
reward
A Painless Q-learning Tutorial (一个 Q-learning 算法的简明教程)
本文是对 http://mnemstudio.org/path-
finding
-q-learning-tutorial.htm 的翻译,共分两部分,第一部分为中文翻译,第二部分为英文原文。
peghoty
·
2013-07-18 00:00
action
state
agent
Reward
Q-learning
hdu 4414
Finding
crosses【简单模拟】
题目:http://acm.hdu.edu.cn/showproblem.php?pid=4414CSUST:点击打开链接FindingcrossesTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):729 AcceptedSubmission(s):41
Cfreezhan
·
2013-07-17 21:00
强化学习(reinforcement learning)教程
原文链接:http://mnemstudio.org/path-
finding
-q-learning-tutorial.htm正文:Q学习算法是一种用来解决马尔可夫决策过程中最优化问题的方法。
xudong0612
·
2013-07-11 22:00
reinforcement
强化学习
learni
q学习算法
poj 2049
Finding
Nemo (坑爹的搜索题)
此题坑了我太久,不想解释了,想AC的话看看讨论版里的trick就够了。附:poj上没有这种数据41 3211 1302 1102 1112 211 1.51.5答案应该是0,而不是1.#include #include #include #include #include usingnamespacestd; #definemax(q,w)qa.dis; } }; intdx[]={0,0,-1,
t1019256391
·
2013-07-07 15:00
poj 2049
Finding
Nemo 建迷宫预处理+优先队列bfs
FindingNemoTimeLimit: 2000MS MemoryLimit: 30000KTotalSubmissions: 6767 Accepted: 1546DescriptionNemoisanaughtyboy.Onedayhewentintothedeepseaallbyhimself.Unfortunately,hebecamelostandcouldn'tfindhisway
u010228612
·
2013-07-06 13:00
poj2049
Finding
Nemo(优先队列+bfs)
->题目请戳这里 #include #include #include #include usingnamespacestd; constintN=205; intmap[N][N][2];//将门和墙缩成左上角一个点, //所以每个点用2个状态标识,0表示水平,1表示竖直, //每个状态用3个值表示具体状态,0表示什么都没有 //1表示墙,2表示门 boolflag[N][N][2];//判重
ophunter
·
2013-07-03 18:00
搜索
bfs
I can't smile without you
I can't smile without you I can't smile without you I can't laugh and I can't sing I'm
finding
·
2013-06-23 09:00
with
SPOJ3899
Finding
Fractions
这题的解法有一点连分数的味道,但是其实不用知道那个也可以,就是递归嘛。dfs函数表示已知a/b1,则说明a'/b typedeflonglongll; lldfs(lla,llb,llc,lld) { llk=a/b; a-=b*k;c-=d*k; if(c>d)return1; if(a==0)returnd/c+1;//这一行其实没有用 returndfs(d,c,b,a)*d/c+1; }
huangshenno1
·
2013-06-08 23:00
POJ3740Easy
Finding
(DLX入门)
->题目请戳这里 #include #include usingnamespacestd; constintN=305; constintM=20; constintMX=N*M; intm,n; inthead,size; ints[MX],u[MX],d[MX],l[MX],r[MX],h[MX],col[MX],row[MX]; voidinit() { head=0; memset(s,
ophunter
·
2013-05-31 23:00
数据结构
dlx
SPOJ
Finding
Fractions
题目地址:http://www.spoj.com/problems/FINFRAC/题目大意:给4个整数a,b,c,d,寻找两个整数p,q,使得a/b=1,设k=[a/b],可以知道(a/b)-k1,那么p=q=1如果c/d usingnamespacestd; typedeflonglongLL; LLfind(LLa,LLb,LLc,LLd) { if(ad)return1; elsere
ACdreamers
·
2013-05-30 21:00
[置顶] PCL学习笔记二:Registration (ICP算法)
ICPinPCLRegistration 点云配准是什么,维基百科上这样介绍: Point cloud registration, is the process of
finding
a spatial
u010696366
·
2013-05-17 21:00
3D
PCL
icp
poj - 3740 - Easy
Finding
(精确覆盖DLX)
题意:M行N列,各元素值要么是0,要么是1,问是否可以取出其中的一些行,使取出的行组合中每列有且仅有一个1。题目链接:http://poj.org/problem?id=3740——>>2014.10.30再次更新 DLX舞蹈链模板题。。#include #include constintMAXM=16+10; constintMAXN=300+10; constintMAXNODE=MAX
SCNU_Jiechao
·
2013-05-17 16:00
SCCM2012 SP1客户端请求方式安装64Bit windows7失败
进入该目录,查看log目录下的安装日志,发现错误如下
Finding
certificate by issuer cha
qq8658868
·
2013-05-17 00:42
windows
安装
客户端
failed
资源管理器
Finding
Last Backup Date in SQL Server 2005
FindingLastBackupDateinSQLServer20050commentsMonday,May13,2013PostedbySuprotimAgarwalLabels:SQLServerAdministration,TransactSQLT-SQLIsawaquestionontheSOforumsaskingfor asimplewaytofindthelastbackupdat
DTC2
·
2013-05-14 22:00
Finding
Last Backup Date in SQL Server 2005
FindingLastBackupDateinSQLServer2005Monday,May13,2013PostedbySuprotimAgarwalLabels:SQLServerAdministration,TransactSQLT-SQLTweetIsawaquestionontheSOforumsaskingfor asimplewaytofindthelastbackupdateofa
DTC2
·
2013-05-14 22:00
Manacher算法--O(n)回文子串算法
Manacher算法.原文地址:http://zhuhongcheng.wordpress.com/2009/08/02/a-simple-linear-time-algorithm-for-
finding
-longest-palindrome-sub-string
wangyi_lin
·
2013-04-12 11:00
北京遇上西雅图——
Finding
what is right rather than Mr. Right
最近总看到关于北京爱上西雅图的很多影评。每一部能准确击中当下最有发言欲的年轻人的片子都会带来如此效应。比如《失恋三十三天》击中把爱情看得珍重却无比孤独的人们,比如《少年·派》击中国人心中隐性的哲学情结,出国,小三,爱情,温柔大叔,切中文艺青年们的话题元素。加上一部十年前的温情好片西雅图不眠夜,平添几分复古怀旧的意味。其实我对片中的爱情一直没有强烈的感动,大概因为大部分时间弗兰克对文佳佳的感情都是不
茸小呆
·
2013-04-02 18:42
ubuntu_grep
It can be used with Regular expression to be more flexible at
finding
strings.
mikzhang
·
2013-03-04 10:00
ubuntu
mysql中如何找出未使用或使用次数很少的索引
www.mysqlperformanceblog.com/2012/06/30/find-unused-indexes/http://www.mysqlperformanceblog.com/2012/12/05/quickly-
finding
-unused-indexes-and
OurMySQL
·
2012-12-17 07:00
MySQL解错方案
索引
Finding
trendy and stylish bras over the internet
FindingtrendyandstylishbrasovertheinternetonlineCanadaGooseVestshoppingisratherconvenientandwillbeofferingyouachancetoobtainvirtuallyanythingmakinguseoftheCanadaGooseOnlineclickofyourmouse.Sometimesth
jasonsde
·
2012-11-23 11:09
Business
sales
Manacher's ALGORITHM: O(n)时间求字符串的最长回文子串
article/details/6645824http://zhuhongcheng.wordpress.com/2009/08/02/a-simple-linear-time-algorithm-for-
finding
-longest-palindrome-sub-string
LCL_data
·
2012-11-12 13:00
java 查询某一天的数据
public List findLineDataByProperty(String propertyName, Object value) { log.debug("
finding
VehicleInfo
awaitdeng
·
2012-11-05 16:00
java
Manacher's ALGORITHM: O(n)时间求字符串的最长回文子串
article/details/6645824http://zhuhongcheng.wordpress.com/2009/08/02/a-simple-linear-time-algorithm-for-
finding
-longest-palindrome-sub-string
crazyhacking
·
2012-11-05 13:00
poj 3740 Easy
Finding
搜索+位运算
题目大意:有一个01矩阵,问是否可以从矩阵中选出某些行,使得选出的这些行所构成的矩阵的每一列都只有一个1。初看题目,没有好的办法,搜索吧(暴力的),由于题目中给出M≤16,N≤300,所以可以枚举行的所有选择情况,当然在这里就不是深搜去产生所有的选择情况了,直接通过整数来表示就行了(1对应于选择第一行,2对应于选择第二行,3对应于选择第一行和第二行。。。。。),那么要怎么样来判断所选择出来的那些行
lifajun90
·
2012-10-13 16:00
hdu 4414
Finding
crosses(模拟)
#include #include #include usingnamespacestd; constintnMax=55; intN; charmap[nMax][nMax]; intans; //intvis[nMax][nMax]; intchecklr(intx,inty) { if(map[x][y]=='#'&&map[x][y-1]=='o'&&map[x][y+1]=='o'
lhshaoren
·
2012-10-09 10:00
include
集体智慧编程学习笔记(1)集体智慧导言
一、参考资料 1、A good starting point for
finding
more web sites with open APIs is ProgrammableWeb  
cjlion
·
2012-10-06 23:00
Web
python
数据挖掘
杭电 HDU 4414
Finding
crosses 2012 ACM/ICPC 杭州网赛
FindingcrossesTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):336 AcceptedSubmission(s):212ProblemDescriptionTheNazcaLinesareaseriesofancientgeoglyphsloc
ilovexiaohao
·
2012-09-25 20:00
上一页
10
11
12
13
14
15
16
17
下一页
按字母分类:
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
其他