http://www.lerosua.org/2009/10/gmchess-0-20-3/
添加了大小棋盘设置和 加快了引擎下棋的速度。还可以设置搜索级数。
增加了可玩性。

源码地址:
http://gmchess.googlecode.com/files/gmc ... .3.tar.bz2
或等源里更新。
还喜欢吗?http://zh.wikipedia.org/wiki/GMChesslerosua 写了:详情:
http://www.lerosua.org/2009/10/gmchess-0-20-3/
添加了大小棋盘设置和 加快了引擎下棋的速度。还可以设置搜索级数。
增加了可玩性。![]()
源码地址:
http://gmchess.googlecode.com/files/gmc ... .3.tar.bz2
或等源里更新。
哗,竟然上wiki了。不错luojie-dune 写了:还喜欢吗?http://zh.wikipedia.org/wiki/GMChesslerosua 写了:详情:
http://www.lerosua.org/2009/10/gmchess-0-20-3/
添加了大小棋盘设置和 加快了引擎下棋的速度。还可以设置搜索级数。
增加了可玩性。![]()
源码地址:
http://gmchess.googlecode.com/files/gmc ... .3.tar.bz2
或等源里更新。
似乎是某gcc 4.3版本检测不到隐含的头文件。因为我用gcc4.4所以没发现这问题,需要在MainWindow.cc里加入cpc 写了:編譯時出現以下問題,請問如何解決? (PS: 0.20.2沒這問題)
MainWindow.cc: In member function 「void MainWindow::init_conf()」:
MainWindow.cc:250: 錯誤: 「S_IRUSR」 在此作用欄位中尚未宣告
MainWindow.cc:250: 錯誤: 「S_IWUSR」 在此作用欄位中尚未宣告
MainWindow.cc:250: 錯誤: 「S_IXUSR」 在此作用欄位中尚未宣告
MainWindow.cc:250: 錯誤: 「mkdir」 在此作用欄位中尚未宣告
make[4]: *** [MainWindow.o] Error 1
make[4]: Leaving directory `/home/cpc/桌面/gmchess-0.20.3/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/cpc/桌面/gmchess-0.20.3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/cpc/桌面/gmchess-0.20.3'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/cpc/桌面/gmchess-0.20.3'
make: *** [build-stamp] Error 2
代码: 全选
#include <sys/stat.h>