Files
tools/seat_map/README.md
flt6 b4c04343e8 update README
1. update root README, pointer to all proj
2. create all README
Powered by claude code, maybe mistake, checked and commit manually.
2025-09-12 14:58:58 +08:00

33 lines
627 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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