# DataStructureDesign **Repository Path**: giteeliuyou/DataStructureDesign ## Basic Information - **Project Name**: DataStructureDesign - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 试卷生成程序-数据结构课程设计 --- ##### 小学数学题 * Calculation questions 计算题(解方程 计算题等等) * Application questions 应用题 * Completion Questions 填空题 * Brain teasers 脑筋急转弯题 * Choice Questions 判断题 --- > 计算题 5题 每题目6分 > > 判断题 5 > > 填空题 5 > > 应用题 5 > > 脑筋急转弯题 5 > > 5种, 共: 25题, 150分 --- ##### Detail 1. 从QuestionRepository/目录下的各个文件中读取题目到表结构中(SequenceList可以自动扩容)。 2. 从文件中将题目读取到内存中,对题目进行增删更新。 3. 通过随机数(random number)抽取内存中的题目生成随机难度系数的试卷。 4. 本工程为CMake工程(version 3.16),编译器为MinGW64-posix-8.1.0。 --- 作者: 留攸 时间: 2020年10月31日01:41:16