码迷,mamicode.com
首页 >  
搜索关键字:knight moves    ( 435个结果
Dungeon Game
The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a dungeon. The dungeon consists of M x N rooms laid out in a 2D grid. Our valiant knight (K) was initially pos...
分类:其他好文   时间:2015-01-31 00:33:24    阅读次数:176
HDU 1372 Knight Moves
Knight MovesTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 7261Accepted Submission(s): 4353Proble...
分类:其他好文   时间:2015-01-23 21:20:32    阅读次数:192
UVa 439 Knight Moves(BFS应用)
题意  求国际象棋中骑士从一个位置移东到另一个位置所需最少步数 基础的BFS应用 #include using namespace std; int x[] = { -2, -1, -2, -1, 1, 2, 1, 2}; int y[] = { -1, -2, 1, 2, -2, -1, 2, 1}; int d[15][15], sx, sy, ex, ey; pair q[105], ...
分类:其他好文   时间:2015-01-23 20:13:47    阅读次数:209
移动文件
/// /// Moves an existing file or directory, including its children, with various move options. /// The MoveFileWithProgress function i...
分类:移动开发   时间:2015-01-22 15:00:40    阅读次数:143
POJ2488A Knight's Journey(dfs+数学)
A Knight's Journey Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 32422   Accepted: 11040 Description Background  The knight is getting bored of seeing t...
分类:其他好文   时间:2015-01-21 22:40:59    阅读次数:192
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. Holedo...
分类:其他好文   时间:2015-01-20 10:29:05    阅读次数:193
Dungeon Game Leetcode Python
The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a dungeon. The dungeon consists of M x N rooms laid out in a 2D grid. Our valiant knight (K) was initially p...
分类:编程语言   时间:2015-01-17 08:50:50    阅读次数:206
unreal network
frame move buffer: save move positionrecive server sync:All moves earlier than the ClientAdjustPosition() call's TimeStamp are discarded. All moves th...
分类:Web程序   时间:2015-01-13 19:24:49    阅读次数:326
LeetCode Dungeon Game
The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a dungeon. The dungeon consists of M x N rooms laid out in a 2D grid. Our valiant knight (K) was initially pos...
分类:其他好文   时间:2015-01-12 16:34:49    阅读次数:254
【LeetCode】Dungeon Game 解题报告【Solution】
【题目】 The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a dungeon. The dungeon consists of M x N rooms laid out in a 2D grid. Our valiant knight (K) was i...
分类:其他好文   时间:2015-01-11 23:06:28    阅读次数:429
435条   上一页 1 ... 33 34 35 36 37 ... 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!