You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
525 B
22 lines
525 B
# 数学卷子生成器
|
|
|
|
## 项目结构
|
|
MathExanGenerater/
|
|
├─ doc/
|
|
│ └─ README.md
|
|
└── src/
|
|
 ├─ Generator/
|
|
   ├─ QuestionGenerator
|
|
   ├─ PrimaryGenerator
|
|
   ├─ middleGenerator
|
|
   └── highGenerator
|
|
 ├─ Account
|
|
 ├─ FileManager
|
|
 └── Main
|
|
|
|
## 运行环境
|
|
|
|
程序可以通过可执行文件 MathExamGenerater 执行
|
|
运行环境: window PowerShell UTF-8 编码
|
|
|