This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10215501413
/
CsappLearning
Watch
2
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
这是一个本人学习 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.
2
Commits
1
Branch
9.8 MiB
C
56.9%
Assembly
33.8%
Perl
6.2%
Python
1.9%
Makefile
0.8%
Other
0.3%
Tree:
b1ebb79bc0
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'b1ebb79bc0'
${ noResults }
HTTPS
ZIP
TAR.GZ
朱文韬
b1ebb79bc0
feat: linux shell learning
2 years ago
labs
feat: finish data_lab
删除
2 years ago
quiz
feat: linux shell learning
删除
2 years ago
.gitignore
feat: finish data_lab
2 years ago
CMakeLists.txt
feat: finish data_lab
2 years ago
README.md
feat: finish data_lab
2 years ago
README.md
CsappLearning
这是一个本人学习 csapp 的 learning 库
其中包括:
labs - csapp 的各项来自官网的 lab
quiz - csapp 的部分练习与课堂作业
csapp.txt - 由本人 E-note 项目生成的笔记
各 lab 得分
Datalab - 62 / 62
项目目录下运行
./labs/data_lab/driver.pl -u GentleCold
注:
本人运行环境: WINDOWS10 - WSL2
各 lab 由其自带的 Makefile 编译
但为了保证 linux 环境,使用 cmake 调用 make 编译
cmake 调用失败,使用 wsl shell 手动 make
quiz 由本人编写的 CMakeLists 编译
所有 lab 尽可能的不参考他人代码,参考处会有 //TODO 标记