極大極小算法僞代碼-博弈算法(象棋遊戲記錄)

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