© 1999-2048 dssz.net 粤ICP备11031372号
[其它] 用go写的五子棋预测算法的实现
说明:详细请看 Github:https://github.com/shanhuijie/GoWatch/tree/master/fiveinarow five in a row (五子棋成功预测) 从横、纵、 左斜升、 左斜降 四个角度判断 const( matrix = 50*50 point = 3 ) type Coordinat struct{ x int y int } type Allinat struct{ key []Coordina<weixin_38735782> 上传 | 大小:33kb