一个基本上纯粹的Joseph环问题,不过第一步额外多了一个m。
那么可以利用递推得出公式:
Win(n) 代表有n个人的时候胜出的号码,
那么Win(n)必然等于Win(n-1),当去掉下一个出队列的人的时候。
下一个出队列的人是谁呢? 如果模是mod的话,那么下一个出队号码计算为:
Lose(n) = mod % n;
if (Lose(n) == 0) Lose(n) = n;...
分类:
其他好文 时间:
2014-06-16 12:24:41
阅读次数:
174
1: wget
http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gztar -zxvf
libiconv-1.13.1.tar.gzcd libiconv-1.13.1./configure --prefix=/usr/local/li...
分类:
Web程序 时间:
2014-06-16 09:44:08
阅读次数:
223
MySQL 的“root”用户默认状态是没有密码的,所以在 PHP 中您可以使用
mysql_connect("localhost","root","") 来连接 MySQL 服务器; 如果您想为 MySQL
中的“root”用户设置密码,请在控制台中使用“mysqladmin”命令。例如:在win...
分类:
数据库 时间:
2014-06-13 08:04:25
阅读次数:
370
1. 安装seleniumpip install selenium2.
安装phantomjs如果你是Ubuntu12.04,默认安装的版本是1.4.这个会出错。需要安装1.9.7cd /usr/local/sharesudo
wget https://bitbucket.org/ariya/pha...
分类:
Web程序 时间:
2014-06-13 07:32:47
阅读次数:
305
Firebug 2.0 is compatible with Firefox 30 –
32Firebug 2 UI:The screenshot shows Win OS theme other OSes (Linux and Mac) have
own custom theme.New Feat...
分类:
Web程序 时间:
2014-06-13 06:46:35
阅读次数:
334
win +
rregeditHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.*(想要改变打开方式的文件格式,也就是文件扩展名。如/.7z/.bat等)\OpenWithList。在右边的对话...
分类:
其他好文 时间:
2014-06-13 00:05:34
阅读次数:
258
安装步骤: 1. 下载libevent & memcached
源码包分别把memcached和libevent下载回来,放到 /tmp 目录下: # cd /tmp # wget
http://memcached.org/files/memcached-1.4.20.tar.gz # wget h...
分类:
其他好文 时间:
2014-06-12 17:21:10
阅读次数:
327
下载:[root@localhosthome]#wget--no-check-certificatehttps://github.com/ideawu/ssdb/archive/master.zip
--2014-06-1001:44:45--https://github.com/ideawu/ssdb/archive/master.zip
正在解析主机github.com...192.30.252.131
正在连接github.com|192.30.252.131|:443.....
分类:
数据库 时间:
2014-06-10 22:49:02
阅读次数:
351
1、安装GIT核心wget
https://www.kernel.org/pub/software/scm/git/git-2.0.0.tar.gztar -zvxf
git-2.0.0.tar.gz 解压进入git解压目录,然后配置、安装:autoconf./configure --with-cu...
分类:
其他好文 时间:
2014-06-10 16:16:10
阅读次数:
303