52ky 发表于 2022-9-26 17:00:35

五子棋算法(编程细化讲解)

相关的数据结构?用于盘面状况的表明,以链表方式表明当时盘面的状况,目的是可以答使用户进行悔棋、回退等操作。?CListStepList;?其间Step结构的表明为:?structStep?{??intm;//m,n表明两个坐标值??intn;??charside;//side表明下子方?};本资料共包括以下附件:
五子棋算法.txt

(Relevant data structure? It is used to indicate the status of the board, and the status of the board at that time is indicated in the form of a linked list. The purpose is to allow the user to perform operations such as repentance and rollback. ?CListStepList;? The indication of the Step structure is: ?structStep?{??intm;//m,n indicate two coordinate values??intn;??charside;//side indicates the next sub-square?}; The following attachments:
Gobang Algorithm.txt)




页: [1]
查看完整版本: 五子棋算法(编程细化讲解)