├── LICENSE ├── README.md ├── 操作系统 ├── ch1_绪论_ch2_OS结构.pdf ├── ch3_进程线程.pdf ├── 第6章-处理器调度.pdf ├── 第8章-文件系统.pdf └── 题目预测.pdf ├── 数字逻辑 └── 2019年期末真题.md ├── 数据结构 └── 2019年期末试题.md ├── 机器学习 └── 期末回忆_段_20201217.pdf ├── 自然语言处理 ├── 2020年自然语言处理_期末真题_回忆版.pdf └── 2021年自然语言处理_期末真题_回忆版.pdf └── 计算机系统结构 └── 2020年计算机系统结构_期末真题_回忆版.pdf /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VayneDuan/cqu-cs-learning-materials/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VayneDuan/cqu-cs-learning-materials/HEAD/README.md -------------------------------------------------------------------------------- /操作系统/ch1_绪论_ch2_OS结构.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VayneDuan/cqu-cs-learning-materials/HEAD/操作系统/ch1_绪论_ch2_OS结构.pdf -------------------------------------------------------------------------------- /操作系统/ch3_进程线程.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VayneDuan/cqu-cs-learning-materials/HEAD/操作系统/ch3_进程线程.pdf -------------------------------------------------------------------------------- /操作系统/第6章-处理器调度.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VayneDuan/cqu-cs-learning-materials/HEAD/操作系统/第6章-处理器调度.pdf -------------------------------------------------------------------------------- /操作系统/第8章-文件系统.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VayneDuan/cqu-cs-learning-materials/HEAD/操作系统/第8章-文件系统.pdf -------------------------------------------------------------------------------- /操作系统/题目预测.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VayneDuan/cqu-cs-learning-materials/HEAD/操作系统/题目预测.pdf -------------------------------------------------------------------------------- /数字逻辑/2019年期末真题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VayneDuan/cqu-cs-learning-materials/HEAD/数字逻辑/2019年期末真题.md -------------------------------------------------------------------------------- /数据结构/2019年期末试题.md: -------------------------------------------------------------------------------- 1 | # 待更新 -------------------------------------------------------------------------------- /机器学习/期末回忆_段_20201217.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VayneDuan/cqu-cs-learning-materials/HEAD/机器学习/期末回忆_段_20201217.pdf -------------------------------------------------------------------------------- /自然语言处理/2020年自然语言处理_期末真题_回忆版.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VayneDuan/cqu-cs-learning-materials/HEAD/自然语言处理/2020年自然语言处理_期末真题_回忆版.pdf -------------------------------------------------------------------------------- /自然语言处理/2021年自然语言处理_期末真题_回忆版.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VayneDuan/cqu-cs-learning-materials/HEAD/自然语言处理/2021年自然语言处理_期末真题_回忆版.pdf -------------------------------------------------------------------------------- /计算机系统结构/2020年计算机系统结构_期末真题_回忆版.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VayneDuan/cqu-cs-learning-materials/HEAD/计算机系统结构/2020年计算机系统结构_期末真题_回忆版.pdf --------------------------------------------------------------------------------