Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
邓博昊 196af01046 Part B il y a 7 mois
traces init 删除 il y a 7 mois
Makefile Part B il y a 7 mois
README init il y a 7 mois
aqua-handin.tar Part B il y a 7 mois
cachelab.c init il y a 7 mois
cachelab.h init il y a 7 mois
csim Part B il y a 7 mois
csim-ref init il y a 7 mois
csim.c Part A il y a 7 mois
test-csim init il y a 7 mois
test-trans Part B il y a 7 mois
test-trans.c Part B il y a 7 mois
trace.tmp Part B il y a 7 mois
tracegen Part B il y a 7 mois
tracegen.c Part B il y a 7 mois
trans.c Part B il y a 7 mois
trans.o Part B il y a 7 mois

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