https://github.com/ranman/school-cachesimulator
https://github.com/ranman/school-cachesimulator
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ranman/school-cachesimulator
- Owner: ranman
- Created: 2012-06-19T21:37:25.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-19T21:43:53.000Z (almost 14 years ago)
- Last Synced: 2025-01-01T07:09:59.663Z (over 1 year ago)
- Language: Java
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Compile:
javac *.java
Run:
for filename in ./*.dat;
do
echo $filename;
java CacheDriver < $filename;
done;