电脑桌面
添加小米粒文库到电脑桌面
安装后可以在桌面快捷访问

五子棋人机对战源代码VIP专享VIP免费

五子棋人机对战源代码_第1页
五子棋人机对战源代码_第2页
五子棋人机对战源代码_第3页
#include "stdafx.h" #include "FiveStone.h" #include "FiveKernel.h" #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// FiveKernel::FiveKernel() { const char * readstring[9]={ "长连","五","活四","冲四","活三","冲三","活二", "可能为五","不可能为五" }; int ItemNum; FILE * f; //read opentable file f=fopen("openlib.txt","r"); fscanf(f,"%3x\n", &ItemNum); int j; for (int i=0;i=3280){ ValueTable[6560-i][j]+=(k+1); } break; } } } } fclose(f); Result=rsNotPlayed; } FiveKernel::~ FiveKernel() { } bool FiveKernel::NewGame(HARDLEVEL hardlevel, RULE rule) { if (Result==rsNotOut){ if (IDYES!=MessageBox(GetActiveWindow(), "Are you sure to cancel the curre nt game?","New game",MB_YESNO)){ return false; } } HardLevel=hardlevel; Rule=rule; HandLimit=(rule!=rlNormal); Result=rsNotOut; int i,j; //initialize Board for (i=0;i<16;i++){ for (j=0;j<16;j++){ Board[i][j]=vlCanBeFive*16+vlCanBeFive; } } StepNum=0; Turn=tnBlackTurn; return true; } bool FiveKernel::InputChess(POS pos) { if ((_ValidPos(pos))&&((Board[pos.x][pos.y]>>4)>=1)&&(Result==rsNotOut)){ BYTE value=(Turn==tnBlackTurn)?((Board[pos.x][pos.y]>>4)) :((Board[pos.x][pos.y]&0x0f)); if (value==vlHand...

1、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
3、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。

碎片内容

确认删除?
VIP
微信客服
  • 扫码咨询
会员Q群
  • 会员专属群点击这里加入QQ群
客服邮箱
回到顶部