代码格式化和优化:统一换行符格式,优化代码结构

This commit is contained in:
2025-07-23 10:09:02 +08:00
parent fbe4f5273c
commit cb81105809
13 changed files with 57 additions and 6 deletions
+9
View File
@@ -1,3 +1,12 @@
/**
* @file ai.c
* @note 本文件定义了AI模块的函数和变量
* @note 包括:
* 1. 评估一个落子位置的综合得分(结合进攻和防守)
* 2. 评估指定位置的价值
* 3. 评估棋盘价值
*/
#include "gobang.h"
#include "ai.h"
#include "config.h"