码迷,mamicode.com
首页 >  
搜索关键字:angel was caught by    ( 237个结果
【原创】ZOJ_1649 Rescue 解题报告
RescueTime Limit:2 Seconds Memory Limit:65536 KBAngel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described as a N * M (...
分类:其他好文   时间:2014-10-15 19:06:41    阅读次数:248
HDU - 1588 Gauss Fibonacci (矩阵高速幂+二分求等比数列和)
DescriptionWithout expecting, Angel replied quickly.She says: "I'v heard that you'r a very clever boy. So if you wanna me be your GF, you should solve...
分类:其他好文   时间:2014-10-04 21:53:07    阅读次数:220
ERRORCODE=-4220, SQLSTATE=null
当我在跑程序的时候,从DB2数据库中获取数据,然后通过solr创建索引,发现程序中断,报错日志为: 报错为 ?Caught java.io.CharConversionException. See attached Throwable for details. ERRORCODE=-4220, SQ...
分类:数据库   时间:2014-09-29 13:07:21    阅读次数:2588
HDU 1242 Rescue
bfs问题。 Angel有被关在监狱,她有很多朋友要去救她。 #表示墙,.表示路,x表示警卫,r表示她的朋友。 由于可能有很多朋友,但是Angel只有一个,所以搜索起点设为Angel。只要找到一个朋友表示能走出去。 走一格需要1,杀死警卫需要1,但是不能直接加2. 因为会出现这种情况 4 8 axxxxxxr ........ ........ ........ ...
分类:其他好文   时间:2014-09-18 20:42:17    阅读次数:163
修改了medoo文件,将SQL语句双引号改为反引号。
<?php /*! ?*?Medoo?database?framework ?*?http://medoo.in ?*?Version?0.9.6 ?*? ?*?Copyright?2014,?Angel?Lai ?*?Released?under?the?MIT?license ?*/ class?medoo { ????prote...
分类:数据库   时间:2014-09-18 19:13:54    阅读次数:368
HDU 1242 Rescue(求最短时间救出同伴,BFS+DP)
Rescue Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Description Angel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described a...
分类:其他好文   时间:2014-08-29 18:25:48    阅读次数:199
struts2 <debug>标签报错:Caught an exception while getting the property values of null
严重: Servlet.service() for servlet jsp threw exception java.lang.NullPointerException at com.opensymphony.xwork2.ognl.OgnlUtil.getBeanInfo(OgnlUtil.java:398) at com.opensymphony.xwork2.ognl.OgnlUtil...
分类:其他好文   时间:2014-08-26 17:25:36    阅读次数:282
zoj 1649 Rescue (bfs+队列)
Rescue Time Limit: 2 Seconds      Memory Limit: 65536 KB Angel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described as a N * M (N, M Angel's friends want to sa...
分类:其他好文   时间:2014-08-15 17:58:19    阅读次数:221
HDU1242 Rescue 【BFS】
Rescue Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 16314    Accepted Submission(s): 5926 Problem Description Angel was caught b...
分类:其他好文   时间:2014-08-12 22:07:24    阅读次数:317
凸包模板
struct point{ double x,y,angel;} p[N],stack[N];int top,n;double dis(point a,point b)//求距离{ return sqrt((a.x-b.x)*(a.x-b.x)+(a.y-b.y)*(a.y-b.y));...
分类:其他好文   时间:2014-08-08 17:38:46    阅读次数:248
237条   上一页 1 ... 20 21 22 23 24 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!