极大极小算法伪代码-博弈算法(象棋游戏记录)

#define MAXNUM 65535 int getmaxscore(int dep){ maxscore=-MAXNUM; if(dep==0) return Eval(); getallposibile(allsteps); foreach(step as allsteps) { move(step);
相关文章
相关标签/搜索