码迷,mamicode.com
首页 >  
搜索关键字:chess    ( 440个结果
1.2 中国象棋将帅问题进一步讨论与扩展:如何用1个变量实现N重循环?[chinese chess]
chinese-chess
分类:其他好文   时间:2014-06-25 13:23:00    阅读次数:221
HDU4405-Aeroplane chess(概率DP求期望)
Aeroplane chess Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1182    Accepted Submission(s): 802 Problem Description Hzz loves a...
分类:其他好文   时间:2014-06-25 09:03:36    阅读次数:208
hdu-4405-Aeroplane chess-概率DP
还是那么做。。。 无非加了一条跳转。。。几乎都差不多。。 #include #include #include #include using namespace std; #define maxn 110000 #define eps 1e-6 #define zero(x) (fabs(x)<0?0:x) double dp[maxn]; int pre[maxn]; int n; dou...
分类:其他好文   时间:2014-06-25 00:24:29    阅读次数:351
[CC150] 八皇后问题
Write an algorithm to print all ways of arranging eight queens on an 8*8 chess board so that none of them share the same row, column or diagonal.思路:本质...
分类:其他好文   时间:2014-06-10 10:36:29    阅读次数:182
2014百度之星初赛(第二场)——Chess
2014百度之星初赛(第二场)——Chess Problem Description   小度和小良最近又迷上了下棋。棋盘一共有N行M列,我们可以把左上角的格子定为(1,1),右下角的格子定为(N,M)。在他们的规则中,“王”在棋盘上的走法遵循十字路线。也就是说,如果“王”当前在(x,y)点,小度在下一步可以移动到(x+1, y), (x-1, y), (x, y+1), (x, ...
分类:其他好文   时间:2014-06-05 07:13:28    阅读次数:268
HDU-4832-Chess(DP)
Chess Time Limit: 6000/3000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 271    Accepted Submission(s): 87 Problem Description   小度和小良最近又迷上了下棋。棋盘一共有N行...
分类:其他好文   时间:2014-06-05 03:26:56    阅读次数:246
【百度之星2014~初赛解题报告】
最近要毕业了,有半年没做比赛了. 这次参加百度之星的初赛娱乐一下. 现在写一下解题报告. 还是先看看四道题的类型吧 1.Scenic Popularity 暴力 复杂度O( 100 * 100 * 10000 ) 或者O( T * K * R) 线段树 2.Chess DP 复杂度 O(n^2) 3.Best Financing DP 复杂度O(n) 4.JZP Set 数论或DP 复杂度 O(n * log(n))...
分类:其他好文   时间:2014-06-04 23:35:07    阅读次数:219
POJ2993——Help Me with the Game
Help Me with the GameDescriptionYour task is to read a picture of a chessboard position and print it in the chess notation.InputThe input consists of ...
分类:其他好文   时间:2014-06-04 16:41:58    阅读次数:226
动态规划-hdoj-4832-百度之星2014初赛第二场
Chess Problem Description   小度和小良最近又迷上了下棋。棋盘一共有N行M列,我们可以把左上角的格子定为(1,1),右下角的格子定为(N,M)。在他们的规则中,“王”在棋盘上的走法遵循十字路线。也就是说,如果“王”当前在(x,y)点,小度在下一步可以移动到(x+1, y), (x-1, y), (x, y+1), (x, y-1), (x+2, y), (x-2, y...
分类:其他好文   时间:2014-06-01 13:55:04    阅读次数:421
2014年百度之星程序设计大赛 - 初赛(第二轮)Chess
题目描述:小度和小良最近又迷上了下棋。棋盘一共有N行M列,我们可以把左上角的格子定为(1,1),右下角的格子定为(N,M)。在他们的规则中,“王”在棋盘上的走法遵循十字路线。也就是说,如果“王”当前在(x,y)点,小度在下一步可以移动到(x+1, y), (x-1, y), (x, y+1), .....
分类:其他好文   时间:2014-05-29 14:31:21    阅读次数:252
440条   上一页 1 ... 40 41 42 43 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!