The following code fragment simulates a direct-mapped cache with 8 lines of 1 word. #include <stdio.h> int tag[8]; int main( ) { int addr; ...
確定! 回上一頁