首页 课程资源 C/C++     /    PlantomGo幻影围棋源程序

PlantomGo幻影围棋源程序

上传者: kingwangjt | 上传时间:2017/11/7 17:43:15 | 文件大小:2.22MB | 文件类型:rar
PlantomGo幻影围棋源程序
#defineGRID_NUM11 //棋盘行数,其中1..9为棋的坐标,其他为边界#defineGRID_COUNT81 //可放棋子总数#defineBLACK 1 //黑棋 黑白棋转换时,可对求异或#defineWHITE 2 //白棋#defineBORDER 3 //边界#defineNOSTONE 0 //空子无棋#defineMCMAX 10000 //蒙特卡洛次数typedefstruct_stoneposition{ charx; chary; int score;}SMove; //招法char board[GRID_NUM][GRID_NUM]; //棋盘表示char chessColor;
//本人棋的颜色SMove bestMove; //最优棋

文件下载

资源详情

[{"title":"(42个子文件2.22MB)PlantomGo幻影围棋源程序","children":[{"title":"PlantomGo幻影围棋源程序","children":[{"title":"PlantomGo概要设计.doc <span style='color:#111;'>29.50KB</span>","children":null,"spread":false},{"title":"PlantomGo.ncb <span style='color:#111;'>9.33MB</span>","children":null,"spread":false},{"title":"PlantomGo.suo <span style='color:#111;'>27.00KB</span>","children":null,"spread":false},{"title":"PlantomGo概要设计01.doc <span style='color:#111;'>33.00KB</span>","children":null,"spread":false},{"title":"release","children":[{"title":"PlantomGo.pdb <span style='color:#111;'>219.00KB</span>","children":null,"spread":false},{"title":"PlantomGo.exe <span style='color:#111;'>15.50KB</span>","children":null,"spread":false}],"spread":true},{"title":"PlantomGo.sln <span style='color:#111;'>892B</span>","children":null,"spread":false},{"title":"debug","children":[{"title":"PlantomGo.pdb <span style='color:#111;'>443.00KB</span>","children":null,"spread":false},{"title":"PlantomGo.ilk <span style='color:#111;'>352.11KB</span>","children":null,"spread":false},{"title":"PlantomGo.exe <span style='color:#111;'>60.00KB</span>","children":null,"spread":false}],"spread":true},{"title":"PlantomGo","children":[{"title":"Main.cpp <span style='color:#111;'>8.54KB</span>","children":null,"spread":false},{"title":"PlantomGo.vcproj.ARTHUR.Arthur.user <span style='color:#111;'>1.38KB</span>","children":null,"spread":false},{"title":"Engine.cpp <span style='color:#111;'>317B</span>","children":null,"spread":false},{"title":"Define.h <span style='color:#111;'>1.17KB</span>","children":null,"spread":false},{"title":"Define.cpp <span style='color:#111;'>671B</span>","children":null,"spread":false},{"title":"MonteCarlo.cpp <span style='color:#111;'>8.43KB</span>","children":null,"spread":false},{"title":"Debug","children":[{"title":"vc80.pdb <span style='color:#111;'>92.00KB</span>","children":null,"spread":false},{"title":"MonteCarlo.obj <span style='color:#111;'>42.73KB</span>","children":null,"spread":false},{"title":"BuildLog.htm <span style='color:#111;'>7.86KB</span>","children":null,"spread":false},{"title":"SetScore.obj <span style='color:#111;'>33.79KB</span>","children":null,"spread":false},{"title":"PlantomGo.exe.embed.manifest.res <span style='color:#111;'>468B</span>","children":null,"spread":false},{"title":"PlantomGo.exe.intermediate.manifest <span style='color:#111;'>385B</span>","children":null,"spread":false},{"title":"PlantomGo.exe.embed.manifest <span style='color:#111;'>403B</span>","children":null,"spread":false},{"title":"Engine.obj <span style='color:#111;'>19.96KB</span>","children":null,"spread":false},{"title":"mt.dep <span style='color:#111;'>67B</span>","children":null,"spread":false},{"title":"Main.obj <span style='color:#111;'>39.80KB</span>","children":null,"spread":false},{"title":"vc80.idb <span style='color:#111;'>387.00KB</span>","children":null,"spread":false},{"title":"Define.obj <span style='color:#111;'>19.05KB</span>","children":null,"spread":false}],"spread":false},{"title":"Engine.h <span style='color:#111;'>395B</span>","children":null,"spread":false},{"title":"SetScore.cpp <span style='color:#111;'>10.02KB</span>","children":null,"spread":false},{"title":"Release","children":[{"title":"vc80.pdb <span style='color:#111;'>92.00KB</span>","children":null,"spread":false},{"title":"MonteCarlo.obj <span style='color:#111;'>57.43KB</span>","children":null,"spread":false},{"title":"BuildLog.htm <span style='color:#111;'>7.67KB</span>","children":null,"spread":false},{"title":"SetScore.obj <span style='color:#111;'>58.02KB</span>","children":null,"spread":false},{"title":"PlantomGo.exe.intermediate.manifest <span style='color:#111;'>380B</span>","children":null,"spread":false},{"title":"Engine.obj <span style='color:#111;'>39.71KB</span>","children":null,"spread":false},{"title":"mt.dep <span style='color:#111;'>67B</span>","children":null,"spread":false},{"title":"Main.obj <span style='color:#111;'>55.41KB</span>","children":null,"spread":false},{"title":"vc80.idb <span style='color:#111;'>219.00KB</span>","children":null,"spread":false},{"title":"Define.obj <span style='color:#111;'>39.61KB</span>","children":null,"spread":false}],"spread":false},{"title":"PlantomGo.vcproj.SSC.sschu.user <span style='color:#111;'>1.37KB</span>","children":null,"spread":false},{"title":"PlantomGo.vcproj <span style='color:#111;'>4.24KB</span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true}]

评论信息

  • 盖棺定谥:
    学习学习,可以2019-10-01
  • brian_you:
    不好,我都有了,以为有点料呢,却只是最基础的2017-06-17
  • Noven-zh:
    很不错,源代码很方便使用2015-06-09
  • FatePhi:
    很好用,学习MC算法2015-05-13
  • u010776315:
    不错的源代码,可以用。2014-11-17

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明