ME 333 Readings, Videos, and Sample Code

From Mech
Revision as of 22:30, 1 December 2013 by Lynch (talk | contribs)
Jump to navigationJump to search

=Appendix: A Crash Course in C-

  1. Writing your first program in C, HelloWorld.c (5:09)
  2. Differences between C and Matlab (7:30)
  3. Binary and Hexadecimal (Base 2 and 16) (4:47)
  4. Data types (5:30)
  5. Using the data types (3:49)
  6. Representations of data types (5:15)
  7. Pointer basics (5:54)
  8. Sample program: printout.c (5:55)
  9. Sample program: datasizes.c (2:57)
  10. Sample program: overflow.c (2:39)
  11. Sample program: typecast.c (5:43)
  12. invest.c: intro to syntax
  13. invest.c, continued

Chapter 1: Quickstart

Chapter 2: Looking Under the Hood: Hardware

Chapter 3: Looking Under the Hood: Software

Chapter 4: Using Libraries

Chapter 5: Time and Space

Chapter 6: Interrupts