subtitle
6.S081:COW-fork 6.S081:COW-fork
COW-fork Implement copy-on-write fork(hard) Your task is to implement copy-on-write fork in the xv6 kernel. You are done
CSAPP:lab0 CSAPP:lab0
C Programming Lab: Assessing Your C Programming Skills Programming Task Your task is to modify the code in queue.h and q
6.S081:5.xargs命令实现 6.S081:5.xargs命令实现
6.S081:5.xargs命令实现 xargs (moderate) Write a simple version of the UNIX xargs program: read lines from the standard input
6.S081:4.find功能实现 6.S081:4.find功能实现
6.S081:4.find功能实现 find (moderate) Write a simple version of the UNIX find program: find all the files in a directory tre
6.S081:3.素数筛Primes实验 6.S081:3.素数筛Primes实验
6.S081:3.素数筛Primes实验 Problem:primes (moderate)/(hard) Write a concurrent version of prime sieve using pipes. This idea
6.S081:2.makefile初体验 6.S081:2.makefile初体验
6.S081:2.makefile初体验 1.什么是makefile? makefile能实现自动编译,对多文件的大工程项目,使用makefile可以事半功倍,可以省去许多编译、链接命令,在许多IDE中,通常不需要程序员使用命令行来编译源文
6.S081:1.关于fork()的思考 6.S081:1.关于fork()的思考
6.S081:1.关于fork()的思考 1.fork int pid = fork(); //创建一个进程,返回子进程的PID 1.1fork用法 一个进程可以使用fork()系统调用创建一个新的进程(称为子进程),fork()创建了一
Sysprog:3. A Minimal Debugger Sysprog:3. A Minimal Debugger
lab3 :A Minimal Debugger Exercise 1: Now read the source file and answer the following questions. How the regs command
Sysprog:2. mini Network-Analyzer Sysprog:2. mini Network-Analyzer
mini Network-Analyzer Part D:packet spoofing 实验结果:前8个包 Forge 文件结构 |-- Forge |-- method.h |-- method.c |-- UDP_forg
Sysprog:1. Shell Sysprog:1. Shell
lab1:Shell Question 1: If you add a background command after the pipeline command, can the pipeline work? Solution Q1
WSL2下配置Anaconda、Pytorch、Jupyter Notebook WSL2下配置Anaconda、Pytorch、Jupyter Notebook
WSL2下配置Anaconda、Pytorch、Jupyter Notebook 和原生Linux下配置环境基本一致 1.Anaconda安装 去Anaconda的官网寻找最新的安装包,但这种方法下载速度太慢,可以寻找国内的源,如清华源,输