Skip to content

beichen126/408-helper

Repository files navigation

408 做题本

2026考研·计算机王道《数据结构》《计算机组成原理》《操作系统》《计算机网络》选择题做题本

将纸质教材的选择题整理为结构化 JSON,方便自建刷题工具。

内容

科目 题数 章节 JSON
数据结构 637 8 章 31 节 数据结构·做题本.json
计算机组成原理 644 7 章 28 节 计算机组成原理·做题本.json
操作系统 645 5 章 18 节 操作系统·做题本.json
计算机网络 558 6 章 28 节 计算机网络·做题本.json
合计 2484 26 章 105 节

JSON 结构

{
  "book": "2026考研·计算机王道《×××》选择题·做题本",
  "source": "微信公众号:研七七",
  "chapters": [
    {
      "id": 1,
      "name": "×××",
      "sections": [
        {
          "id": "1.1",
          "name": "×××",
          "questions": [
            {
              "id": "ch1-1-1-1",
              "number": 1,
              "text": "题目内容",
              "options": ["选项A", "选项B", "选项C", "选项D"],
              "code": null,
              "images": null,
              "source": "2011统考真题",
              "tags": [],
              "knowledge_points": [],
              "correct_answer": null,
              "user": {
                "answer": null,
                "is_correct": null,
                "wrong_reason": null,
                "review_count": 0,
                "last_reviewed": null,
                "notes": ""
              }
            }
          ]
        }
      ]
    }
  ]
}

user 字段专为个人刷题记录预留,可直接修改 JSON 填入答案、标记错因。

图片

所有图片统一存放于 images/ 目录,Markdown 中通过 ![](images/xxx.jpg) 引用。

来源

原始数据来源于微信公众号【研七七】整理的 2026 王道考研系列做题本。

许可

个人学习使用。

About

2026考研·计算机408统考·四门专业课选择题做题本,结构化JSON格式

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors