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