CS 225 Data Structures Ja January 1 y 14– In Intro roduction Wade Fa Wa Fagen-Ul Ulmsch schnei eider er, , Cra Craig Zi Zilles
In Intr troductio tion Wade Fagen-Ulmschneider – CS PhD Academic Interests : data discovery/visualization, systems programming, education worth sharing, and magic fairy dust Craig Zilles – CS PhD (M.S. ECE, B.S./M.S. Mech E.) Academic Interests: computer-assisted education, learning analytics, and computer architecture Course Staff: You:
Wade Fagen-Ulmschneider Wade’ e’s Passion: Data Discover ery http://waf.cs.illinois.edu/discovery/ Diversity at Illinois: GPAs at Illinois: And others:
Craig thinks Wade e has better er pictures es, but… Proposing high-performance processor micro-architectures SPIMbot contest in CS 233 − Class A2 ∗ ∗∗ p > 0 . 05 − − − Class A3 − − p < 0 . 05 ∗∗∗∗ ∗ ∗∗∗ ∗ ∗∗∗ Class B2 ∗∗∗ p < 0 . 01 ∗ ∗∗ − ∗∗ p < 0 . 001 − Class B3 ∗∗∗ − ∗∗∗ ∗ ∗∗∗ − p < 0 . 0001 Class C1 ∗∗∗∗ ∗∗∗∗ ∗∗∗∗ ∗∗ − − Class C2 − − − − ∗∗∗∗ ∗ Class C3 ∗ − − − − − − Class D3 − ∗ ∗ ∗ − − Class E3 − − − − Relationship − ∗∗∗ Class F2 ∗∗ ∗∗∗∗ ∗∗∗∗ ∗∗∗∗ ∗∗∗∗ ∗∗∗∗ ∗ ∗∗∗∗ ∗∗∗∗ ∗∗∗ Class F3 ∗∗∗∗ between exam ∗∗∗∗ ∗∗∗ ∗ ∗∗∗∗ Design and algorithms for Class G2 − Class G3 − time and exam Class H1 − ∗∗ − force-feedback human- − Class H2 ∗ − − − Class H3 ∗∗∗ − score in the CBTF ∗∗∗∗ ∗∗∗∗ computer interfaces − ∗ Class I2 ∗∗∗ ∗∗∗ − ∗∗∗∗ ∗ − − Class I3 − − − − Average ∗∗∗∗ − 2 − 1 0 1 2 Slope β (change in score with day of exam) / std dev per exam period
Course e Staff
Yo You
Ever erything about CS 225 https://courses.engr.illinois.edu/cs225/ Information on: Staff Communications Lab Sections MPs Exams Grading Academic Integrity
What is this course about?
ECE 220 CS 126 CS 125 INFO 490 (+others) CS 225 CS 173 MATH 213
Variables es in C++ int myFavoriteInt; char grade = 'A'; double gamma = 0.653; Cat fiona, mia; Cube rubix; Person wade;
Enc Encapsul sulation
Enc Encapsul sulation Cube.h Cube.cpp
Cube.h 1 #pragma once 2 3 class Cube { 4 public: 5 6 7 8 9 10 11 private: 12 13 14 }; 15 16 17 18 19 20
Cube.cpp 1 #include "Cube.h" 2 3 double Cube::getVolume() { 4 5 6 } 7 8 9 10 11 12 13 14 15 Cube.h 16 4 class Cube { 17 5 public: 18 6 double getVolume(); 19 20
Recommend
More recommend