Difference between revisions of "ME 333 Readings, Videos, and Sample Code"

From Mech
Jump to navigationJump to search
Line 3: Line 3:
# '''Writing your first program in C, HelloWorld.c''' (5:09)
# '''Writing your first program in C, HelloWorld.c''' (5:09)
# '''Differences between C and Matlab''' (7:30)
# '''Differences between C and Matlab''' (7:30)
# '''Binary and Hexadecimal (Base 2 and 16)''' (4:47)
# '''Binary and hexadecimal (Base 2 and 16)''' (4:47)
# '''Data types''' (5:30)
# '''Data types''' (5:30)
# '''Using the data types''' (3:49)
# '''Using the data types''' (3:49)

Revision as of 22:33, 1 December 2013

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