└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Awesome HIT experiment 2 | 3 | A collection of useful experiment code of HIT. 4 | 5 | ## Operating System 6 | 7 | + [traitorousfc/HIT-OSLab](https://github.com/traitorousfc/HIT-OSLab) 8 | 9 | ## Data Structure & Algorithm 10 | 11 | + [DeathKing/Hit-DataStructure-On-Scheme](https://github.com/DeathKing/Hit-DataStructure-On-Scheme) 12 | + [pokerG/Go-DataStructure](https://github.com/pokerG/Go-DataStructure) 13 | 14 | ## CPU Design 15 | 16 | + [DeathKing/CPME48](https://github.com/DeathKing/CPME48) 17 | + [dontpanic92/8BitSimpleCPU](https://github.com/dontpanic92/8BitSimpleCPU) 18 | 19 | ## Compiler 20 | 21 | + [pokerG/Compiler](https://github.com/pokerG/Compiler) 22 | + [dontpanic92/dparse](https://github.com/dontpanic92/dparse) 23 | 24 | ## Network 25 | 26 | + [fangwentong/HIT-Network](https://github.com/fangwentong/HIT-Network) 27 | 28 | ## Database 29 | 30 | + [fangwentong/HIT-DB-System-Labs](https://github.com/fangwentong/HIT-DB-System-Labs) 31 | --------------------------------------------------------------------------------