Resources
Slides
# | Topic | Download |
---|---|---|
1 | Intro | |
2 | Linux Basics | |
3 | VCS | |
4 5a |
C Intermediate 1: C for Lab 4 |
|
6a |
C Advanced: |
|
6 | C Advanced 2 | |
7 |
Performance Measurement MID-TERM 1 |
|
8 | Performance Optimization -- Compiler and Programmer | |
9 |
Performance Optimization -- Memory Optimization (Memory layout, software prefetching, and writing cache friendly codes) |
|
10 | Virtual Memory and Bash Scripting | |
11 | Python Tutorial | |
12 | TCP/IP and Python | |
13 | TCP Recap, UDP, Endianness, and WireShark | |
14 | Python for UDP | |
15 | MIPS for Lab 10 (arithmetic and branching) | |
16 17 18 19 |
MIPS for Labs 10 and 11 (arrays) MIPS for Labs 11 and 12 (functions) Recursive Factorial in Action (MUST READ) FINAL EXAM |
|
Mercurial / Version Control Systems
- Hg init: A Mercurial Tutorial
- Learning Mercurial in Workflows
- Mercurial in Daily Use (part of Mercurial: The Definitive Guide)
- A Visual Guide to Version Control
- A Visual Guide to Distributed Version Control
Makefiles
C Programming References
- Beej's Guide to C Programming
- Essential C Guide from Stanford University
- C Programming Tips for C++ Programmers
- C Programming on Wikibooks
- Tutorial on threads, locks, and synchronization
- Programming in C: UNIX System Calls and Subroutines
- GNU C Library (glibc) / User manual
- C Programming Interview Questions
- Find other good references? Email me!
MIPS Assembly Programming
- MIPS Instruction Set - Start here first!
- MIPS Example Programs - Review next!
- MIPS tutorial for strings and vectors - Nice explanation and example code
- What is a pseudo-instruction?
- Additional resources available in Canvas site (Files folder)
- MIPS Green Card ("cheat sheet") - MIPS_Green_Sheet.pdf
- Appendix A from H&P Textbook: Assemblers, Linkers, and the SPIM simulator - HP_AppA.pdf
- This includes a complete list of instructions and psuedo-instructions
- MIPS32 Architecture for Programmers, Volume 1 - MIPS_ISA_Vol_1.pdf