码迷,mamicode.com
首页 >  
搜索关键字:poj1753flip game    ( 5568个结果
FZU 1920
DescriptionMine sweeper is a very popular small game in Windows operating system. The object of the game is to find mines, and mark them out. You mark...
分类:其他好文   时间:2015-01-25 22:30:30    阅读次数:272
【leetcode】Dungeon Game (middle)
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...
分类:其他好文   时间:2015-01-25 22:20:42    阅读次数:164
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 i...
分类:其他好文   时间:2015-01-25 19:37:17    阅读次数:181
[Gauss]POJ1753 Flip Game
题意:给4×4的棋盘的初始状态,b代表黑,w代表白。要求变成全黑或者全白 最少需要几步。简单的做法 可以暴搜 状压bfs 不再赘述主要学习Gauss做法同样是01方程组 用异或解注意全黑或全白都可以即 bbbb wwww bbbb wwww bbbb wwww bbbb ...
分类:其他好文   时间:2015-01-25 13:42:10    阅读次数:536
[LeetCode#55, 45]Jump Game, Jump Game II
The problem:Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents...
分类:其他好文   时间:2015-01-25 01:20:47    阅读次数:190
人机猜拳小游戏
朋友做的小案例,结构很清晰void Main(){ Game gmr = new Game(); gmr.Init(); gmr.Playing(); gmr.ShowResult(); Console.WriteLine ("程序结束");}//玩家类class Pl...
分类:其他好文   时间:2015-01-24 22:47:09    阅读次数:156
codeforces 88E Interesting Game
题目大意:两个好朋友再将一堆物品分堆,每次都将一堆物品分成数量连续的至少两个堆,直到一个人不能分堆为输第一次做博弈问题,看了百度文库的http://wenku.baidu.com/link?url=C6qxEhqBEJJFDPC2nSW8kaOer2s_WyOxAhUi0QzF_-B38Gw7Kqb...
分类:其他好文   时间:2015-01-24 22:42:12    阅读次数:251
UVALive 3029 City Game 悬线法求最大子矩阵面积 dp
题目链接:点击打开链接 Bob is a strategy game programming specialist. In his new city building game the gaming environment is as follows: a city is built up by areas, in which there are streets, trees, factor...
分类:其他好文   时间:2015-01-24 20:06:06    阅读次数:160
Codeforces Round #287 (Div. 2)C. Guess Your Way Out!
Amr bought a new video game "Guess Your Way Out!". The goal of the game is to find an exit from the maze that looks like a perfect binary tree of heig...
分类:其他好文   时间:2015-01-24 08:57:37    阅读次数:240
Unity3d 要点板书
WWW.unity3d.com.cnUnity Project unity的项目文件/专案Scene unity的场景文件Scene 场景视窗Game 预览视窗H... 物件视窗Project项目/专案管理视窗I.。。。。属性栏(监测视窗)材质 MeshRenderer组件第三人称控制器自动捕捉的是...
分类:编程语言   时间:2015-01-23 17:58:50    阅读次数:393
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!