task list
This commit is contained in:
parent
5c4928933f
commit
001a2aab55
@ -48,14 +48,14 @@
|
||||
\setbeamertemplate{blocks}[rounded][shadow=true]
|
||||
|
||||
\title[]{Scientific Computing -- Grundlagen der Programmierung }
|
||||
\author[Statistics]{Jan Grewe\\Abteilung f\"ur Neuroethologie\\
|
||||
\author[]{Jan Grewe\\Abteilung f\"ur Neuroethologie\\
|
||||
Universit\"at T\"ubingen}
|
||||
|
||||
\institute[Einf\"uhrung in wissenschaftliche Datenverarbeitung]{}
|
||||
\institute[Wissenschaftliche Datenverarbeitung]{}
|
||||
\date{03.10.2014 - 07.11.2014}
|
||||
\logo{\pgfuseimage{logo}}
|
||||
%\logo{\pgfuseimage{../../resources/UT_BM_Rot_RGB.pdf}}
|
||||
|
||||
\subject{Einf\"uhrung in wissenschaftliche Datenverarbeitung (4145)}
|
||||
\subject{Einf\"uhrung in wissenschaftliche Datenverarbeitung}
|
||||
|
||||
%%%%%%%%%% configuration for code
|
||||
\lstset{
|
||||
@ -83,7 +83,7 @@
|
||||
\end{flushright}
|
||||
}
|
||||
|
||||
\input{environments.tex}
|
||||
\input{../../latex/environments.tex}
|
||||
\makeatother
|
||||
|
||||
\begin{document}
|
||||
@ -94,9 +94,36 @@
|
||||
\titlepage % erzeugt Titelseite
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}
|
||||
\frametitle{Grundlagen der Programmierung}
|
||||
\framesubtitle{Themen}
|
||||
\begin{enumerate}
|
||||
\item MATLAB Entwicklungsumgebung
|
||||
\item Variablen und Datentypen
|
||||
\item Vektoren und Matrizen
|
||||
\item Boolsche Operationen
|
||||
\item Ablaufkontrolle
|
||||
\item Was ist ein Programm
|
||||
\item Vom Problem zum Algorithmus
|
||||
\item Skripte und Funktionen
|
||||
\item Stil
|
||||
\item Graphische Darstellung von Daten
|
||||
\item Fortgeschrittene Datenstrukturen
|
||||
\item String Parsing
|
||||
\item Lesen und speichern von Dateien, navigieren im Dateisystem
|
||||
\end{enumerate}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}
|
||||
\frametitle{Grundlagen der Programmierung}
|
||||
\frametitle{Tagesplan}
|
||||
|
||||
|
||||
\end{frame}
|
||||
|
||||
|
||||
\begin{frame}
|
||||
\frametitle{Grundlagen}
|
||||
\frametitle{Grundlagen der Programmierung}
|
||||
\framesubtitle{Variablen}
|
||||
\end{frame}
|
||||
|
||||
|
Reference in New Issue
Block a user