CombinatorialGameTheory:帮助计算Spoke和Hub Nim的Nim值的程序 源码
组合博弈论 用于帮助计算辐条和轮毂Nim,端Nim和Gales Nim的Nim值的程序。 存储机制需要TinyDB。 您可以在这里下载并安装它: : 该软件包默认为TinyDB,但也会使用sqlite3(如果有)。 支持的游戏: 公平游戏 尼姆 终结尼姆 大风的尼姆 辐条和轮毂 游击队 红蓝樱桃 大风的尼姆 您可以通过以下方式访问Gale的Nim计算 from combogames import * g = GalesNim ([ 3 , 4 , 5 , 8 ]) g . nim_value 17 盖尔的尼姆猜想 两堆游戏 (猜想)两堆游戏ab的值是(a-1)^(b-1)+1 没有
文件列表
CombinatorialGameTheory-master.zip
(预估有个93文件)
CombinatorialGameTheory-master
data
spokeandhub.db
7KB
sphinx
rst
conf.py
5KB
modules.rst
58B
classes.rst
2KB
index.rst
58B
conf.py
5KB
暂无评论