Home
Netbeans Eclipse Qt Java
Games
College of Engineering Aeronautics and Astronautics Agricultural and Biological Engineering Biomedical Engineering Chemical Engineering Civil Engineering Construction Engineering and Management Electrical and Computer Engineering Engineering Education Engineering Professional Education Environmental and Ecological Engineering Industrial Engineering Materials Engineering Mechanical Engineering Nuclear Engineering
EPICS (Engineering Projects In Community Service) First-Year Engineering Program First-Year Engineering Honors Program Global Engineering Program Minority Engineering Program Professional Practice (Co-Op) Program Women in Engineering Program
College Administration Schools Programs All Groups All People ECN Webmail
Purdue Home

Syllabus ECE 264 Fall 2012

This is a reference. The actual schedule may be adjusted.

  • week 1
    • course administration
    • programming environment, submission procedure, computer grading
    • stack memory
  • week 2
    • stack memory
    • text file (fopen, fclose, fgetc)
    • Makefile
  • week 3
    • file and debugger
    • pointer
  • week 4
    • heap memory
    • recursion
    • (optional) valgrind
  • week 5
    • recursion
  • week 6
    • string (strcpy, strlen, strcmp, strstr)
    • structure
  • week 7 Review and Test
  • week 8
    • structure
    • binary file (fread, fwrite)
  • week 9 linked list
  • week 10
    • linked list
    • binary tree
  • week 11
    • binary search tree
  • week 12 Number systems, binary and hexadecimal
  • week 13 Review and Test
  • week 14
    • Huffman coding
    • bit-wise operations
  • week 15 Review