update README

1. update root README, pointer to all proj
2. create all README
Powered by claude code, maybe mistake, checked and commit manually.
This commit is contained in:
2025-09-12 14:58:58 +08:00
parent f539792fd1
commit b4c04343e8
27 changed files with 964 additions and 74 deletions

33
seat_map/README.md Normal file
View File

@ -0,0 +1,33 @@
# seat_map
课堂座位表生成器。
## 功能
从二进制数据文件读取座位信息生成8x6的教室座位安排表并导出为CSV格式支持座位轮换逻辑。
## 使用方法
1. 准备座位数据文件 `seat.dat`
2. 运行 `python main.py`
3. 程序将生成 `seat.csv` 座位表文件
## 输出格式
- 8行6列的座位表
- CSV格式便于查看和打印
- 包含学生姓名信息
- 支持座位轮换算法
## 特性
- 自动座位分配
- 轮换逻辑支持
- CSV格式输出
- 预设学生名单48人
## 应用场景
- 课堂座位安排
- 考试座位分配
- 活动座位管理