码迷,mamicode.com
首页 >  
搜索关键字:nim or not nim    ( 2819个结果
453. Minimum Moves to Equal Array Elements
Given a non-empty integer array of size n, find the minimum number of moves required to make all array elements equal, where a move is incrementing n ...
分类:其他好文   时间:2017-10-19 14:09:14    阅读次数:159
Web 开发中 20 个很有用的 CSS 库
在过去的几年中,CSS已经成为一大部分开发者和设计者的最爱,因为它提供了一系列功能和特性。每个月都有无数个围绕CSS的工具被开发者发布以简化WEB开发。像CSS 库,框架,应用这样的工具能够为开发者做很多事,而且可以使开发者创造出创新立异的WEB应用。 在这篇文件章中我们找到了一系列对开发者有用的C ...
分类:Web程序   时间:2017-10-19 12:28:15    阅读次数:171
Packmen CodeForces - 847E
A game field is a strip of 1?×?n square cells. In some cells there are Packmen, in some cells — asterisks, other cells are empty. Packman can move to ...
分类:其他好文   时间:2017-10-18 23:04:45    阅读次数:255
CMake笔记(一)
CMake,比makefile更方便,虽然手写makefile同样重要 CMake的所有命令均出现在CMakeList.txt中,注意名字不要写错,并置于源代码目录中 由于本次测试只有一个源文件,所以只有main.cpp 执行cmake . 构建本目录下所有源文件 接下来make 最后,执行可执行文 ...
分类:其他好文   时间:2017-10-18 22:11:08    阅读次数:211
devmapper: Thin Pool has 154464 free data blocks which is less than minimum required 163840 free dat
清理exited进程: 清理dangling volumes: 清理dangling image: ...
分类:移动开发   时间:2017-10-18 17:12:12    阅读次数:1066
HDU-3530 Subsequence(单调队列)
Subsequence Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 7390 Accepted Submission(s): 2498 Pro ...
分类:其他好文   时间:2017-10-17 12:33:33    阅读次数:173
bigbluebutton-安装
安装 安装 欢迎来到BigBlueButton 1.1的安装指南。 BigBlueButton是用于在线学习的开源网络会议系统。该项目的目标是使教师能够让远程学生参与高质量的在线学习体验。 BigBlueButton 1.1,我们的最新版本,提供更快的桌面共享,隐藏字幕和分组房间(详见BigBlue ...
分类:其他好文   时间:2017-10-17 09:52:21    阅读次数:1503
HDU 1730 类NIM模型
两者间的间距就是可取石子数,因为对于行内黑白相连的局面该子游戏已经结束了因为此时不管先手再怎么移都是必败,SG=0的终止态 ...
分类:其他好文   时间:2017-10-16 23:36:39    阅读次数:370
HDU 3032 multi-sg 打表找规律
普通NIM规则加上一条可以分解为两堆,标准的Multi-SG游戏 一般Multi-SG就是根据拓扑图计算SG函数,这题打表后还能发现规律 sg(1)=1 sg(2)=2 sg(3)=mex{0,1,2,1^2}=4 sg(4)=mex{0,1,2,sg(3)}=3 可以发现3和4的时候相当于互换了位 ...
分类:其他好文   时间:2017-10-16 23:21:51    阅读次数:126
poj1717 Dominoes (背包)
A domino is a flat, thumbsized tile, the face of which is divided into two squares, each left blank or bearing from one to six dots. There is a row of ...
分类:其他好文   时间:2017-10-16 21:43:04    阅读次数:217
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!