码迷,mamicode.com
首页 >  
搜索关键字:knight moves    ( 435个结果
广搜二
/* C - 广搜 基础 Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Submit Status Description A friend of you is doing research on the Traveling Knight Problem (TKP) where you ...
分类:其他好文   时间:2014-07-13 17:09:53    阅读次数:272
poj 2488 A Knight's Journey
A Knight's Journey Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 29280   Accepted: 10039 Description Background  The knight is getting bored of seeing the...
分类:其他好文   时间:2014-07-09 12:03:01    阅读次数:293
POJ 2488:A Knight's Journey
A Knight's Journey Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 29241   Accepted: 10027 Description Background  The knight is getting bored of seeing t...
分类:其他好文   时间:2014-07-08 19:23:46    阅读次数:174
POJ-1324-Holedox Moving(BFS)
Description During winter, the most hungry and severe time, Holedox sleeps in its lair. When spring comes, Holedox wakes up, moves to the exit of its lair, comes out, and begins its new life.  Hol...
分类:其他好文   时间:2014-07-08 17:28:54    阅读次数:256
POJ 2488 A Knight's Journey
A Knight's Journey Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 29226   Accepted: 10023 Description Background  The knight is getting bored of seeing t...
分类:其他好文   时间:2014-07-08 16:50:24    阅读次数:266
POJ 1915-Knight Moves (单向BFS && 双向BFS 比较)
双向BFS && 普通BFS...
分类:其他好文   时间:2014-06-27 09:41:24    阅读次数:203
聊聊spring的ioc
平时我们老说的控制反转依赖注入是什么东西?其实说白了就是一个松紧耦合的问题,咱们可以想一想,一个javabean里面可能会有很多属性比如像下面的代码:public class KnightOfTheRoundTable implements Knight { private String na...
分类:编程语言   时间:2014-06-13 14:14:08    阅读次数:271
Uva 11489 - Integer Game
Two players, S and T, are playing a game where they make alternate moves. S plays first.  In this game, they start with an integer N. In each move, a player removes one digit from the integer and p...
分类:其他好文   时间:2014-06-10 06:31:29    阅读次数:302
POJ 1915 Knight Moves(BFS+STL)
Knight Moves Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 20913   Accepted: 9702 Description Background Mr Somuro...
分类:其他好文   时间:2014-06-03 04:02:09    阅读次数:260
poj2243
题目链接: http://poj.org/problem?id=2243 题目: Knight Moves Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 10932   Accepted: 6171 Description A friend of you...
分类:其他好文   时间:2014-06-02 23:31:39    阅读次数:290
435条   上一页 1 ... 41 42 43 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!