Skip to content
Snippets Groups Projects
Commit 6e079f34 authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files

L12 version for lecture.

parent ea3bd431
No related branches found
No related tags found
No related merge requests found
Lectures/L12_OOD/BankAccountExample.jpeg

23.6 KiB

Lectures/L12_OOD/FlightExample.jpeg

12.4 KiB

No preview for this file type
%\documentclass[handout]{beamer}
%\documentclass[t,12pt,numbers,fleqn,handout]{beamer}
\documentclass[t,12pt,numbers,fleqn]{beamer}
%\documentclass[ignorenonframetext]{beamer}
\usepackage{pgfpages}
\usepackage{hyperref}
......@@ -53,17 +52,19 @@
\begin{itemize}
\item Assignment 1
% \item Assignment 2
% \begin{itemize}
% \item Let me know if your partner has not forwarded their code
% \item Lab report due by the beginning of class on February 9
% \item Put your macid on the top of the first page of the assignment
% \end{itemize}
% \item Midterm exam
% \begin{itemize}
% \item March 4 during tutorial time
% \item In T29/105, not our usual classroom
% \end{itemize}
\begin{itemize}
\item E-mail your partner if you haven't already done so
\item E-mail the instructor if you haven't received your partner's code
\item Lab report due by 11:59 pm February 2
\end{itemize}
\item Assignment 2
\begin{itemize}
\item Files due by 11:59 pm Feb 15
\item E-mail partner files by 11:59 pm Feb 16
\item Lab report due by 11:59 pm Feb 27
\end{itemize}
\end{itemize}
\end{frame}
......@@ -71,12 +72,16 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Diff}
\frametitle{Reviewing Changes}
\begin{itemize}
\item Demo
\item Use
\href{https://gitlab.cas.mcmaster.ca/smiths/se2aa4_cs2me3/commit/1d1465c864cc29117ed5fd2c31af50e426537a91}{GitLab}
to review changes between commits
\item Review before committing: \texttt{git difftool}
\item To better deal with changes, use a ``hard wrap'' at an 80 column width,
even for LaTeX documents
\end{itemize}
\end{frame}
......@@ -247,6 +252,16 @@ emp3 = (Technical\_Staff) emp1 \uncover<5->{\structure{$\surd$}}\\
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Bank Account Example}
\begin{figure}
\includegraphics[scale=0.55]{BankAccountExample.jpeg}
\end{figure}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{UML Associations}
......@@ -262,6 +277,16 @@ emp3 = (Technical\_Staff) emp1 \uncover<5->{\structure{$\surd$}}\\
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Flight Example}
\begin{figure}
\includegraphics[scale=0.55]{FlightExample.jpeg}
\end{figure}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{UML Aggregation}
\begin{itemize}
......@@ -404,8 +429,8 @@ $ms$: real
~\newline
\noindent force($p$):
\begin{itemize}
\item output: $$out := \mathrm{UNIVERAL\_G} \frac{\mathit{self}.ms \times p.ms}
{\mathit{self}.\mathrm{dist}(p)^2}$$
\item output: $$out := \mbox{UNIVERAL\_G} \frac{\mathit{self}.ms \times p.ms}
{\mathit{self}.\mbox{dist}(p)^2}$$
\item exception: none
\end{itemize}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment