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

From Mech
Jump to navigationJump to search
(Created page with "'''A Crash Course in C'''")
 
Line 1: Line 1:
'''A Crash Course in C'''
'''Appendix: A Crash Course in C'''

# Writing your first program in C, HelloWorld.c (5:09)
# Differences between C and Matlab (7:30)
# Binary and Hexadecimal (Base 2 and 16) (4:47)
# Data types (5:30)
# Using the data types (3:49)
# Representations of data types (5:15)
# Pointer basics (5:54)
# Sample program: printout.c (5:55)
# Sample program: datasizes.c (2:57)
# Sample program: overflow.c (2:39)
# Sample program: typecast.c (5:43)
# invest.c: intro to syntax
# 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'''

Revision as of 22:30, 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