Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
邓博昊 5a8bb10a2f Part A vor 7 Monaten
traces init 删除 vor 7 Monaten
Makefile init vor 7 Monaten
README init vor 7 Monaten
cachelab.c init vor 7 Monaten
cachelab.h init vor 7 Monaten
csim-ref init vor 7 Monaten
csim.c Part A vor 7 Monaten
test-csim init vor 7 Monaten

README

This is the handout directory for the CS:APP Cache Lab. 

************************
Running the autograders:
************************

Before running the autograders, compile your code:
linux> make

Check the correctness of your simulator:
linux> ./test-csim

******
Files:
******

# You will modifying and handing in the file
csim.c Your cache simulator

# Tools for evaluating your simulator and transpose function
Makefile Builds the simulator and tools
README This file
cachelab.c Required helper functions
cachelab.h Required header file
csim-ref* The executable reference cache simulator
test-csim* Tests your cache simulator
traces/ Trace files used by test-csim.c