这是一个本人学习 csapp 的 learning 库
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.

19 lines
670 B

  1. # CsappLearning
  2. 这是一个本人学习 csapp 的 learning 库
  3. 其中包括:
  4. * labs - csapp 的各项来自官网的 lab
  5. * quiz - csapp 的部分练习与课堂作业
  6. * csapp.txt - 由本人 E-note 项目生成的笔记
  7. 各 lab 得分
  8. * Datalab - 62 / 62
  9. * 项目目录下运行 ```./labs/data_lab/driver.pl -u GentleCold```
  10. 注:
  11. * 本人运行环境: WINDOWS10 - WSL2
  12. * 各 lab 由其自带的 Makefile 编译
  13. * ~~但为了保证 linux 环境,使用 cmake 调用 make 编译~~
  14. * cmake 调用失败,使用 wsl shell 手动 make
  15. * quiz 由本人编写的 CMakeLists 编译
  16. * 所有 lab 尽可能的不参考他人代码,参考处会有 //TODO 标记