diff options
| author | Paul Buetow <paul@buetow.org> | 2008-08-09 16:14:04 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-08-09 16:14:04 +0000 |
| commit | e1077418bf357655a3f09b22c349c5080a835179 (patch) | |
| tree | e03e55caae777b981e4a2792a3e7a8790fefc405 | |
| parent | fcad21a6f0f95cfc1cfd57a9ad0ee110a65d0e74 (diff) | |
jo
| -rw-r--r-- | LaTeX/argouml.zargo | bin | 38927 -> 42880 bytes | |||
| -rw-r--r-- | LaTeX/chapters/conclusion.tex | 2 | ||||
| -rw-r--r-- | LaTeX/chapters/implementierung.tex | 47 | ||||
| -rw-r--r-- | LaTeX/diplomarbeit.pdf | 6021 | ||||
| -rw-r--r-- | LaTeX/images/serialize.eps | 737 |
5 files changed, 3820 insertions, 2987 deletions
diff --git a/LaTeX/argouml.zargo b/LaTeX/argouml.zargo Binary files differindex 5f819ea..e828d4a 100644 --- a/LaTeX/argouml.zargo +++ b/LaTeX/argouml.zargo diff --git a/LaTeX/chapters/conclusion.tex b/LaTeX/chapters/conclusion.tex index 6854d44..ce985ac 100644 --- a/LaTeX/chapters/conclusion.tex +++ b/LaTeX/chapters/conclusion.tex @@ -2,7 +2,7 @@ Es wurde erfolgreich ein Simulator f\"{u}r die Simulation verteilter Systeme entwickelt. Der Simulatur hat bereits 10 implementierte Protokolle zur Auswahl eingebaut. Zudem steht dem Gebraucher ein sehr komfortables Protokoll-API zur Verf\"{u}gung, womit der Entwicklung neuer Protokolle quasi keine Grenzen gesetzt sind.
-Dar\"{u}ber hinaus verf\"{u}gt der Simulator \"{u}ber eine Vielzahl von sehr flexiblen Einstellungsm\"{o}glichkeiten. F\"{u}r jede Simulation lassen sich somit komplett andere Konfigurationen verwenden. Jeder beteiligte Prozess hat wiederum eingene lokale Einstellungen, wo sich auch jedes Protokoll f\"{u}r jeden Prozess separat einstellen l\"{a}t. Die Anzahl und Flexibilit\"{a}t der M\"{o}glichen Szenarien wird dadurch um einen sehr groen Faktor vergr\"{o}ert.
+Dar\"{u}berhinaus verf\"{u}gt der Simulator \"{u}ber eine Vielzahl von sehr flexiblen Einstellungsm\"{o}glichkeiten. F\"{u}r jede Simulation lassen sich somit komplett andere Konfigurationen verwenden. Jeder beteiligte Prozess hat wiederum eingene lokale Einstellungen, wo sich auch jedes Protokoll f\"{u}r jeden Prozess separat einstellen l\"{a}t. Die Anzahl und Flexibilit\"{a}t der M\"{o}glichen Szenarien wird dadurch um einen sehr groen Faktor vergr\"{o}ert.
Mit dem Ereigniseditor gibt es eine komfortable M\"{o}glichkeit eigene Szenarien zu programmieren und zu Simulieren. Hierbei kann entweder auf die bereits enthaltenen Protokolle- oder auf selbst implementierte Protokolle zugegriffen werden. Alle Dazugeh\"{o}rigen Einstellungen und programmierten Ereignisse lassen sich vom Gebraucher f\"{u}r eine sp\"{a}tere Wiederverwendung platformunabh\"{a}ngig abspeichern. Somit k\"{o}nnen auch abgespeicherte Szenarien beispielsweise an Komilitonen weitergegeben werden oder f\"{u}r eine sp\"{a}tere Pr\"{a}sentierung zwischengespeichert werden. Mit dem Loggfilter lassen sich mithilfe von regul\"{a}ren Ausdr\"{u}cken nur die relevanten Loggnachrichten anzeigen, was die Analyse einer Simulation erheblich vereinfacht. Weitere Funktionalit\"{a}ten wie Lamport- und Vektor-Zeitstempel sowie Anti-Aliasing ruden den Simulator ab.
diff --git a/LaTeX/chapters/implementierung.tex b/LaTeX/chapters/implementierung.tex index dafe28b..6f147e0 100644 --- a/LaTeX/chapters/implementierung.tex +++ b/LaTeX/chapters/implementierung.tex @@ -28,26 +28,6 @@ In diesem Kapitel wird auf die Implementierung des Simulators eingegangen. Der S Da es sonst den Rahmen sprengen w\"{u}rde, soll im Folgenden der komplette Quelltext nicht bis in das letzte Detail behandelt werden. Der Quelltext erstreckt sich n\"{a}mlich, einschlielich Kommentare, auf \"{u}ber 15.000 Zeilen und \"{u}ber 59 Dateien. Zudem ist die generierte Quelltext-Dokumentation (Javadoc) \"{u}ber 2MB gro. Alle folgenden UML-Diagramme stellen aufgrund der \"{U}bersichtlichkeit lediglich die wesentlichen Dinge dar. Alle Details lassen sich im Quelltext und der dazugeh\"{o}rigen Dokumentation einsehen. Die Paketstruktur des Quelltextes ist in Tabelle \ref{tb:Pakete} in alphanumerischer Reihenfolge aufgef\"{u}hrt.
-\section{Programmierrichtlinien}
-
-Die Programmierrichtlinien entsprechen in den meisten F\"{a}llen denen aus der Vorlesung \cite{OOS}. Die Main-Methode befindet sich in der Klasse \textit{simulator.VSMain}.
-
-\begin{itemize}
- \item Alle Klassen- und Interfacenamen beginnen mit groen Buchstaben, w\"{a}hrend alle Variablen-, Methoden- und Attributnamen mit kleinen Buchstaben beginnen. Namen finaler Variablen und Attribute sind komplett in Grobuchstaben gehalten.
- \item Alle Quelltext-Dateien besitzen einen Header, der Informationen der verwendeten Lizenz angibt.
- \item Alle Quelltext-Dateien sind vollst\"{a}ndig mit Javadoc dokumentiert worden.
- \item Der komplette Quelltext inklusive Dokumentation wurde in englischer Sprache verfasst.
- \item Eine Quelltext-Datei hat eine maximale Zeilenl\"{a}nge von 80 Zeichen. Eine Ausnahme stellt die Klasse \textit{prefs.VSDefaultPrefs} dar, denn hier befinden sich auch l\"{a}ngere Texte die in Strings abgespeichert werden, wo manuelle Zeilenumbr\"{u}che wenig Sinn ergeben.
- \item Es werden zuerst Klassen aus der Java-Standardbibliothek importiert, bevor Klassen aus dem VS-Simulator selbst importiert werden.
- \item F\"{u}r die Einr\"{u}ckung des Quelltextes wird das Tool \textit{astyle} mit den Aufrufparametern \textit{--style=java --mode=java} verwendet. Hierbei wird eine Einr\"{u}ckungsl\"{a}nge von 4 Zeichen verwendet.
- \item Namen abstrakter Klassen tragen stets das Prefix \textit{VSAbstract}.
- \item Namen aller Klassen und Interfaces tragen als Prefix stets \textit{VS}, was f\"{u}r Verteilte Systeme steht.
- \item Namen aller Protokollklassen tragen als Postfix \textit{Protocol}, zum Beispiel \textit{VSPingPongProtocol}.
- \item \"{U}berall wo es Sinn ergibt werden Java-Generic-Datentypen verwendet (z.B. \textit{java.util.Vector<Integer>} anstelle von \textit{java.util.Vector}.
-\end{itemize}
-
-
-
\section{Einstellungen und Editoren}
Eine Simulation ist von einer Vielzahl von Einstellungen abh\"{a}ngig. Da auf diese Einstellungen in den weiteren Teilkapitel sets zur\"{u}ckgegriffen wird, macht es Sinn die dazugeh\"{o}rigen Klassen zuerst zu betrachten.
@@ -544,7 +524,14 @@ Die klasse \textit{VSCreateTask} wird vom Ereigniseditor verwendet. Der Ereignis \section{Serialisierung von Simulationen}
-Der Anwender kann eine erstellte Simulation im Datei-Men\"{u} speichern und/oder eine bereits abgespeicherte Simulation laden.
+Der Anwender kann eine erstellte Simulation im Datei-Men\"{u} speichern und/oder eine bereits abgespeicherte Simulation laden. Hierbei wird auf die von Java angebotene M\"{o}glichkeit Objekte zu Serialisieren gebrauch gemacht. Im Paket \textit{serialize} befinden sich Helferklassen, die bei einer Serialisierung und einer Deserialisierung einer Simulation unter die Arme greifen.
+
+\begin{figure}[h]
+ \centering
+ \includegraphics[width=13cm]{images/serialize}
+ \caption{Das Paket \textit{serialize}}
+ \label{fig:PackageSerialize}
+\end{figure}
\subsubsection{R\"{u}ckw\"{a}rtskompatibel}
@@ -579,6 +566,24 @@ Es wurden noch nicht die Klassen der Pakete \textit{utils} (Abbildung \ref{fig:P Im Paket \textit{exceptions} befinden sich lediglich einige eigene Objekte f\"{u}r Ausnahmebehandlungen. \textit{VSNotCopyableException} wird von einem nicht-kopierbaren Ereignis geworfen, wenn versucht wird es zu kopieren. \textit{VSNegatieNumberException} wird geworfen, wenn intern negative Zahlen dort auftreten, wo sie es nicht sollten. Wenn ein Editorobjekt die Benutzereingabe einer Integer-Vektor-Variable nicht parsen kann, so greifen es auf \textit{VSParseIntegerVectorException} zur\"{u}ck.
+\section{Programmierrichtlinien}
+
+Die Programmierrichtlinien entsprechen in den meisten F\"{a}llen denen aus der Vorlesung \cite{OOS}. Die Main-Methode befindet sich in der Klasse \textit{simulator.VSMain}.
+
+\begin{itemize}
+ \item Alle Klassen- und Interfacenamen beginnen mit groen Buchstaben, w\"{a}hrend alle Variablen-, Methoden- und Attributnamen mit kleinen Buchstaben beginnen. Namen finaler Variablen und Attribute sind komplett in Grobuchstaben gehalten.
+ \item Alle Quelltext-Dateien besitzen einen Header, der Informationen der verwendeten Lizenz angibt.
+ \item Alle Quelltext-Dateien sind vollst\"{a}ndig mit Javadoc dokumentiert worden.
+ \item Der komplette Quelltext inklusive Dokumentation wurde in englischer Sprache verfasst.
+ \item Eine Quelltext-Datei hat eine maximale Zeilenl\"{a}nge von 80 Zeichen. Eine Ausnahme stellt die Klasse \textit{prefs.VSDefaultPrefs} dar, denn hier befinden sich auch l\"{a}ngere Texte die in Strings abgespeichert werden, wo manuelle Zeilenumbr\"{u}che wenig Sinn ergeben.
+ \item Es werden zuerst Klassen aus der Java-Standardbibliothek importiert, bevor Klassen aus dem VS-Simulator selbst importiert werden.
+ \item F\"{u}r die Einr\"{u}ckung des Quelltextes wird das Tool \textit{astyle} mit den Aufrufparametern \textit{--style=java --mode=java} verwendet. Hierbei wird eine Einr\"{u}ckungsl\"{a}nge von 4 Zeichen verwendet.
+ \item Namen abstrakter Klassen tragen stets das Prefix \textit{VSAbstract}.
+ \item Namen aller Klassen und Interfaces tragen als Prefix stets \textit{VS}, was f\"{u}r Verteilte Systeme steht.
+ \item Namen aller Protokollklassen tragen als Postfix \textit{Protocol}, zum Beispiel \textit{VSPingPongProtocol}.
+ \item \"{U}berall wo es Sinn ergibt werden Java-Generic-Datentypen verwendet (z.B. \textit{java.util.Vector<Integer>} anstelle von \textit{java.util.Vector}.
+\end{itemize}
+
\section{Entwicklungsumgebung}
In diesem Teilkapitel soll ein kleiner Einblick in die Umgebung, in der der Simulator entwickelt wurde, gew\"{a}hrt werden. F\"{u}r diese Diplomarbeit wurde ausschlielich Open Source Software verwendet. Die einzige Ausnahme stellt Microsoft Windows XP dar, worauf der Simulator zus\"{a}tzlich getestet wurde. Der Simulator wurde jedoch haupts\"{a}chlich unter dem Betriebssystem FreeBSD 7.0, was ein open source Unix-Derivat ist, programmiert.
diff --git a/LaTeX/diplomarbeit.pdf b/LaTeX/diplomarbeit.pdf index 79d68c2..df41049 100644 --- a/LaTeX/diplomarbeit.pdf +++ b/LaTeX/diplomarbeit.pdf @@ -165,103 +165,103 @@ endobj << /S /GoTo /D (section.3.1) >> endobj 116 0 obj -(\376\377\0003\000.\0001\000\040\000P\000r\000o\000g\000r\000a\000m\000m\000i\000e\000r\000r\000i\000c\000h\000t\000l\000i\000n\000i\000e\000n) +(\376\377\0003\000.\0001\000\040\000E\000i\000n\000s\000t\000e\000l\000l\000u\000n\000g\000e\000n\000\040\000u\000n\000d\000\040\000E\000d\000i\000t\000o\000r\000e\000n) endobj 117 0 obj -<< /S /GoTo /D (section.3.2) >> +<< /S /GoTo /D (subsection.3.1.1) >> endobj 120 0 obj -(\376\377\0003\000.\0002\000\040\000E\000i\000n\000s\000t\000e\000l\000l\000u\000n\000g\000e\000n\000\040\000u\000n\000d\000\040\000E\000d\000i\000t\000o\000r\000e\000n) +(\376\377\0003\000.\0001\000.\0001\000\040\000E\000i\000n\000s\000t\000e\000l\000l\000u\000n\000g\000s\000o\000b\000j\000e\000k\000t\000e) endobj 121 0 obj -<< /S /GoTo /D (subsection.3.2.1) >> +<< /S /GoTo /D (subsection.3.1.2) >> endobj 124 0 obj -(\376\377\0003\000.\0002\000.\0001\000\040\000E\000i\000n\000s\000t\000e\000l\000l\000u\000n\000g\000s\000o\000b\000j\000e\000k\000t\000e) +(\376\377\0003\000.\0001\000.\0002\000\040\000E\000d\000i\000t\000o\000r\000o\000b\000j\000e\000k\000t\000e) endobj 125 0 obj -<< /S /GoTo /D (subsection.3.2.2) >> +<< /S /GoTo /D (section.3.2) >> endobj 128 0 obj -(\376\377\0003\000.\0002\000.\0002\000\040\000E\000d\000i\000t\000o\000r\000o\000b\000j\000e\000k\000t\000e) +(\376\377\0003\000.\0002\000\040\000E\000r\000e\000i\000g\000n\000i\000s\000s\000e) endobj 129 0 obj -<< /S /GoTo /D (section.3.3) >> +<< /S /GoTo /D (subsection.3.2.1) >> endobj 132 0 obj -(\376\377\0003\000.\0003\000\040\000E\000r\000e\000i\000g\000n\000i\000s\000s\000e) +(\376\377\0003\000.\0002\000.\0001\000\040\000F\000u\000n\000k\000t\000i\000o\000n\000s\000w\000e\000i\000s\000e\000\040\000v\000o\000n\000\040\000E\000r\000e\000i\000g\000n\000i\000s\000s\000e\000n) endobj 133 0 obj -<< /S /GoTo /D (subsection.3.3.1) >> +<< /S /GoTo /D (subsection.3.2.2) >> endobj 136 0 obj -(\376\377\0003\000.\0003\000.\0001\000\040\000F\000u\000n\000k\000t\000i\000o\000n\000s\000w\000e\000i\000s\000e\000\040\000v\000o\000n\000\040\000E\000r\000e\000i\000g\000n\000i\000s\000s\000e\000n) +(\376\377\0003\000.\0002\000.\0002\000\040\000B\000e\000i\000s\000p\000i\000e\000l\000i\000m\000p\000l\000e\000m\000e\000n\000t\000i\000e\000r\000u\000n\000g\000\040\000e\000i\000n\000e\000s\000\040\000E\000r\000e\000i\000g\000n\000i\000s\000s\000e\000s) endobj 137 0 obj -<< /S /GoTo /D (subsection.3.3.2) >> +<< /S /GoTo /D (section.3.3) >> endobj 140 0 obj -(\376\377\0003\000.\0003\000.\0002\000\040\000B\000e\000i\000s\000p\000i\000e\000l\000i\000m\000p\000l\000e\000m\000e\000n\000t\000i\000e\000r\000u\000n\000g\000\040\000e\000i\000n\000e\000s\000\040\000E\000r\000e\000i\000g\000n\000i\000s\000s\000e\000s) +(\376\377\0003\000.\0003\000\040\000Z\000e\000i\000t\000f\000o\000r\000m\000a\000t\000e\000,\000\040\000P\000r\000o\000z\000e\000s\000s\000e\000,\000\040\000N\000a\000c\000h\000r\000i\000c\000h\000t\000e\000n\000\040\000s\000o\000w\000i\000e\000\040\000T\000a\000s\000k\000-\000M\000a\000n\000a\000g\000e\000r) endobj 141 0 obj -<< /S /GoTo /D (section.3.4) >> +<< /S /GoTo /D (subsection.3.3.1) >> endobj 144 0 obj -(\376\377\0003\000.\0004\000\040\000Z\000e\000i\000t\000f\000o\000r\000m\000a\000t\000e\000,\000\040\000P\000r\000o\000z\000e\000s\000s\000e\000,\000\040\000N\000a\000c\000h\000r\000i\000c\000h\000t\000e\000n\000\040\000s\000o\000w\000i\000e\000\040\000T\000a\000s\000k\000-\000M\000a\000n\000a\000g\000e\000r) +(\376\377\0003\000.\0003\000.\0001\000\040\000F\000u\000n\000k\000t\000i\000o\000n\000s\000w\000e\000i\000s\000e) endobj 145 0 obj -<< /S /GoTo /D (subsection.3.4.1) >> +<< /S /GoTo /D (subsection.3.3.2) >> endobj 148 0 obj -(\376\377\0003\000.\0004\000.\0001\000\040\000F\000u\000n\000k\000t\000i\000o\000n\000s\000w\000e\000i\000s\000e) +(\376\377\0003\000.\0003\000.\0002\000\040\000B\000e\000i\000s\000p\000i\000e\000l\000\040\000f\000\374\000r\000\040\000d\000i\000e\000\040\000E\000r\000s\000t\000e\000l\000l\000u\000n\000g\000\040\000v\000o\000n\000\040\000P\000r\000o\000z\000e\000s\000s\000e\000r\000e\000i\000g\000n\000i\000s\000s\000e\000n) endobj 149 0 obj -<< /S /GoTo /D (subsection.3.4.2) >> +<< /S /GoTo /D (section.3.4) >> endobj 152 0 obj -(\376\377\0003\000.\0004\000.\0002\000\040\000B\000e\000i\000s\000p\000i\000e\000l\000\040\000f\000\374\000r\000\040\000d\000i\000e\000\040\000E\000r\000s\000t\000e\000l\000l\000u\000n\000g\000\040\000v\000o\000n\000\040\000P\000r\000o\000z\000e\000s\000s\000e\000r\000e\000i\000g\000n\000i\000s\000s\000e\000n) +(\376\377\0003\000.\0004\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000e) endobj 153 0 obj -<< /S /GoTo /D (section.3.5) >> +<< /S /GoTo /D (subsection.3.4.1) >> endobj 156 0 obj -(\376\377\0003\000.\0005\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000e) +(\376\377\0003\000.\0004\000.\0001\000\040\000F\000u\000n\000k\000t\000i\000o\000n\000s\000w\000e\000i\000s\000e\000\040\000d\000e\000s\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000-\000A\000P\000I\000s) endobj 157 0 obj -<< /S /GoTo /D (subsection.3.5.1) >> +<< /S /GoTo /D (subsection.3.4.2) >> endobj 160 0 obj -(\376\377\0003\000.\0005\000.\0001\000\040\000F\000u\000n\000k\000t\000i\000o\000n\000s\000w\000e\000i\000s\000e\000\040\000d\000e\000s\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000-\000A\000P\000I\000s) +(\376\377\0003\000.\0004\000.\0002\000\040\000B\000e\000i\000s\000p\000i\000e\000l\000i\000m\000p\000l\000e\000m\000e\000n\000t\000i\000e\000r\000u\000n\000g\000\040\000e\000i\000n\000e\000s\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000s) endobj 161 0 obj -<< /S /GoTo /D (subsection.3.5.2) >> +<< /S /GoTo /D (subsection.3.4.3) >> endobj 164 0 obj -(\376\377\0003\000.\0005\000.\0002\000\040\000B\000e\000i\000s\000p\000i\000e\000l\000i\000m\000p\000l\000e\000m\000e\000n\000t\000i\000e\000r\000u\000n\000g\000\040\000e\000i\000n\000e\000s\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000s) +(\376\377\0003\000.\0004\000.\0003\000\040\000E\000r\000s\000t\000e\000l\000l\000u\000n\000g\000\040\000e\000i\000g\000e\000n\000e\000r\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000e\000\040\000\050\000S\000c\000h\000n\000e\000l\000l\000d\000u\000r\000c\000h\000l\000a\000u\000f\000\051) endobj 165 0 obj -<< /S /GoTo /D (subsection.3.5.3) >> +<< /S /GoTo /D (section.3.5) >> endobj 168 0 obj -(\376\377\0003\000.\0005\000.\0003\000\040\000E\000r\000s\000t\000e\000l\000l\000u\000n\000g\000\040\000e\000i\000g\000e\000n\000e\000r\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000e\000\040\000\050\000S\000c\000h\000n\000e\000l\000l\000d\000u\000r\000c\000h\000l\000a\000u\000f\000\051) +(\376\377\0003\000.\0005\000\040\000G\000U\000I\000\040\000s\000o\000w\000i\000e\000\040\000S\000i\000m\000u\000l\000a\000t\000i\000o\000n\000s\000v\000i\000s\000u\000a\000l\000i\000s\000i\000e\000r\000u\000n\000g) endobj 169 0 obj << /S /GoTo /D (section.3.6) >> endobj 172 0 obj -(\376\377\0003\000.\0006\000\040\000G\000U\000I\000\040\000s\000o\000w\000i\000e\000\040\000S\000i\000m\000u\000l\000a\000t\000i\000o\000n\000s\000v\000i\000s\000u\000a\000l\000i\000s\000i\000e\000r\000u\000n\000g) +(\376\377\0003\000.\0006\000\040\000S\000e\000r\000i\000a\000l\000i\000s\000i\000e\000r\000u\000n\000g\000\040\000v\000o\000n\000\040\000S\000i\000m\000u\000l\000a\000t\000i\000o\000n\000e\000n) endobj 173 0 obj << /S /GoTo /D (section.3.7) >> endobj 176 0 obj -(\376\377\0003\000.\0007\000\040\000S\000e\000r\000i\000a\000l\000i\000s\000i\000e\000r\000u\000n\000g\000\040\000v\000o\000n\000\040\000S\000i\000m\000u\000l\000a\000t\000i\000o\000n\000e\000n) +(\376\377\0003\000.\0007\000\040\000H\000e\000l\000f\000e\000r\000k\000l\000a\000s\000s\000e\000n\000\040\000u\000n\000d\000\040\000K\000l\000a\000s\000s\000e\000n\000\040\000f\000\374\000r\000\040\000A\000u\000s\000n\000a\000h\000m\000e\000b\000e\000h\000a\000n\000d\000l\000u\000n\000g\000e\000n) endobj 177 0 obj << /S /GoTo /D (section.3.8) >> endobj 180 0 obj -(\376\377\0003\000.\0008\000\040\000H\000e\000l\000f\000e\000r\000k\000l\000a\000s\000s\000e\000n\000\040\000u\000n\000d\000\040\000K\000l\000a\000s\000s\000e\000n\000\040\000f\000\374\000r\000\040\000A\000u\000s\000n\000a\000h\000m\000e\000b\000e\000h\000a\000n\000d\000l\000u\000n\000g\000e\000n) +(\376\377\0003\000.\0008\000\040\000P\000r\000o\000g\000r\000a\000m\000m\000i\000e\000r\000r\000i\000c\000h\000t\000l\000i\000n\000i\000e\000n) endobj 181 0 obj << /S /GoTo /D (section.3.9) >> @@ -748,14 +748,19 @@ endobj /ProcSet [ /PDF /Text ] >> endobj 255 0 obj << -/Length 1955 +/Length 1958 /Filter /FlateDecode >> stream -xYoF)(v1A64KflUH~Β\r%g(@&0`_;~YQ -#N `>-'봫 ^'WZ,^\s¬âW7-wzբd𣺾=(N՚?))b{$NQ?O1ar٧.|,WZWU\qc϶mmYroceF%(b[AqI1ȜSfV
1)!c+A&b dp1h#;M'iS|_<n.z`7U]u?g `3^Рq*}gsiS?C/4+M9
/zf
gЧU}8
~oڋ7qO\
'3"cc?Rgrщ6]!Y3%U`?Q(SDZ=Pvy%^8mj1?c ٚ -}8NJƕu~W)"ZrYNN+n^"#OP+͉2Fͺԩ͞~ ]u٤EQZ:(UƓ~y~y}N"$]SY~J?RAH~}fϟ%#7EN:uw^85vcE~D,Shr$bV/$k_ϑdwGDNfcݩ2 YDYIWY1b=9zЃ+(MdDxcl.uwts_m֧WKp?A̱)A DFzȇ,sX"5̙y0H-XN^7<<yQm}=mMC~]NMuyUX+Tݠx͵ F89՜M܀%tzT#
'N2cD-EYu]:4IxFH"'22nsajhV,h6|6;ݨՋjR2qXv~[nͺ9}hPn]t%Ac֦]hߝ*Q2>?A#C#OW1Y9a`/i%΅+o;Nu/S"2 3v̱[,H~#8&k5hο_ȄuB%ɜ
!,voٛВKV<29rf~/7ѲRa<ʇR(]<7aMπaRR"1uʸҧs䋝l0'x: ->ө4\iIgPt:9]Y5'מ٩0#Srӟ=iE׆ƾY3^q7}Z¥q<P꙾ɝ"L*^Usli:7/=endstream +xYoH)(^L/\K@GO?$lj' +$0`_]şhQ +#N xXqF{ۏOi7A/n +Kֲy[p N{~ΧwkV5C]˳7)Z9% ^l^`% ETq/ßg1:fdZzuW\K}?+3()EJKA2cZ\7X.挆m"N
8kUEi:I2&eUnq*6|}:d+b0נqΈž5WӬ'?uW4ӕIHO!ɨ%2#"nu,ٰlLQ+Ƕf`Tc6BmZKLa`RȯNA&1. e(_Ac+iy 3jؗw)tS)fuhiZBhMD⡪ڼSJD-WTX6C5c?n<`v`$]_M F^hIɳAKxi-Q^N]4cpO{U-Vz020p/EpE$bJqC 0 +ͥ*)nH=}xۇKއc5t==nO33>WfM,S8xx<"yZC\&zecD.Y1S]DS\UU+N?;6b@Ez +z^@6Eyl߅fz8.B(%ELT]u)ҍwHty"yk*Z{QK50s><v4)JK_'6&Šxҏ#_9j$&j
vbuJsѹdwayӫdFi-؝tD9DKN/E*"
UZDꕕ\*s$Y 3743pwjB=4*j>*/Y=oL:D˺<Πe_ojxx^s,, Uf#B0"֣|^ .2 b
@Zi!](` +JT}7յ?Ajem +tSUWqbPENZv*5ׂ?F%K4pj
TYf[ŲXgth:Nj؟ˠʸͅ%ǫG%XhLWk`]~zM'a
Vrw>ͱFGCK/z/ߔ.) +6ELT'=}>#Нì^ "I3D-sv8im{ȑÛ/R77{|߷1X#^@H[+f*^3S;MKխ[;)/u!RÊ\Zw$c#6HD7YAsyLddП~ n2'$~C]Ƨ]pX$hYσ*+n2j~3=-!VCګCH endobj 254 0 obj << /Type /Page @@ -775,119 +780,119 @@ endobj 261 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [86.8628 738.8587 199.1048 749.2347] +/Rect [86.8628 738.8587 216.6336 749.2347] /Subtype /Link /A << /S /GoTo /D (section.3.1) >> >> endobj 262 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [86.8628 720.9315 216.6336 731.3075] +/Rect [107.4855 720.9315 215.4148 731.3075] /Subtype /Link -/A << /S /GoTo /D (section.3.2) >> +/A << /S /GoTo /D (subsection.3.1.1) >> >> endobj 263 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [107.4855 703.0042 215.4148 713.3802] +/Rect [107.4855 703.1119 190.4974 713.3802] /Subtype /Link -/A << /S /GoTo /D (subsection.3.2.1) >> +/A << /S /GoTo /D (subsection.3.1.2) >> >> endobj 264 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [107.4855 685.1846 190.4974 695.453] +/Rect [86.8628 685.077 151.3326 695.453] /Subtype /Link -/A << /S /GoTo /D (subsection.3.2.2) >> +/A << /S /GoTo /D (section.3.2) >> >> endobj 265 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [86.8628 667.1498 151.3326 677.5258] +/Rect [107.4855 667.1498 265.653 677.5258] /Subtype /Link -/A << /S /GoTo /D (section.3.3) >> +/A << /S /GoTo /D (subsection.3.2.1) >> >> endobj 266 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [107.4855 649.2225 265.653 659.5985] +/Rect [107.4855 649.2225 308.7178 659.5985] /Subtype /Link -/A << /S /GoTo /D (subsection.3.3.1) >> +/A << /S /GoTo /D (subsection.3.2.2) >> >> endobj 267 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [107.4855 631.2953 308.7178 641.6713] +/Rect [86.8628 631.2953 334.173 641.8776] /Subtype /Link -/A << /S /GoTo /D (subsection.3.3.2) >> +/A << /S /GoTo /D (section.3.3) >> >> endobj 268 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [86.8628 613.3681 334.173 623.9503] +/Rect [107.4855 615.1793 199.5985 623.7441] /Subtype /Link -/A << /S /GoTo /D (section.3.4) >> +/A << /S /GoTo /D (subsection.3.3.1) >> >> endobj 269 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [107.4855 597.252 199.5985 605.8168] +/Rect [107.4855 595.4408 336.6387 606.0231] /Subtype /Link -/A << /S /GoTo /D (subsection.3.4.1) >> +/A << /S /GoTo /D (subsection.3.3.2) >> >> endobj 270 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [107.4855 577.5136 336.6387 588.0958] +/Rect [86.8628 579.3248 149.1627 587.8896] /Subtype /Link -/A << /S /GoTo /D (subsection.3.4.2) >> +/A << /S /GoTo /D (section.3.4) >> >> endobj 271 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [86.8628 561.3976 149.1627 569.9624] +/Rect [107.4855 561.3976 275.6593 569.9624] /Subtype /Link -/A << /S /GoTo /D (section.3.5) >> +/A << /S /GoTo /D (subsection.3.4.1) >> >> endobj 272 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [107.4855 543.4703 275.6593 552.0351] +/Rect [107.4855 541.6591 301.5626 552.0351] /Subtype /Link -/A << /S /GoTo /D (subsection.3.5.1) >> +/A << /S /GoTo /D (subsection.3.4.2) >> >> endobj 273 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [107.4855 523.7319 301.5626 534.1079] +/Rect [107.4855 523.7319 327.3494 534.3141] /Subtype /Link -/A << /S /GoTo /D (subsection.3.5.2) >> +/A << /S /GoTo /D (subsection.3.4.3) >> >> endobj 274 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [107.4855 505.8046 327.3494 516.3869] +/Rect [86.8628 505.8046 253.8798 516.3869] /Subtype /Link -/A << /S /GoTo /D (subsection.3.5.3) >> +/A << /S /GoTo /D (section.3.5) >> >> endobj 275 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [86.8628 487.8774 253.8798 498.4597] +/Rect [86.8628 487.8774 235.0054 498.4597] /Subtype /Link /A << /S /GoTo /D (section.3.6) >> >> endobj 276 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [86.8628 469.9502 235.0054 480.5324] +/Rect [86.8628 469.9502 330.353 480.5324] /Subtype /Link /A << /S /GoTo /D (section.3.7) >> >> endobj 277 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [86.8628 452.0229 330.353 462.6052] +/Rect [86.8628 452.0229 199.1048 462.399] /Subtype /Link /A << /S /GoTo /D (section.3.8) >> >> endobj @@ -1151,22 +1156,24 @@ endobj /ProcSet [ /PDF /Text ] >> endobj 343 0 obj << -/Length 1201 +/Length 1259 /Filter /FlateDecode >> stream -xKoF<㘢z)re%!EO!Kܡ8<pH~Xa$ԩ8-_O.2auϚ8eXp%B_\/]ۇEudQoקV}8)ZrBJ
/pp~*E8-:br#nr:ި)C\tQ}:B-ӹ=Ua9Xb*`Ih"%9)jIABZ~{&"9ep{ SoJŢ^e8nCV28&{ky>ׇ}kp}Ӵ*DKK2I
1N8u2+9a^BD@'0a{d2'059 -q_>yޗ.֟J -
k!rX}<Sg-Fjg573Pa+&6*ꭅƢi -zkwyⱨ
N|0ě
k-]r uq<اMy 8`5=ܨcong)(EK5:gPJFR;o8]e2lVq^#7Ⱦ_[ǰF`zk_4|#9f7XyX?m[C"Nhd&s_eMOOmToT[#Om4,'M wMԼ}L)whiLB80#*G,c*'ZYd$pץ`7YJ- +xnF~ +.LUY2ŐáFΡf8!VPaDR +0Vwx~?Y]2VpϚ8eqJ>sdtPo_vOǿKߒGkWtߧS56)b CTqx*o91
pөzQI4zGitڇ^NS}6vZUɒ.h$5)jEAAZ/~{&"9ep{Մiw%bY2C됕p`x\2|٬N~W.: +j[uxY.DKs1Iz':Ӝ0UD!0RKwֽjd*'0a9/~\=^KIO%NMӅ |>]g-FN5Q73Pa+Wl4ZÍejP{Ǜ a c
D:pťnPM)sr7Jzj3ԸiiMPYP@
%JPZjjjM`*]aw:z%hFuHHhUJ+C6+dNQ;k%&Œ]т@Lu.);./ BC"{U2XKWK9Ea&6fx6jx;?Ygç^V_ +wR(<vq<?N9eF&i//
cX~
O5f*HEk7*lћ)vQq;Dg6ntҍэFkohYt+N4"M +˩ޤp4-rFn;^t'.v8=`G`c'm97r("$s/fnI)rIWT
7^\ҌFk?FJT0yGZ^V0P3n&/db
^endstream endobj 342 0 obj << /Type /Page /Contents 343 0 R /Resources 341 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 357 0 R -/Annots [ 345 0 R 346 0 R 347 0 R 348 0 R 349 0 R 350 0 R 351 0 R 352 0 R 353 0 R 354 0 R 355 0 R 356 0 R ] +/Parent 358 0 R +/Annots [ 345 0 R 346 0 R 347 0 R 348 0 R 349 0 R 350 0 R 351 0 R 352 0 R 353 0 R 354 0 R 355 0 R 356 0 R 357 0 R ] >> endobj 345 0 obj << /Type /Annot @@ -1241,17 +1248,24 @@ endobj 355 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [86.8628 569.3622 168.9961 577.927] +/Rect [86.8628 569.3622 185.8662 577.927] /Subtype /Link /A << /S /GoTo /D (figure.3.9) >> >> endobj 356 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [86.8628 549.7314 195.644 559.9997] +/Rect [86.8628 551.4349 168.9961 559.9997] /Subtype /Link /A << /S /GoTo /D (figure.3.10) >> >> endobj +357 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.8628 531.8041 195.644 542.0725] +/Subtype /Link +/A << /S /GoTo /D (figure.3.11) >> +>> endobj 344 0 obj << /D [342 0 R /XYZ 74.4095 793.4011 null] >> endobj @@ -1259,8 +1273,8 @@ endobj /Font << /F61 259 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -372 0 obj << -/Length 1852 +374 0 obj << +/Length 1851 /Filter /FlateDecode >> stream @@ -1276,160 +1290,160 @@ U2ɢL`?Et(*mv`۱Q-Nv4< Z :C =i dAW((%jŭ55tߡ'$+I䫂/4,řF
}﹟mVwf/f #huq7k|:^ՑdCAPnc2[kf1L] f -ugܟGΨ<g=;
L,S(V;ZU4oX-o݇7AjGkgTm{wY_2wZoW{ :Tea'\; {/Z[ozF.9L:vF51<S[u(~=|صloO|!,d"sZ͋:=ݬu<KXPbM[JtgwjXjcou_0Ik :dA_d_ +ugܟGΨ<g=;
L,S(V;ZU4oX-o݇7AjGkgTm{wY_2wZoW{ :Tea'\; {/Z[ozF.9L:vF51<S[u(~=|صloO|!,d"sZ͋:=ݬu<KXPbM[JtgwjXjco6 )u_0Ik :dA_|lendstream endobj -371 0 obj << +373 0 obj << /Type /Page -/Contents 372 0 R -/Resources 370 0 R +/Contents 374 0 R +/Resources 372 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 357 0 R -/Annots [ 375 0 R 376 0 R 377 0 R 378 0 R 379 0 R 380 0 R 381 0 R 382 0 R 383 0 R 384 0 R 385 0 R 386 0 R 387 0 R 388 0 R 389 0 R 390 0 R 391 0 R 392 0 R 393 0 R ] +/Parent 358 0 R +/Annots [ 377 0 R 378 0 R 379 0 R 380 0 R 381 0 R 382 0 R 383 0 R 384 0 R 385 0 R 386 0 R 387 0 R 388 0 R 389 0 R 390 0 R 391 0 R 392 0 R 393 0 R 394 0 R 395 0 R ] >> endobj -375 0 obj << +377 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [86.8628 612.425 338.2165 623.0073] /Subtype /Link /A << /S /GoTo /D (table.2.1) >> >> endobj -376 0 obj << +378 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [86.8628 594.4978 298.9616 605.0801] /Subtype /Link /A << /S /GoTo /D (table.2.2) >> >> endobj -377 0 obj << +379 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [86.8628 576.5706 180.2935 586.9466] /Subtype /Link /A << /S /GoTo /D (table.2.3) >> >> endobj -378 0 obj << +380 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [86.8628 558.6433 257.1971 569.0193] /Subtype /Link /A << /S /GoTo /D (table.2.4) >> >> endobj -379 0 obj << +381 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [86.8628 540.7161 289.7984 551.2984] /Subtype /Link /A << /S /GoTo /D (table.2.5) >> >> endobj -380 0 obj << +382 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [86.8628 522.7889 256.1481 533.1649] /Subtype /Link /A << /S /GoTo /D (table.2.6) >> >> endobj -381 0 obj << +383 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [86.8628 504.8616 335.2394 515.4439] /Subtype /Link /A << /S /GoTo /D (table.2.7) >> >> endobj -382 0 obj << +384 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [86.8628 486.9344 406.6109 497.5167] /Subtype /Link /A << /S /GoTo /D (table.2.8) >> >> endobj -383 0 obj << +385 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [86.8628 469.0072 319.7369 479.3832] /Subtype /Link /A << /S /GoTo /D (table.2.9) >> >> endobj -384 0 obj << +386 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [86.8628 451.0799 295.5011 461.6622] /Subtype /Link /A << /S /GoTo /D (table.2.10) >> >> endobj -385 0 obj << +387 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [86.8628 433.1527 301.3831 443.735] /Subtype /Link /A << /S /GoTo /D (table.2.11) >> >> endobj -386 0 obj << +388 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [86.8628 415.2255 371.7415 425.8077] /Subtype /Link /A << /S /GoTo /D (table.2.12) >> >> endobj -387 0 obj << +389 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [86.8628 397.2982 385.1908 407.8805] /Subtype /Link /A << /S /GoTo /D (table.2.13) >> >> endobj -388 0 obj << +390 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [86.8628 379.371 276.0623 389.747] /Subtype /Link /A << /S /GoTo /D (table.2.14) >> >> endobj -389 0 obj << +391 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [86.8628 361.4438 286.3466 371.8198] /Subtype /Link /A << /S /GoTo /D (table.2.15) >> >> endobj -390 0 obj << +392 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [86.8628 343.5165 356.705 353.8925] /Subtype /Link /A << /S /GoTo /D (table.2.16) >> >> endobj -391 0 obj << +393 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [86.8628 325.5893 370.1543 336.1716] /Subtype /Link /A << /S /GoTo /D (table.2.17) >> >> endobj -392 0 obj << +394 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [86.8628 299.5107 177.8368 308.0754] /Subtype /Link /A << /S /GoTo /D (table.3.1) >> >> endobj -393 0 obj << +395 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [86.8628 281.5834 345.4789 290.3545] /Subtype /Link /A << /S /GoTo /D (table.3.2) >> >> endobj -373 0 obj << -/D [371 0 R /XYZ 74.4095 793.4011 null] +375 0 obj << +/D [373 0 R /XYZ 74.4095 793.4011 null] >> endobj -374 0 obj << -/D [371 0 R /XYZ 74.4095 643.0739 null] +376 0 obj << +/D [373 0 R /XYZ 74.4095 643.0739 null] >> endobj -370 0 obj << +372 0 obj << /Font << /F26 206 0 R /F28 209 0 R /F61 259 0 R >> /ProcSet [ /PDF /Text ] >> endobj -415 0 obj << +417 0 obj << /Length 1758 /Filter /FlateDecode >> @@ -1444,35 +1458,35 @@ D|R]7yЎŋ"J,Z4,v2YZ)+EJyC".Ce /2|ʾGbڠ%"6c]+B?'5y{ K4<9s2GNBr{,KqY3R 3_kܸiʵ\yO`6zKiW QبנS2<'G3s96lΕcM|mekYsi,NC{jTI>H;Wqn5chk/}o이 endobj -414 0 obj << +416 0 obj << /Type /Page -/Contents 415 0 R -/Resources 413 0 R +/Contents 417 0 R +/Resources 415 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 357 0 R -/Annots [ 417 0 R ] +/Parent 358 0 R +/Annots [ 419 0 R ] >> endobj -417 0 obj << +419 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [75.9058 417.1708 102.2418 425.7356] /Subtype /Link /A << /S /GoTo /D (cite.Tanenbaum) >> >> endobj -416 0 obj << -/D [414 0 R /XYZ 74.4095 793.4011 null] +418 0 obj << +/D [416 0 R /XYZ 74.4095 793.4011 null] >> endobj 6 0 obj << -/D [414 0 R /XYZ 74.4095 771.7323 null] +/D [416 0 R /XYZ 74.4095 771.7323 null] >> endobj 10 0 obj << -/D [414 0 R /XYZ 74.4095 570.9064 null] +/D [416 0 R /XYZ 74.4095 570.9064 null] >> endobj -413 0 obj << +415 0 obj << /Font << /F26 206 0 R /F28 209 0 R /F61 259 0 R >> /ProcSet [ /PDF /Text ] >> endobj -423 0 obj << +425 0 obj << /Length 1854 /Filter /FlateDecode >> @@ -1485,30 +1499,30 @@ cu>Nfk yK0<]6|z<s0c 17݇#rX$v; {*06UMvG}0=ϧz琹ӿuJh3)C@j RӔg:pKr+ʌW={&_ٽ#}1mGD9$= 0:T9s_S/lkYVim*+(3ZZp7M@4Io)4k蒾2B[Ǯ1b9k
%zdC1D6bOS&6βRQ
Ky ?lnf2Uu < endobj -422 0 obj << +424 0 obj << /Type /Page -/Contents 423 0 R -/Resources 421 0 R +/Contents 425 0 R +/Resources 423 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 357 0 R -/Annots [ 426 0 R ] +/Parent 358 0 R +/Annots [ 428 0 R ] >> endobj -419 0 obj << +421 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (/usr/home/buetow/svn/vs/trunk/LaTeX/images/client-server.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 429 0 R +/PTEX.InfoDict 431 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 382.00000000 112.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 430 0 R ->>/Font << /R8 431 0 R >> +/R7 432 0 R +>>/Font << /R8 433 0 R >> >> -/Length 432 0 R +/Length 434 0 R /Filter /FlateDecode >> stream @@ -1516,60 +1530,60 @@ xTn0+xl{p%RE[$F/A,E"N~Ejx0"g槮Ӣ>yTFc5P (C!R;}tI6<o}/[˿w?K\2x
, endobj -429 0 obj +431 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080809115815Z00'00') -/ModDate (D:20080809115815Z00'00') +/CreationDate (D:20080809181324Z00'00') +/ModDate (D:20080809181324Z00'00') >> endobj -430 0 obj +432 0 obj << /Type /ExtGState /OPM 1 >> endobj -431 0 obj +433 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -432 0 obj +434 0 obj 452 endobj -426 0 obj << +428 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [439.9225 458.2842 454.378 468.8664] /Subtype /Link /A << /S /GoTo /D (figure.1.1) >> >> endobj -424 0 obj << -/D [422 0 R /XYZ 74.4095 793.4011 null] +426 0 obj << +/D [424 0 R /XYZ 74.4095 793.4011 null] >> endobj 14 0 obj << -/D [422 0 R /XYZ 74.4095 771.7323 null] +/D [424 0 R /XYZ 74.4095 771.7323 null] >> endobj -425 0 obj << -/D [422 0 R /XYZ 74.4095 659.2541 null] +427 0 obj << +/D [424 0 R /XYZ 74.4095 659.2541 null] >> endobj 314 0 obj << -/D [422 0 R /XYZ 288.3666 523.6815 null] +/D [424 0 R /XYZ 288.3666 523.6815 null] >> endobj -427 0 obj << -/D [422 0 R /XYZ 74.4095 396.6881 null] +429 0 obj << +/D [424 0 R /XYZ 74.4095 396.6881 null] >> endobj -428 0 obj << -/D [422 0 R /XYZ 74.4095 235.3536 null] +430 0 obj << +/D [424 0 R /XYZ 74.4095 235.3536 null] >> endobj -421 0 obj << +423 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im2 419 0 R >> +/XObject << /Im2 421 0 R >> /ProcSet [ /PDF /Text ] >> endobj -435 0 obj << +437 0 obj << /Length 1352 /Filter /FlateDecode >> @@ -1583,29 +1597,29 @@ UԂWM鎞xT5bOOPCRraLsu:KȠ§Jpto #c-ݻЩ ҂φ0ΗX;$q!Lq˝2:϶:*se)])ZLAқLPR$}ɒ')@7Xo{I<gpN6DϾf8ow믃~lhY2 3YdTz0O>%/ Ova &/3kl ,M F[~7)_3ㅏR2v'Jg}#)aendstream endobj -434 0 obj << +436 0 obj << /Type /Page -/Contents 435 0 R -/Resources 433 0 R +/Contents 437 0 R +/Resources 435 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 357 0 R +/Parent 358 0 R >> endobj -420 0 obj << +422 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (/usr/home/buetow/svn/vs/trunk/LaTeX/images/client-server-protokolle.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 438 0 R +/PTEX.InfoDict 440 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 376.00000000 320.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 439 0 R ->>/Font << /R8 440 0 R >> +/R7 441 0 R +>>/Font << /R8 442 0 R >> >> -/Length 441 0 R +/Length 443 0 R /Filter /FlateDecode >> stream @@ -1615,44 +1629,44 @@ xMo0<;l"îkP6AbGJGb:,P/E
'+Oz?}
l YLa- 7pD7[: B|jZ%Tp'endstream endobj -438 0 obj +440 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080809115815Z00'00') -/ModDate (D:20080809115815Z00'00') +/CreationDate (D:20080809181324Z00'00') +/ModDate (D:20080809181324Z00'00') >> endobj -439 0 obj +441 0 obj << /Type /ExtGState /OPM 1 >> endobj -440 0 obj +442 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -441 0 obj +443 0 obj 499 endobj -436 0 obj << -/D [434 0 R /XYZ 74.4095 793.4011 null] +438 0 obj << +/D [436 0 R /XYZ 74.4095 793.4011 null] >> endobj -437 0 obj << -/D [434 0 R /XYZ 74.4095 750.3359 null] +439 0 obj << +/D [436 0 R /XYZ 74.4095 750.3359 null] >> endobj 315 0 obj << -/D [434 0 R /XYZ 281.7271 358.4221 null] +/D [436 0 R /XYZ 281.7271 358.4221 null] >> endobj -433 0 obj << +435 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im3 420 0 R >> +/XObject << /Im3 422 0 R >> /ProcSet [ /PDF /Text ] >> endobj -444 0 obj << +446 0 obj << /Length 1762 /Filter /FlateDecode >> @@ -1664,35 +1678,35 @@ xڍn8ޯQbV$%J:&tw[`hrdY˴GwCɒ%7Eh839//B$bQŋ$ CG1zPI.A 0 endobj -443 0 obj << +445 0 obj << /Type /Page -/Contents 444 0 R -/Resources 442 0 R +/Contents 446 0 R +/Resources 444 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 357 0 R -/Annots [ 448 0 R ] +/Parent 358 0 R +/Annots [ 450 0 R ] >> endobj -448 0 obj << +450 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [126.1829 465.5316 140.6385 476.1138] /Subtype /Link /A << /S /GoTo /D (figure.1.2) >> >> endobj -445 0 obj << -/D [443 0 R /XYZ 74.4095 793.4011 null] +447 0 obj << +/D [445 0 R /XYZ 74.4095 793.4011 null] >> endobj -446 0 obj << -/D [443 0 R /XYZ 74.4095 750.7482 null] +448 0 obj << +/D [445 0 R /XYZ 74.4095 750.7482 null] >> endobj -447 0 obj << -/D [443 0 R /XYZ 74.4095 608.3473 null] +449 0 obj << +/D [445 0 R /XYZ 74.4095 608.3473 null] >> endobj -442 0 obj << +444 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -452 0 obj << +454 0 obj << /Length 1160 /Filter /FlateDecode >> @@ -1702,15 +1716,15 @@ xڭWKs6WH͔0ޏⱝI:m%ʁ6!)E9"Uw iJ鴣 l0.JRCvF';%ZhS.ʳµRX+ﱬ}+J"+2pamlhUOH~ kZ((i;GK9e/)-!I!3NlA%0F>*7*!LM|jSv[y r.`+tNq k9Wiy,!88bPq."C_x=(.@>~*<30l7T[%=eghFVCcgzCuIHLiXU|YC.S#K+i;?U&o} D7悝˅pPM.z72AnD)1pujR._k~ǃP+&
O97+T!6y<$u"omY崀tSF`OkDwrL}W]>H?٢1|EP<m`'|#jRUq oF=t|O,:`3P9F0=I$ :t-/b|.r _Mq'X45_wP0,#qqa$rڿ/_/N;6?6_[J0<sJ/1x@ks^6qUqx?Cendstream endobj -451 0 obj << +453 0 obj << /Type /Page -/Contents 452 0 R -/Resources 450 0 R +/Contents 454 0 R +/Resources 452 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 457 0 R -/Annots [ 454 0 R 455 0 R 456 0 R ] +/Parent 459 0 R +/Annots [ 456 0 R 457 0 R 458 0 R ] >> endobj -449 0 obj << +451 0 obj << /Type /XObject /Subtype /Image /Width 1024 @@ -1732,45 +1746,45 @@ pz폎6?
t?y#rϲP{@Z PZ8 endobj -454 0 obj << +456 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [73.4132 189.397 87.8688 199.9793] /Subtype /Link /A << /S /GoTo /D (figure.2.1) >> >> endobj -455 0 obj << +457 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [389.0928 189.397 403.5483 199.9793] /Subtype /Link /A << /S /GoTo /D (figure.2.2) >> >> endobj -456 0 obj << +458 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [300.1067 135.6153 314.5622 146.1976] /Subtype /Link /A << /S /GoTo /D (figure.2.3) >> >> endobj -453 0 obj << -/D [451 0 R /XYZ 74.4095 793.4011 null] +455 0 obj << +/D [453 0 R /XYZ 74.4095 793.4011 null] >> endobj 18 0 obj << -/D [451 0 R /XYZ 74.4095 771.7323 null] +/D [453 0 R /XYZ 74.4095 771.7323 null] >> endobj 22 0 obj << -/D [451 0 R /XYZ 74.4095 581.9662 null] +/D [453 0 R /XYZ 74.4095 581.9662 null] >> endobj 316 0 obj << -/D [451 0 R /XYZ 250.8743 253.9309 null] +/D [453 0 R /XYZ 250.8743 253.9309 null] >> endobj -450 0 obj << +452 0 obj << /Font << /F26 206 0 R /F28 209 0 R /F61 259 0 R >> -/XObject << /Im4 449 0 R >> +/XObject << /Im4 451 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -463 0 obj << +465 0 obj << /Length 1704 /Filter /FlateDecode >> @@ -1783,15 +1797,15 @@ gGK_7p 6"T(PMoWȂw1}
0b[wZ*4J<A 6d p1nD*},f#վCJw]Xl-hpvG =wa7n2zc6h٘"OiĬ{v\WWO[lp:
i{Lxܘl|NTtloG2qcCK$?~i2Cf㮣K>%<!E:g=ݴMOd&?17bkjO
cFaxxg/B+wxBY\9xKo] &<o~uYL9i&~Z4V)B$zADendstream endobj -462 0 obj << +464 0 obj << /Type /Page -/Contents 463 0 R -/Resources 461 0 R +/Contents 465 0 R +/Resources 463 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 457 0 R -/Annots [ 466 0 R 468 0 R ] +/Parent 459 0 R +/Annots [ 468 0 R 470 0 R ] >> endobj -458 0 obj << +460 0 obj << /Type /XObject /Subtype /Image /Width 234 @@ -1830,38 +1844,38 @@ ze+*zq& 3~qsPV"v|r9ʠus1W>M/..N]"nN# TzZz`QE^^^RRRH/EzI/EzWl֬Y˗/WFF:wqyK'snڰaٳ.]*_5bwhhhh͚5p7nT
sNl߮oِ)jطo [۷ ;;;Uz"ndAhY\Ct-7T Ezvޝ"竮fm2.+Hw"_.Qk3Cd+K~@P
>OsL':TYT EzĽxXBW.QYf:ٗ.]Zds=W]]t%(K^K^K^"
/LLL*Dz)KQH/Ez)R(K^"Ez)KQH/E^R(K^K^"Ez)KQH/E^R(K^"5}#endstream endobj -466 0 obj << +468 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [183.9175 721.5786 198.3731 732.1608] /Subtype /Link /A << /S /GoTo /D (figure.2.2) >> >> endobj -468 0 obj << +470 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [323.2532 153.5425 337.7088 164.1248] /Subtype /Link /A << /S /GoTo /D (figure.2.4) >> >> endobj -464 0 obj << -/D [462 0 R /XYZ 74.4095 793.4011 null] +466 0 obj << +/D [464 0 R /XYZ 74.4095 793.4011 null] >> endobj -465 0 obj << -/D [462 0 R /XYZ 74.4095 752.2837 null] +467 0 obj << +/D [464 0 R /XYZ 74.4095 752.2837 null] >> endobj 317 0 obj << -/D [462 0 R /XYZ 305.5773 401.9113 null] +/D [464 0 R /XYZ 305.5773 401.9113 null] >> endobj -467 0 obj << -/D [462 0 R /XYZ 74.4095 184.2476 null] +469 0 obj << +/D [464 0 R /XYZ 74.4095 184.2476 null] >> endobj -461 0 obj << +463 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im5 458 0 R >> +/XObject << /Im5 460 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -471 0 obj << +473 0 obj << /Length 1085 /Filter /FlateDecode >> @@ -1871,14 +1885,14 @@ xڭWn6}WQ*}jSh:/#DgliRX4C(K{eQJ-h 6&\$ΒfiG3&0&=gyXݜ?o]m|_Тxى@o1kډJZLҁ&xO^U:Fv,.HzuYdP[(09]{@ )eM2vӈ{eZ,H[dλ,ݧa4-Ц`۩Pja_Ӕn$ \:muf[䭍w764'n=7k'{ %F1&bA5
fip>8+jFUf-&ԭd\K@]em ?koLAYfs^3 =]R?S*Dm͒p5Sdm%UJe
jan
X
6Ce
qS _i!YNw19-pE3#7O~yS8QQl۴|B١&CI.ʅ/lnW QWA(?<1pDQ-g!7cI|5;xX\&qZ]kŬmN 9=gMzk8=5րt71 KQq=2si!ܖaR3_ endobj -470 0 obj << +472 0 obj << /Type /Page -/Contents 471 0 R -/Resources 469 0 R +/Contents 473 0 R +/Resources 471 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 457 0 R +/Parent 459 0 R >> endobj -459 0 obj << +461 0 obj << /Type /XObject /Subtype /Image /Width 1024 @@ -1950,7 +1964,7 @@ Oo9/s\2~pkJ(%[۷ʒ%KG?q<L no?~|РAeرc<o q^/jY skg-vfz=Eu^||ڿ]1r'o/43-NS%$ endobj -460 0 obj << +462 0 obj << /Type /XObject /Subtype /Image /Width 180 @@ -1978,21 +1992,21 @@ SȈoD\`tZǓ!:#tcoheX+X ٘Zl7Z%lL-6Z!7,7>L")dcjb,>߰ߞ{و|t9T,t)T(«8 endobj -472 0 obj << -/D [470 0 R /XYZ 74.4095 793.4011 null] +474 0 obj << +/D [472 0 R /XYZ 74.4095 793.4011 null] >> endobj 318 0 obj << -/D [470 0 R /XYZ 286.4299 503.2659 null] +/D [472 0 R /XYZ 286.4299 503.2659 null] >> endobj 319 0 obj << -/D [470 0 R /XYZ 266.1839 382.6614 null] +/D [472 0 R /XYZ 266.1839 382.6614 null] >> endobj -469 0 obj << +471 0 obj << /Font << /F61 259 0 R /F28 209 0 R /F35 221 0 R >> -/XObject << /Im6 459 0 R /Im7 460 0 R >> +/XObject << /Im6 461 0 R /Im7 462 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -477 0 obj << +479 0 obj << /Length 1296 /Filter /FlateDecode >> @@ -2006,15 +2020,15 @@ xڭWYoF~ׯ#9p[$m$6z$%h2,wIQ
XٹwI0Dqı2B' jq\ԯMz1EF T Ra:*@UrD|S
`7:ur5HX WbLנNX|,[m&qi`9WɈ{U>aV?R~0"ς endobj -476 0 obj << +478 0 obj << /Type /Page -/Contents 477 0 R -/Resources 475 0 R +/Contents 479 0 R +/Resources 477 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 457 0 R -/Annots [ 480 0 R ] +/Parent 459 0 R +/Annots [ 482 0 R ] >> endobj -473 0 obj << +475 0 obj << /Type /XObject /Subtype /Image /Width 586 @@ -2029,7 +2043,7 @@ xvQQt՝ɢA(`tϺ?;d>YzϚ29k33Yܴ9^C_+nZ 7-XW [r7g7U~Zz?ކ[1gbǗsI9ۮ㥧
'&7Wjo_E3/jcOL˺=.cuQ1]uUKc-usg1uzJݦY,Ց;[aaX,uV7bX,usX,n,R7ucX,bMX,nVbXfX,bMX,nbX,u,R7;bMX,nbX,uS7bdX,YMbbXn,RFu[c5Y,5Mݾ8;b-n"n`{M[bX6Jݎ_гsX,KݞvVyn,Śn{QRv"aX,u˯kbXm=
vb[BQDnbX]Vyn,Śnů\X,kvcX,(uܼqncLsncM1ƨ1ӷnߞ{&1Ƙ.uLX,kXNX,nVbXfX,KX,nbX,uS7bdX,YMbbXn,R7ucX,bjX,KR7ucX,bMX,nVbXf5Y,n,R7ucX,bMX,nVbXfX,bMX,nbX,u,R7;bMX,nbX,uS7bdX,YMbbXn,R7ucX,bjX,KR7ucX,bMX,nVbXfX,KX,nbX,uS7bdX,YMbbXn,R7ucX,bjX,KR7ucX,bMX,nVbXf5Y,n,R7ucX,bMX,nVbXfX,bMX,nbX,u,R7;bMX,nbX,uS7bdX,YMbbXn,R7ucX,bjX,KR7ucX,bMX,nVbXfX,KX,nbX,uS7bdX,YMbbXn,R7ucX,bjX,KR7ucX,bMX,nVbXf5Y,n,R7ucX,bMX,nVbXfX,bMX,nbX,u,R7;bMX,nbX,uS7bdX,YMbbXn,R7ucX,bjX,KR7ucX,bMX,nVbXfX,KX,nbX,uS7bdX,YMbbXn,R7ucX,bjX,KR7ucX,bMX,nVbXf5Y,n,R7ucX,ݯbXiյ9,nu[vqkwRQv҅bXkcucX,|u[bX,U3qvb[~>^S7b=ngnsX,KJZ)~fݬ&b2V|\X,k](X,˵dX,VӺU~vncLs,mf1u1Ƙm#3u3m{&1Ƙ.uLX,kXNX,nVbXfX,KX,nbX,uS7bdX,YMbbXn,R7ucX,bjX,KR7ucX,bMX,nVbXf5Y,n,R7ucX,bMX,nVbXfX,bMX,nbX,u,R7;bMX,nbX,uS7bdX,YMbbXn,R7ucX,bjX,KR7ucX,bMX,nVbXfX,KX,nbX,uS7bdX,YMbbXn,R7ucX,bjX,KR7ucX,bMX,nVbXf5Y,n,R7ucX,bMX,nVbXfX,bMX,nbX,u,R7;bMX,nbX,uS7bdX,YMbbXn,R7ucX,bjX,KR7ucX,bMX,nVbXfX,KX,nbX,uS7bdX,YMbbXn,R7ucX,bjX,KR7ucX,bMX,nVbXf5Y,n,R7ucX,bMX,nVbXfX,bMX,nbX,u,R7;bMX,nbX,uS7bdX,YMbbXn,R7ucX,bjX,KR7ucX,bMX,nVbXfX,KX,nbX,uS7bdX,YMbbXn,R7ucX,bjX,KR7ucX,bMX,nVbXf5Y,n,R7ucX,ݯbXiյ9,nu[vqkwRQv҅bXkcucX,|u[bX,U3qvb[~>^S7b=ngnsX,KJZ)~fݬ&b2V|\X,k](X,u$b[Glww1Ƙ&sU7c1#mwW1ncLhݾҩ1Ƙ~uk6LX,k|NX,nVbXfX,KX,nbX,uS7bdX,YMbbXn,R7ucX,bjX,KRc5Y,5ᵛ1c1c1c1c1yg&뵙onqZL }I^9g/b[RgzK.in=3"Ǹwiøik_tZzk9{ř;[=ҧ|C;q(Uoq'GkrdBu{\d1NV3Xfpw#uBImOu蓄4J1tqUI\=0got9MO&#GĞx\瓫&}M;1?&(X}a___ˡ{֊;\݊X\ӌeB~|*y컑J{ӫnF:v[-rtUߞ<nvq%V> 3<ms֫k9h|97<ԟ:^z +|riiirh1'g\Vendstream endobj -474 0 obj << +476 0 obj << /Type /XObject /Subtype /Image /Width 310 @@ -2049,31 +2063,31 @@ B{oucC.<Q>qf32Ls"*ܺF!:mgօ6m6ig(ΉPIo M>7pm-!tۖQr06RUpuMΉ!r:9s"oh'tZ0P""Bvjx:KP^xi^ʋ/KP^xi^*P^xi^ʋ/PW/KP^x!/ x/@ oendstream endobj -480 0 obj << +482 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [151.9713 397.9679 166.4269 408.5502] /Subtype /Link /A << /S /GoTo /D (figure.2.5) >> >> endobj -478 0 obj << -/D [476 0 R /XYZ 74.4095 793.4011 null] +480 0 obj << +/D [478 0 R /XYZ 74.4095 793.4011 null] >> endobj -479 0 obj << -/D [476 0 R /XYZ 74.4095 750.7482 null] +481 0 obj << +/D [478 0 R /XYZ 74.4095 750.7482 null] >> endobj 320 0 obj << -/D [476 0 R /XYZ 221.8999 480.5224 null] +/D [478 0 R /XYZ 221.8999 480.5224 null] >> endobj 321 0 obj << -/D [476 0 R /XYZ 255.9892 182.3152 null] +/D [478 0 R /XYZ 255.9892 182.3152 null] >> endobj -475 0 obj << +477 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im8 473 0 R /Im9 474 0 R >> +/XObject << /Im8 475 0 R /Im9 476 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -483 0 obj << +485 0 obj << /Length 2254 /Filter /FlateDecode >> @@ -2084,42 +2098,42 @@ xڭYYoF~Уz& fHjS)jb~d/V`ܮN-(cDI3H2 c<mwԦg"AAC._@s|zQ*8IYAk2aŹw9Rm6P@Qg;$Z(=a0܍++DP 2PuG*;j;6HqiL
J.Y;7e¶gJ96qZO$dx6 A_K]<,t__ks<3gЛ)L6˦쟐/_*Wendstream endobj -482 0 obj << +484 0 obj << /Type /Page -/Contents 483 0 R -/Resources 481 0 R +/Contents 485 0 R +/Resources 483 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 457 0 R -/Annots [ 485 0 R 487 0 R ] +/Parent 459 0 R +/Annots [ 487 0 R 489 0 R ] >> endobj -485 0 obj << +487 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [337.1593 481.275 351.6149 491.8573] /Subtype /Link /A << /S /GoTo /D (figure.2.6) >> >> endobj -487 0 obj << +489 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [321.3617 311.8411 335.8173 322.4233] /Subtype /Link /A << /S /GoTo /D (table.2.1) >> >> endobj -484 0 obj << -/D [482 0 R /XYZ 74.4095 793.4011 null] +486 0 obj << +/D [484 0 R /XYZ 74.4095 793.4011 null] >> endobj -394 0 obj << -/D [482 0 R /XYZ 208.6475 629.4466 null] +396 0 obj << +/D [484 0 R /XYZ 208.6475 629.4466 null] >> endobj -486 0 obj << -/D [482 0 R /XYZ 74.4095 355.9148 null] +488 0 obj << +/D [484 0 R /XYZ 74.4095 355.9148 null] >> endobj -481 0 obj << +483 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -492 0 obj << +494 0 obj << /Length 1303 /Filter /FlateDecode >> @@ -2132,15 +2146,15 @@ OU'v{_FN> fyZxC8dɹmM۫?cXU+p11[u,D e:8"Źi.dff!p
Xt!빞e*-dɺu d33y&L6(Ø||I^ؘ0DQn8c`)ƶaK p4Z1iՑ{E#l=j/g'{i-<8zNL 2PB<n<S20S
"1t̜~Bŗendstream endobj -491 0 obj << +493 0 obj << /Type /Page -/Contents 492 0 R -/Resources 490 0 R +/Contents 494 0 R +/Resources 492 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 457 0 R -/Annots [ 495 0 R ] +/Parent 459 0 R +/Annots [ 497 0 R ] >> endobj -488 0 obj << +490 0 obj << /Type /XObject /Subtype /Image /Width 318 @@ -2160,7 +2174,7 @@ x݊VK9Nr4 BbHb3Mqm &Tz^>JRUZuy' sq2s2Ud0'3_y%S8|Rʱ lL2U*v-ol+b~qendstream endobj -489 0 obj << +491 0 obj << /Type /XObject /Subtype /Image /Width 318 @@ -2183,31 +2197,31 @@ ArB.䢱|=cxܪ!r1N{-Zᄎ6;ۏƻ={#x aT7*r~ȍNKv-\U4^mdwEkQ+^Jrز~hZnoƖ>yk0sKgo\P_r~`E/_~`E/?zi0"ԗd00Aw
5Zյ%uZ;kkK,\ זX+-Su!w%rm22UrW"זX+-Su!w%rm 2UrW"ז䫫_HՅܕܶϒZGluCz썚\˿ܬD^ZϛQ~K\+XFsv)SՌ-{y/a.0AqMYa}ێ-ATylsTn"pqMYy}[ύvN!w6D*/۰ov9AMYfs3 -{ e/Yq~e[.Լ"3ڒZiK,|U_r~ojaee\-Z1kpf{/k
R.L0䶽Vf#ڌO^V\_neEſnq+C.ڌ%neECrIW"oV=gD|c[endstream endobj -495 0 obj << +497 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [419.3512 493.1175 433.8068 503.6997] /Subtype /Link /A << /S /GoTo /D (figure.2.7) >> >> endobj -493 0 obj << -/D [491 0 R /XYZ 74.4095 793.4011 null] +495 0 obj << +/D [493 0 R /XYZ 74.4095 793.4011 null] >> endobj -494 0 obj << -/D [491 0 R /XYZ 74.4095 752.6311 null] +496 0 obj << +/D [493 0 R /XYZ 74.4095 752.6311 null] >> endobj 322 0 obj << -/D [491 0 R /XYZ 254.5056 542.162 null] +/D [493 0 R /XYZ 254.5056 542.162 null] >> endobj 323 0 obj << -/D [491 0 R /XYZ 224.2713 182.8845 null] +/D [493 0 R /XYZ 224.2713 182.8845 null] >> endobj -490 0 obj << +492 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im10 488 0 R /Im11 489 0 R >> +/XObject << /Im10 490 0 R /Im11 491 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -500 0 obj << +502 0 obj << /Length 1764 /Filter /FlateDecode >> @@ -2222,15 +2236,15 @@ hB#bEa.j rHZH"Xc 7իe#hߎy@#I8HfÄܖ:AtE<iY}Ӎ4}[A{}<e~}!i KU`k
0u~gyk m{OuI4u8PteFr} .X\Sk<2E Fop酓ї,gm:V~f`@k endobj -499 0 obj << +501 0 obj << /Type /Page -/Contents 500 0 R -/Resources 498 0 R +/Contents 502 0 R +/Resources 500 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 505 0 R -/Annots [ 502 0 R 503 0 R 504 0 R ] +/Parent 507 0 R +/Annots [ 504 0 R 505 0 R 506 0 R ] >> endobj -496 0 obj << +498 0 obj << /Type /XObject /Subtype /Image /Width 318 @@ -2258,39 +2272,39 @@ Of"WRE+<nzM0"sqk{یT־Jr٢kFms*(9zl]F|O g}(mvy^[/F !Օ\ VZ?endstream endobj -502 0 obj << +504 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [165.0658 756.7859 179.5214 767.3682] /Subtype /Link /A << /S /GoTo /D (figure.2.6) >> >> endobj -503 0 obj << +505 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [225.5754 738.8587 240.0309 749.441] /Subtype /Link /A << /S /GoTo /D (figure.2.9) >> >> endobj -504 0 obj << +506 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [335.0373 720.9315 349.4929 733.0693] /Subtype /Link /A << /S /GoTo /D (figure.2.8) >> >> endobj -501 0 obj << -/D [499 0 R /XYZ 74.4095 793.4011 null] +503 0 obj << +/D [501 0 R /XYZ 74.4095 793.4011 null] >> endobj 324 0 obj << -/D [499 0 R /XYZ 264.6686 374.7253 null] +/D [501 0 R /XYZ 264.6686 374.7253 null] >> endobj -498 0 obj << +500 0 obj << /Font << /F61 259 0 R /F28 209 0 R >> -/XObject << /Im12 496 0 R >> +/XObject << /Im12 498 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -509 0 obj << +511 0 obj << /Length 2365 /Filter /FlateDecode >> @@ -2307,15 +2321,15 @@ R#;E6a@ z lmA*xz7X,aqVU{FƑ#1zלV6;,q6.iC']Q?.%i1f%dP#8*ݩ$qyCn@VkO]C,]k |: {h\i4-qCJXQ nc[3k;CYXvSK3[lS3/GpUUD:y:+gΜ.h@%QP>QkaqΓ1:%&]χ܂lFO!L"#5k3T1`d]1z
E%Լv}uzU`ִ,xbI:~N'EKƷc0!ZmCw_e1ji}NXv塿ߝ5͕B+zK_I}NJu~Ƕ endobj -508 0 obj << +510 0 obj << /Type /Page -/Contents 509 0 R -/Resources 507 0 R +/Contents 511 0 R +/Resources 509 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 505 0 R -/Annots [ 512 0 R 513 0 R 514 0 R ] +/Parent 507 0 R +/Annots [ 514 0 R 515 0 R 516 0 R ] >> endobj -497 0 obj << +499 0 obj << /Type /XObject /Subtype /Image /Width 576 @@ -2337,45 +2351,45 @@ IIFɝ"9{ 6?%O !v'(/ endobj -512 0 obj << +514 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [187.2684 594.8817 201.7239 605.464] /Subtype /Link /A << /S /GoTo /D (figure.2.3) >> >> endobj -513 0 obj << +515 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [144.4782 576.9545 163.919 587.5367] /Subtype /Link /A << /S /GoTo /D (figure.2.10) >> >> endobj -514 0 obj << +516 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [491.0001 171.4698 510.4409 182.052] /Subtype /Link /A << /S /GoTo /D (figure.2.11) >> >> endobj -510 0 obj << -/D [508 0 R /XYZ 74.4095 793.4011 null] +512 0 obj << +/D [510 0 R /XYZ 74.4095 793.4011 null] >> endobj -511 0 obj << -/D [508 0 R /XYZ 74.4095 750.7482 null] +513 0 obj << +/D [510 0 R /XYZ 74.4095 750.7482 null] >> endobj 325 0 obj << -/D [508 0 R /XYZ 298.4805 642.0881 null] +/D [510 0 R /XYZ 298.4805 642.0881 null] >> endobj 26 0 obj << -/D [508 0 R /XYZ 74.4095 332.4608 null] +/D [510 0 R /XYZ 74.4095 332.4608 null] >> endobj -507 0 obj << +509 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im13 497 0 R >> +/XObject << /Im13 499 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -517 0 obj << +519 0 obj << /Length 1673 /Filter /FlateDecode >> @@ -2390,15 +2404,15 @@ xg\,FM$Q$Fʓ`JWQm˲J
N7W%}U;ETd35~
V[4Ud1Fq'. SbAdQmhs`Ǘ>P5K@aw>Gd؆LсȽ[#g4GEPeemJZ(M \7heN]_-EUh]$uI`<$Xg!&WDHAdeU5yNXoI@
":ǮWEAbbzc5ԋF˿Bat-&<5㶇XۗLvFU\TB@%-Zkۺ(LB@(KT-͞;!e1L{ 쀛~A<#4YgYZ!9^| ?lUQAf~KH?3q/xᮘ]PcxQLeD\V. &7.+:uM/WuMCGYG=pi:.rM7$0o`ۭ/UU酅[H; VX$Ȟ*A/xeH$\{]X SCF
T鈧!ӵxNƤN@t]
$>gtɑ1VAۚDOv5:S)P,g^Mx%,|La笱endstream endobj -516 0 obj << +518 0 obj << /Type /Page -/Contents 517 0 R -/Resources 515 0 R +/Contents 519 0 R +/Resources 517 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 505 0 R -/Annots [ 520 0 R ] +/Parent 507 0 R +/Annots [ 522 0 R ] >> endobj -506 0 obj << +508 0 obj << /Type /XObject /Subtype /Image /Width 1024 @@ -2456,31 +2470,31 @@ Krg/Mm6O~kF-FYږEaI<`ߢgWxk,5Vaw,][˪5" lU endobj -520 0 obj << +522 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [321.4034 417.8288 340.8443 428.4111] /Subtype /Link /A << /S /GoTo /D (figure.2.12) >> >> endobj -518 0 obj << -/D [516 0 R /XYZ 74.4095 793.4011 null] +520 0 obj << +/D [518 0 R /XYZ 74.4095 793.4011 null] >> endobj 326 0 obj << -/D [516 0 R /XYZ 265.0857 503.2659 null] ->> endobj -519 0 obj << -/D [516 0 R /XYZ 74.4095 447.2385 null] +/D [518 0 R /XYZ 265.0857 503.2659 null] >> endobj 521 0 obj << -/D [516 0 R /XYZ 74.4095 181.0693 null] +/D [518 0 R /XYZ 74.4095 447.2385 null] >> endobj -515 0 obj << +523 0 obj << +/D [518 0 R /XYZ 74.4095 181.0693 null] +>> endobj +517 0 obj << /Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R >> -/XObject << /Im14 506 0 R >> +/XObject << /Im14 508 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -525 0 obj << +527 0 obj << /Length 1708 /Filter /FlateDecode >> @@ -2492,14 +2506,14 @@ xڭXo6_GYR8u@d{hbd.2Zw#eٖx_<Dǃ,fqT$AVHp 2?r=`x+5, ZjiF2MonLXQ2J+88i*LX.3eIf/'ڐ-K4Xth`ƀd d~ K\S^˔[<x!C{ڛ3$ǷKt\:IAs7h_i
v{" O0r^c^nCMH\mBKUVþ;頔s5V3u`0h7{OT#o*x "__EVendstream endobj -524 0 obj << +526 0 obj << /Type /Page -/Contents 525 0 R -/Resources 523 0 R +/Contents 527 0 R +/Resources 525 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 505 0 R +/Parent 507 0 R >> endobj -522 0 obj << +524 0 obj << /Type /XObject /Subtype /Image /Width 318 @@ -2527,21 +2541,21 @@ r쵩rrөi\P."4 !\" !EA.Br\" !ȅ\ !!ErB 3S.JܿxkgqVs5TO-JKcU 'ޣׂű*\<(--U)BRԢ8V~rű*\O-JKcU#H%Qp_=<UǪ4H"2?2!4b2b<vxIQpߗendstream endobj -526 0 obj << -/D [524 0 R /XYZ 74.4095 793.4011 null] +528 0 obj << +/D [526 0 R /XYZ 74.4095 793.4011 null] >> endobj 327 0 obj << -/D [524 0 R /XYZ 269.0219 441.3597 null] +/D [526 0 R /XYZ 269.0219 441.3597 null] >> endobj -527 0 obj << -/D [524 0 R /XYZ 74.4095 312.4026 null] +529 0 obj << +/D [526 0 R /XYZ 74.4095 312.4026 null] >> endobj -523 0 obj << +525 0 obj << /Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R >> -/XObject << /Im15 522 0 R >> +/XObject << /Im15 524 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -530 0 obj << +532 0 obj << /Length 2206 /Filter /FlateDecode >> @@ -2558,30 +2572,30 @@ R?Mb=v@ys&OS#1ugi+ۤazo[?k3>X"Z'P{JtB͝Owh P2H|Ix,+':?ίXxLQjb~eS"32L"LmI=|U]lё}FUCy?j~˝!DCH$019̦XW7]+8_Ӎ% 6e4c="qhu&c"X\r/
\5_1CW,acĨc-oc? 4z,VB!Sǩwi _uU(?MF7}a=Oendstream endobj -529 0 obj << +531 0 obj << /Type /Page -/Contents 530 0 R -/Resources 528 0 R +/Contents 532 0 R +/Resources 530 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 505 0 R +/Parent 507 0 R >> endobj -531 0 obj << -/D [529 0 R /XYZ 74.4095 793.4011 null] +533 0 obj << +/D [531 0 R /XYZ 74.4095 793.4011 null] >> endobj 30 0 obj << -/D [529 0 R /XYZ 74.4095 704.5199 null] +/D [531 0 R /XYZ 74.4095 704.5199 null] >> endobj -532 0 obj << -/D [529 0 R /XYZ 74.4095 491.1097 null] +534 0 obj << +/D [531 0 R /XYZ 74.4095 491.1097 null] >> endobj -533 0 obj << -/D [529 0 R /XYZ 74.4095 270.8578 null] +535 0 obj << +/D [531 0 R /XYZ 74.4095 270.8578 null] >> endobj -528 0 obj << +530 0 obj << /Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R >> /ProcSet [ /PDF /Text ] >> endobj -536 0 obj << +538 0 obj << /Length 2156 /Filter /FlateDecode >> @@ -2594,27 +2608,27 @@ Qf-WhLzE3dP*H0fC܀e^^w>5[u;1C.H<"!W(IL%cF3 XotQFygvF,tP>s{*H(d3+u\A'IHV~s k^Вj]5g\P2'>m:
Sn>0 H=. WN|̍tLh!;u#WczCl"O< `"$EW/^kc뮦3<D곀:DO~t|`maF}:g[ycdNZ#4m X=n\49b endobj -535 0 obj << +537 0 obj << /Type /Page -/Contents 536 0 R -/Resources 534 0 R +/Contents 538 0 R +/Resources 536 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 505 0 R +/Parent 507 0 R >> endobj -537 0 obj << -/D [535 0 R /XYZ 74.4095 793.4011 null] +539 0 obj << +/D [537 0 R /XYZ 74.4095 793.4011 null] >> endobj -538 0 obj << -/D [535 0 R /XYZ 74.4095 493.8957 null] +540 0 obj << +/D [537 0 R /XYZ 74.4095 493.8957 null] >> endobj -539 0 obj << -/D [535 0 R /XYZ 74.4095 307.4495 null] +541 0 obj << +/D [537 0 R /XYZ 74.4095 307.4495 null] >> endobj -534 0 obj << +536 0 obj << /Font << /F61 259 0 R /F35 221 0 R /F28 209 0 R /F26 206 0 R >> /ProcSet [ /PDF /Text ] >> endobj -543 0 obj << +545 0 obj << /Length 2361 /Filter /FlateDecode >> @@ -2626,41 +2640,41 @@ U~%`faL5d7c[& <g|D&?@TB``cˉ.)^I-;䛆( [bwcH*UNP+ ]_T3-@ UL?'^Ƨ@囪+'xdVendstream endobj -542 0 obj << +544 0 obj << /Type /Page -/Contents 543 0 R -/Resources 541 0 R +/Contents 545 0 R +/Resources 543 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 547 0 R -/Annots [ 546 0 R ] +/Parent 549 0 R +/Annots [ 548 0 R ] >> endobj -546 0 obj << +548 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [125.6642 225.2515 140.1197 235.8337] /Subtype /Link /A << /S /GoTo /D (table.2.2) >> >> endobj -544 0 obj << -/D [542 0 R /XYZ 74.4095 793.4011 null] +546 0 obj << +/D [544 0 R /XYZ 74.4095 793.4011 null] >> endobj -395 0 obj << -/D [542 0 R /XYZ 228.2749 645.8849 null] +397 0 obj << +/D [544 0 R /XYZ 228.2749 645.8849 null] >> endobj -545 0 obj << -/D [542 0 R /XYZ 74.4095 585.7398 null] +547 0 obj << +/D [544 0 R /XYZ 74.4095 585.7398 null] >> endobj 34 0 obj << -/D [542 0 R /XYZ 74.4095 480.9258 null] +/D [544 0 R /XYZ 74.4095 480.9258 null] >> endobj 38 0 obj << -/D [542 0 R /XYZ 74.4095 320.5086 null] +/D [544 0 R /XYZ 74.4095 320.5086 null] >> endobj -541 0 obj << +543 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -551 0 obj << +553 0 obj << /Length 1678 /Filter /FlateDecode >> @@ -2674,15 +2688,15 @@ Tx 3( ;s
;st}ǽnls*lU V߷ endobj -550 0 obj << +552 0 obj << /Type /Page -/Contents 551 0 R -/Resources 549 0 R +/Contents 553 0 R +/Resources 551 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 547 0 R -/Annots [ 553 0 R ] +/Parent 549 0 R +/Annots [ 555 0 R ] >> endobj -540 0 obj << +542 0 obj << /Type /XObject /Subtype /Image /Width 400 @@ -2761,28 +2775,28 @@ g0NCC#{`t-.QF^
+^ݺs/8B[]V.%ȫaū >>+fe?.ɮ7 endobj -553 0 obj << +555 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [496.9433 365.4795 516.3841 376.0617] /Subtype /Link /A << /S /GoTo /D (figure.2.13) >> >> endobj -552 0 obj << -/D [550 0 R /XYZ 74.4095 793.4011 null] +554 0 obj << +/D [552 0 R /XYZ 74.4095 793.4011 null] >> endobj 328 0 obj << -/D [550 0 R /XYZ 241.4685 458.3832 null] +/D [552 0 R /XYZ 241.4685 458.3832 null] >> endobj 42 0 obj << -/D [550 0 R /XYZ 74.4095 420.171 null] +/D [552 0 R /XYZ 74.4095 420.171 null] >> endobj -549 0 obj << +551 0 obj << /Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R /F35 221 0 R >> -/XObject << /Im16 540 0 R >> +/XObject << /Im16 542 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -556 0 obj << +558 0 obj << /Length 1661 /Filter /FlateDecode >> @@ -2799,14 +2813,14 @@ p O{A<̄{5Ageۥp?J,iu)Ik/ߢ+tq!bsNN$4r:E< }y}mL r?oˬϻU$Jp:Nߖ^;Hqݴ7>w=8?%
"Yll@ Bxr$9?CԙAa/MY(YuZ^#imØQ3gZ-1%sCk'.,+,
O ai;L+bsA_tHI۾?ķWQHsP!endstream endobj -555 0 obj << +557 0 obj << /Type /Page -/Contents 556 0 R -/Resources 554 0 R +/Contents 558 0 R +/Resources 556 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 547 0 R +/Parent 549 0 R >> endobj -548 0 obj << +550 0 obj << /Type /XObject /Subtype /Image /Width 400 @@ -2922,18 +2936,18 @@ o]=^JVTT۷rWKJwTAC7W^S*xEԮtK5;phةVe ^!B^WW!W`tUC;^xsWڥ膮UJ#+-ϯ={رիWK5 ^dzUa3AX'X)WB^!B+W!ʬR1ñjO^-Sgbūs5$b[֡ŊWy/cuhWy/cuhտ}O^-Sgbūk_O^mO'gyW8o0up-gZIB6ͯc豦G}˿] Ct&O?c$]SgA,/}Wi~ޙւ\^~?8Q6Oګ_X8<"xe[nU:e:iAYzk˩znn٠~eϴ~$*.P|~/sΓIwڔlJT@[_yu鯖' ?.>+(?3Dɗ..恼|mڕ.**<~酑#Gr˭ͧ[U1Aet7(dPz2!*ߏgk<?ax;g8G!=Nߤy[`ohY8w) ٔL&7[=1yeνs/ѣ#]{_߱feݷ7Q+lJuuSkv%1C*/S:AyK˄g}cIi}ߜϒdlp}Û|DQl7$ހUa7k}]qx'w}=I,zId
IGWVxmȵ2G2e:5E Qi5n:fXiRe_|xUӫO~&=ߞ_
}6%!6\>1JhvbTVM6=_o*
2[ƭJVS7IZ&$z:33mÆv퓐~Mm(_|yG.¬.|[{Gd6vͭ;M5Wx#G6?D+K"z&UMn8zRo+/S]]=4BP2uٜ4ṣ̴2u?,ML{waSpP隐(ϰ$.y2b~WA Oqhՙ?w+~|C*dS2^5W*۷Òq?:~$z[ɶٴ͜%˟-VwuOñ_$.2zlIR*4_S}:<L{*S=\rW=N/e%T&$J:3;nۥ1%cMmh:ser+ɮKB({%]ehթ?O仧'& Ի)Л/98xIUwQG^O'ߵfNw{eUWFrTySg͡5d/6Lg{ʹtOEO>5xAޙ?$|*]%6;/ >:/'B&⎟[*~~N}hɶiK"elZxև{eCB{IZfzO][Zf8s^5^y/cuhZ:iK"elZxu'4%2up-V:xmo:f8[+^8y>$b[֡ŊWx#:gDAJB^!B+xD^!P<BȫB!P܄endstream endobj -557 0 obj << -/D [555 0 R /XYZ 74.4095 793.4011 null] +559 0 obj << +/D [557 0 R /XYZ 74.4095 793.4011 null] >> endobj 329 0 obj << -/D [555 0 R /XYZ 226.347 458.3832 null] +/D [557 0 R /XYZ 226.347 458.3832 null] >> endobj -554 0 obj << +556 0 obj << /Font << /F61 259 0 R /F28 209 0 R /F35 221 0 R /F26 206 0 R >> -/XObject << /Im17 548 0 R >> +/XObject << /Im17 550 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -560 0 obj << +562 0 obj << /Length 2472 /Filter /FlateDecode >> @@ -2945,24 +2959,24 @@ xڭY_o8O{sNv7wX\9`$jc3)vl<X)I_HX-p ZYaP( GT`*jHR.F`* endobj -559 0 obj << +561 0 obj << /Type /Page -/Contents 560 0 R -/Resources 558 0 R +/Contents 562 0 R +/Resources 560 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 547 0 R +/Parent 549 0 R >> endobj -561 0 obj << -/D [559 0 R /XYZ 74.4095 793.4011 null] +563 0 obj << +/D [561 0 R /XYZ 74.4095 793.4011 null] >> endobj 46 0 obj << -/D [559 0 R /XYZ 74.4095 240.9316 null] +/D [561 0 R /XYZ 74.4095 240.9316 null] >> endobj -558 0 obj << +560 0 obj << /Font << /F61 259 0 R /F28 209 0 R /F35 221 0 R /F26 206 0 R >> /ProcSet [ /PDF /Text ] >> endobj -564 0 obj << +566 0 obj << /Length 3000 /Filter /FlateDecode >> @@ -2977,21 +2991,21 @@ QR΄vNS<䴹2DIJN~:nö<)]Fip[6I)p LF_ZMh%e}d80mo:Yf8P P"*?V$Lendstream endobj -563 0 obj << +565 0 obj << /Type /Page -/Contents 564 0 R -/Resources 562 0 R +/Contents 566 0 R +/Resources 564 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 547 0 R +/Parent 549 0 R >> endobj -565 0 obj << -/D [563 0 R /XYZ 74.4095 793.4011 null] +567 0 obj << +/D [565 0 R /XYZ 74.4095 793.4011 null] >> endobj -562 0 obj << -/Font << /F61 259 0 R /F35 221 0 R /F26 206 0 R /F28 209 0 R /F66 568 0 R /F70 571 0 R /F62 574 0 R /F65 577 0 R >> +564 0 obj << +/Font << /F61 259 0 R /F35 221 0 R /F26 206 0 R /F28 209 0 R /F66 570 0 R /F70 573 0 R /F62 576 0 R /F65 579 0 R >> /ProcSet [ /PDF /Text ] >> endobj -580 0 obj << +582 0 obj << /Length 2773 /Filter /FlateDecode >> @@ -3010,42 +3024,42 @@ FRykTGp-]4۱2b"i ےDu$_R5P8X{̪nAa M|gO;wI]bvcEڔPX.6,<GD~tE}U]/L&qª]T(̊Ww4}&bƏ(ܹC74, ᪰T^helQ< 9<x84,ڃz_R@Ƌ4}uT#V/tٸkxwV0GG
]vGt566?Ev9dlO^g\ ߹֎H9܀F&_6'=S''Oai)-xwNқ TAAdȳd],3X!]g;"'sg # c8baiʿ\X+lCTFB$\p?t3aP1~
D}y&$& &kI6@FwHwKTɩDUu^!h'n59jG1]t*7Zrn|>egPw8ڜd7_lLJu}[W.h?]kN3I6oJts`0kj%\Μi(P\m@22F}cݿ?1E>}&AGo嫚nb>$QPtӚTm2;LqR_Wj%ߚapӫO/Fg(cuQ^&#)g=Z*ۛIVҌw$:KӱjTcȸ,brwnv@5V̄6;hÒrt]S}[<]] Wd_l]f
̩#.~y0Eݽ; endobj -579 0 obj << +581 0 obj << /Type /Page -/Contents 580 0 R -/Resources 578 0 R +/Contents 582 0 R +/Resources 580 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 547 0 R -/Annots [ 585 0 R 586 0 R ] +/Parent 549 0 R +/Annots [ 587 0 R 588 0 R ] >> endobj -585 0 obj << +587 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [305.3601 171.4698 324.8009 182.052] /Subtype /Link /A << /S /GoTo /D (figure.2.14) >> >> endobj -586 0 obj << +588 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [219.4036 153.5425 233.8592 164.1248] /Subtype /Link /A << /S /GoTo /D (table.2.3) >> >> endobj -581 0 obj << -/D [579 0 R /XYZ 74.4095 793.4011 null] +583 0 obj << +/D [581 0 R /XYZ 74.4095 793.4011 null] >> endobj -396 0 obj << -/D [579 0 R /XYZ 287.609 530.5247 null] +398 0 obj << +/D [581 0 R /XYZ 287.609 530.5247 null] >> endobj 50 0 obj << -/D [579 0 R /XYZ 74.4095 260.2966 null] +/D [581 0 R /XYZ 74.4095 260.2966 null] >> endobj -578 0 obj << -/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F72 584 0 R /F66 568 0 R /F35 221 0 R /F62 574 0 R /F70 571 0 R /F65 577 0 R >> +580 0 obj << +/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F72 586 0 R /F66 570 0 R /F35 221 0 R /F62 576 0 R /F70 573 0 R /F65 579 0 R >> /ProcSet [ /PDF /Text ] >> endobj -589 0 obj << +591 0 obj << /Length 1050 /Filter /FlateDecode >> @@ -3060,27 +3074,27 @@ wMcN_*\f"oEfg]B<9FTY)IS2aNM?K< 'sb<6f[ Kyq-T/]a 3Q endobj -588 0 obj << +590 0 obj << /Type /Page -/Contents 589 0 R -/Resources 587 0 R +/Contents 591 0 R +/Resources 589 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 591 0 R +/Parent 593 0 R >> endobj -590 0 obj << -/D [588 0 R /XYZ 74.4095 793.4011 null] +592 0 obj << +/D [590 0 R /XYZ 74.4095 793.4011 null] >> endobj 54 0 obj << -/D [588 0 R /XYZ 74.4095 771.7323 null] +/D [590 0 R /XYZ 74.4095 771.7323 null] >> endobj 58 0 obj << -/D [588 0 R /XYZ 74.4095 600.9345 null] +/D [590 0 R /XYZ 74.4095 600.9345 null] >> endobj -587 0 obj << +589 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -596 0 obj << +598 0 obj << /Length 1312 /Filter /FlateDecode >> @@ -3091,15 +3105,15 @@ rv!~ @^30R;,kVKqMP nQ>D?ʬendstream endobj -595 0 obj << +597 0 obj << /Type /Page -/Contents 596 0 R -/Resources 594 0 R +/Contents 598 0 R +/Resources 596 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 591 0 R -/Annots [ 598 0 R 599 0 R ] +/Parent 593 0 R +/Annots [ 600 0 R 601 0 R ] >> endobj -592 0 obj << +594 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -3175,7 +3189,7 @@ CСC˗/1cȵhѢ;wp``7nj-K*, R;ןuOys)Ǯ]d *544K/L+Jj!,)JVBrܳgϒ%KI`uժUǎ;~8|HWm Ka~G\}yW^K)%XPJ(lV~ʕ+<M,\oI`⋻wN>Pim endobj -593 0 obj << +595 0 obj << /Type /XObject /Subtype /Image /Width 586 @@ -3716,38 +3730,38 @@ YdènUM-0KPa癰!WX VR`EN@8R****zeeeذ[@FEOt"'i<12BJ[qrdffUH"(EvIt;`iHt lS`-*//ONNF/M@nȆCdCqJKK
^@JeHWKNNעy endobj -598 0 obj << +600 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [232.8089 485.2654 252.2497 495.8476] /Subtype /Link /A << /S /GoTo /D (figure.2.15) >> >> endobj -599 0 obj << +601 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [73.4132 413.5564 87.8688 424.1387] /Subtype /Link /A << /S /GoTo /D (table.2.4) >> >> endobj -597 0 obj << -/D [595 0 R /XYZ 74.4095 793.4011 null] +599 0 obj << +/D [597 0 R /XYZ 74.4095 793.4011 null] >> endobj 62 0 obj << -/D [595 0 R /XYZ 74.4095 771.7323 null] +/D [597 0 R /XYZ 74.4095 771.7323 null] >> endobj 330 0 obj << -/D [595 0 R /XYZ 282.7178 535.1877 null] +/D [597 0 R /XYZ 282.7178 535.1877 null] >> endobj 331 0 obj << -/D [595 0 R /XYZ 266.4172 185.9366 null] +/D [597 0 R /XYZ 266.4172 185.9366 null] >> endobj -594 0 obj << +596 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im18 592 0 R /Im19 593 0 R >> +/XObject << /Im18 594 0 R /Im19 595 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -602 0 obj << +604 0 obj << /Length 2117 /Filter /FlateDecode >> @@ -3759,42 +3773,42 @@ n d<݉eNA3!A6 F,ы1bDďwe^q8KT8Jy_xL3ä DF=:f,G䌮>e\MSa 8M?|:yQaʰ3-]u94ə+*5]Yڙoi_PߺWt=%KK+UZrⵑbRۅQ Ϡ|k_%A endobj -601 0 obj << +603 0 obj << /Type /Page -/Contents 602 0 R -/Resources 600 0 R +/Contents 604 0 R +/Resources 602 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 591 0 R -/Annots [ 604 0 R 605 0 R ] +/Parent 593 0 R +/Annots [ 606 0 R 607 0 R ] >> endobj -604 0 obj << +606 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [224.0423 426.8697 238.4979 437.4519] /Subtype /Link /A << /S /GoTo /D (table.2.5) >> >> endobj -605 0 obj << +607 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [163.3983 373.088 182.8391 383.6702] /Subtype /Link /A << /S /GoTo /D (figure.2.16) >> >> endobj -603 0 obj << -/D [601 0 R /XYZ 74.4095 793.4011 null] +605 0 obj << +/D [603 0 R /XYZ 74.4095 793.4011 null] >> endobj -397 0 obj << -/D [601 0 R /XYZ 249.1572 703.8744 null] +399 0 obj << +/D [603 0 R /XYZ 249.1572 703.8744 null] >> endobj -398 0 obj << -/D [601 0 R /XYZ 232.8565 592.9685 null] +400 0 obj << +/D [603 0 R /XYZ 232.8565 592.9685 null] >> endobj -600 0 obj << +602 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -609 0 obj << +611 0 obj << /Length 1797 /Filter /FlateDecode >> @@ -3813,14 +3827,14 @@ xڽ[o6)heo!C}Plb˫%/>E/I2ut?D_(86"Q! u"_;wyU竺sf0啯9m F
x+V \G4+WYpl4E%LMo{r;!3y-ZU9%tQڦέ~ybApQl~PSwgoCtޝie@s2dfi
>Wl#ĴISv~ۚ\3p@P^Z͕]W]M~r6,(w
~>j(LvW htԷ. mr"6]ɢȫ|>؎uHOWv)9wpoˇ} h[tmz[CVgZjC(I^k%}ڗC1O0Zh endobj -608 0 obj << +610 0 obj << /Type /Page -/Contents 609 0 R -/Resources 607 0 R +/Contents 611 0 R +/Resources 609 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 591 0 R +/Parent 593 0 R >> endobj -606 0 obj << +608 0 obj << /Type /XObject /Subtype /Image /Width 621 @@ -4093,24 +4107,24 @@ I%8o5<$6<_0ߘfV6|"C@;B[e:ZRv9;p[Oŕ 痗3ꐓCr* iqA~LM/7npH&9T'O0#8T%'n̡)Lq4+hGGGFFƑ#G9$(s+;;Jj
Cii)szb=9T=7r1E(.Ξ=+m]]2:ePĞju[P)̡3s7o<z(Ņ͙62AVVF~*BSSSzz:s*/]d<4B:1`8|pqqFJJ OblqA̡FCENMMŘD9.̡R322*++9`02?njendstream endobj -610 0 obj << -/D [608 0 R /XYZ 74.4095 793.4011 null] +612 0 obj << +/D [610 0 R /XYZ 74.4095 793.4011 null] >> endobj -399 0 obj << -/D [608 0 R /XYZ 249.6817 544.9705 null] +401 0 obj << +/D [610 0 R /XYZ 249.6817 544.9705 null] >> endobj 66 0 obj << -/D [608 0 R /XYZ 74.4095 507.7865 null] +/D [610 0 R /XYZ 74.4095 507.7865 null] >> endobj 332 0 obj << -/D [608 0 R /XYZ 283.2423 270.3205 null] +/D [610 0 R /XYZ 283.2423 270.3205 null] >> endobj -607 0 obj << +609 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im20 606 0 R >> +/XObject << /Im20 608 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -613 0 obj << +615 0 obj << /Length 754 /Filter /FlateDecode >> @@ -4122,36 +4136,36 @@ S9rp)oOr28"k"Q):rFBLoL`8;p$ڲu5fB!`FP]NED f x+ЧK/ֿK&cgW{Ҙ#nBV^VdY@y.WTGw"p$7Ɣ^[Jd"yRiJU:/L_AM`GK&撞%@sPIP9A0:Sendstream endobj -612 0 obj << +614 0 obj << /Type /Page -/Contents 613 0 R -/Resources 611 0 R +/Contents 615 0 R +/Resources 613 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 591 0 R -/Annots [ 615 0 R 616 0 R ] +/Parent 593 0 R +/Annots [ 617 0 R 618 0 R ] >> endobj -615 0 obj << +617 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [499.9291 756.7859 519.3699 767.3682] /Subtype /Link /A << /S /GoTo /D (figure.2.17) >> >> endobj -616 0 obj << +618 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [305.6841 703.0042 320.1396 713.5865] /Subtype /Link /A << /S /GoTo /D (table.2.6) >> >> endobj -614 0 obj << -/D [612 0 R /XYZ 74.4095 793.4011 null] +616 0 obj << +/D [614 0 R /XYZ 74.4095 793.4011 null] >> endobj -611 0 obj << +613 0 obj << /Font << /F61 259 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -620 0 obj << +622 0 obj << /Length 2410 /Filter /FlateDecode >> @@ -4166,15 +4180,15 @@ xڵYKϯQ*`< Е#vR\eWbV֢Ik4H"53[~Pe*VXY ~ Ťѓ?I&H2$@،5D(MS+PY~wJ,Xt&F㟻7b^ۄ朱sXrm[z
㟺<GXU2(F>lpZtw}mr;
髮<OQL1^R0^i%J7nqX؍SqoEnB[oo=MK$dpg=F#IBw*s HW'6ԹlM& WUCsO=≢Z;w,Ɋ&RKendstream endobj -619 0 obj << +621 0 obj << /Type /Page -/Contents 620 0 R -/Resources 618 0 R +/Contents 622 0 R +/Resources 620 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 591 0 R -/Annots [ 622 0 R 623 0 R 624 0 R ] +/Parent 593 0 R +/Annots [ 624 0 R 625 0 R 626 0 R ] >> endobj -617 0 obj << +619 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -4233,42 +4247,42 @@ G/۷%lNp]~=7b}fۼypwyeˊ~L$냃 X`X+X`X`"`X`N`X`aaaaaaaaaX;o3g>~=3/ٳgv>|J/.5-:~M}"c&&&o߾zjiƍ=~__eI$wzOXnu_9OMlH;vLƴ|?z۹she{ŷz5=jݺu +ޡJ6Ȑ,d_27dk||OP~z0ızIJDS^bOr<'Y,IV^+R`8ZÚ|db+:JH՞(n.!O8yd|`u]|ϟoɤ7_ϟY &Ԕ?w}WN:Pqe㉦4d'),Ii
)u^9sF{СCCm۶IDT%&cFGGb]ʗL]MOXhP4(>r۷}` J|;E~vbYzɿAS^=aOri<N'EU0g%a֭-i%Q m^r`e,Dbɲ+>
6xm̟SKWOX*W?xwd\},{O4D7!;|Hݥ?uTek˖-Xj(r̢ܹSd#:oׯl|`=Ǐ>KF^}CtMp{Ų:xRJ^}ha^Rڵkٓ4XnzFV><'L>u]O}(/Y߿?۷%(ҍ===ɫMz{{ŲW,g>;v[|^d |Ye,{Ov<QNI4}sv<)*, endobj -622 0 obj << +624 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [139.6116 341.341 159.0524 353.4789] /Subtype /Link /A << /S /GoTo /D (figure.2.18) >> >> endobj -623 0 obj << +625 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [236.3086 189.397 255.7494 199.9793] /Subtype /Link /A << /S /GoTo /D (figure.2.18) >> >> endobj -624 0 obj << +626 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [356.9041 171.4698 371.3597 182.052] /Subtype /Link /A << /S /GoTo /D (table.2.7) >> >> endobj -621 0 obj << -/D [619 0 R /XYZ 74.4095 793.4011 null] +623 0 obj << +/D [621 0 R /XYZ 74.4095 793.4011 null] >> endobj 70 0 obj << -/D [619 0 R /XYZ 74.4095 771.7323 null] +/D [621 0 R /XYZ 74.4095 771.7323 null] >> endobj 333 0 obj << -/D [619 0 R /XYZ 243.6967 392.988 null] +/D [621 0 R /XYZ 243.6967 392.988 null] >> endobj -618 0 obj << -/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 568 0 R /F35 221 0 R /F62 574 0 R /F70 571 0 R /F65 577 0 R >> -/XObject << /Im21 617 0 R >> +620 0 obj << +/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 570 0 R /F35 221 0 R /F62 576 0 R /F70 573 0 R /F65 579 0 R >> +/XObject << /Im21 619 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -627 0 obj << +629 0 obj << /Length 1901 /Filter /FlateDecode >> @@ -4284,27 +4298,27 @@ vbSܷ&{N|L[pFϏ0(.qm~RWkP_le Ķgp$ ˁUۑdt?R~^+Cdaguk,aC1 khv;jgmgcQ;YO[&_Zw_a.oZʥgd"3r;j(;fG,
endobj -626 0 obj << +628 0 obj << /Type /Page -/Contents 627 0 R -/Resources 625 0 R +/Contents 629 0 R +/Resources 627 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 630 0 R +/Parent 632 0 R >> endobj -628 0 obj << -/D [626 0 R /XYZ 74.4095 793.4011 null] +630 0 obj << +/D [628 0 R /XYZ 74.4095 793.4011 null] >> endobj -400 0 obj << -/D [626 0 R /XYZ 210.136 674.7766 null] +402 0 obj << +/D [628 0 R /XYZ 210.136 674.7766 null] >> endobj -629 0 obj << -/D [626 0 R /XYZ 74.4095 560.9913 null] +631 0 obj << +/D [628 0 R /XYZ 74.4095 560.9913 null] >> endobj -625 0 obj << -/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F35 221 0 R /F66 568 0 R >> +627 0 obj << +/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F35 221 0 R /F66 570 0 R >> /ProcSet [ /PDF /Text ] >> endobj -634 0 obj << +636 0 obj << /Length 2428 /Filter /FlateDecode >> @@ -4322,15 +4336,15 @@ X--bz '̾7]H<AZq]mCK yQi&U8.KX[sCN*^ÿ&wMA'hx1CҞ2iaҜ=B$4P?<KHCS+fL. S0҄hM3um[MqǴ*BL lϩ
"uHN endobj -633 0 obj << +635 0 obj << /Type /Page -/Contents 634 0 R -/Resources 632 0 R +/Contents 636 0 R +/Resources 634 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 630 0 R -/Annots [ 636 0 R 637 0 R 638 0 R 639 0 R ] +/Parent 632 0 R +/Annots [ 638 0 R 639 0 R 640 0 R 641 0 R ] >> endobj -631 0 obj << +633 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -4426,49 +4440,49 @@ z,`^A,`^1,+XzXz;X@W`X ?ϻEOIAXgϞ 4
%IXr-SMAXiU8H}$N/Rw-P|"YzR),:::<!HSrHh<5dD^9sFwE*"h.fA(r,aцO(mgwqzYuEr7oޤͲsYh<aWXB s^X"I.8BfMLL].gNM) t Ԍ"h=Ev¢-n]_WFD`}kRJM7k=l.'/xK/\sB$BS|իWu~)ݺA\D`uvv: vy7n0ږ^BfҦ6 ªV7B+>'Ѣ8' Bjfz97X|&xbI;|I.3zR !ZZv@ 'AOHendstream endobj -636 0 obj << +638 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [178.7098 270.9467 210.5959 279.7177] /Subtype /Link /A << /S /GoTo /D (cite.Vorlesung) >> >> endobj -637 0 obj << +639 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [400.831 243.1787 420.2718 253.761] /Subtype /Link /A << /S /GoTo /D (figure.2.18) >> >> endobj -638 0 obj << +640 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [73.4132 189.397 92.854 199.9793] /Subtype /Link /A << /S /GoTo /D (figure.2.19) >> >> endobj -639 0 obj << +641 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.9769 153.5425 309.4325 164.1248] /Subtype /Link /A << /S /GoTo /D (table.2.8) >> >> endobj -635 0 obj << -/D [633 0 R /XYZ 74.4095 793.4011 null] +637 0 obj << +/D [635 0 R /XYZ 74.4095 793.4011 null] >> endobj 74 0 obj << -/D [633 0 R /XYZ 74.4095 771.7323 null] +/D [635 0 R /XYZ 74.4095 771.7323 null] >> endobj 334 0 obj << -/D [633 0 R /XYZ 207.0203 531.8696 null] +/D [635 0 R /XYZ 207.0203 531.8696 null] >> endobj -632 0 obj << -/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 568 0 R /F62 574 0 R /F70 571 0 R /F35 221 0 R /F65 577 0 R >> -/XObject << /Im22 631 0 R >> +634 0 obj << +/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 570 0 R /F62 576 0 R /F70 573 0 R /F35 221 0 R /F65 579 0 R >> +/XObject << /Im22 633 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -643 0 obj << +645 0 obj << /Length 1749 /Filter /FlateDecode >> @@ -4483,32 +4497,32 @@ I< ixG0sY?95!Eba+~o3sg+ g08&#,/||Bu&Q]n[ӹw5S|6l %"6 Q+e0xs^zFƕՃBQU,CO*3ۊ,:me@b|C_ެ\DBId.Сpɿh˨FLP]BCRoS|0B: 8^
"8Ei#Zg!Ξ09o?];#DwLͮ懻F!
ERvQn=Lfendstream endobj -642 0 obj << +644 0 obj << /Type /Page -/Contents 643 0 R -/Resources 641 0 R +/Contents 645 0 R +/Resources 643 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 630 0 R -/Annots [ 645 0 R ] +/Parent 632 0 R +/Annots [ 647 0 R ] >> endobj -645 0 obj << +647 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [147.8853 551.235 167.3261 561.8172] /Subtype /Link /A << /S /GoTo /D (figure.2.19) >> >> endobj -644 0 obj << -/D [642 0 R /XYZ 74.4095 793.4011 null] +646 0 obj << +/D [644 0 R /XYZ 74.4095 793.4011 null] >> endobj -401 0 obj << -/D [642 0 R /XYZ 174.4503 602.5475 null] +403 0 obj << +/D [644 0 R /XYZ 174.4503 602.5475 null] >> endobj -641 0 obj << -/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 568 0 R >> +643 0 obj << +/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 570 0 R >> /ProcSet [ /PDF /Text ] >> endobj -649 0 obj << +651 0 obj << /Length 2298 /Filter /FlateDecode >> @@ -4524,14 +4538,14 @@ tq Yt/v|lj d$ćY[q[E}Pij-
鍤몇a}kMj2CJs'r0uAsKzKd)C/_p=ϋGX >Rd}je
^ݒꅍ>\XLHz5;#Fp;'tox<{]8BN`?WLj
FHKKU_\^/\͵J~ZC$p[1gv0y5M~
g~K endobj -648 0 obj << +650 0 obj << /Type /Page -/Contents 649 0 R -/Resources 647 0 R +/Contents 651 0 R +/Resources 649 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 630 0 R +/Parent 632 0 R >> endobj -646 0 obj << +648 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -4643,21 +4657,21 @@ z,`^A,`^ab`X H8pBhpAuÅXfd`:tƙ
zI:4t]I:\v 1''G$ +77W,K" ?,'OT<R}6XԟX;'_+?IzTlbF/HFb4V endstream endobj -650 0 obj << -/D [648 0 R /XYZ 74.4095 793.4011 null] +652 0 obj << +/D [650 0 R /XYZ 74.4095 793.4011 null] >> endobj 78 0 obj << -/D [648 0 R /XYZ 74.4095 771.7323 null] +/D [650 0 R /XYZ 74.4095 771.7323 null] >> endobj 335 0 obj << -/D [648 0 R /XYZ 219.5326 530.7468 null] +/D [650 0 R /XYZ 219.5326 530.7468 null] >> endobj -647 0 obj << -/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 568 0 R /F70 571 0 R /F62 574 0 R /F65 577 0 R /F80 653 0 R /F35 221 0 R >> -/XObject << /Im23 646 0 R >> +649 0 obj << +/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 570 0 R /F70 573 0 R /F62 576 0 R /F65 579 0 R /F80 655 0 R /F35 221 0 R >> +/XObject << /Im23 648 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -656 0 obj << +658 0 obj << /Length 2363 /Filter /FlateDecode >> @@ -4675,42 +4689,42 @@ xڽ]s۸ݿҌ7{Ծw3%y-Zf-QH=b")74 bwKEd,Ldy 941W!p$6pkܼ8* d[D`t*&@]FV /ShMT0qԡIs5bhuC8^@eE{}F.4$2Щc{\S=rZA1c7kfDRH,Z0O5ǯH ױB'`!k-endstream endobj -655 0 obj << +657 0 obj << /Type /Page -/Contents 656 0 R -/Resources 654 0 R +/Contents 658 0 R +/Resources 656 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 630 0 R -/Annots [ 658 0 R 659 0 R ] +/Parent 632 0 R +/Annots [ 660 0 R 661 0 R ] >> endobj -658 0 obj << +660 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [177.7731 580.5929 197.2139 591.1752] /Subtype /Link /A << /S /GoTo /D (figure.2.20) >> >> endobj -659 0 obj << +661 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [383.7139 562.6657 398.1695 573.2479] /Subtype /Link /A << /S /GoTo /D (table.2.9) >> >> endobj -657 0 obj << -/D [655 0 R /XYZ 74.4095 793.4011 null] +659 0 obj << +/D [657 0 R /XYZ 74.4095 793.4011 null] >> endobj -402 0 obj << -/D [655 0 R /XYZ 217.8873 674.9828 null] +404 0 obj << +/D [657 0 R /XYZ 217.8873 674.9828 null] >> endobj -660 0 obj << -/D [655 0 R /XYZ 74.4095 446.4113 null] +662 0 obj << +/D [657 0 R /XYZ 74.4095 446.4113 null] >> endobj -654 0 obj << -/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 568 0 R /F35 221 0 R >> +656 0 obj << +/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 570 0 R /F35 221 0 R >> /ProcSet [ /PDF /Text ] >> endobj -664 0 obj << +666 0 obj << /Length 1934 /Filter /FlateDecode >> @@ -4723,15 +4737,15 @@ xڭ]s6ݿҌ 5uz7k<CʄeTr_X$Nn2/wDLrnuf@ ;jk3^dul6&['RS`꘡F"yZ@zS7C ugUmٹa,<˯)W~`䗠]u
Θb4&M?dJT>[8~"*f%_`@(
^i>_폥A/),݆CbrCkFs
7aN=?tbOWޭJhsNEs˹8(0ݸQǧ1ēhflJJzB,\ZBw6s˒Cyg+Y1#1g}A0Aendstream endobj -663 0 obj << +665 0 obj << /Type /Page -/Contents 664 0 R -/Resources 662 0 R +/Contents 666 0 R +/Resources 664 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 630 0 R -/Annots [ 666 0 R 667 0 R ] +/Parent 632 0 R +/Annots [ 668 0 R 669 0 R ] >> endobj -661 0 obj << +663 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -4831,38 +4845,38 @@ yE8!!!@@W+!!B^!@@@6`0`0`0`0`0 !Lxï*eBGHdr&~^Ϊz ^%/Ӌ֔'[ba#[K !$dRQxI _ΐC*SJWVkjj2n#ÇTbh,Hn4VYzYzrrr@Ғa¨jHɺu4뮬BHueݔB |R /ǥD`bÑBDhF&4zj___2-d]P]6p||L y+/L
U^<X}&6rt}}}&VNgfFOY[[[qlCL>em,/
QEE endobj -666 0 obj << +668 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [316.0837 353.1081 335.5245 363.6903] /Subtype /Link /A << /S /GoTo /D (figure.2.21) >> >> endobj -667 0 obj << +669 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [397.4695 353.1081 416.9104 363.6903] /Subtype /Link /A << /S /GoTo /D (table.2.10) >> >> endobj -665 0 obj << -/D [663 0 R /XYZ 74.4095 793.4011 null] +667 0 obj << +/D [665 0 R /XYZ 74.4095 793.4011 null] >> endobj 82 0 obj << -/D [663 0 R /XYZ 74.4095 771.7323 null] +/D [665 0 R /XYZ 74.4095 771.7323 null] >> endobj 336 0 obj << -/D [663 0 R /XYZ 263.5658 529.9143 null] +/D [665 0 R /XYZ 263.5658 529.9143 null] >> endobj -668 0 obj << -/D [663 0 R /XYZ 74.4095 188.5624 null] +670 0 obj << +/D [665 0 R /XYZ 74.4095 188.5624 null] >> endobj -662 0 obj << +664 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im24 661 0 R >> +/XObject << /Im24 663 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -671 0 obj << +673 0 obj << /Length 1308 /Filter /FlateDecode >> @@ -4872,24 +4886,24 @@ xڽXnF+p:. ]2arI*!(QJ4Bjxy9g$G"FD0!$ &$Rk`PA)Rne`\,0eIuK?[-d~55϶˘Gv'_ڞ,0!N F "?AWfKBfCEH q` g@A(:Q0? /\fhTg~n!46d)]9!lP}9̟_v{uƐ{WZ#%} Zo(ID1pv+@? endobj -670 0 obj << +672 0 obj << /Type /Page -/Contents 671 0 R -/Resources 669 0 R +/Contents 673 0 R +/Resources 671 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 673 0 R +/Parent 675 0 R >> endobj -672 0 obj << -/D [670 0 R /XYZ 74.4095 793.4011 null] +674 0 obj << +/D [672 0 R /XYZ 74.4095 793.4011 null] >> endobj -403 0 obj << -/D [670 0 R /XYZ 232.4978 660.3308 null] +405 0 obj << +/D [672 0 R /XYZ 232.4978 660.3308 null] >> endobj -669 0 obj << +671 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F35 221 0 R >> /ProcSet [ /PDF /Text ] >> endobj -677 0 obj << +679 0 obj << /Length 2155 /Filter /FlateDecode >> @@ -4905,15 +4919,15 @@ Q2rhƹ<72SQqUġwZ.`Ͼſ'Fp*U). ]x\D 6p'ocA&6;\c@
̉#7f]F QL"!5Hvo endobj -676 0 obj << +678 0 obj << /Type /Page -/Contents 677 0 R -/Resources 675 0 R +/Contents 679 0 R +/Resources 677 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 673 0 R -/Annots [ 679 0 R 680 0 R 681 0 R 682 0 R ] +/Parent 675 0 R +/Annots [ 681 0 R 682 0 R 683 0 R 684 0 R ] >> endobj -674 0 obj << +676 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -5072,49 +5086,49 @@ qg}NLLZ (R
{HbR_|u!/~n55BsbXe~UAVE/ vfBJZL=dWm
^j8V!ajkd(&vtt(eW٫0^\|pTBR!**4bTaBH)ўf+RWlvݻw)^pkbb^WVWWkj"ԄU
ACR Cmm-!!Pd
䮞:?ӁP+Rp=Z(r膗H'|Ң_gϪ*:;;;+**(H@_BMRZԆ2;wj_5$lr}iRb+v3F{ܣ!x o٫tJ(\:@ Dtendstream endobj -679 0 obj << +681 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [181.0012 261.106 200.442 271.6882] /Subtype /Link /A << /S /GoTo /D (figure.2.22) >> >> endobj -680 0 obj << +682 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.613 243.1787 184.0538 253.761] /Subtype /Link /A << /S /GoTo /D (table.2.11) >> >> endobj -681 0 obj << +683 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [464.2527 243.1787 483.6935 253.761] /Subtype /Link /A << /S /GoTo /D (table.2.12) >> >> endobj -682 0 obj << +684 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [502.4217 243.1787 521.8625 253.761] /Subtype /Link /A << /S /GoTo /D (table.2.13) >> >> endobj -678 0 obj << -/D [676 0 R /XYZ 74.4095 793.4011 null] +680 0 obj << +/D [678 0 R /XYZ 74.4095 793.4011 null] >> endobj 86 0 obj << -/D [676 0 R /XYZ 74.4095 771.7323 null] +/D [678 0 R /XYZ 74.4095 771.7323 null] >> endobj 337 0 obj << -/D [676 0 R /XYZ 260.6248 512.7788 null] +/D [678 0 R /XYZ 260.6248 512.7788 null] >> endobj -675 0 obj << +677 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im25 674 0 R >> +/XObject << /Im25 676 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -685 0 obj << +687 0 obj << /Length 1722 /Filter /FlateDecode >> @@ -5127,27 +5141,27 @@ n'
cT<Vr!46";{#ٵAG\vr0G˖ƎSq uGr9 ,˝z4)?|rIE-Ϝf|]H'C?*X[|{_r\qQw$a˰㾬Ǣ,:o@D2U(o`Ɠcgۘ/a`I)~xǹi3+uovTֽ97AvŽS7,VSKE9eę::EF,O=T;sI[a?0**"{Y fӸK%F7셸acєZsтqꒂ!b(6~9r 1+,ywNCdu*HIX/(#s*rX&5u3?DQn0y,b䨗uXz-@u<"1,M=q/teY3g9WYUl0V{=9=Aѷ''v[lCG3]
#8ӆZ'rU;'wms`㹿[OwnOʧqEPYǹWG*&Ãk$ʌP\~FM:HH5f#x>ȡBFk9WŅКW.gҽ.z7\ULļGpKeeO~mY}5=0uoJSBπ;uTr;#*endstream endobj -684 0 obj << +686 0 obj << /Type /Page -/Contents 685 0 R -/Resources 683 0 R +/Contents 687 0 R +/Resources 685 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 673 0 R +/Parent 675 0 R >> endobj -686 0 obj << -/D [684 0 R /XYZ 74.4095 793.4011 null] +688 0 obj << +/D [686 0 R /XYZ 74.4095 793.4011 null] >> endobj -404 0 obj << -/D [684 0 R /XYZ 229.5568 689.2224 null] +406 0 obj << +/D [686 0 R /XYZ 229.5568 689.2224 null] >> endobj -687 0 obj << -/D [684 0 R /XYZ 74.4095 633.755 null] +689 0 obj << +/D [686 0 R /XYZ 74.4095 633.755 null] >> endobj -683 0 obj << +685 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F35 221 0 R >> /ProcSet [ /PDF /Text ] >> endobj -690 0 obj << +692 0 obj << /Length 2506 /Filter /FlateDecode >> @@ -5169,24 +5183,24 @@ qB:8YHIƖX
&ŠzǔBF ;18I=}Tm}|RYH"W\eP aX94hES82I
UmW_Q%R;ljV?D<ys
!E$t'UEImɚ:E6eEFUXL")XF, ;8a3Hrvk>C `Aa:Hͪwl:=au;udVɝ?Xcr4WxO9Ԛ)X">F8DŽi6(%]DCXt! endobj -689 0 obj << +691 0 obj << /Type /Page -/Contents 690 0 R -/Resources 688 0 R +/Contents 692 0 R +/Resources 690 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 673 0 R +/Parent 675 0 R >> endobj -691 0 obj << -/D [689 0 R /XYZ 74.4095 793.4011 null] +693 0 obj << +/D [691 0 R /XYZ 74.4095 793.4011 null] >> endobj -405 0 obj << -/D [689 0 R /XYZ 194.3776 163.7542 null] +407 0 obj << +/D [691 0 R /XYZ 194.3776 163.7542 null] >> endobj -688 0 obj << +690 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -694 0 obj << +696 0 obj << /Length 1680 /Filter /FlateDecode >> @@ -5205,24 +5219,24 @@ x͚rF| et1^7hfm^E1z-\v:YmQi͛P5C03ah齍 PI2%f¸\Wa=?(zuF<;=5J=*?7tIڅw.o{)kBQۺ(ݗX-zhGF@?Kj:֓wH)U|x[3HJr.Ug6Un
<_]ླྀendstream endobj -693 0 obj << +695 0 obj << /Type /Page -/Contents 694 0 R -/Resources 692 0 R +/Contents 696 0 R +/Resources 694 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 673 0 R +/Parent 675 0 R >> endobj -695 0 obj << -/D [693 0 R /XYZ 74.4095 793.4011 null] +697 0 obj << +/D [695 0 R /XYZ 74.4095 793.4011 null] >> endobj -406 0 obj << -/D [693 0 R /XYZ 187.6529 310.8025 null] +408 0 obj << +/D [695 0 R /XYZ 187.6529 310.8025 null] >> endobj -692 0 obj << +694 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -699 0 obj << +701 0 obj << /Length 1778 /Filter /FlateDecode >> @@ -5238,15 +5252,15 @@ Z&Qj9$_̖q/~_ǣ
~o;n nx2'2P꿩t}sWKO|'/z)eyQ*_ &endstream endobj -698 0 obj << +700 0 obj << /Type /Page -/Contents 699 0 R -/Resources 697 0 R +/Contents 701 0 R +/Resources 699 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 673 0 R -/Annots [ 701 0 R 702 0 R ] +/Parent 675 0 R +/Annots [ 703 0 R 704 0 R ] >> endobj -696 0 obj << +698 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -5357,35 +5371,35 @@ ml>okH1g^KFKK9 ,`X^,`X+,`^a,+X,+b`X ,`X^,`XBN,+X{X{,`XW|,5n@ @ @ @ @ x122b_
z~W>]>믿Kkll,9ڃXotmnT[[ӈ`5??Fjו+W&&&rv?\trT}E>"DLFD|͕DiIK)?yLNNRN2q`҈]YY~</2 @͓`IǏkv%YCCCIvOfGke5Ess3;,;::jߗXyE>L|"Dεk46!aƁwEX/<y$cY`(X~_O>TI|"?$^XX eEm!I4YN~_fOb,|X?"D,|^Y[OyKm}ə1ŢN$`Jit:YcuvvPY`WBl&w4VT===4{e522B" (a]tevD2bOb1'XLI&-B5?80#[z/_k,QBhfED Q(CNOO_z5i,hݽL/6hZ\\$Sla=z#ƛ7o$}i>iH,v$u>lZRJ*^=/bttudE{5IFAX0h \dE֠Ƀصa,%;>Lin7M$pjɿA2bOQ>1'$Tg%#li̺K^@m NbE'+FFX4!"cEӮ3Pkmme.?M]aѬ\CC,'/3':|9/k,$\RJ*Dp"K?;;4{=5V0h6찢FѡnܸAX4!_Zޮo6E,ꫩ)55*݈67t
3i}i>1db1'"W51OBJI.@/w/l/vu!VV,\.WKK3>gaT2&_4{A$PЭMl6[p@l5:;;K4O@4=̾(hwgkgZO~,|̩$L)Fb4VM0endstream endobj -701 0 obj << +703 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [407.8633 483.5062 427.3041 494.0885] /Subtype /Link /A << /S /GoTo /D (figure.2.23) >> >> endobj -702 0 obj << +704 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [350.9667 429.7245 370.4075 440.3068] /Subtype /Link /A << /S /GoTo /D (table.2.14) >> >> endobj -700 0 obj << -/D [698 0 R /XYZ 74.4095 793.4011 null] +702 0 obj << +/D [700 0 R /XYZ 74.4095 793.4011 null] >> endobj 90 0 obj << -/D [698 0 R /XYZ 74.4095 771.7323 null] +/D [700 0 R /XYZ 74.4095 771.7323 null] >> endobj 338 0 obj << -/D [698 0 R /XYZ 273.2852 532.4193 null] +/D [700 0 R /XYZ 273.2852 532.4193 null] >> endobj -697 0 obj << +699 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im26 696 0 R >> +/XObject << /Im26 698 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -706 0 obj << +708 0 obj << /Length 2234 /Filter /FlateDecode >> @@ -5396,15 +5410,15 @@ xڵZKs7W̑2qvݔ7VaD͚3{A9#Gv
FI* @26HRcv{2ga]j7gB+b
ּyhVw)aaf]k']{_uTXY3Nj̮DƜ=l{fq1ws@tś8vdԘݞ61솪MV>.4R^24{S@5Ox(>a4~vC*N'DQݡ$lj(BtScUg&bc>n sVB]G(SmJ;cXp6۱?e (w: !dzbt'] |\d+t Xa biF^\`g/.7
!LI/5 endobj -705 0 obj << +707 0 obj << /Type /Page -/Contents 706 0 R -/Resources 704 0 R +/Contents 708 0 R +/Resources 706 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 712 0 R -/Annots [ 708 0 R 709 0 R 710 0 R 711 0 R ] +/Parent 714 0 R +/Annots [ 710 0 R 711 0 R 712 0 R 713 0 R ] >> endobj -703 0 obj << +705 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -5500,52 +5514,52 @@ y,`.,`A^!,+X,+ XyX W`Xr0 +9s&fG ұ}"Sh8i<hqz!F? I;#Z Fe"u$/_X:0+?,NI&$
x4ˆ;^hXo~Fy$',؋/RDXEFcb)_4w59aѢUC v}i<E<BO"˵]H^MD]ƓD,R`g%
i[[d!".bN-ʤ-HbѲK|Jp---\E紥+',Z?߸}6-e :0>c<Q`H'EYI\VH o,h5diEhn-',K.-yH&믿l?|||\xMq
5aZ\Mj.D]<Mjg)61 H|ׯ_O4]nDR`+755<bPˉCZ|*֭[ܚ.B!O>-= eX/Z[[ һV2D=OT>Dc9'Y;(hsLa<qZendstream endobj -708 0 obj << +710 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [369.1027 214.5472 388.5435 225.1294] /Subtype /Link /A << /S /GoTo /D (figure.2.24) >> >> endobj -709 0 obj << +711 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [421.8421 214.5472 441.2829 225.1294] /Subtype /Link /A << /S /GoTo /D (table.2.15) >> >> endobj -710 0 obj << +712 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [126.795 196.7276 146.2358 207.2022] /Subtype /Link /A << /S /GoTo /D (table.2.16) >> >> endobj -711 0 obj << +713 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.3153 196.7276 183.7561 207.2022] /Subtype /Link /A << /S /GoTo /D (table.2.17) >> >> endobj -707 0 obj << -/D [705 0 R /XYZ 74.4095 793.4011 null] +709 0 obj << +/D [707 0 R /XYZ 74.4095 793.4011 null] >> endobj -407 0 obj << -/D [705 0 R /XYZ 242.2172 588.3079 null] +409 0 obj << +/D [707 0 R /XYZ 242.2172 588.3079 null] >> endobj 94 0 obj << -/D [705 0 R /XYZ 74.4095 553.4796 null] +/D [707 0 R /XYZ 74.4095 553.4796 null] >> endobj 339 0 obj << -/D [705 0 R /XYZ 268.1431 315.7042 null] +/D [707 0 R /XYZ 268.1431 315.7042 null] >> endobj -704 0 obj << +706 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im27 703 0 R >> +/XObject << /Im27 705 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -715 0 obj << +717 0 obj << /Length 1744 /Filter /FlateDecode >> @@ -5555,39 +5569,39 @@ xZM6WhӤES6䠵ۛZr_ߡ(QeQN iA:Dk:Juj]S NDX#yd'ʼn}+
/R^ה3
lZk'mc@FpԙxA
ģlb@@┾zWlEuMlrxj!1$EiqӂD;AΉG yNvzI
6<[G endobj -714 0 obj << +716 0 obj << /Type /Page -/Contents 715 0 R -/Resources 713 0 R +/Contents 717 0 R +/Resources 715 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 712 0 R ->> endobj -716 0 obj << -/D [714 0 R /XYZ 74.4095 793.4011 null] ->> endobj -408 0 obj << -/D [714 0 R /XYZ 237.0751 660.537 null] ->> endobj -717 0 obj << -/D [714 0 R /XYZ 74.4095 606.2873 null] +/Parent 714 0 R >> endobj 718 0 obj << -/D [714 0 R /XYZ 74.4095 505.5151 null] +/D [716 0 R /XYZ 74.4095 793.4011 null] +>> endobj +410 0 obj << +/D [716 0 R /XYZ 237.0751 660.537 null] >> endobj 719 0 obj << -/D [714 0 R /XYZ 74.4095 408.5267 null] +/D [716 0 R /XYZ 74.4095 606.2873 null] >> endobj 720 0 obj << -/D [714 0 R /XYZ 74.4095 325.6817 null] +/D [716 0 R /XYZ 74.4095 505.5151 null] >> endobj 721 0 obj << -/D [714 0 R /XYZ 74.4095 228.6933 null] +/D [716 0 R /XYZ 74.4095 408.5267 null] >> endobj -713 0 obj << +722 0 obj << +/D [716 0 R /XYZ 74.4095 325.6817 null] +>> endobj +723 0 obj << +/D [716 0 R /XYZ 74.4095 228.6933 null] +>> endobj +715 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F35 221 0 R >> /ProcSet [ /PDF /Text ] >> endobj -724 0 obj << +726 0 obj << /Length 2403 /Filter /FlateDecode >> @@ -5606,24 +5620,24 @@ lsНuqQM֙\McWm%9%5G+|Iod=\In|F?R`u:.:: L"603xzݯ3O{utWI`W!ւx!wzem)~j"a<'ZtbF'ĔO֗ӽ-ԚreJ1K'\AUB~m`_$Gp?Uww-Zu%K0àマT_TiJ1Nj!t
:|t)*O*fzHfX[$+EUh)YQ C
9IlNb|3R6|5hq//שz\S̤F$63qz9
#q
lo@Ⱥ\TH=J=:T)ROD$lFS[o2(<@:}feP)yc2O|rY>wsq7AƇpM-u皂60ݤG&pp'|r鄘f0ޔ5Ctd^<z(`.Rl(`]aZt5Hy>Rf5g@]tl@4l圭BsWt?^_ӧ;e4'wOn2E(:Q`L*{\Ɔ8VkEzj}~Y{َܰ=yendstream endobj -723 0 obj << +725 0 obj << /Type /Page -/Contents 724 0 R -/Resources 722 0 R +/Contents 726 0 R +/Resources 724 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 712 0 R +/Parent 714 0 R >> endobj -725 0 obj << -/D [723 0 R /XYZ 74.4095 793.4011 null] +727 0 obj << +/D [725 0 R /XYZ 74.4095 793.4011 null] >> endobj -409 0 obj << -/D [723 0 R /XYZ 201.8959 171.2794 null] +411 0 obj << +/D [725 0 R /XYZ 201.8959 171.2794 null] >> endobj -722 0 obj << +724 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -728 0 obj << +730 0 obj << /Length 1608 /Filter /FlateDecode >> @@ -5634,27 +5648,27 @@ JW{Niwoʪ}ʺ}( @GxW bO1pk`& E3zg&!m`hg ; AmDMr4s}[5qJxa1eHyUnj_W'`<CK_7_6 dmf[=X7m[ݗ]hWAa2Dj\oPCd=Ǫ5G(*`k@7ixv/&sILp`7?R>tnn+䮣,x\k;//=hVkiH_针2Q(!!>˪\\x7ҵBzPpA^!0> >f&^ո}q[]8`kPѣ.Ceg1{2۳\2\җ^+_Aiendstream endobj -727 0 obj << +729 0 obj << /Type /Page -/Contents 728 0 R -/Resources 726 0 R +/Contents 730 0 R +/Resources 728 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 712 0 R +/Parent 714 0 R >> endobj -729 0 obj << -/D [727 0 R /XYZ 74.4095 793.4011 null] +731 0 obj << +/D [729 0 R /XYZ 74.4095 793.4011 null] >> endobj -410 0 obj << -/D [727 0 R /XYZ 195.1712 658.3383 null] +412 0 obj << +/D [729 0 R /XYZ 195.1712 658.3383 null] >> endobj -730 0 obj << -/D [727 0 R /XYZ 74.4095 602.8709 null] +732 0 obj << +/D [729 0 R /XYZ 74.4095 602.8709 null] >> endobj -726 0 obj << +728 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F35 221 0 R >> /ProcSet [ /PDF /Text ] >> endobj -735 0 obj << +737 0 obj << /Length 1800 /Filter /FlateDecode >> @@ -5668,15 +5682,15 @@ RϯW\<S j<1 lgV0`S"6.-+z.-Jw n1NtW%BjH)UiBSU;ǹ("T,P"խicUe,ItKZPW"/oNW# ECWJp>A)ek{Q]Y$YvlF[Jd%z*w{oɼhx+D*gSQ VEKSo/Kf$¥[#W* endobj -734 0 obj << +736 0 obj << /Type /Page -/Contents 735 0 R -/Resources 733 0 R +/Contents 737 0 R +/Resources 735 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 712 0 R -/Annots [ 737 0 R ] +/Parent 714 0 R +/Annots [ 739 0 R ] >> endobj -731 0 obj << +733 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -5802,31 +5816,31 @@ tq($JKKnksd^X \y C쉪xɓi:wz*Wu̚Tpbsb5\t_G9=6lƌʿ!oeT txt QA@Dp@ޑjpendstream endobj -737 0 obj << +739 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [234.0218 311.9708 253.4627 322.553] /Subtype /Link /A << /S /GoTo /D (figure.2.25) >> >> endobj -736 0 obj << -/D [734 0 R /XYZ 74.4095 793.4011 null] +738 0 obj << +/D [736 0 R /XYZ 74.4095 793.4011 null] >> endobj 98 0 obj << -/D [734 0 R /XYZ 74.4095 771.7323 null] +/D [736 0 R /XYZ 74.4095 771.7323 null] >> endobj 102 0 obj << -/D [734 0 R /XYZ 74.4095 663.3429 null] +/D [736 0 R /XYZ 74.4095 663.3429 null] >> endobj 340 0 obj << -/D [734 0 R /XYZ 292.0113 399.7893 null] +/D [736 0 R /XYZ 292.0113 399.7893 null] >> endobj -733 0 obj << -/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 568 0 R /F70 571 0 R /F62 574 0 R /F65 577 0 R >> -/XObject << /Im28 731 0 R >> +735 0 obj << +/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 570 0 R /F70 573 0 R /F62 576 0 R /F65 579 0 R >> +/XObject << /Im28 733 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -740 0 obj << +742 0 obj << /Length 2100 /Filter /FlateDecode >> @@ -5846,15 +5860,15 @@ xYKsWȩ0|*oy8ʮj
4CÑIʛүO7Ia@_ht݀DODf& <vf*B# BvөM,؝ԁFJ5fCk|k*5{復3 T\JgZpuq{Inڭu<
@CJzK endobj -739 0 obj << +741 0 obj << /Type /Page -/Contents 740 0 R -/Resources 738 0 R +/Contents 742 0 R +/Resources 740 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 712 0 R -/Annots [ 742 0 R 743 0 R 744 0 R 745 0 R ] +/Parent 714 0 R +/Annots [ 744 0 R 745 0 R 746 0 R 747 0 R ] >> endobj -732 0 obj << +734 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -5971,46 +5985,46 @@ zM AG㱘NHũiW$ɞ={N_9rD3uᯑ%%%칼<--ܯu̙{KWu}aߢ#<sUQSi/hXfAwmtF"틊UtZdS͊זcvq@X]t+
}njꫯ*X4as<xphu>9lvU<lذԼ<YFM!`撏;V8:prS$sQDNbo|ʁaCm^ldf?%?~jjjb~=^fX<m|0!`!
' {ҶOz
`/ZGSLx5}߱H1iK
Cd8aeĥm,.,`
-,`X,Ok"A,*%f" RIFu(kV4ωycӬIedd9:czXWOŜrQaP(D:T:/߁GfO'9mڴAd"b,FIFufMԦ&}:]\S;yi<$)|sCCĬ^5E@ėp̚O|ŠZ>S..bx^<4x:'A+++``J̊9U_D|BNרάY|gʏtqyOs:@dt4]]hPĬc^͊.'EI҉/UsxX|U7'լPfpHΰb
z5D٫;!x<w9zU7bլٱʖ:l4Y1U_N5^|GaAy1<GO$SRR***3|ƌE0%fŜ(_5} rQ;fLu:s̾1xifdCCF _Y-(IXrPIa
UNTL!99lS7 endobj -742 0 obj << +744 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [408.1445 518.2403 427.5853 528.8226] /Subtype /Link /A << /S /GoTo /D (figure.2.26) >> >> endobj -743 0 obj << +745 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [181.5419 342.4494 200.9827 353.0317] /Subtype /Link /A << /S /GoTo /D (figure.2.26) >> >> endobj -744 0 obj << +746 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [338.3391 204.3242 370.2252 213.0952] /Subtype /Link /A << /S /GoTo /D (cite.Vorlesung) >> >> endobj -745 0 obj << +747 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [396.1444 204.3242 422.4804 212.8889] /Subtype /Link /A << /S /GoTo /D (cite.Tanenbaum) >> >> endobj -741 0 obj << -/D [739 0 R /XYZ 74.4095 793.4011 null] +743 0 obj << +/D [741 0 R /XYZ 74.4095 793.4011 null] >> endobj -358 0 obj << -/D [739 0 R /XYZ 296.0371 569.5529 null] +359 0 obj << +/D [741 0 R /XYZ 296.0371 569.5529 null] >> endobj -738 0 obj << -/Font << /F61 259 0 R /F28 209 0 R /F66 568 0 R /F70 571 0 R /F62 574 0 R >> -/XObject << /Im29 732 0 R >> +740 0 obj << +/Font << /F61 259 0 R /F28 209 0 R /F66 570 0 R /F70 573 0 R /F62 576 0 R >> +/XObject << /Im29 734 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -749 0 obj << +751 0 obj << /Length 2239 /Filter /FlateDecode >> @@ -6030,15 +6044,15 @@ m8' '[g`=Kh̨)"L cɅe]rLhbVs0Yr0\32/92p<#Q&A%{Yԛ5oQTH8t,yM`l=j*Rosa<L0}GQ<i"4/Most.F!:8D3~&}gU4y{mh0!qm6@213E:O{ endobj -748 0 obj << +750 0 obj << /Type /Page -/Contents 749 0 R -/Resources 747 0 R +/Contents 751 0 R +/Resources 749 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 753 0 R -/Annots [ 751 0 R 752 0 R ] +/Parent 755 0 R +/Annots [ 753 0 R 754 0 R ] >> endobj -746 0 obj << +748 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -6158,432 +6172,404 @@ z *4o
A@VsRv}%H_|2Ҍnȧ_|aԍ>W^z> q(&p*->+Ґ{9Wn@AF
Gq'Yw:\=PiwF3gpdyNqvtt|@.dSi2Eif{-cWiHPꢢ"bu>/H sz$5553%A!40kOIwld#|#"#(aO) +
G 2A6n7l,n endobj -751 0 obj << +753 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [251.9837 625.5293 266.4393 636.1115] /Subtype /Link /A << /S /GoTo /D (table.2.8) >> >> endobj -752 0 obj << +754 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [162.0335 286.428 181.4743 298.5659] /Subtype /Link /A << /S /GoTo /D (figure.2.27) >> >> endobj -750 0 obj << -/D [748 0 R /XYZ 74.4095 793.4011 null] +752 0 obj << +/D [750 0 R /XYZ 74.4095 793.4011 null] >> endobj 106 0 obj << -/D [748 0 R /XYZ 74.4095 771.7323 null] +/D [750 0 R /XYZ 74.4095 771.7323 null] >> endobj -359 0 obj << -/D [748 0 R /XYZ 252.1563 336.3134 null] +360 0 obj << +/D [750 0 R /XYZ 252.1563 336.3134 null] >> endobj -747 0 obj << -/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F62 574 0 R /F70 571 0 R /F66 568 0 R /F65 577 0 R >> -/XObject << /Im30 746 0 R >> +749 0 obj << +/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F62 576 0 R /F70 573 0 R /F66 570 0 R /F65 579 0 R >> +/XObject << /Im30 748 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -756 0 obj << -/Length 1970 +758 0 obj << +/Length 1917 /Filter /FlateDecode >> stream -xڅXKs8W(ĬHͤtlmzmFF3zlvAɲ-'@> -TZiS6lN<t]ٖz∅f˜kJ,v@饩ٟ?,yR4QBe{$ur*KGID8-haACđmc
5+*mNT( HAf҉) lS%b_EF}6]6ٮ5Q3(Wy=acHIV9T}rIⱸ=v"m6՟#v8M}tQlK%r&W&?uԎVSlv q-k͖R%c>^e0pӚa !2y'˪Xx6]\*\J\`5_]7
]*^s6bL&ip_ih7:4º7L3ր3s7%%ܝ8<;1D4YONݐkߐ- -k i,D{pt+^f"#yhycѶ/4tjTwk -4cWؽkOv#?>YsSvd1r&n7RhkSLiױ9&PD~B:R|'3l,X
.aR,B`+"
tLfH_+Z=8'axhg2R~i#n|W0@XTFH˽ex44-&}Lҙq/"lB/j>vAfZJJ%&"sn2?췰(KEHfsIY12|i'_}| +xڅXKo8W(*J"%[8Y$C7{#Zf#Ɂ6~Aʲ#g"?Hb?2H!`Qwıc2c]LJf\U"R_ƱDw_j,w1!BǻΟL*LR/}YW*x lT?UMot;4%_o';dEgJ\L}%cE|j 0 +;]|?g·4JHW.ᷦ^߷iJ]Y(yhϸd=[+WjYa3I}^\$Jjz
a#wSѕMdjXRޅw[m$sA`j>,#7{TRjS682uZ%tT
n
XٍpC-&KW-YrsP6 +`6U|d>Rf +JԷbmyرѮl>4l"D!Zt/ +l^<.TIT\a`vltq}lXȁԕA8z z/X:;ӎ%j
Hp~(k\q>#4PH&pшH=XRW-P{j pcT`sVF5 +K"'cg}f~Y冨Oǹݽ6xA'ߖ)!E:>-G[S J
5< +^m仚M,asM͚+b +3rۋNO?ͤ6DMx0ϑ@Ts]yT˰GN҈Ǝ .K`l +_Xo@VFGQR~W¡H! 8wm*"Pk,o'3\68Y:A]#-rTz8z"N63~h#1"?m{˟ɏ:p(U+RXM%rAf[-CJ;ʀFː;ȅt\NWgy0 +n%<
PbP+;dCܯsmB&z0/+4B= օfrrJ5Ɔ[ +7ܝGA|h˅on1oȣ5i$<V~3HIqx^=iTFp~
l{;ol% +zOτPӢ(] endobj -755 0 obj << +757 0 obj << /Type /Page -/Contents 756 0 R -/Resources 754 0 R +/Contents 758 0 R +/Resources 756 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 753 0 R -/Annots [ 758 0 R 759 0 R ] +/Parent 755 0 R +/Annots [ 760 0 R 761 0 R ] >> endobj -758 0 obj << +760 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [73.4132 329.7272 87.8688 340.3095] +/Rect [73.4132 333.3136 87.8688 343.8959] /Subtype /Link /A << /S /GoTo /D (table.3.1) >> >> endobj -759 0 obj << +761 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [445.869 244.6188 472.3305 253.1835] +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [128.8278 153.5425 143.2834 164.1248] /Subtype /Link -/A << /S /GoTo /D (cite.OOS) >> +/A << /S /GoTo /D (figure.3.1) >> >> endobj -757 0 obj << -/D [755 0 R /XYZ 74.4095 793.4011 null] +759 0 obj << +/D [757 0 R /XYZ 74.4095 793.4011 null] >> endobj 110 0 obj << -/D [755 0 R /XYZ 74.4095 771.7323 null] +/D [757 0 R /XYZ 74.4095 771.7323 null] >> endobj 114 0 obj << -/D [755 0 R /XYZ 74.4095 314.276 null] ->> endobj -754 0 obj << -/Font << /F26 206 0 R /F28 209 0 R /F61 259 0 R /F35 221 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -763 0 obj << -/Length 2326 -/Filter /FlateDecode ->> -stream -xڭZ[o8~ϯ
\^%r@vAa& L,g-yz{(2-KL(Y(c%Fb d3%vꉧ!}HH"$|t4L *)90_1%{k]L4c&S6v]ֹMD7[b$^vXE$iHhSRO<Z0"Jq'7BVK4~[3;@-Rzi@-DDR!e"}7axu]f -@-ӈ}]3$HRO3OJ*gF*nWY,,pȌXC1EAd\oeMoE/z@RW"S.FQu lb[DKɯ|3<M!Z(=֦_UY0NkbaB!KkR1<1γ"- (Bq9K^g`a/r'_Yc8+E %4AUsn2>_h>So_=վ(<DW!>)4t̶mv~Ԩqr7z7$1{ -s1Na -Α@t-~B 3esmR!] -ΡG+v{mb$nVG]7,l)θI3(=n龨ʔe<~~@.KZ5jVs1-ڽ@)~il+t<sY;/+pCz&=hFSN 6LM;w(Yjf3MS
},/}<X#ţ#DGKv.:R8GR;m|Cw_,oE7OguV-ȷJ-1s[g {..ycwCżٵGxjĠ=1L^bdg-z|WCTf2
c{]Q -_enfeD18SA3v6YJ9O/xI Aq-GJF?xomΫsN%0=(r\uf$7;I<Mpg6dm3uԇ|h9q">ݒ֧O_lnF7EGS{@A+ײfi*^/V($u0{ -\=^Hj-ED ~"U"EbRJH(5>C̿&ff~+eE4NDE2Ik( -endobj -762 0 obj << -/Type /Page -/Contents 763 0 R -/Resources 761 0 R -/MediaBox [0 0 595.2757 841.8898] -/Parent 753 0 R +/D [757 0 R /XYZ 74.4095 318.8119 null] >> endobj -764 0 obj << -/D [762 0 R /XYZ 74.4095 793.4011 null] ->> endobj -411 0 obj << -/D [762 0 R /XYZ 288.8373 559.4163 null] +118 0 obj << +/D [757 0 R /XYZ 74.4095 216.2004 null] >> endobj -761 0 obj << -/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F35 221 0 R >> +756 0 obj << +/Font << /F26 206 0 R /F28 209 0 R /F61 259 0 R >> /ProcSet [ /PDF /Text ] >> endobj -768 0 obj << -/Length 2486 +765 0 obj << +/Length 2360 /Filter /FlateDecode >> stream -xڕYMs6WZj -]6s#\\ǹ[WSc:F\t>G7$ -WfEʌiUYՎYv=ۦ#'b,GuiZ(\j e5ZeQ1$&8f=8;c s~>z#B(嵎~n1AL7%yx@R'+J?2L!$o?qFj@zn^8NΡa`GP7 -3G~7']&!9ysQEo鳆U4픂6K4YpHb#?Ch~YX4v&+r'+ -yMˍR1r -`]* -pfAKD|kE]~vJQSzTބM@ `5fz+Pҍ"R)$} Z|YC_3zt"c$|XFJ
#w7(ҿG,:ĄJ) -~Z_1 iNܼ8<~.ER6(-}>:"@Ng<p{ѩCZ]l.Df6sPc.dUv'IB?l -eʪ0_eeIcV0@Z6sa%ƶ FKôV
h.MsRl+lJ?sH,}9Gʦk8^ctSlݯOT&g_d|G_hGy -J$2g|e>lendstream +xڭZݓ۶B/J3o}k'3i;\( >GQ%wPD:[b~B'FQ%ꊏahxڥ~}{VKգO#Nů㟲Ǽd*7Vl25&ޭed*x[O~}=HΜ<aLR0k]ҥT|4LWG zf3rR:e2W7W겒1+f0l3Amd +%zQSU/ɹ>ݩDoh|Y?O<,̶\|IΗϗ5l +aR(HXYT\!l$Ljc't5N* x 0VFAnV]:<P@Fi.ok@{cX|]Ŧ\rQsp.Pl]S~@eʬ8
L.s +.Q;覿>}>_ Ef/X6dm4Q.ܯlP|;,1 s*$>nx櫼~_u)ڹK[.7<BdZ˶>*Ty<kGCf|_=$ :-Y<VìQYL14~:20$wܰY
v:e|b_7)G#Ry$&^zs$F{y۩ ̗PQ.blv_w@%0D2V/VᚌH!'"Ugr3ݻ\ڛ5d.(˔:p< +T4vM+&B Cmׯ;5TȲQvK"RJ +l+2pbendstream endobj -767 0 obj << +764 0 obj << /Type /Page -/Contents 768 0 R -/Resources 766 0 R +/Contents 765 0 R +/Resources 763 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 753 0 R -/Annots [ 770 0 R 771 0 R 772 0 R 773 0 R ] +/Parent 755 0 R >> endobj -765 0 obj << +762 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (/usr/home/buetow/svn/vs/trunk/LaTeX/images/prefs.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 774 0 R +/PTEX.InfoDict 767 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 272.00000000 160.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 775 0 R ->>/Font << /R8 776 0 R >> +/R7 768 0 R +>>/Font << /R8 769 0 R >> >> -/Length 777 0 R +/Length 770 0 R /Filter /FlateDecode >> stream xSN0W87;"WD\TR endstream endobj -774 0 obj +767 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080809115814Z00'00') -/ModDate (D:20080809115814Z00'00') +/CreationDate (D:20080809181323Z00'00') +/ModDate (D:20080809181323Z00'00') >> endobj -775 0 obj +768 0 obj << /Type /ExtGState /OPM 1 >> endobj -776 0 obj +769 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -777 0 obj +770 0 obj 337 endobj -770 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [128.8278 621.2098 143.2834 631.7921] -/Subtype /Link -/A << /S /GoTo /D (figure.3.1) >> +766 0 obj << +/D [764 0 R /XYZ 74.4095 793.4011 null] >> endobj -771 0 obj << +413 0 obj << +/D [764 0 R /XYZ 288.8373 559.4163 null] +>> endobj +361 0 obj << +/D [764 0 R /XYZ 296.9921 317.26 null] +>> endobj +763 0 obj << +/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> +/XObject << /Im31 762 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +773 0 obj << +/Length 2921 +/Filter /FlateDecode +>> +stream +x[m۸j1wI@rIK.RC!Z[Y$7z6WE +Ùp,0##,Wx?7?];/%Y(/nn DcJZ7oӇΊ՚FZ`|gwEvuVk"rիƾRҧ9˹D\hIG5F,jϿ\ٯIL"L1u_}U,%ie#eUB-y kX"*eD(cw+)O7+EV8e18?Cq/<";ި\:\]_dV|8efEX0 +ʘ^FόQsNCs40Xb*Xک\:0b1s{,g B\VA2cwJu*PLu O¥B6|{,2oLV&**Os3m4?t]@|TwAHG4.5k٩Iݽ֙߭"%^lxMﻲY`J1/wQ^T*>dƖdw +L<1;`af%ltWzȭ:c>s8YnVҪN병{"~2XNV%lBQqa{QDTh[nP]q'{P-H
".
2("E3Cքʗcm>m<ErClq~_+fPM6L.44A^"Ϫ*gQp{: [=XAqj9O=D8͝r=5\o>.R"b#:nA4 +O Q.zvSc?@S0*P0@otgUvpϧ|<36 + +p)tn5t-Cz&쌪^2-{d|;] +Bx.<=Nlݐ |} + ^8R +вR`LXLN@f̿@$5bs6
ױU +RLLN +myYSI!_/ڢ4XŒn5Dp^:5UsDoh05pRO;.qϪ,Uj.IEsI +-{9شיBP?fyf<穅 8E8ERbR +AOiMQ endstream +endobj +772 0 obj << +/Type /Page +/Contents 773 0 R +/Resources 771 0 R +/MediaBox [0 0 595.2757 841.8898] +/Parent 755 0 R +/Annots [ 775 0 R 776 0 R 777 0 R ] +>> endobj +775 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [293.4206 189.397 312.8614 199.9793] +/Rect [293.4206 596.0337 312.8614 606.616] /Subtype /Link /A << /S /GoTo /D (figure.2.14) >> >> endobj -772 0 obj << +776 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [120.1496 153.5425 134.6052 164.1248] +/Rect [120.1496 560.1792 134.6052 570.7615] /Subtype /Link /A << /S /GoTo /D (table.3.2) >> >> endobj -773 0 obj << +777 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [425.2062 153.5425 439.6618 164.1248] +/Rect [425.2062 560.1792 439.6618 570.7615] /Subtype /Link /A << /S /GoTo /D (table.2.2) >> >> endobj -769 0 obj << -/D [767 0 R /XYZ 74.4095 793.4011 null] +774 0 obj << +/D [772 0 R /XYZ 74.4095 793.4011 null] >> endobj -118 0 obj << -/D [767 0 R /XYZ 74.4095 771.7323 null] ->> endobj -122 0 obj << -/D [767 0 R /XYZ 74.4095 686.4891 null] ->> endobj -360 0 obj << -/D [767 0 R /XYZ 296.9921 391.2596 null] +414 0 obj << +/D [772 0 R /XYZ 205.0163 645.8849 null] >> endobj -766 0 obj << -/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im31 765 0 R >> +771 0 obj << +/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F35 221 0 R >> /ProcSet [ /PDF /Text ] >> endobj -780 0 obj << -/Length 2877 -/Filter /FlateDecode ->> -stream -x[m۸j1wQ@ݦ.B^e%_^~}o%K(Ē8gfHdY$qE2 d}=%Nvס7W)BTJ]P&Ut~Z&/Wk%Cxo!"?D,O~ͫ7~A1RRҧ˹D\dIPK#*gЫ+=`DҔ.8SLꇰ+RNtgE~gԒ6a- A$RD(DHYI̎EY,j110D)%4ec9Xȅv<Hm:[u^owǼج(FWmn1lhtQ?C(H|]=(Twry0&\At3s{(g)B\Kc?4Jh5M*ЎL#O¥\a`|s(`2˯lV&jڱSm?ww} @m}_8%/3նԘ0%u=J{7Ao8o&=5+ -/V0:' 0v$3{$k(rG{\$8>AKva_&~#p"АM֜[ʭvf`)
;'"WhDP{؛ƹ -,xBTU|jl@ I.>#.1dMX|K>4&/l"_ngC?uWm
Ovv
gD@d4 -^i8a^|:϶wNf{9u7Vb
htHGsBFG1:,dg|J-3M4(\\ A?l}{"d@p$!#y{k -W8>o> KHt41!HJ )a Ћba8:aKaκpc -byYbZ;Z'@ -Et:8Nj d$:5E.TsATC))@8R(+EL8\=,VTŗL ֓:|Nj _<0P9f CBa;:n>PTPL=жG١RLU qf &PK۞+8Qް\*1fij /?e~k/ե!XcT¾MTٜBK1-IC*S(E^uѧRQ6(0amK.E""?nBfe3RTRW -8C$J:YWe -Fʘ#&9Ts,v՚ -2/ғZSzn -a#įi{~V S8 -}>h|9pM>VdW`H|M;GL(bb,Z*"*LbHG9Hl4a6sdYUjw@A颤Bm$N騽~8at:@AvmTo'] -L ~̋;wi
Q +781 0 obj << +/Length 2975 +/Filter /FlateDecode +>> +stream +xڝZmo6bpnmE{Mwrr vpdI@CCp^*g vR־J]Ř~L,ELi+Tտ?OUꋅ$ħS+^,nxw};*y ;PJl!,S^rbhӝ6w]b%NmEk~\V=>^d5{}!y:)3MV"p7û5Da3CǬ]ЩacdI˺f\(;ߵY9Θ-t-bYjⷋ,d\"5MKIAaI2IDKCG$`HxxYw1iQHq]Td6˘۾әG"r".lPP6In~nC9|?Z \F99
MTc9hA-TM,ofL`wjX$xFt}`U^l-C{Y<\HUڷ-iSos +v*F$TLZj7Q
a"o{RRcS֚y6;LU pVʺ<sB|g@iu1(
7YCsCat۔ȳ co_;&AʦDziM^qQ`9y + +wBW1,0[r*HUbN(r*{:> +@!{.15]='#>ŋPT譵3|":l*EnuTPK٠[ڏc08 +\k[Z$ +6"KIʛXA +D/ +Gj P]/Ir"yl,(:`ĵrG +0E);:<p&24gs>kڒ +S7@uk̻hmjY{)tM!dh6 +
f6O*Pm ״9^e6ɧ'iWkl!rv˟vtվC +Pl*P8Wрh[EPeˮ&>>XȬ?+&ʶ[WMn&G`jpC88q_ +x(Z %z@_18'MiFTUzi~9)ZOOfO34N{D3P:Z:|Z +[БlU2`" /=`&Ο +hW 1Nc˪^E>y(H iP +rv֮ganÞxөN&?R'B(|~*đTU*SdRPj/B=
cqI|(wnm0nz$* zVHPR8oXj +oH<<k*:QGB3}*qg!%p6R wkbYӓ؝_e>2f=w@) +eջnEdP&2e&<>ȜlK_1̡"_kHW*B=""K"ë|>0֜|h5kAsuY0iqT<cGjo#9^fGAq endobj -779 0 obj << +780 0 obj << /Type /Page -/Contents 780 0 R -/Resources 778 0 R +/Contents 781 0 R +/Resources 779 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 753 0 R +/Parent 755 0 R +/Annots [ 783 0 R ] >> endobj -781 0 obj << -/D [779 0 R /XYZ 74.4095 793.4011 null] +783 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [212.6999 271.4293 227.1554 282.0116] +/Subtype /Link +/A << /S /GoTo /D (figure.3.2) >> >> endobj -412 0 obj << -/D [779 0 R /XYZ 205.0163 645.8849 null] +782 0 obj << +/D [780 0 R /XYZ 74.4095 793.4011 null] >> endobj -778 0 obj << -/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F35 221 0 R >> +122 0 obj << +/D [780 0 R /XYZ 74.4095 358.7255 null] +>> endobj +779 0 obj << +/Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R >> /ProcSet [ /PDF /Text ] >> endobj -785 0 obj << -/Length 2023 +787 0 obj << +/Length 1878 /Filter /FlateDecode >> stream -xڝXo6e cHeE >1cdϒ_;)[C&ߝ(fY楙奂VpW4ԯ9Yg3?2/<q6mm0ɾ]zao$gE@},<`J.5?5MR*Dޮ@cO9bSyY2qUY"1 -;M8(CG'Ry/*%%KTZ;kg&fB9a -(
HJkխT]]Q?Nh,d&N_|/Qb~+aq$g.d,3+%|?UCN+ʂ>,y4&[3Wϔcp0u^KS%(ce]Q> -*gm{q#clPSfLŐs9HFIlUco -(5@\.ƹ<\EQ3;R㌂n*\Z^<7e"/%>Oݦui˴<Iεk MF -es0'M1PꄂU<eDPh9^ʹ#s#OMr)JXb\ꏜOb:8ѝΤ 6r 8pc@کQPiy)
SɿYjIYDtE%Ф$4|+4xy4*CC藓[H'ߞY@Vn]Cgl)@v֧cq
79+_O- 3P3 -al[ؕ!*|ku,qpq㊣ -(>h őCq?eSPx(*98SbVLDqARrJ@tP,gJT9A3P4Zy5}o|w(9\;I" +xڝXQs8~ϯ .{K'Mۻrlp
˦67'Y66a,۟dǃ4aI %86'qP/wWO]jd,: !M˿OS=f4%[E*ڐ1VWᮭV\<W"f&fi δҩ)BdA P',U"tǵNF|{$2NKx,pY,@DJ,VY>:0NF5tzp]7%ιYWäE0=53,vC,EO>8,W"̀Hb%Lrⲧ+}fzv!v*ƥ_ c<!Zsid,^MqŲ,NJ2?5Eߛ%[u7WWh`܅5LJUe
YA4p0qHgi:Tv]4$M
D_kJYd4s3}|$!uST#t;j:8([{*]enD!66Mc%TX8bRp#qmzwԥKntp3RZ#v\Ox/ޛa0ǣ!WLi[s+ ԶRĥI_I9zPI>D *Q!ܘP.ڭ[:.lTK#Ak+K@<f*O2]i/Jyx>*l!0zuJ(/.vw$"n+uёR^K!DUBެuLNe6 +܅Z98Zw)nFl@n +e$ڗ⡡ijrGG2,l֞&LݻݶpXm-;%rE7Ӟ>=-xi<՛P22:Y*fnp/Tʼn?Ér'Cendstream endobj -784 0 obj << +786 0 obj << /Type /Page -/Contents 785 0 R -/Resources 783 0 R +/Contents 787 0 R +/Resources 785 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 753 0 R +/Parent 755 0 R +/Annots [ 789 0 R ] >> endobj -782 0 obj << +778 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (/usr/home/buetow/svn/vs/trunk/LaTeX/images/prefs-editors.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 787 0 R +/PTEX.InfoDict 790 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 392.00000000 248.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 788 0 R ->>/Font << /R8 789 0 R /R9 790 0 R >> +/R7 791 0 R +>>/Font << /R8 792 0 R /R9 793 0 R >> >> -/Length 791 0 R +/Length 794 0 R /Filter /FlateDecode >> stream xMS0:=P}ؖt,O/L!8@';˒LxBx^d捲+Nuד>OS|ϤbQ)a%cGg/o'6~ra8eN({֒={Uzcܶ.+Ӵsy鄺!xP[vzR r* 7!CS86l<Nq;ZMwZ!sEh1<ĬQꘔ4kLqA,<]wc7쑱XA zFs{"~aGD~VyXIpa WsަѥߛJm^?-*٣^.渂 X,Y]APΪHYr['+`q>nNa .,\*^:u1a Ƅh9z)Cbʓ endobj -787 0 obj +790 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080809115814Z00'00') -/ModDate (D:20080809115814Z00'00') +/CreationDate (D:20080809181322Z00'00') +/ModDate (D:20080809181322Z00'00') >> endobj -788 0 obj +791 0 obj << /Type /ExtGState /OPM 1 >> endobj -789 0 obj +792 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -790 0 obj +793 0 obj << /BaseFont /Helvetica-Oblique /Type /Font /Subtype /Type1 >> endobj -791 0 obj +794 0 obj 672 endobj -786 0 obj << -/D [784 0 R /XYZ 74.4095 793.4011 null] ->> endobj -126 0 obj << -/D [784 0 R /XYZ 74.4095 425.3757 null] ->> endobj -361 0 obj << -/D [784 0 R /XYZ 282.3592 155.0474 null] ->> endobj -783 0 obj << -/Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R >> -/XObject << /Im32 782 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -795 0 obj << -/Length 2637 -/Filter /FlateDecode ->> -stream -xڝY_o8@ImnAY,,o3%[nE#b'D$q^eW7Us?_ɼKϼs{[#rQ\=^) -+yngK,*#-4%[KFZ㛛p~b^'l>V#iBdY\$їEG%Tƶ8ª4j\Ua$b|^82_4XCO\+T ^gIGlYn5*ﳶg\Ȩ?uK/j)3Q(V_Ӏ2َkdۅ#pzU7))yRd2'ҫFkE;/:B!Bq/GǪBHcɤu)4:f=ʗCe7]LS.}'teL5H;/`auyDTDADЊle (3M1ް^c'y.l̢we_edٺu
K=}3گ+WWt|ًJ_>
:j殙N]i]vd9TxޯNG -l瞝ǫ.N;`=A!Sq
@C<W)1\93F{TΕ ڶ:qJm=l#DT .e;G0zo}I)7-:$ ؎Ts5Pl[;C鸈6|2ιP!z]c*
±+!f>ar-cvLMc(Xa -mxF7pT=]L?8HNc==ogH7ӂio0n"dV)ߎl++Wͺ
\[0
b曳58Uc|
-7͏*7Ѿۍ| -endstream -endobj -794 0 obj << -/Type /Page -/Contents 795 0 R -/Resources 793 0 R -/MediaBox [0 0 595.2757 841.8898] -/Parent 799 0 R -/Annots [ 797 0 R 798 0 R ] ->> endobj -797 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [212.6999 738.8587 227.1554 749.441] -/Subtype /Link -/A << /S /GoTo /D (figure.3.2) >> ->> endobj -798 0 obj << +789 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [73.4132 499.4889 92.854 510.0712] +/Rect [73.4132 441.1802 92.854 451.7625] /Subtype /Link /A << /S /GoTo /D (figure.2.13) >> >> endobj -796 0 obj << -/D [794 0 R /XYZ 74.4095 793.4011 null] +788 0 obj << +/D [786 0 R /XYZ 74.4095 793.4011 null] >> endobj -130 0 obj << -/D [794 0 R /XYZ 74.4095 397.0616 null] +362 0 obj << +/D [786 0 R /XYZ 282.3592 564.5047 null] >> endobj -134 0 obj << -/D [794 0 R /XYZ 74.4095 345.4408 null] +126 0 obj << +/D [786 0 R /XYZ 74.4095 345.0201 null] +>> endobj +130 0 obj << +/D [786 0 R /XYZ 74.4095 297.6927 null] >> endobj -793 0 obj << +785 0 obj << /Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R >> +/XObject << /Im32 778 0 R >> /ProcSet [ /PDF /Text ] >> endobj -802 0 obj << -/Length 1656 +797 0 obj << +/Length 1660 /Filter /FlateDecode >> stream -xڽXOw6S(ŪH[d[uk\dز+[> -S% -dbho^$VK7ay»]|>4 4A4%|()|) D]؈9)bBQlV:e="@2{]CO9WO(}htV"Pap;=}ƥPxߜ -$bFPFT$"%UBe?Da&*
4{s)s)+ѳbQI%N% -;hwjEsQ/~Z邨߲þi6;,FW+=c~yiԵL>cbSv19#hVuaB~eد蓜TBIEUzUYK'+yaZyA/1@H'N:cv
B$ؠ]\vfEl*NMG&dEC}mjaK?k]9p(lżm![-ѽ#B?!/WڈrMTh=]:D֥LS@^f -si#ubKo -%6*E<$]NdHRNGl2;V|v&
sjt|\ZS9bQ _z#36iJN -_I&gsqH6#8ݼHFӓ<B?NЏ"H -Y|6a`xzvo +xڽXKsFWHu>2N44=2&T</>DZΩX +z`4^mQiyD
mL= RϹ2цtiHh\|]pV+'H942Jh"i0/~,#IļJ,iHDNIl6$WNs-XΆ{)Q> $9ɒTY7 M[ +W,^i6}C;ImֺVi4HONE]3Pw"K@_ۭUc`@t! +KC3atWxW@,e*[Z,ZmfR1|\}kӴq^XgW,zJ+때tne06m=+1lw6%bc<OeDĽ
y@y0uB8Cر!E(8VLct,Gu6/@|x7_aPniq*]́gBցa䡲\ʽ=h(/;ĉfszPۜuI%`v !%&H +Iendstream endobj -801 0 obj << +796 0 obj << /Type /Page -/Contents 802 0 R -/Resources 800 0 R +/Contents 797 0 R +/Resources 795 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 799 0 R -/Annots [ 804 0 R ] +/Parent 802 0 R +/Annots [ 799 0 R ] >> endobj -792 0 obj << +784 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (/usr/home/buetow/svn/vs/trunk/LaTeX/images/events.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 807 0 R +/PTEX.InfoDict 803 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 544.00000000 374.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 808 0 R ->>/Font << /R8 809 0 R /R9 810 0 R >> +/R7 804 0 R +>>/Font << /R8 805 0 R /R9 806 0 R >> >> -/Length 811 0 R +/Length 807 0 R /Filter /FlateDecode >> stream @@ -6593,174 +6579,220 @@ JPOC4sj8|k(XPFx@E5PMbMA }|9-p?sQ-2_zmD~xwwxpdKCJYN54Z M{TGX2w@
}";)ͦ꾂v'Bi2``BЋ>]`
?ioi03pr 2tUcfxqh}LXjfVV_fC,0*tfWXQ3YP50KxuTX4,8쭠IO a3`tq#S.:ɢ4iU<ҡ),P*8<^TX(qluΚpk(_m=vwKq>c(!zɆYaPwTEaCљ<s0!5D;zc{,+9!86?'OR7 cʘ%j:xU1G >Y:k1^B6SwGyv>c$1iq&*j,$!Yjӱuovl+(7M1h_7k;!>g`eRɯWt_Ͼ7cgCB!$$q,":T/qf~wJ8CkGȪ'WIl4v9ns,t' eTgaA(Bx.P}Xendstream endobj -807 0 obj +803 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080809115815Z00'00') -/ModDate (D:20080809115815Z00'00') +/CreationDate (D:20080809181324Z00'00') +/ModDate (D:20080809181324Z00'00') >> endobj -808 0 obj +804 0 obj << /Type /ExtGState /OPM 1 >> endobj -809 0 obj +805 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -810 0 obj +806 0 obj << /BaseFont /Helvetica-Oblique /Type /Font /Subtype /Type1 >> endobj -811 0 obj +807 0 obj 1167 endobj -804 0 obj << +799 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [197.3896 428.8283 211.8452 439.4105] +/Rect [197.3896 383.5468 211.8452 394.1291] /Subtype /Link /A << /S /GoTo /D (figure.3.3) >> >> endobj -803 0 obj << -/D [801 0 R /XYZ 74.4095 793.4011 null] +798 0 obj << +/D [796 0 R /XYZ 74.4095 793.4011 null] >> endobj -362 0 obj << -/D [801 0 R /XYZ 266.5136 498.6761 null] +363 0 obj << +/D [796 0 R /XYZ 266.5136 498.6761 null] >> endobj -805 0 obj << -/D [801 0 R /XYZ 74.4095 426.2277 null] +800 0 obj << +/D [796 0 R /XYZ 74.4095 380.9462 null] >> endobj -806 0 obj << -/D [801 0 R /XYZ 74.4095 308.3105 null] +801 0 obj << +/D [796 0 R /XYZ 74.4095 263.029 null] >> endobj -800 0 obj << +795 0 obj << /Font << /F61 259 0 R /F28 209 0 R /F35 221 0 R >> -/XObject << /Im33 792 0 R >> +/XObject << /Im33 784 0 R >> /ProcSet [ /PDF /Text ] >> endobj -814 0 obj << -/Length 2650 +810 0 obj << +/Length 2758 /Filter /FlateDecode >> stream -xڥYs6_GjbHG&IsĞCJ%f~(~Iv≽ - -:%=5;-ߗW>?--ЖZgq7MbaI%SgkbFo6SIT(ؗ$c<)<7|(Z79&ssZmkPOjlgT -W|W^] wkBxw
*=Äg'&Bхm]̊DУUG9 <f>H(dnl2q`bOtP)C29Bkve*xTp#PP !,[F8GL8BA`w"@vZ7EҲd|%(Es؇QL~z$ Lf()p -9!De`Sz6bn`)L3/Pffb:#GM
)'.<f1mͬ2{]*0zks/{41gAw]ۙ5RA'QQ3 -_-ԡ۳olA9a"4F<!FyrDM<0F;PAjD*r9wN7sƾL;oBa3Fg腩GK`K%tT -S\mdu\#!dyg$ )F.uc#O0%2NIX3!wc9a\PɨjhMڰ rL2?dAZRxXgUxm(0^%pma/)&G\
%S8.''L9ˢyKpeB$0=U4PQ>?9dHپ94$4ii@]Cxd5Uú,ߕijp\`T+yC|@݈>=z(ET?_t^׳$E~
詠5;L}X"!bL¡lID/o< -L;=Z5"G5 $kpق9*Z'N*L.yNso* lP;m
r>DФz]3u.u>tFF8.k\Y?C>Ə"W"B"?gf"sKs8EcR|NOs9@=׆o
I -%* ^$[O[ -guXWlC{ƮRllBuT6&U<1Th9mW^G} -0 -1jgr)"8rPy1'a5 -mendstream +xڥZK8WhmECLE&E: l[-<߯XW3Kd,z(,h@%EM8booxy뛷hYק:~{)?9,"I2X,u>Os4eSb.7kiVEIeQ:[JBf]+ +1(3,HDgzEACEXNgq6kPaŌtxc5w%gS|1kSznOِ@o?J0L3MXT׆O!*?=DytSr)~0"wbs+8yV\' wȭ]6k08Œ壌6dkGQSlq/$zMOOT+f4ILҞit8 x|ٚMm
s\5~!yu8\7fgC^W,
Ogzߙ+=.p~9MQ5mr֥Q=`
-Ń4UN2k5WlUF*Eb@/lH gQNuLVԗP]H,\{ݺqu4]I&+O55+T^\<^q$ej-߫v{FOZooּi utLOde^XQ@IdzA/S]a%3̳,ߕֻ72/^ϦheS}gr0^TŚ~﷿ +2c\@_ 5)l.fS4ՙ߂un9QЭ0aW^<Oʾ-pi#&/ԑmk!O:"r*L%ON.,Ab+Yl̏ݓ^j[;D^L|YvP267l+_g\еDšA%}k˭JNs aґt4ތER w,L>L9ݧqp"KP̔/cepB.*pܵŭӰrx%A" +_"j31"ۀL(Ŀl +T
dv\k"CVzV;cá +$}:LD,ZyU
MƇ)@-"t>_Sd:&i I#ݵ5x[P"KWH3P>/*Yfu,ř FmnW$^7 + +cwH?df>dPɬE7lԅM/$L!j4o(
5«Klonq̿()FsSDR"9Or)= +D8}`NweI߬U㎛5jT;szZ#0G"ȇʵPD n"k3mo9IGmw`]'ioOw^ + +E'ŋiendstream endobj -813 0 obj << +809 0 obj << /Type /Page -/Contents 814 0 R -/Resources 812 0 R +/Contents 810 0 R +/Resources 808 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 799 0 R -/Annots [ 817 0 R ] +/Parent 802 0 R +/Annots [ 813 0 R ] >> endobj -817 0 obj << +813 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [451.4247 478.4932 465.8802 489.0754] +/Rect [451.4247 444.7504 465.8802 455.3327] /Subtype /Link /A << /S /GoTo /D (figure.3.3) >> >> endobj -815 0 obj << -/D [813 0 R /XYZ 74.4095 793.4011 null] ->> endobj -816 0 obj << -/D [813 0 R /XYZ 74.4095 526.3397 null] +811 0 obj << +/D [809 0 R /XYZ 74.4095 793.4011 null] >> endobj 812 0 obj << -/Font << /F61 259 0 R /F28 209 0 R /F35 221 0 R >> +/D [809 0 R /XYZ 74.4095 491.893 null] +>> endobj +808 0 obj << +/Font << /F61 259 0 R /F35 221 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -820 0 obj << -/Length 2487 +816 0 obj << +/Length 2326 /Filter /FlateDecode >> stream -xڭ]sݿBTB -p+bpH,FZ<<.BY'=0Nɖ+y4q{mi˕.<}됳$¯V)ŋ, -e:ĞNYaw%BT -(,:4'.⩐ij1w#r)Rp<Vj^<r% -\:ؗ9dP%=G3M a2d%9Biy|Kg<!L`uK+Sn=0;qlRY<k/wKcnPǥ䁁 -E\:V"fiд#lΙf:^ - -?nK
r;6uFqhl:/x};g -QS4{۬%H75 -?XG@$3*m4ןSPp1uA5M1hYU^6|DKir¡Jvb]{/r~u#C$9y6t{G -Zg"MTWW(C$ƮyZt-cRУ+cE?~p*я@Tb<Ugy0#h͟P]4~]X03F2yqܿ/J|7Sx!dʠ?u\?,9~Մ* -7!aXHr@loendstream +xڭ]۶ݿB !yė;L>P4"ٴHQ<?t<c-b!4fqE +%ettz(
4G'uZwߏU.E,3krVY.elsβXdÐcy-y@G<,IxدQfalt\mq%P_B>uc&۫-JZpVѹƮo7TG`Kw^B~EKSGsuUE)ެPI)#-xRe$$O5cqGg:_qo(nF|AGn[0x7xuuG+r=- {=_M՚}3eC9B*#Zeiɘ90\ =/"7Rj?ӖxBdelz[@!yaٙ3d$i#k8,w{0k_yt'-xQ0^5"TlbL +?.emSS<alfTHߍ:ꬅ>?9z6PspK'sMf 1\z6T3͑fvu:
*Z*o7s}~;6P#-nv i^Ƀ=x)yKR .Nz9v&3,('ԵEQ*e6;UGV jjs2P h7; +H43wmJ*.l3wX뎙
\mzclX;v@SSU[uQ[_ +;Yz^54f]պ0ў?TglX+<KQ@ojp;"6Er0<|->W5癧 +rpG-Yv71f`8yj/];BO({ t(Gc2kmKh Lܑ(L"nAn_ >Hendstream endobj -819 0 obj << +815 0 obj << /Type /Page -/Contents 820 0 R -/Resources 818 0 R +/Contents 816 0 R +/Resources 814 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 799 0 R +/Parent 802 0 R +>> endobj +817 0 obj << +/D [815 0 R /XYZ 74.4095 793.4011 null] +>> endobj +134 0 obj << +/D [815 0 R /XYZ 74.4095 386.5748 null] +>> endobj +814 0 obj << +/Font << /F61 259 0 R /F28 209 0 R /F35 221 0 R /F26 206 0 R >> +/ProcSet [ /PDF /Text ] >> endobj 821 0 obj << -/D [819 0 R /XYZ 74.4095 793.4011 null] +/Length 1702 +/Filter /FlateDecode +>> +stream +xڭXYܶ~_2\ʓ"K.qxX~\zg M忧
rj7GT/|p'B3mV@dI{E&X7W{kDR2kNnnr&K)?Wֻ*E*roZGv۹ηnXe"O]滫77\rV#_ֆI&KƵ.QW?̓L2O>Ä3aLvWR\^]_eɓLʟ6FrjL\(%Q2Rh̀eZ(3_Dpf|XQhbW
l +RV@F%nAaǰ\:9Z'-(Eqb~Xo
lqCqzƻ7wMV +mw]=Z~6|YuG#`x婇>mvG;ynhS?_`/{w}\y<F_#]sJM\1_it-O>[A)pq|'mIx:ٶoݎ#6_ma2ˑ/NH4,w R&YTLZ"e-/f&Y!R$ICDkJBu
~MO!?5柪 +fwCK6hcW|ޟUj~ +%27'1ΜAb`ʈHb£y gEnO!Ax[Ay{T`\>ϑS=듘,r!o*W-D~{L}hP}ڦ|s$}Ks(]nɫ5fn@uQF +R"_pfX/m5/ +Oi?|4cKendstream +endobj +820 0 obj << +/Type /Page +/Contents 821 0 R +/Resources 819 0 R +/MediaBox [0 0 595.2757 841.8898] +/Parent 802 0 R +/Annots [ 826 0 R 827 0 R ] +>> endobj +826 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [219.366 272.7659 233.8216 283.3482] +/Subtype /Link +/A << /S /GoTo /D (figure.3.4) >> +>> endobj +827 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [131.707 207.3242 146.1626 217.9065] +/Subtype /Link +/A << /S /GoTo /D (figure.3.5) >> +>> endobj +822 0 obj << +/D [820 0 R /XYZ 74.4095 793.4011 null] >> endobj 138 0 obj << -/D [819 0 R /XYZ 74.4095 460.3494 null] +/D [820 0 R /XYZ 74.4095 397.0907 null] >> endobj -818 0 obj << -/Font << /F61 259 0 R /F35 221 0 R /F28 209 0 R /F26 206 0 R /F83 824 0 R >> +142 0 obj << +/D [820 0 R /XYZ 74.4095 343.9964 null] +>> endobj +819 0 obj << +/Font << /F61 259 0 R /F83 825 0 R /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -828 0 obj << -/Length 1251 +831 0 obj << +/Length 2532 /Filter /FlateDecode >> stream -xڭWr6+جș`rG;nɢIɬ)R!)u{ $*v\yI"i(0`[g['l8[3{ugHnp.MlA#R"nz۵-VAȔ-V盷7C~)1Z灕Rt*A/%"6{/8z68u3zb,FSt0H!X7\ؔF@j6%1i")b"-<AEԵ~ʅ*o_""g&Umol>gEɬ?s;25ac|evQ8in`h%[Y|0$zms|ڢ]u}0ҔM~kc &UBt&Ɲ>\tCnNqMe5rE+p^<v(RG7_>PevlB$$< \{1"IP+0PNgY8TWN\FNyv[)Y'Ȇ[ -$wa[>RQLn4:T"Y'ۥKr6ǃgy:[9\[*V^/.xGs8B 81\ 8 {0z"D17ܦ -r?:w(X8$"Y]SV[[y7%Sy;9|r4'* <->jL[8(0W:]7J@]@CVnl6P5`~CXK9AsWYec{&\ǡ;9mdqkҋct^=8s(³qlt7pTk<<lCN7d8Eq|FC[>m_;ZHf¨7))8 -fX
ٞS)듒9-f1xW{ȠKAj*kOs -F`wJendstream +xڥ]s۸ݿBԌ}վkr].3m@Y0t$uwPHi:~b~ +:b:t5-6eDAvF 2f1sVX!=-A*oA2EA2p>Hy3nAx8+kYRhXBޖMY戮.vc|,۶DQVI!:IeiK&xKܶUn\U--B 4@O +'e?Ǯ'u=͏˜'Q-v=ῸvCqGuZ[&DyUy]?x<!+X@$e@S+pσ}zJٮ[M)﮼zN~"_h/ +]OƆ1gʑ#1g0yVۇ-"?v6^)CC:m頗e
!<蓴ho븉)i2.,W+ƨa32gBpx9SN세\LR Gh\i*r"X fjfzCisd"u]}IATbE<Oj{! +[H([訕3庂Wy/V/}+x;/>ϊɦLlOp& +a:i +pw@F#p䔒,3>^Ȅ}zh,z7W8g:31TcjEDAt#4'KB=iw +hdD\OT*G"PKdGq0& +AqR|C{ `W[ILxLߵVBr +bj΅Ir>5tZ1ö +u܁`?j3,BC!I!wG̯ZdFK3|E1ٟ$_3}endstream endobj -827 0 obj << +830 0 obj << /Type /Page -/Contents 828 0 R -/Resources 826 0 R +/Contents 831 0 R +/Resources 829 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 799 0 R -/Annots [ 830 0 R ] +/Parent 802 0 R +/Annots [ 833 0 R ] >> endobj -825 0 obj << +818 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (/usr/home/buetow/svn/vs/trunk/LaTeX/images/core-time.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 831 0 R +/PTEX.InfoDict 834 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 283.00000000 176.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 832 0 R ->>/Font << /R8 833 0 R >> +/R7 835 0 R +>>/Font << /R8 836 0 R >> >> -/Length 834 0 R +/Length 837 0 R /Filter /FlateDecode >> stream @@ -6768,133 +6800,86 @@ xTMO1WSZ&p!Ⱥ ٶE~t_k\PҳwZdJpR _2Y[;^xvQn|uY2AINe#9I("v[XTcK} )yb0X6UpItߌ endobj -831 0 obj +834 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080809115815Z00'00') -/ModDate (D:20080809115815Z00'00') +/CreationDate (D:20080809181324Z00'00') +/ModDate (D:20080809181324Z00'00') >> endobj -832 0 obj +835 0 obj << /Type /ExtGState /OPM 1 >> endobj -833 0 obj +836 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -834 0 obj +837 0 obj 402 endobj -830 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [219.366 339.7137 233.8216 350.296] -/Subtype /Link -/A << /S /GoTo /D (figure.3.4) >> ->> endobj -829 0 obj << -/D [827 0 R /XYZ 74.4095 793.4011 null] ->> endobj -142 0 obj << -/D [827 0 R /XYZ 74.4095 464.2972 null] ->> endobj -146 0 obj << -/D [827 0 R /XYZ 74.4095 411.1132 null] ->> endobj -363 0 obj << -/D [827 0 R /XYZ 288.6243 155.0474 null] ->> endobj -826 0 obj << -/Font << /F61 259 0 R /F83 824 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im34 825 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -838 0 obj << -/Length 3134 -/Filter /FlateDecode ->> -stream -xڭZ[sۺ~ϯ4c -7 ZPZx&:43G`I*R=n -Z4Kܵ]`cY'^
7_1]Uvhַ;Kw.k mERc<q[2t$\Lpg9AuJ{9|oo7'pZjPMغ@@#$Wо7drM72&`eXRohlmZ@^۶2Bs,\ILa8c:dzdH+()KTY4<:x:;x:nY!]},+Yۣs6?k6,UN;#,''?^by5xG~f*'i)-%u, d=,:&1fN -yH~1>"rTGdgzs6(5mV̢$=uwEj#]thꞆPZDKY>pБzvSN s#v6
$C*GO0ͬ4eI㯅as$G:El=VV[F! -::&ׅ4%))p5uءgwvMNNjZuB/xw$>=6\5
Rf4ldϠ}juU^[*iKWK#x(BKZx9877I-iH<M5gD;wSNǯqfhi8'rB)H5Iv>*D|,'͉0wfOHЖmB&s,_셼CDLD -0˲y* 8y>Kzgk>8L֮~wIq"15k[WVůBff<uNe06m o\A^xhAl.S8n{زtPp<0:(hvۨGZ2t!rDa'
ťLTWa -P8OǹBSSc&O#63,$#WUk<
rW 'DSI'J({6Ŧ :;2sI3sX -'ޝnQCx_nJٻ VƿJ$Do*\1'"IAr?>+`p?
m8ya'I&4A/B'F&> X7gqh휷=#_@"h]}8Hᥢ^?YZ}LB}l "J!d_3-OvkG"pf"ѷ?Gg!{ -aWҧh`ԾC74!1scѡ$ -endobj -837 0 obj << -/Type /Page -/Contents 838 0 R -/Resources 836 0 R -/MediaBox [0 0 595.2757 841.8898] -/Parent 799 0 R -/Annots [ 840 0 R 841 0 R ] ->> endobj -840 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [131.707 756.7859 146.1626 767.3682] -/Subtype /Link -/A << /S /GoTo /D (figure.3.5) >> ->> endobj -841 0 obj << +833 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [465.0447 322.2806 479.5003 332.8629] +/Rect [465.0447 243.1787 479.5003 253.761] /Subtype /Link /A << /S /GoTo /D (table.2.2) >> >> endobj -839 0 obj << -/D [837 0 R /XYZ 74.4095 793.4011 null] +832 0 obj << +/D [830 0 R /XYZ 74.4095 793.4011 null] +>> endobj +364 0 obj << +/D [830 0 R /XYZ 288.6243 638.3638 null] >> endobj -836 0 obj << +829 0 obj << /Font << /F61 259 0 R /F28 209 0 R >> +/XObject << /Im34 818 0 R >> /ProcSet [ /PDF /Text ] >> endobj -844 0 obj << -/Length 2100 +840 0 obj << +/Length 2069 /Filter /FlateDecode >> stream -xڥXKsϯБ2 -3.e8CMbfYuyOsӲH<]qi%s]h{=k"NYdF4c)R$+=u*2IS&4IΓ\>ODAL#y)?ܙa[Cg9C"IXϲ1meƫu,2]@@<IY#gI Ϥ{ <?4h/;3ʴ$xݒ1\@1ya7O}^0Mh;g[WN* -Y|'eagۭ٢iGUd=44Ԁmq -/_4{n8Ok\T1tW>Pw/]3L]Xm hw_0 0K[GO;YbMci -<ϚG`hHNCuEJ{
Hzd -Ho7a= Si(ˠD(SS"ef0=$.B6+3x
ޟе\7Um:n]$S0rInLW<S7OnDO{\MU8|zT{_k
l[ݠJ7lpCet;alͱkfEHޠ߁-v5:Y+Ejzn[}Yy-u<E R:l4b
PO"+d/C<(FCC
Ӹ!,"ΡǮ'=̙|+Y/"5ꮧth.xʣ7lƷ<Qnk`g:rg!ij}"ўg[ℂwqyB;-\D4ݻzz =Uk?^<;7dp
-HY兴tԩ%)5|4^ip+Rtg:@,ʐ8ĺż#0ӚG"W*f#ig!}hkslYC?!GI~aP|Ksk,vM\o;ВiPЗsU@Ý?^CzmYD]O.h"gݷ
xߊWE" Qkwugh"+L>_eu5,c/9X$Eݺ(VO'o`X$/B$JDZ`;
k+|)?N{+NÜH猸pSo
$싘;dT^ʿq}GF[ +xڥ]s۸ݿBԌ'?N{Mk<`1EHwH"E'bbXi^E^*Xx]v79_~E,ӋTBov_
^2/Ŗ<y_9۹f\LIf߯n26aΘ6YH`YVL |*d4,8(u?2/W_N9,2*0s^,UƸ)R#43%]H~Z +zz6/S=ʲ`2sI2=[jPhŔȐ'^{l;7UIլB+2^yXDhHQj/M6R5T_ZQ ++&>nܧ"pYGk"NԏU' &F2avz`Dvq}D? +50!au'O+hIj.#` +"sD1'zߩvTCY R֞+9^t$.|=@hiŚ3ؒTݚV-Z2!nVn]dΔW,/ +4X=YWpoW^7Q +` v;,nFɚ!N5> Nht[m0EJgޡvW
Pw=xLn7 #vgxE=ߎR7P1eB[Kĸsz +Ē^žzo<Q' ^6RsiKCF
h44ݡ:1!岪̾"]Av h$tvmNoL(i,m(5x +}ڏ:j6 +CO=G:Q2NJ7~0=JmiyؐpnS|ڎ@I endobj -843 0 obj << +839 0 obj << /Type /Page -/Contents 844 0 R -/Resources 842 0 R +/Contents 840 0 R +/Resources 838 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 846 0 R +/Parent 802 0 R >> endobj -835 0 obj << +828 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (/usr/home/buetow/svn/vs/trunk/LaTeX/images/core.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 847 0 R +/PTEX.InfoDict 842 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 419.00000000 344.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 848 0 R ->>/Font << /R8 849 0 R >> +/R7 843 0 R +>>/Font << /R8 844 0 R >> >> -/Length 850 0 R +/Length 845 0 R /Filter /FlateDecode >> stream @@ -6903,178 +6888,170 @@ xWKFW-=y[ #ES8U\&||C5ayb)'RǤT8I_a}0;v,ϣr^쪠]}$u1eMp2sU,\cSl:ɥԨlomyVqb,52- ghۿ˭3 endobj -847 0 obj +842 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080809115815Z00'00') -/ModDate (D:20080809115815Z00'00') +/CreationDate (D:20080809181323Z00'00') +/ModDate (D:20080809181323Z00'00') >> endobj -848 0 obj +843 0 obj << /Type /ExtGState /OPM 1 >> endobj -849 0 obj +844 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -850 0 obj +845 0 obj 1031 endobj -845 0 obj << -/D [843 0 R /XYZ 74.4095 793.4011 null] +841 0 obj << +/D [839 0 R /XYZ 74.4095 793.4011 null] >> endobj -364 0 obj << -/D [843 0 R /XYZ 298.272 529.0443 null] +365 0 obj << +/D [839 0 R /XYZ 298.272 529.0443 null] >> endobj -842 0 obj << +838 0 obj << /Font << /F61 259 0 R /F28 209 0 R >> -/XObject << /Im35 835 0 R >> +/XObject << /Im35 828 0 R >> /ProcSet [ /PDF /Text ] >> endobj -854 0 obj << -/Length 1926 +849 0 obj << +/Length 2337 /Filter /FlateDecode >> stream -xڭXoefŇ(/ ۽wjdٕM{g8,%r.@0pgb*ΒYIp>[.]|fẌ́L0DCj$/8ޕٺ+m3_$:֛7_\'"fFk:a{ -3@4M<#eA D^͜Qs+SU&?!5 Ҭ-k痹AƶYEJvGw94d gGCrKAd%UǴWqf8mAsU {@lC,r{ICEbP/ןAGH)<ř4s7weGÕ-I#Ѯ5 - -B<|錃GX&RQ\m.<*g'+\ -}Ä`Fd8waʔ_aH
7{<[z$]ȅF}wΘR"h<mJ4wJ" -m
N6!ReFdE(cɫ#MX:G>@Wy+4JiV8gqGolIEeS -jX"~ёqwH! {KNkכ}˄32%Sri{U=O<<tAl}]_9V
({y48jO4_r(uU})[L)ljO -.cIb3? e
ɣ%-1Q[d-]%1*٠^Vc~G)7KAL&DLbA課5 -bd}0YB"Mtt\KZA\:ñR%;M`qS\߷$ʳ_o=xX -boBq#q>\\Akݦ'Q90JXx,?X6%eO}Ԙ -ѣ_-,(+-^s@<_:lRڜ*Yendstream +xڥY_s6У4'H +'rhQVHٵ/ "$tlK]M +왛Mr^ݡ*٫L316iG 8!
[Sp[+8%w8=#j-sm
Ϋbh.+sƻ[T^DB,\4ۧ+p<
zq/<d*\`,"1m&DE,RqꨝM5 xZT FX$!ƱdUE)`F&EY?aήe#`mcՔ Lfx{h]:L#(ܶQ`F$mlI< >iv[>NDfl@C]my03_9} گ@x꒒ix +߶$;CN1n&i,ei!kXєM`Ўx;=gI=+uyqB2VMQ >g0vpYצ Ya`FRd*ޟ1dy;-TӂP!{SC)Gn?TY"h +^`H8Iۀ +=RY"^A7`
iSI8KygW"Y4Kc4(tG^p,1/{]
{[fߌ~=hcBlYnb ٨NLSPt;aoq4o;q/U RxH⋑=|ɄE}&8KGضuX9;Qk@ p2 $"y~6P5":mtyS̔-&`$! jjbj@y3hR"ڂG*+=SH +9z
'R0`aS1\VOmH,W
iA0&d#X35ȫ/YH3XWn@uᓱ.*H T[ +d<4^\jWDA(צ4Y
Q<ּ[ByG6@(׀`c1fP$0<Y'8{h9/H@2"2O +[,}=Trp9|/ID:iuy+#F2N̠$P4ꤰwgbf'ˇu)鱠q} }yaX{ e7QeO&YqçD+#w endobj -853 0 obj << +848 0 obj << /Type /Page -/Contents 854 0 R -/Resources 852 0 R +/Contents 849 0 R +/Resources 847 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 846 0 R +/Parent 851 0 R >> endobj -855 0 obj << -/D [853 0 R /XYZ 74.4095 793.4011 null] +850 0 obj << +/D [848 0 R /XYZ 74.4095 793.4011 null] >> endobj -150 0 obj << -/D [853 0 R /XYZ 74.4095 584.9131 null] +146 0 obj << +/D [848 0 R /XYZ 74.4095 537.9506 null] >> endobj -852 0 obj << -/Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R /F83 824 0 R >> +847 0 obj << +/Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R /F83 825 0 R >> /ProcSet [ /PDF /Text ] >> endobj -859 0 obj << -/Length 1968 +855 0 obj << +/Length 1967 /Filter /FlateDecode >> stream xڝX[s۶~#ձPJuq3'/'灒`E$t.EvNf%ˇA<OrTV$/$'Ula/˞yy
O,+Qc"f "aCTyW/"dβrpwx5rbuzj=|aЯEƬ1U0M,g{ƥ\ -5$L+87Ӏ.X"$~ܷG/c]Ŝ5Y˭6_UYfe&GA]m\ʣOWǦCc?q,oW]=2/k.,ϸՒqF/Pjn4+_DfuN_gwioWoæ1Rd4P -Іeɹ[/r)
m~u:rJ3ArdS>q4ɂq1p͌4kQľ)̔K)r iXQ3D)YϦ2&#@LtSYu]SyOvCTyzP/l67mH*L.a
$Ye7ÅGˮjn[
9&^!b"!} -dV-cx -IFPo'fFOZYƭ7euL4&g>%zs#b;R.%b}W3#Jy>uTT[R9e9VP|kq -&x$ݵuIPqz+c&пS@(2qca6LDžhۀpeBR&r$9cv-]WqlOҘ %CY|t!ve#yC{ -2i`[H0rɢoO.;@(FL4eRDK\tbÿ18<+U{X-hiLZh>XJ^?Pց=R,E1Gla\
8rjt͊\"0fFoմKeg/%=h!jxngmTe2),3g5]\1ą?B?g -_ybKÉ -L68|ro#{Q.h -pP>nO Vչ^BC4^6q4E#6 -:h
-Uo]?K
-AP$->gfP'qQBg7vB}ԕ
\Ev&"kFO&+Jq<=W%,ԤBU0nWll2isa8l&a]nds˛Qb_}?Oрs0N^@sO>& q{0"?fmc -Mc}[5I NJޘ~rm^;ǟi59AMr(~ZzÔ+-Pf1bfVK/hj~>2~>chah)^
endstream -endobj -858 0 obj << +5$L+87Ӏ.X"VD?ۅң?`sbΚ,YV/ت,2#[.ƶi^lfcӡ]Kظw7wݫ.5rg\jɸB(f +7/"3E:a3a4귫aA)A2i\\ +dw
&e\D߬U!<=Hy
\@6$&ֈHԣeW5[-ῆa +JBX)&=y,T*g&vbĴ@\_R9Vڮ¨@<B0(<ZX<)H}HT \Rk3˸lgdWw|XlRJѥCZSjf$´C)ϧJ5jK +\6粶,JVjor#3Z$v0 +SW8;nzCOtyz}wYr>c,F0 +D6g̮j62}mI4d(ҟ].ҮbDZ"yh5^!Y&MqakF.Y ^WB>eHŨМ&LBhqkWN`>t'2b?{3bv]B0Ik'KKx:9G\`!ك(_:U3=<!Y.U͗.Y>Z̨VuԺ~<⥄-DSTwmL_f ⚙>Őe`;>fPqWиVPVa+OXpi8c]AA0/Q^md/MaAʚm !Vê:WVHsqHּfWb5hF LWD0'fUEx<-vSt.P:\Qy
iyPw4ABJ~Ze@ԻG>Z{&~.P~r;h<gJsa=!J@lXox#S}?ѮwDWd
i +endobj +854 0 obj << /Type /Page -/Contents 859 0 R -/Resources 857 0 R +/Contents 855 0 R +/Resources 853 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 846 0 R -/Annots [ 861 0 R ] +/Parent 851 0 R +/Annots [ 857 0 R ] >> endobj -851 0 obj << +846 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (/usr/home/buetow/svn/vs/trunk/LaTeX/images/protocols.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 862 0 R +/PTEX.InfoDict 858 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 472.00000000 312.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 863 0 R ->>/Font << /R8 864 0 R /R9 865 0 R >> +/R7 859 0 R +>>/Font << /R8 860 0 R /R9 861 0 R >> >> -/Length 866 0 R +/Length 862 0 R /Filter /FlateDecode >> stream xWMs0W-Hp`(M{6mRca<6z><u!c9~(rumv&cE[A;r<`8~ϗF`yr9eWدGv̾F]=#"c(SAZp&ET$X)s`\xw}8WUj>RT=pxW'!94FSg^PR!(@cن=BCICȓQwRt#CaVL&&>t۶S:n݈uU"!'/d/2,qe- T.UuC*Z\b:<)2|N<341QeLe+HF}Hqzխ"PvWpTP*
>Uj1Z#*cRy:l֟qQHe}XV"QD6Dtxz=FIxP!]Wv/J3Th$nbЮ1Z&le.)/nuh]:0*JCUNeIKV^0C2OfD{m$uwĢqYnk,)27SuB3D;V[Txޭg}`z'NǓ4%&qv'Z*aW8'F0` axNã%ꀏ.LtGB1H endobj -862 0 obj +858 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080809115814Z00'00') -/ModDate (D:20080809115814Z00'00') +/CreationDate (D:20080809181323Z00'00') +/ModDate (D:20080809181323Z00'00') >> endobj -863 0 obj +859 0 obj << /Type /ExtGState /OPM 1 >> endobj -864 0 obj +860 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -865 0 obj +861 0 obj << /BaseFont /Helvetica-Oblique /Type /Font /Subtype /Type1 >> endobj -866 0 obj +862 0 obj 954 endobj -861 0 obj << +857 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [134.2125 357.965 148.6681 368.5473] /Subtype /Link /A << /S /GoTo /D (figure.3.8) >> >> endobj -860 0 obj << -/D [858 0 R /XYZ 74.4095 793.4011 null] +856 0 obj << +/D [854 0 R /XYZ 74.4095 793.4011 null] +>> endobj +150 0 obj << +/D [854 0 R /XYZ 74.4095 771.7323 null] >> endobj 154 0 obj << -/D [858 0 R /XYZ 74.4095 771.7323 null] ->> endobj -158 0 obj << -/D [858 0 R /XYZ 74.4095 748.8303 null] +/D [854 0 R /XYZ 74.4095 748.8303 null] >> endobj -365 0 obj << -/D [858 0 R /XYZ 256.0589 466.8618 null] +366 0 obj << +/D [854 0 R /XYZ 256.0589 466.8618 null] >> endobj -857 0 obj << +853 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im36 851 0 R >> +/XObject << /Im36 846 0 R >> /ProcSet [ /PDF /Text ] >> endobj -869 0 obj << +865 0 obj << /Length 1570 /Filter /FlateDecode >> @@ -7087,16 +7064,16 @@ xڍXKo8W(1˧SiiQA,wCɒ8A8fo>R?i(6 f TRQ'r'JyRNNRi3QJRjbI-H7$:~^0<(i0{d9CUo.kB^ &٢;\ -_LE*d:o|#;,12\bN)$'"|xendstream +_LE*d:o|#;,12\bNIIND}xendstream endobj -868 0 obj << +864 0 obj << /Type /Page -/Contents 869 0 R -/Resources 867 0 R +/Contents 865 0 R +/Resources 863 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 846 0 R +/Parent 851 0 R >> endobj -856 0 obj << +852 0 obj << /Type /XObject /Subtype /Image /Width 400 @@ -7181,18 +7158,18 @@ OsL@6mڤj^y.+qRjx'G䬬Hײyh+WT?^"( Gš`ޑjQU?7
ei%WRCzW;ęRÐWxhcCxp@q(n<UIYFY,EQ>96vΜԶ+ G}g$&߬]̯|)ݱs״iĎ2տ+!!aԸKh^4Q)n "ofΚ79s~#..B5Sph_+!šh)pk3cF"0|\Y`w+7mh<;^+!(.Rn\HyXNzDJvÃ4{ĵp]oA%i87lGWVkV=K{.}/|_To~"]_߅'::gpO<C}I&L!ͥɽ"KiMk~ΦdQ3qmNz~єS_FCCV^1t㓿pxDc^ԢJ?Ĩ(k37Hnf5Mggd@Ŀ?-W:'O?:J~ߊ!"xhDpFV=&/$E[ѕ'LO|~gK#>(SxH;o=*x':ϧ^N!j*oMyX'O^zXw@5[X`-rk~)
UN
ԟ\nN\"Pm%$)s>ҫXD~7,SCl߅mU*zl?</YWjÖGKd_x2DMɽ"}=*anzk6(lA² [j?Z1sJ>n|?Misojo]"eӱGkūT9K`tժtCpٌ]"eӱGkū]Lg---<Z(^t.Ҳ£jUc[w0Kl:hZxut.Ҳ£jxxtl EQԀ(("("+F"()ȫ_PEQEQ*endstream endobj -870 0 obj << -/D [868 0 R /XYZ 74.4095 793.4011 null] +866 0 obj << +/D [864 0 R /XYZ 74.4095 793.4011 null] >> endobj -366 0 obj << -/D [868 0 R /XYZ 258.7823 478.2865 null] +367 0 obj << +/D [864 0 R /XYZ 258.7823 478.2865 null] >> endobj -867 0 obj << +863 0 obj << /Font << /F61 259 0 R /F28 209 0 R /F35 221 0 R >> -/XObject << /Im37 856 0 R >> +/XObject << /Im37 852 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -873 0 obj << +869 0 obj << /Length 2829 /Filter /FlateDecode >> @@ -7201,50 +7178,48 @@ xڥZ[۶~У4c! KS<35/6OO,4c\l>=.ru:kn`gcߟZ%@;ŀ8 rqBFShÉ#'"Tk8s+T]Tul B|AGKv K\$ O )[ohAp&:h6ZuسzuGjfMc8W=%DVv$hT@G{<Nv<! AF`ҳv9 ڟ6fu`zbh|i C[4)zK@GfZPȏ\C>ZBWZiIwHsG,M"L{o&k1+o\TS$TQՑ\]T:UUu2oy?|p{#6syLS)\քau(;.r#¯A --cHE.~Cp#h>NqhDžA*8FP H7 #n +-cHE.~Cp#h>NqhDžA*8FP H7 #n endobj -872 0 obj << +868 0 obj << /Type /Page -/Contents 873 0 R -/Resources 871 0 R +/Contents 869 0 R +/Resources 867 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 846 0 R +/Parent 851 0 R >> endobj -874 0 obj << -/D [872 0 R /XYZ 74.4095 793.4011 null] +870 0 obj << +/D [868 0 R /XYZ 74.4095 793.4011 null] >> endobj -871 0 obj << +867 0 obj << /Font << /F61 259 0 R /F35 221 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -877 0 obj << -/Length 2394 +873 0 obj << +/Length 2395 /Filter /FlateDecode >> stream -xڭZ[o~_GY&Q6EAX,{N~Dȸ(Ԉ%^%($pjz/6[kuJ㘭ZX=,6[5E-M.u鹐'Y6<o/9c2#dń̔x$!ݔ(_aRΉS`T:35'A MQ#yېh]{tQD?e]QM3yVC#|GkqS_;#Q1zh48/L4*4 XfA:|=c:\16a>>YR0!mwyŇsDY$iD$:V>YDjOuDuLbQz_TO^R쩹Ȣ0ۮ͏YWețk+U8\,ċe: -9Niۛk<@qZVٚWهگua]`;.F!'GP=$ ڱ5_1zSjU} !W6+p+e>tj75zv?N,Ks? MS9\iєf -2麭>ʃET0lZmL!bFw59OPl/4Viƫ4B=PƎg*\K{Tź
Z ])3d;(K5ȳ}A -fD@*Bƺ0H zka,17um8SО:`9e&ɸmGϐQs -}+7JS=)T&BcvyYnl|Av~!$S'3MS$:&o`ԊUţT|klU7C+v] D(<$:?u_7nMMX:LZ2 -Gq ʸV(ә2(3@h2T`;vc]ov>U/kOq*-n w_ب:C.Bu_;
6+\uJfԔ -Pendstream +xڭZ]o}_GYR$%@fw~aѤ{6}m6V#K%ޛ_")Q_d\EdjCP"+*aaWpAjzWp}ۭ5]LV)qV"QF9odFIhornOυ<ɲy%|})7}#8^7Xbx8µ(I+B<RsLMd<H :[MPuƆϗ&"{VY<滢+3yV5/EkqS_;!#Q1zh48/L44IG5C.ᢎWao3M0DCdroYe .I$ G+,H'q@:&C/]V'aX'{j.(̯Ƕk.?)n.EUYk*aZyxBxQ;^&PI)1W2RTO!?#2Eĵa͂dP{2ƨdHg YjtˬÐ%p躊e68G`ña͂lP{6ƨl^);=W}0 !1JIDa5C$@cʚTQrQ3GWg1;Kd)֡fҗṉQg͂P{ƨԹ~rY-q7 a{t[>Gu3lIy駆 *CMgƋQ3Af:F|q,ycE 6 + #;p|#8\+xYP<>^<cxhf4YtϘ.fl[RSi$CJSd46P6ID!$6q)ƿo@
O6,(j/1l\
O6"}sre0ʤ${r +y8,Dn:O +,tWJ)/Ile;PJ?c2D
dqkd܇3>F]`ETL<*;A(Y1Đh9YT~/S{"lm:Z;2635}D ʉAA,2sUU0C}t PNrg7օA1̮\ώDѼ)ksȠ)@{gLqێXֿGU"q)+MSEil4Gwcc/Lڴx3P
$:d4IbNTNоUqS+VRϲ9Vtu<dFO>ȐE~)|u7y6a0=/j)ǁ(ZyLg2^.LP +Oendstream endobj -876 0 obj << +872 0 obj << /Type /Page -/Contents 877 0 R -/Resources 875 0 R +/Contents 873 0 R +/Resources 871 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 846 0 R +/Parent 851 0 R >> endobj -878 0 obj << -/D [876 0 R /XYZ 74.4095 793.4011 null] +874 0 obj << +/D [872 0 R /XYZ 74.4095 793.4011 null] >> endobj -875 0 obj << +871 0 obj << /Font << /F61 259 0 R /F35 221 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -881 0 obj << +877 0 obj << /Length 2083 /Filter /FlateDecode >> @@ -7255,29 +7230,29 @@ yPr9<@yq09
yx ۘݺHR:1jc"Ƹ1zc>WclmMUeksw= G+}|FQ%y2vjD-%rm~uXזq 419dEJ=ـ6AΙ"I7|SRۼIRq3O ,B;h{6fi<Ŕi楕hmfaܬٝTgoqQbq "SEA카ʕ)j$#9edM[@BoS}784+:] -
=VF -TIҾ'm.Rc ;P
Y D%- -qE=o5Nm \\(jWd ZG^=Eenh:Eۯ Д-i+<&"Y7.Ŋ]zC,WhCփ.IlR
F;vBK&CXVnQRSd{%ċrd/`Aӓ7$iC -Jo۽m5IE"OӨmH Vg[u;>endstream +
=VF +wd2⊂ii>:|Md"Rkf
U嚫4?u̪zkYj"4Q39gpa
mLf4jm6n6:T8PQ=V7;WR]Km_q"faS@H(̑cpw9,劀%ܓ}qOێ]v@"@(JZ|S mRc;&b9Ğ4*-͓M~&'-Df蟖(}G7{]mþnc}TĘS:1
`>)TXt_}|*W`'09G!E^+;Ę4yQ$vDA ;vD{><L54R7k/AJՉPԮ@
ȋ%z8ˊݚuF&_AK١)[&WbyLWD> +o\K%O:%X=4І̭5]Xp}C=w ,LܱLݾ=L1^K +^'oH҆ endobj -880 0 obj << +876 0 obj << /Type /Page -/Contents 881 0 R -/Resources 879 0 R +/Contents 877 0 R +/Resources 875 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 883 0 R +/Parent 851 0 R >> endobj -882 0 obj << -/D [880 0 R /XYZ 74.4095 793.4011 null] +878 0 obj << +/D [876 0 R /XYZ 74.4095 793.4011 null] >> endobj -162 0 obj << -/D [880 0 R /XYZ 74.4095 357.4533 null] +158 0 obj << +/D [876 0 R /XYZ 74.4095 357.4533 null] >> endobj -879 0 obj << +875 0 obj << /Font << /F61 259 0 R /F35 221 0 R /F28 209 0 R /F26 206 0 R >> /ProcSet [ /PDF /Text ] >> endobj -886 0 obj << +881 0 obj << /Length 1599 /Filter /FlateDecode >> @@ -7290,34 +7265,34 @@ xڵXYo6~ϯd1Ktmnb6JtҦH*Es|6((D,L .q#!iU7$H\CгIp7k-$s2b'#2aqDuBXyb n2 Q|nb4&"UtbqQ&y
:MHrD@wvAr [D ηݮ+]jI Cm)d;.ܸ뙏ۺyuVhB}P(J}1_31U>StiT_@QB%P}FAUr]M6檛{Dn=ˆ}_զpr7rɜW}TڳmexlcD1Nc- L-}G%PҳĶZo0a+(pt|08ԗÑd xtSuY_UK"JY2-e -(dI.@fauX <?ELaZ)/f ]`ߺXjtro!Uww +(dI.@fauX <?ELaZ)/f ]`ߺXjtro!Uww endobj -885 0 obj << +880 0 obj << /Type /Page -/Contents 886 0 R -/Resources 884 0 R +/Contents 881 0 R +/Resources 879 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 883 0 R -/Annots [ 889 0 R ] +/Parent 885 0 R +/Annots [ 884 0 R ] >> endobj -889 0 obj << +884 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [484.3906 388.0752 498.8462 398.6575] /Subtype /Link /A << /S /GoTo /D (figure.3.7) >> >> endobj -887 0 obj << -/D [885 0 R /XYZ 74.4095 793.4011 null] +882 0 obj << +/D [880 0 R /XYZ 74.4095 793.4011 null] >> endobj -888 0 obj << -/D [885 0 R /XYZ 74.4095 475.8821 null] +883 0 obj << +/D [880 0 R /XYZ 74.4095 475.8821 null] >> endobj -884 0 obj << -/Font << /F61 259 0 R /F83 824 0 R /F26 206 0 R /F28 209 0 R >> +879 0 obj << +/Font << /F61 259 0 R /F83 825 0 R /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -892 0 obj << +888 0 obj << /Length 1829 /Filter /FlateDecode >> @@ -7329,77 +7304,83 @@ xѕܡWO~ [925۞ l.]0n֯I*8C4$ց2R72~G[P 9qFc0 -XN,6c=#Dy7,HoXBt>//Fw. ~x}2j&~.~zpֺڼ@wB080|~|y9~W%uH+YjdD._fnОendstream +XN,6c=#Dy7,HoXBt>//Fw. ~x}2j&~.~zpֺڼ@wB080|~|y9~W%uH+YjdD._oiendstream endobj -891 0 obj << +887 0 obj << /Type /Page -/Contents 892 0 R -/Resources 890 0 R +/Contents 888 0 R +/Resources 886 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 883 0 R +/Parent 885 0 R >> endobj -893 0 obj << -/D [891 0 R /XYZ 74.4095 793.4011 null] +889 0 obj << +/D [887 0 R /XYZ 74.4095 793.4011 null] >> endobj -890 0 obj << -/Font << /F61 259 0 R /F83 824 0 R /F28 209 0 R >> +886 0 obj << +/Font << /F61 259 0 R /F83 825 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -896 0 obj << -/Length 1369 +892 0 obj << +/Length 1368 /Filter /FlateDecode >> stream -xڵXYo6~_IfY^yH -q,[u}/pX)D&3"$<sl;=mt7ա<cHP~T֫wәԕ'>4n[p=S\eNKͥ.5_+?֗17/7ԁNҬ1xe)^,ܘAN}ZWzٗ_r>ɸd*X鶫p&i2O9aCPE+^_0egLvhV?k*mŕYL)NQn*T,
VQ]6S -x_v6I;0 -#~lx1䟾\:XWE}֕L]),=wSD0v`dlg$p 7ٴ!wL+m}ꎎT -}%ÉAdtځ9{P0A}CusC17B Pץ.%fC$>y8ѪS00==ggeAxAGUe#BQvxXendstream +xڵXYoF~ׯ`$voCH +R!e#5q$J! k >[jQc6yGX/.f`DD͉Dp%L<zژocyƐ34kwٓggs )@mӶ,,?;x*T?l]lQkoN =~ֽcn^Gnei"0]wic sƳX$1G /̪/M~yqq~U>]Wah69aCPEk^g9aOW1=uCŴ2}g_32.rF2meg*fF|Q1B coP])A +$8;f/MߖtHKJ iۓġ*!lCwT>]D ~~r`|~` d/?euFу;N$]ra2Ab>!Bv#V
yG]v"wظc:~_̃~3=`;:Ƙ3{ +B!G**f胀Onjfe"ƂU~%eeG!ԓ)|aCd"'cҶ{n[9 +<)א8m +?];i\ç@W&7L<.f`xlo]']E,b+P*Yrݚh]o{j=v>;Wʢu` +n^NAdlo$Gp7ٴ!Lk|NT +}%CﯙPusvJajcKSOO؇ʩI}zx +WeodNa41,0AxIGItr!);?Xendstream endobj -895 0 obj << +891 0 obj << /Type /Page -/Contents 896 0 R -/Resources 894 0 R +/Contents 892 0 R +/Resources 890 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 883 0 R +/Parent 885 0 R >> endobj -897 0 obj << -/D [895 0 R /XYZ 74.4095 793.4011 null] ->> endobj -898 0 obj << -/D [895 0 R /XYZ 74.4095 336.0153 null] +893 0 obj << +/D [891 0 R /XYZ 74.4095 793.4011 null] >> endobj 894 0 obj << -/Font << /F61 259 0 R /F83 824 0 R /F28 209 0 R /F26 206 0 R >> +/D [891 0 R /XYZ 74.4095 336.0153 null] +>> endobj +890 0 obj << +/Font << /F61 259 0 R /F83 825 0 R /F28 209 0 R /F26 206 0 R >> /ProcSet [ /PDF /Text ] >> endobj -901 0 obj << -/Length 1431 +897 0 obj << +/Length 1432 /Filter /FlateDecode >> stream xڵXKs6Wprf"o`ikgI#O{s)H☢T>i:@%˩Ab-"I$MT%Ƃl5~t觟5bh-y"<s>)š ㉢4<ˍc6YM50bb_qJbӜRtLxL1J53Q"XwA KF&$ö[4M
d RP"`$4a%0%(/eLDo<-j1R`4TV}xJEsA$?GŨ}6@Qub:DDҞϱ)KbZ3YHL1Wa4yi۴WcFt٦ZEceڼtTvW뵷kXY_Mjo4ϖj,\-<Kf[-]FcE$ ,rf1@ ÓΖp+!"S.<0smJS(jǟa"qjJHHӺݰRS0þ&zw^&-_9>Ɯ7o_3XA-,H<q9!@
.V 0sA/L H/Md\d
[}h8s]Dc0+t<SnKɿKi`5b<*ҫlD1\DX<ޓLX P! I\^ڴu>sԺ+tkO&1`V\ϝ蒅iǕyݧ$;1,n_wf`ћ w'͋RS)jIe
lY! -"5Yv8C@I|W\@0|#8+LuAuQ)ba/K0kci;q:pYP<~ ,Jw_s710N;#5gĦmVИ|_?pϗj){pȅ)#|#>"MhK%[l]> ,nOnZμ^D
Ow@ax.k'NFn<gCendstream +"5Yv8G +'Xa꭛
J¿O1S|YYkH۹Ӂb|
$aQBWw舁qtߩui?#6g}mtƧ._s|T[L +%jhPl04ڿC#,pY;)t2dCendstream endobj -900 0 obj << +896 0 obj << /Type /Page -/Contents 901 0 R -/Resources 899 0 R +/Contents 897 0 R +/Resources 895 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 883 0 R +/Parent 885 0 R >> endobj -902 0 obj << -/D [900 0 R /XYZ 74.4095 793.4011 null] +898 0 obj << +/D [896 0 R /XYZ 74.4095 793.4011 null] >> endobj -166 0 obj << -/D [900 0 R /XYZ 74.4095 221.4355 null] +162 0 obj << +/D [896 0 R /XYZ 74.4095 221.4355 null] >> endobj -899 0 obj << -/Font << /F61 259 0 R /F83 824 0 R /F28 209 0 R /F26 206 0 R >> +895 0 obj << +/Font << /F61 259 0 R /F83 825 0 R /F28 209 0 R /F26 206 0 R >> /ProcSet [ /PDF /Text ] >> endobj -906 0 obj << +902 0 obj << /Length 2732 /Filter /FlateDecode >> @@ -7413,81 +7394,81 @@ zP%j״){`JhXLj$YS φ:rDOxc3r7g^5MKPrzz ʍ%x]S$rСJo_ j*`P!$=K J[~J!?CT4j ؙ.aei_ޟʗ.&sFxK'"inëD<kUu*TdxӺcڼz2?dXh
pkc#ܬr?UL =dHD8 -+v4컴('T҇~=DQXi(^|iN-h~
|sMTflSG9uU=.Ohq~T@uЕ#_4b
'`iK/=lN)Ңâ -a!wTk&b\OhZIFB71[_72Lc/ -I8^.zj2ZZz79ʟr'(xIؑi[hbqkpD"da3]?yfDHDhsb7m\r[$eQJ)O;҆Oڀ4㌌&Ew9N -Iĺ(`WJ0 -+s5Íy&" -v
Sw!B3 ++v4컴('T҇~=DQXi(^|iN-h~
|sMTflSG9uU=.Ohq~T@uЕ#_4b
'`iK/=lN)Ңâ +<3RF"$[@WQ4P9@H6.-^MiCwjm@qF"ƻ? +JB@ţo@fź]2!_}#P҇tɼ8p"]G$bSZo+}Og +G2am@(Il3"6'#7N|Q{Ʉ'G0-hʶG8fo-U} 6҃fn` +hωQ͚uwƼh>gM$63z*^/^>biT{Őw8,:gF +]W۹ =oL//ۇS,aiϯphUe9bKZX(iqEsC#rTfxܩDϘ}&(Lɦԝ4uKZT">"R~&=P&Fv_VgE3
Tf\ endobj -905 0 obj << +901 0 obj << /Type /Page -/Contents 906 0 R -/Resources 904 0 R +/Contents 902 0 R +/Resources 900 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 883 0 R -/Annots [ 915 0 R 916 0 R 917 0 R 918 0 R ] +/Parent 885 0 R +/Annots [ 911 0 R 912 0 R 913 0 R 914 0 R ] >> endobj -915 0 obj << +911 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [265.8494 326.1609 280.305 336.7432] /Subtype /Link /A << /S /GoTo /D (figure.3.8) >> >> endobj -916 0 obj << +912 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [448.8126 243.1787 463.2682 253.761] /Subtype /Link /A << /S /GoTo /D (figure.2.1) >> >> endobj -917 0 obj << +913 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [361.8513 207.3242 376.3069 217.9065] /Subtype /Link /A << /S /GoTo /D (figure.2.3) >> >> endobj -918 0 obj << +914 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [504.4211 153.5425 518.8767 164.1248] /Subtype /Link /A << /S /GoTo /D (figure.2.5) >> >> endobj -907 0 obj << -/D [905 0 R /XYZ 74.4095 793.4011 null] +903 0 obj << +/D [901 0 R /XYZ 74.4095 793.4011 null] >> endobj -908 0 obj << -/D [905 0 R /XYZ 74.4095 771.7323 null] +904 0 obj << +/D [901 0 R /XYZ 74.4095 771.7323 null] >> endobj -909 0 obj << -/D [905 0 R /XYZ 74.4095 757.8898 null] +905 0 obj << +/D [901 0 R /XYZ 74.4095 757.8898 null] >> endobj -910 0 obj << -/D [905 0 R /XYZ 74.4095 728.6893 null] +906 0 obj << +/D [901 0 R /XYZ 74.4095 728.6893 null] >> endobj -911 0 obj << -/D [905 0 R /XYZ 74.4095 681.5616 null] +907 0 obj << +/D [901 0 R /XYZ 74.4095 681.5616 null] >> endobj -912 0 obj << -/D [905 0 R /XYZ 74.4095 654.0646 null] +908 0 obj << +/D [901 0 R /XYZ 74.4095 654.0646 null] >> endobj -913 0 obj << -/D [905 0 R /XYZ 74.4095 521.4354 null] +909 0 obj << +/D [901 0 R /XYZ 74.4095 521.4354 null] >> endobj -914 0 obj << -/D [905 0 R /XYZ 74.4095 454.3855 null] +910 0 obj << +/D [901 0 R /XYZ 74.4095 454.3855 null] >> endobj -170 0 obj << -/D [905 0 R /XYZ 74.4095 406.2501 null] +166 0 obj << +/D [901 0 R /XYZ 74.4095 406.2501 null] >> endobj -904 0 obj << -/Font << /F61 259 0 R /F28 209 0 R /F35 221 0 R /F83 824 0 R /F26 206 0 R >> +900 0 obj << +/Font << /F61 259 0 R /F28 209 0 R /F35 221 0 R /F83 825 0 R /F26 206 0 R >> /ProcSet [ /PDF /Text ] >> endobj -921 0 obj << +917 0 obj << /Length 2119 /Filter /FlateDecode >> @@ -7501,32 +7482,32 @@ J}Khv:?B]8b̧q*I2Q@\
<LJ.QR6As~a<Ws͍Xxz SL1YCY7gXfRx.;{ -\w*Y ?~&/}FFԏ4';r[ -i)q8Iq6/ت )pjCO9GogS6̝) +i)q8Iq6/ت )pjCO9GogS6̝) endobj -920 0 obj << +916 0 obj << /Type /Page -/Contents 921 0 R -/Resources 919 0 R +/Contents 917 0 R +/Resources 915 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 925 0 R -/Annots [ 923 0 R 924 0 R ] +/Parent 885 0 R +/Annots [ 919 0 R 920 0 R ] >> endobj -903 0 obj << +899 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (/usr/home/buetow/svn/vs/trunk/LaTeX/images/simulator.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 926 0 R +/PTEX.InfoDict 921 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 443.00000000 256.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 927 0 R ->>/Font << /R8 928 0 R >> +/R7 922 0 R +>>/Font << /R8 923 0 R >> >> -/Length 929 0 R +/Length 924 0 R /Filter /FlateDecode >> stream @@ -7535,193 +7516,283 @@ a,5#\FEvFA;r?]W{;MLI,AԈ"yɗ/P$mDAw.) y x2Sta3 )N#;=&?<BVj=A endobj -926 0 obj +921 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080809115813Z00'00') -/ModDate (D:20080809115813Z00'00') +/CreationDate (D:20080809181322Z00'00') +/ModDate (D:20080809181322Z00'00') >> endobj -927 0 obj +922 0 obj << /Type /ExtGState /OPM 1 >> endobj -928 0 obj +923 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -929 0 obj +924 0 obj 979 endobj -923 0 obj << +919 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [272.4759 388.9127 286.9314 399.495] /Subtype /Link /A << /S /GoTo /D (figure.2.4) >> >> endobj -924 0 obj << +920 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [433.3684 271.2276 447.824 281.8099] /Subtype /Link /A << /S /GoTo /D (figure.2.8) >> >> endobj -922 0 obj << -/D [920 0 R /XYZ 74.4095 793.4011 null] +918 0 obj << +/D [916 0 R /XYZ 74.4095 793.4011 null] >> endobj -367 0 obj << -/D [920 0 R /XYZ 288.445 581.5827 null] +368 0 obj << +/D [916 0 R /XYZ 288.445 581.5827 null] >> endobj -919 0 obj << +915 0 obj << /Font << /F61 259 0 R /F28 209 0 R >> -/XObject << /Im38 903 0 R >> +/XObject << /Im38 899 0 R >> /ProcSet [ /PDF /Text ] >> endobj -933 0 obj << -/Length 1911 +929 0 obj << +/Length 1586 /Filter /FlateDecode >> stream -xڕXKs6WHX&rsjuN2!5:$wx"EJrۅ,?<XTl~ h}w> -<K3B9" CﲿOKb 2(/xGۗBoir]G;}]%B˘@9[Hd_z%u.1)WHJIKRWyZ5Xo
w.}8*X9]6yi9m@*f=)olҋw.IlqeGWuHyN+hU4њ;li<.N'{>Qߙ]kZJMF?fq@HCsl4+a)Z*D(K32f}9ܾ+@1x"t,Y";c3Lj`q$Ip -e9-f_8`>یjz A<wM^^l`'0NC㫕*/ r@n*/#C|Vmfk/b7G㐍 P##(EDuRԎN>uik5 -2 -i-`3(Wf! -XC4Us2i!H:̉)ŏtbqS3QtCp*[tQ;1_X:``67 -UL -k6(l-Lӵk)hfOEڇJzN_Nra͟[7nF }UG f αIkN@jUsU#(QT_C|pRt/OT>9\_:e*v3Ro 'ݭ7/02}JN;SZ8z}[Q^U:Ƥ$mg}~?̥l5S72g
XN50N(LK_'v.'vi@'K+S\&CD1N\Iی52j3k.vcs +xڕXKs6WHD0&rsIL`5I9|. EJNfb/F D$FFp (n˳$o/
^x9~w}vA(%F)]EKRFwJ_ǼbtsX$/sOcaK[K*,|z8_J+"B*-%Jz,=㒦Ds&(#R|phwuy;ýK<~\%qWdmlN"&#)46?8zp剈/Mb[{CVUHټ
|:<`ˬnjm~{3Zo3w'lml"w,dÒjbXULֶ"HX?zT!įk.*syv6Uڶ +[p6XD>A߫}pYw{s%Sgw +!2݊JPKX +
|s\_f +B]L5 ud1b~cjMԓ?F
{M ɁcػAԹn.I9yB(okshwE[H rjz`4H%? umSqa%A|MJeoeD߾CC:X +\0%\{,qh}5Tw8#iGfo@aFӔ/Rc)vB61PmOw:?h4q^ieJ1Շ1θ A
֍`2( +T4
bE[WOyY~)+-v|n<
*\ݍ_{Fhb`Jy'WS<h=$"^eHUHM|Ë%#CaCyߜ-g8AssK0C?y}` +}1 &\I}^z A=sY1uﶻ'&0mj%m S0ʼu{_lC07sfʊ0u$75aFώQz|ԋU#MI"{ݟnFs6#J3H9oy1GN<gendstream endobj -932 0 obj << +928 0 obj << /Type /Page -/Contents 933 0 R -/Resources 931 0 R +/Contents 929 0 R +/Resources 927 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 925 0 R -/Annots [ 936 0 R 937 0 R ] +/Parent 934 0 R +/Annots [ 932 0 R 933 0 R ] >> endobj -930 0 obj << +925 0 obj << /Type /XObject /Subtype /Form /FormType 1 -/PTEX.FileName (/usr/home/buetow/svn/vs/trunk/LaTeX/images/utils.pdf) +/PTEX.FileName (/usr/home/buetow/svn/vs/trunk/LaTeX/images/serialize.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 938 0 R +/PTEX.InfoDict 935 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] -/BBox [0.00000000 0.00000000 408.00000000 192.00000000] +/BBox [0.00000000 0.00000000 475.00000000 318.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 939 0 R ->>/Font << /R8 940 0 R >> +/R7 936 0 R +>>/Font << /R8 937 0 R /R9 938 0 R >> >> -/Length 941 0 R +/Length 939 0 R /Filter /FlateDecode >> stream -xWKs0W -۾=><y1D -jPZn>&@խFiZj78SS[Fe=IqlF" df>M7Ka>R|QHFuS$Lj 6df "u! pZ|+tϛN)M5T+pK؉fUgu,?m@-ĨPjiZ8CXZ+BL=q7^L] ->I]Ϫ -"g<KuNWIYC7݇>RZ$uG7YA,3ȅpjo0fL7r_9Π0>c`'dEt8.'bs9iw}uN!<'E)"h -""J$2i +xWmO0_oib8Ʉ6M&1H؇PRִLگ;UiҘ'=<3~"ǏU*O08Zrs2=_eWߦw%>Hyy@WllVxGUV2wٷ)AY +,>~@ހUS-'^!5NE#ڠbq*Dh vtdm{"[ +$SXX:AA<p +HPΫ
u:_1iiRw)KHU:OX< 9Zu]UYYV2Lg^IWzTA_E1W|o}#B(e:oԕp`8O_U֣&=iJ"5\]7wqw8L +<g; zp endobj -938 0 obj +935 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080809115814Z00'00') -/ModDate (D:20080809115814Z00'00') +/CreationDate (D:20080809181324Z00'00') +/ModDate (D:20080809181324Z00'00') >> endobj -939 0 obj +936 0 obj << /Type /ExtGState /OPM 1 >> endobj -940 0 obj +937 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -941 0 obj -842 +938 0 obj +<< +/BaseFont /Helvetica-Oblique +/Type /Font +/Subtype /Type1 +>> endobj -936 0 obj << +939 0 obj +1004 +endobj +932 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [319.9075 575.7563 334.3631 586.3386] +/Rect [316.584 239.4444 336.0248 250.0266] /Subtype /Link -/A << /S /GoTo /D (figure.3.9) >> +/A << /S /GoTo /D (figure.3.10) >> >> endobj -937 0 obj << +933 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.7983 575.7563 473.2392 586.3386] +/Rect [454.1307 239.4444 473.5715 250.0266] /Subtype /Link -/A << /S /GoTo /D (figure.3.10) >> +/A << /S /GoTo /D (figure.3.11) >> >> endobj -934 0 obj << -/D [932 0 R /XYZ 74.4095 793.4011 null] +930 0 obj << +/D [928 0 R /XYZ 74.4095 793.4011 null] >> endobj -174 0 obj << -/D [932 0 R /XYZ 74.4095 771.7323 null] +170 0 obj << +/D [928 0 R /XYZ 74.4095 771.7323 null] >> endobj -935 0 obj << -/D [932 0 R /XYZ 74.4095 651.2164 null] +369 0 obj << +/D [928 0 R /XYZ 290.552 392.1881 null] >> endobj -178 0 obj << -/D [932 0 R /XYZ 74.4095 651.2164 null] +931 0 obj << +/D [928 0 R /XYZ 74.4095 317.5842 null] >> endobj -368 0 obj << -/D [932 0 R /XYZ 298.9871 387.1429 null] +174 0 obj << +/D [928 0 R /XYZ 74.4095 317.5842 null] >> endobj -931 0 obj << +927 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F35 221 0 R >> -/XObject << /Im39 930 0 R >> +/XObject << /Im39 925 0 R >> /ProcSet [ /PDF /Text ] >> endobj -945 0 obj << -/Length 2132 +943 0 obj << +/Length 2186 +/Filter /FlateDecode +>> +stream +xڕYs6_GjDAdI^{|K<S*PrA()7rwPьÿhH&yfI&`E;>[G7raRi-gϳX(q_+5)a`Pq/n7lLf7#{*,:>cL*8bZɐ q)Sd9,RL%_un7ᄐ}Y(TNYzdq,$$s,u|
{G<X]qLd6rd`̱44}nɄsɃe4hV`"Ҩ_7Ei՜eYN{T3B +oq8&ʲɓ{+wjTb4=X*E:lxG% gCyGZ;c#E\0
@k}^\`07=UH9GP)hև8U$bʆYǢ^Wos[S_!,}7(.;S +,D2? =?L擀oK^U04]L3^ +]oF1
X͆%R+|yYBݤ
.#'C·]Mu͚--xBVu %"&gk.٣Xoy0}PY_9l
Ui D;cD^FS-iD'_ҿ +YЉv꾕ۇkZ?i]<bSθyp۳]YGZ=֔S3d<Ht Q?"DjH:4$inz牄@p!.` ,x٬-u]?B +j|ݶ+\/k 5;ӌe״{uJv{us7<tdSa+5!<ۨPBk:FHM 1VeG|pdC8X&4bmK/:mdf_DZvDp@~XA3BO? +f<+A3bE)?yalendstream +endobj +942 0 obj << +/Type /Page +/Contents 943 0 R +/Resources 941 0 R +/MediaBox [0 0 595.2757 841.8898] +/Parent 934 0 R +>> endobj +926 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (/usr/home/buetow/svn/vs/trunk/LaTeX/images/utils.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 945 0 R +/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +/BBox [0.00000000 0.00000000 408.00000000 192.00000000] +/Resources << +/ProcSet [ /PDF /Text ] +/ExtGState << +/R7 946 0 R +>>/Font << /R8 947 0 R >> +>> +/Length 948 0 R /Filter /FlateDecode >> stream -xڕX[s۶~#5!ą%N4uL@Ċ"U<.(K. ULEyr{+8r;)d,OzW\^׳HP<DjM_n6q84>]\ݍc,ISV8I,2r0)Yb4I,c6eJfȆ&G<}d20]zch*u(
joeЃFU~$eBJ R͟Bt{?ׅ -${eamEf {f"ۆdjd,wl;ow3.0ǜEM/]7Ӱڒ*_XiB72Ixj0Y(gV=;+%x=3#ك6RYR̿DYYiz;|zES]H_ŻLFa7106(o;G+>\8~%&L/z-^9s#m*ĭCnx&q; -ZD^rnJ(@K'n7E=PޒE!xt`ϴhquc!hЦ?k3\O^g{/IC3؞JYxAM>T,J %H0!/Hʹ !vH$.״(XE12r>Qײ\?-*5!t \q^jj7}=CN< -GѨsП_/ -4OCD7g#kԔcp'dZA,w_"=0ǘa i<)rF.elNXSz?!LZ>b.6>\U@$"v5Zffoˬapi{֚'Е;ץ>OtnU"
?ҵ఼vu-xBaP{)S*FXݶC~εs{R*uϼL +xWKs0W +۾=><y1D +jPZn>&@խFiZj78SS[Fe=IqlF" df>M7Ka>R|QHFuS$Lj 6df "u! pZ|+tϛN)M5T+pK؉fUgu,?m@-ĨPjiZ8CXZ+BL=q7^L] +>I]Ϫ +"g<KuNWIYC7݇>RZ$uG7YA,3ȅpjo0fL7r_9Π0>c`'dEt8.'bs9iw}uN!<'E)"h +""J$2i +endobj +945 0 obj +<< +/Producer (GPL Ghostscript 8.61) +/CreationDate (D:20080809181323Z00'00') +/ModDate (D:20080809181323Z00'00') +>> +endobj +946 0 obj +<< +/Type /ExtGState +/OPM 1 +>> +endobj +947 0 obj +<< +/BaseFont /Helvetica +/Type /Font +/Subtype /Type1 +>> +endobj +948 0 obj +842 endobj 944 0 obj << +/D [942 0 R /XYZ 74.4095 793.4011 null] +>> endobj +370 0 obj << +/D [942 0 R /XYZ 301.4797 615.025 null] +>> endobj +941 0 obj << +/Font << /F61 259 0 R /F28 209 0 R /F35 221 0 R >> +/XObject << /Im40 926 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +951 0 obj << +/Length 2066 +/Filter /FlateDecode +>> +stream +xڍYKo8Wh1G$EZ`i{gvuN ی_ŗ$Kb}U~pG( + `_܅~nbʛ统>qpoApկ9S2_oH,V7,Ws.YL
fKy\ ɏEE`Ĺ^c:1b<2k!(֗am7{_I x5M` IabD]Z5]1Fz0c"裌ZKƌV<5i}MTڒADQ5~MigUe34BRIH`B]$lj!h("dxtD(e]`cXl"ֻuZuDT,#1Y5]B[jtE]Q[R_6}پ5$fsd*s?PȬQ^+<sgKj;DV}Ђ3E'cygiO҄|dJ!) +䵖Gi?-ʍ$DjA +?|fiՖEmNsC$άQF6kAE|Pmơ{s>dnb֜˽ڢP;Qo#(JMd6У xKi_dy̳+=۞F2M3|} ]`5ǀW[d`c`z>G(.k]ͦNR";T߲"dHnlvAvP=.O4ez*4`I
h]AzKqq!m+康.t2٪s3)x;yu3҂R-[pwx+0n+.e{-(*i/e[,kfկf; |Efϣ(w3 hB}kdGmvP +ee{0<6[dmR'n\9NLش+l7۫6u'/p^m9Ԏ!
tB>QX6Q4qH +W%~KݐUO}&qQڨr9QC`klal)`k{;>#S!AI2+!vn(j.{7jEp!v1qg]z`+8hk\RgV&1^ZގLLjK1=u:Pwn!m@ +fm߫r76'(NgQlZ(|Js`W_kj#}>#y>Io\n4,yc%Hp[&юk +|?^3Bɖ`endstream +endobj +950 0 obj << /Type /Page -/Contents 945 0 R -/Resources 943 0 R +/Contents 951 0 R +/Resources 949 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 925 0 R +/Parent 934 0 R +/Annots [ 953 0 R ] >> endobj -942 0 obj << +940 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (/usr/home/buetow/svn/vs/trunk/LaTeX/images/exceptions.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 947 0 R +/PTEX.InfoDict 954 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 272.00000000 176.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 948 0 R ->>/Font << /R8 949 0 R >> +/R7 955 0 R +>>/Font << /R8 956 0 R >> >> -/Length 950 0 R +/Length 957 0 R /Filter /FlateDecode >> stream @@ -7729,246 +7800,265 @@ xSr0+rl{I8^wd"Pzd;pl)ѽ<C 8pc MOhh}dK& YF')F%DCuZAe^"vz8Zst(DKAWJV.kE[.Iʹj^oզ duR.=2C8TÖTTi9W2Nȅ/O)(6LqojPSQDEܙH~/zb:1XWKc=)Qxa ǂ/
iX/g3kv1HWAҐHXJifx"NsK()endstream endobj -947 0 obj +954 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080809115816Z00'00') -/ModDate (D:20080809115816Z00'00') +/CreationDate (D:20080809181324Z00'00') +/ModDate (D:20080809181324Z00'00') >> endobj -948 0 obj +955 0 obj << /Type /ExtGState /OPM 1 >> endobj -949 0 obj +956 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -950 0 obj +957 0 obj 439 endobj -946 0 obj << -/D [944 0 R /XYZ 74.4095 793.4011 null] +953 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [445.869 536.1981 472.3305 544.7628] +/Subtype /Link +/A << /S /GoTo /D (cite.OOS) >> >> endobj -369 0 obj << -/D [944 0 R /XYZ 288.1558 417.8857 null] +952 0 obj << +/D [950 0 R /XYZ 74.4095 793.4011 null] >> endobj -182 0 obj << -/D [944 0 R /XYZ 74.4095 273.9859 null] +371 0 obj << +/D [950 0 R /XYZ 288.1558 624.2056 null] >> endobj -943 0 obj << -/Font << /F61 259 0 R /F35 221 0 R /F28 209 0 R /F26 206 0 R >> -/XObject << /Im40 942 0 R >> +178 0 obj << +/D [950 0 R /XYZ 74.4095 587.3351 null] +>> endobj +949 0 obj << +/Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R /F35 221 0 R >> +/XObject << /Im41 940 0 R >> /ProcSet [ /PDF /Text ] >> endobj -953 0 obj << -/Length 2795 +961 0 obj << +/Length 2681 /Filter /FlateDecode >> stream -xڍZKs8WT&>q&3L6r2[쁖`1E'>on4@S ERA@C,pX_y->}-a/u/FQ_p2pY?1odty8-\{Y6:m]Woo;!XEe`;!ZvS1W`RԹ̛|yʲAĞ/4V-j,C~[rK:ٰf5MBV092/$-dzGejmlT
i
z_ W"慞":YʵQ&QQu}{iC?~A+a -nhVE#sn6md
lOۧÚjY==P' {"yY5|}ߩ*iۼѷK=XE.}Pr8jxBc!T1e06#"jȲB'Rǫk -
GA_i2,㫤yLwyI1iq#43<43dRmOFҝG96Qn$]9Z\ݣG=;eb'G7gT(Ӱ78N7Yq
te)<{S -aIvuu5!lMgs -?11K,VI#{EqZަMB|na~In`̞!T(ua>( -x<58Bp@]0*{rQ#6hO3vw8mAB2?Mb( -3S!6{,~~dnK>/DjsC[r>/BW[e\PN0k9;9.s9:Wk3Ԅ&=Lj=Cvjʭ`uzXSn]</iEs}h'6KeO3T;DB:0P{Sqc;u˖WYj8ADNiRBajf ԶzоU/܉gF -⧡U7_մ|_ N3ؓboFy\p `<.!*qa+8ڤbOIcHCyL?E!Ыqϱ2b<0<endstream +xڍY[o۸~ۑH]$uMͩvѓ ی͍,lZ3!eYV@Ms3Ùo.tIKI +Xd}M@>}Zf}~eOFQ0{p2p n_lO]'`S7<g$m\owʢQ~zo.:!XE
aO\!XER8yw%N|aNϒ@$
t4fp`җw2jIϑA0*D +AtEm2i:ʕ)xh
z\j3mXAL
h!/=@˪k'8tރfp*$rX7ٔPhyIA]W3`=2'U~bj +6u}Yd1oӽa +?)_gG>jʮ=3M
{3t&N=Yf&Bx)YIC?z<G㗅|5GwKGX/iY.}t;!~<ck%Ҡ7%>qH
;k-t\ozj/p DN>@|ZM~AB%SyVBgݫ;c(6=c~?doP.EF7o@ͳr!\ӟܸ8䡶*sSZ`Ӹ6FY~y1/1D{z}y~u#0&&Ah,Nl{ygNM}'{~X
D!<~kp)0`Kʂ{j?LklF'>Ѿ֮ +-HYԿ4:qj de`QJգ! KB4xlD"/ +_e{5d=y/lv33!@J̙S{a +$6J#~g8,
!ʚ endobj -952 0 obj << +960 0 obj << /Type /Page -/Contents 953 0 R -/Resources 951 0 R +/Contents 961 0 R +/Resources 959 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 925 0 R -/Annots [ 955 0 R 957 0 R 958 0 R 959 0 R 960 0 R 961 0 R 962 0 R 963 0 R 964 0 R 965 0 R 966 0 R 967 0 R 968 0 R ] +/Parent 934 0 R +/Annots [ 963 0 R 965 0 R 966 0 R 967 0 R ] >> endobj -955 0 obj << +963 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [125.1648 605.7835 277.7924 617.3086] +/Rect [125.1648 422.8364 277.7924 434.3615] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.CaCert.org)>> >> endobj -957 0 obj << +965 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [186.6652 355.1749 353.6389 366.7] +/Rect [186.6652 174.6847 353.6389 186.2099] /Subtype/Link/A<</Type/Action/S/URI/URI(http://httpd.apache.org)>> >> endobj -958 0 obj << +966 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [148.5137 335.117 329.8337 346.7498] +/Rect [148.5137 155.0962 329.8337 166.729] /Subtype/Link/A<</Type/Action/S/URI/URI(http://argouml.tigris.org)>> >> endobj -959 0 obj << +967 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [139.5474 315.2745 299.3481 326.7997] +/Rect [139.5474 135.723 299.3481 147.2481] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.eclipse.org)>> >> endobj -960 0 obj << +962 0 obj << +/D [960 0 R /XYZ 74.4095 793.4011 null] +>> endobj +182 0 obj << +/D [960 0 R /XYZ 74.4095 723.7639 null] +>> endobj +964 0 obj << +/D [960 0 R /XYZ 74.4095 202.6064 null] +>> endobj +959 0 obj << +/Font << /F61 259 0 R /F35 221 0 R /F28 209 0 R /F26 206 0 R /F83 825 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +970 0 obj << +/Length 1435 +/Filter /FlateDecode +>> +stream +xڕn7{)]y5pm$ qS+{%o4}--A|&wf + +_(%Ԫ0Vܷohݜ_)vOwoךXeq7/PKzjxK3d<QvzoxZ{槻0Rj".Dsa,)˒/I1b,#F +S%AYMڒvA*7^!祔}Tm]|u{`G&b(<K5'#Jɝ~tBzTl:\0`ih[-r亰,9/_VUo>r$v[=91~JC@V53/H-Vn[/նS4 NVK0JCÁ͔² | X5WҴ1vB +a_<$s^t\Jm`ƐRb(+ʈRXuaYV^+a嫾kE}[-{bشjd$ͭ[B\<cS1R/51%A&
0R<{xs5\NkBoƇ{VV~N9,KA<]/n-Qw#4EDXvaY^Kaޮ7euwlXݚrٚ5I5qr5ۣa5@5)rq)1CمeQz(j03:=ٍ5%qrnّݮd3j[5a|#òtфծ=eCY +f.,˗ +@a0bdAJa9p~8@2XϮƒ~t%J}/MwZZû'蹗Rmu>f7Nz&v\$
f=&7,òl| X5W=CR!{ -'i?#yEb.N02J +G<zpiJCׅeyjZ6rOkB;x=lG[d>l9`ɪ @kXJvRsS9,˗`U#|j{Ygvb|?gvpv_vWrS9,˗`U#|oR]0s ڗzf)a%ҤkÕS%]Bں5/[̗lbĠgTrX$0xjp^R" +endobj +969 0 obj << +/Type /Page +/Contents 970 0 R +/Resources 968 0 R +/MediaBox [0 0 595.2757 841.8898] +/Parent 934 0 R +/Annots [ 972 0 R 973 0 R 974 0 R 975 0 R 976 0 R 977 0 R 978 0 R 979 0 R 980 0 R 981 0 R 982 0 R 983 0 R 984 0 R 985 0 R 986 0 R ] +>> endobj +972 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [147.115 295.3707 306.9157 306.8495] +/Rect [147.115 756.9399 306.9157 768.4187] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.FreeBSD.org)>> >> endobj -961 0 obj << +973 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [154.8081 275.4205 386.3397 286.8993] +/Rect [154.8081 737.459 386.3397 748.9379] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.gnu.org/software/make)>> >> endobj -962 0 obj << +974 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [133.0648 255.4703 264.173 266.9491] +/Rect [133.0648 717.9782 264.173 729.457] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.vim.org)>> >> endobj -963 0 obj << +975 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [163.7833 235.3662 352.2764 246.999] +/Rect [163.7833 698.3433 352.2764 709.9761] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.imagemagick.org)>> >> endobj -964 0 obj << +976 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [143.4568 215.57 374.9885 227.0488] +/Rect [143.4568 679.0164 374.9885 690.4952] /Subtype/Link/A<</Type/Action/S/URI/URI(http://java.sun.com/j2s2/javadoc)>> >> endobj -965 0 obj << +977 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [167.8988 195.6198 327.6995 207.0986] +/Rect [167.8988 659.5356 327.6995 671.0144] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.mozilla.com)>> >> endobj -966 0 obj << +978 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [139.9598 175.6697 471.9148 187.1485] +/Rect [139.9598 640.0547 471.9148 651.5335] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pps.jussieu.fr/~beffara/soft/rubber)>> >> endobj -967 0 obj << +979 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [147.4467 155.7195 285.7281 167.1983] +/Rect [147.4467 620.5738 285.7281 632.0526] /Subtype/Link/A<</Type/Action/S/URI/URI(http://java.sun.com)>> >> endobj -968 0 obj << +980 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [151.5083 135.7693 289.7897 147.2481] +/Rect [151.5083 601.0929 289.7897 612.5718] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.gimp.org)>> >> endobj -954 0 obj << -/D [952 0 R /XYZ 74.4095 793.4011 null] ->> endobj -956 0 obj << -/D [952 0 R /XYZ 74.4095 383.5659 null] ->> endobj -951 0 obj << -/Font << /F61 259 0 R /F28 209 0 R /F83 824 0 R /F26 206 0 R /F35 221 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -971 0 obj << -/Length 720 -/Filter /FlateDecode ->> -stream -xڍn@{ {>UTUJ="6vAڧ^Ȟ!ۇ Łc#2̾vwJNIoV$HQ&jJ']m~Dh2N8GE}]1Nՠ/(-%]fs \H@RfJRt( D!hW!9hJMt|#>hJHs귘(9^ -G-L|++Hϋ}@_gÞ5܆wn۶~ݲַ9T]MJj}~o{m
)ƈ~
pCl9j$Âl|3l} OL5P.!glg'w>7bw,o1&,<<s͠U'йYSe9^XZ=c;Qr۳-h:Zl9vĎ3ZPmb1;L)"ĮsͰU'عY) 3|;S\?rvsyvR[: -endobj -970 0 obj << -/Type /Page -/Contents 971 0 R -/Resources 969 0 R -/MediaBox [0 0 595.2757 841.8898] -/Parent 925 0 R -/Annots [ 973 0 R 974 0 R 975 0 R 976 0 R 977 0 R 978 0 R ] ->> endobj -973 0 obj << +981 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [146.2633 756.9399 499.7376 768.4187] +/Rect [146.2633 581.6121 499.7376 593.0909] /Subtype/Link/A<</Type/Action/S/URI/URI(http://httpd.apache.org/docs/2.0/mod/mod_dav.html)>> >> endobj -974 0 obj << +982 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [147.2495 737.459 321.3964 748.9379] +/Rect [147.2495 562.1312 321.3964 573.61] /Subtype/Link/A<</Type/Action/S/URI/URI(http://websvn.tigris.org)>> >> endobj -975 0 obj << +983 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [134.069 717.9318 344.0813 729.457] +/Rect [134.069 542.604 344.0813 554.1291] /Subtype/Link/A<</Type/Action/S/URI/URI(http://aspell.sourceforge.net)>> >> endobj -976 0 obj << +984 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [134.069 698.451 344.0813 709.9761] +/Rect [134.069 523.1231 344.0813 534.6483] /Subtype/Link/A<</Type/Action/S/URI/URI(http://astyle.sourceforge.net)>> >> endobj -977 0 obj << +985 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [133.0649 679.0164 328.731 690.4952] +/Rect [133.0649 503.6886 328.731 515.1674] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.foolabs.com/xpdf)>> >> endobj -978 0 obj << +986 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [122.108 659.4892 354.1378 671.0144] +/Rect [122.108 484.1614 354.1378 495.6865] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.info-zip.org/Zip.html)>> >> endobj -972 0 obj << -/D [970 0 R /XYZ 74.4095 793.4011 null] +971 0 obj << +/D [969 0 R /XYZ 74.4095 793.4011 null] >> endobj -969 0 obj << -/Font << /F61 259 0 R /F35 221 0 R /F28 209 0 R /F83 824 0 R >> +968 0 obj << +/Font << /F61 259 0 R /F35 221 0 R /F28 209 0 R /F83 825 0 R >> /ProcSet [ /PDF /Text ] >> endobj -981 0 obj << -/Length 2050 +989 0 obj << +/Length 2052 /Filter /FlateDecode >> stream -xڍXo6_Gsm˟{K]R@=rƖo[)CEQE!ggYAe -xۿN
Y,b:~9_f^VQ=ܫϓA'ˊJYi$"J\ZD$RYTY/]JqZrzbߊ,fz9+{j WAfSC{gD]LFH}sAETk@=Y#:{n4{`~&^Y@ܔ#joVDȉNnz@9ղ@"EjV fAM#'5:u{Ԩkդ,_h@Zn~bQ̻^GĨwWz;LEQ\=ȄW+]hg "XGfH}Qy6bv]B?UMJioEV5_~'+-@x;
הHr+9#H? -8NHSrbIMvg+,Đ[܊8">4~ ~8Ȁ4>MqaqAR%Uϻnr"Nr#;TM^샍 3@2zT -sYO<Ր[ieVQR^Jrpy)ħ'{)KBHw}Gm[HN:ur.icW8μ0HER,e"6gN.j#I6]Tt;#XP$5/XI6EIRɞ0)uQK+Z1IS( -+U4jЕ^VM+nmKrШP#m6Tޥ4j˻zһڊ:[qfR4蕞'9NK6ZXh
-3_G0F{9]N?v2RI)֥7̒*عǔ{ŝ9 -ʦgGOi/ - -/Yӄuh`cuŸHαט;#~+qXi"r?
~EPPqbNCgB˷YՈ35lX#]== fYitxMx .QiuIU$ -<N!8endstream +xڍXKo6W$ٛI0 Rc=m;Jk)!97Tx_x~YV y0U2qqf0X]Ok,OtQO8A_3d8|?)fȁ(wzPje?]ש$LJh60j}^]~ +?^VPrHP$UҬ"JoGͺDz*-7CVd1[X#V8 +=]4jwVU>N$>o̭`d_8_DyI7l=kd=vwCgyx8ݯēTQS!.V
DNwjxW~3bѐSXMAf̂Fl*rlޣF]'eYrvG
l,(>\g}D۩2jxN)%~G2Gun% +=fȥn54"MK銯=֧8Opw)Ӵhjib،29J(x#[0" +kA)po#[^֧?(lu9or1İy^*iVA݃>j_h8R2D1ǃ٩,dKvglb(VŭoE +*J6h8[ +څXpN1.!n8=$YR;^VnǞ"!GK$ +BC*>1G +\|KֻްQR| +p٤gr SF}(<E.PrSVmYNn[(Eb6~(6l) +?
sA۾ l +hO."PAf0H1,i,9kzH[0!vfͨfMC|(xBkH!:
Bo2^ iӧ РqŸHα.vFG1#qZ +gSE~[K~*/:Ϥᩗǖo<gj#fYitxMx .Qi8*y|zp~'rendstream endobj -980 0 obj << +988 0 obj << /Type /Page -/Contents 981 0 R -/Resources 979 0 R +/Contents 989 0 R +/Resources 987 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 925 0 R +/Parent 934 0 R >> endobj -982 0 obj << -/D [980 0 R /XYZ 74.4095 793.4011 null] +990 0 obj << +/D [988 0 R /XYZ 74.4095 793.4011 null] >> endobj 186 0 obj << -/D [980 0 R /XYZ 74.4095 771.7323 null] +/D [988 0 R /XYZ 74.4095 771.7323 null] >> endobj -979 0 obj << +987 0 obj << /Font << /F26 206 0 R /F28 209 0 R /F35 221 0 R /F61 259 0 R >> /ProcSet [ /PDF /Text ] >> endobj -985 0 obj << +993 0 obj << /Length 1304 /Filter /FlateDecode >> @@ -7984,21 +8074,21 @@ O<P|_Q`M3$tPsI}qCԷ'H]ioTc mlo1g C Xܼ<q\(b RG@kMﵶŃ~ڰ$c?g%eKH_ oendstream endobj -984 0 obj << +992 0 obj << /Type /Page -/Contents 985 0 R -/Resources 983 0 R +/Contents 993 0 R +/Resources 991 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 987 0 R +/Parent 995 0 R >> endobj -986 0 obj << -/D [984 0 R /XYZ 74.4095 793.4011 null] +994 0 obj << +/D [992 0 R /XYZ 74.4095 793.4011 null] >> endobj -983 0 obj << +991 0 obj << /Font << /F61 259 0 R /F35 221 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -990 0 obj << +998 0 obj << /Length 1135 /Filter /FlateDecode >> @@ -8011,69 +8101,69 @@ xڝ]oF+|Ws|3s+'[*;QCۦg|CUEr093?9XE8 4ebƐcUvQP8%~9=CL-P Q5hU>TL5妚2:bf<XU3Il15ElCUt88z?A/n~͞ss.I'{* hEGªLL l'151ڇ-odP(?ƹXbUUxO[GPS?ӊA:{Cͳ3kWYUFSxiEdo
GjINeKO;ǢO"fZ^ID(p ¸ڨz,(FJ͆ endobj -989 0 obj << +997 0 obj << /Type /Page -/Contents 990 0 R -/Resources 988 0 R +/Contents 998 0 R +/Resources 996 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 987 0 R +/Parent 995 0 R >> endobj -991 0 obj << -/D [989 0 R /XYZ 74.4095 793.4011 null] +999 0 obj << +/D [997 0 R /XYZ 74.4095 793.4011 null] >> endobj 190 0 obj << -/D [989 0 R /XYZ 74.4095 771.7323 null] +/D [997 0 R /XYZ 74.4095 771.7323 null] >> endobj -992 0 obj << -/D [989 0 R /XYZ 74.4095 573.2241 null] +1000 0 obj << +/D [997 0 R /XYZ 74.4095 573.2241 null] >> endobj -993 0 obj << -/D [989 0 R /XYZ 74.4095 548.0739 null] +1001 0 obj << +/D [997 0 R /XYZ 74.4095 548.0739 null] >> endobj -994 0 obj << -/D [989 0 R /XYZ 74.4095 522.9238 null] +1002 0 obj << +/D [997 0 R /XYZ 74.4095 522.9238 null] >> endobj -995 0 obj << -/D [989 0 R /XYZ 74.4095 497.7737 null] +1003 0 obj << +/D [997 0 R /XYZ 74.4095 497.7737 null] >> endobj -996 0 obj << -/D [989 0 R /XYZ 74.4095 472.6235 null] +1004 0 obj << +/D [997 0 R /XYZ 74.4095 472.6235 null] >> endobj -997 0 obj << -/D [989 0 R /XYZ 74.4095 447.4734 null] +1005 0 obj << +/D [997 0 R /XYZ 74.4095 447.4734 null] >> endobj -998 0 obj << -/D [989 0 R /XYZ 74.4095 422.3232 null] +1006 0 obj << +/D [997 0 R /XYZ 74.4095 422.3232 null] >> endobj -999 0 obj << -/D [989 0 R /XYZ 74.4095 397.1731 null] +1007 0 obj << +/D [997 0 R /XYZ 74.4095 397.1731 null] >> endobj -1000 0 obj << -/D [989 0 R /XYZ 74.4095 372.0229 null] +1008 0 obj << +/D [997 0 R /XYZ 74.4095 372.0229 null] >> endobj -1001 0 obj << -/D [989 0 R /XYZ 74.4095 346.8728 null] +1009 0 obj << +/D [997 0 R /XYZ 74.4095 346.8728 null] >> endobj -1002 0 obj << -/D [989 0 R /XYZ 74.4095 321.7226 null] +1010 0 obj << +/D [997 0 R /XYZ 74.4095 321.7226 null] >> endobj -1003 0 obj << -/D [989 0 R /XYZ 74.4095 296.5725 null] +1011 0 obj << +/D [997 0 R /XYZ 74.4095 296.5725 null] >> endobj -1004 0 obj << -/D [989 0 R /XYZ 74.4095 271.4223 null] +1012 0 obj << +/D [997 0 R /XYZ 74.4095 271.4223 null] >> endobj -1005 0 obj << -/D [989 0 R /XYZ 74.4095 246.2722 null] +1013 0 obj << +/D [997 0 R /XYZ 74.4095 246.2722 null] >> endobj -1006 0 obj << -/D [989 0 R /XYZ 74.4095 221.122 null] +1014 0 obj << +/D [997 0 R /XYZ 74.4095 221.122 null] >> endobj -988 0 obj << +996 0 obj << /Font << /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1009 0 obj << +1017 0 obj << /Length 639 /Filter /FlateDecode >> @@ -8082,37 +8172,37 @@ xڝUˎ0Y:Ѯ@>逩 jqH3bs
hL[Jz@> 9dFTՒZ ]{ΙDQ5kȮ1:/CڳEsDƌs =g+BxiKam}`:נ5; endobj -1008 0 obj << +1016 0 obj << /Type /Page -/Contents 1009 0 R -/Resources 1007 0 R +/Contents 1017 0 R +/Resources 1015 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 987 0 R +/Parent 995 0 R >> endobj -1010 0 obj << -/D [1008 0 R /XYZ 74.4095 793.4011 null] +1018 0 obj << +/D [1016 0 R /XYZ 74.4095 793.4011 null] >> endobj 194 0 obj << -/D [1008 0 R /XYZ 74.4095 771.7323 null] +/D [1016 0 R /XYZ 74.4095 771.7323 null] >> endobj -760 0 obj << -/D [1008 0 R /XYZ 74.4095 573.2241 null] +958 0 obj << +/D [1016 0 R /XYZ 74.4095 573.2241 null] >> endobj -640 0 obj << -/D [1008 0 R /XYZ 74.4095 548.0739 null] +642 0 obj << +/D [1016 0 R /XYZ 74.4095 548.0739 null] >> endobj -418 0 obj << -/D [1008 0 R /XYZ 74.4095 522.9238 null] +420 0 obj << +/D [1016 0 R /XYZ 74.4095 522.9238 null] >> endobj -1007 0 obj << +1015 0 obj << /Font << /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1011 0 obj << +1019 0 obj << /Type /Encoding /Differences [ 0 /.notdef 1/dotaccent/fi/fl/fraction/hungarumlaut/Lslash/lslash/ogonek/ring 10/.notdef 11/breve/minus 13/.notdef 14/Zcaron/zcaron/caron/dotlessi/dotlessj/ff/ffi/ffl/notequal/infinity/lessequal/greaterequal/partialdiff/summation/product/pi/grave/quotesingle/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 127/.notdef 128/Euro/integral/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/Omega/radical/approxequal 144/.notdef 147/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/Delta/lozenge/Ydieresis 160/.notdef 161/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] >> endobj -823 0 obj << +824 0 obj << /Length1 1612 /Length2 15936 /Length3 532 @@ -8121,7 +8211,7 @@ endobj >> stream xڬeT^%;www݃Nnsqn?}{j͚UڛDIA(aoP -@ICGG_B +@ICGG_B =Q,slwL˰S;DV%&E%
;GL=EAqA4ߡfJi0>zq{q'ӘEWX ^1<?q%@=;|ՅLK*q#бVzWU!<b;t:r$Ԅ,ꦑN}=.}y),Dqe9VYTi.,@9]0~eQhH)?$_%}M/̌ωmjO1VK-SE!<,b0CkU'\VBϤ]D<)*#.f vS:ubK=8y@Qqy,2K$ `aO-g8"bW0qVW*qgʮ'%ϡ$鉲E!n1!S,~qfbMA+0bO>h'^7[
f8@9O7!);6
JMjѻ[05"E]3_l(u8}CSi+5"ϕG!LĂb]UkC{@P9[~ue&F=nZWYtL+ͧ @@ -8173,148 +8263,144 @@ Odo'lc*(+%>: MhV7ٮ)vܨ;2`Ɖ;xz$$)8[]n6=@d.Z5eyLּgKFAgR8+ZȎwnƧO'=+"O}4H t8DriňRbHoګ1{۲B}y
'#)_kb[-U),dY/rU̹Py>~fjh6<|y ;- őK2wT 5
GV ^{n$l־"x/!GBRH/κ.͑Q4|e#^j%x/Moi?&J$C*de%U' -wb\;Į2%zdbU{)5帗T(۷\KkpC8Eb@+xQRB5@#\\d!ȷ+VjȢ(Ze%r<OZh+'Ѣ'nʏ4{utoJa +wb\;Į2%zdbU{)5帗T(۷\KkpC8Eb@+xQRB5@#\\d!ȷ+VjȢ(Ze%r<OZh+'Ѣ'nʏ4{utoJa endobj -824 0 obj << +825 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1011 0 R +/Encoding 1019 0 R /FirstChar 33 /LastChar 126 -/Widths 1012 0 R -/BaseFont /EWWSWE+NimbusMonL-Regu -/FontDescriptor 822 0 R +/Widths 1020 0 R +/BaseFont /OQMOIH+NimbusMonL-Regu +/FontDescriptor 823 0 R >> endobj -822 0 obj << +823 0 obj << /Ascent 625 /CapHeight 557 /Descent -147 -/FontName /EWWSWE+NimbusMonL-Regu +/FontName /OQMOIH+NimbusMonL-Regu /ItalicAngle 0 /StemV 41 /XHeight 426 /FontBBox [-12 -237 650 811] /Flags 4 /CharSet (/exclam/quotedbl/ampersand/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/five/colon/semicolon/less/equal/greater/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/R/S/T/V/Z/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/x/y/z/braceleft/braceright/asciitilde) -/FontFile 823 0 R +/FontFile 824 0 R >> endobj -1012 0 obj +1020 0 obj [600 600 0 0 0 600 0 600 600 600 600 600 600 600 600 600 600 600 600 0 600 0 0 0 0 600 600 600 600 600 0 0 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 600 0 600 600 600 0 600 0 0 0 600 0 0 0 0 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 600 600 600 600 600 0 600 600 ] endobj -652 0 obj << +654 0 obj << /Length1 1606 /Length2 997 /Length3 532 -/Length 1820 +/Length 1819 /Filter /FlateDecode >> stream -xT{XSoWW|rDn 6D$ -S8|IN=9p &(*`uP-(҉8C
t/*U--Y'y^{6;FSaMR/?PX I,xB18y#RL&pr1ZÃU?#Dž `#R@x
*@"fMDt8GǃpHA#A.$pEhiJIV001'3!c2y -"ͽ>>q8
L[`6AJ9ĉ9oyTTrO%:@Hw$(/Z'H%!I:&/xЃ$TDj.wLZ;f Jh_ -/Y{]?{Q7-HVeeÖl=Z^^cf#Ωgmk_|9/57]hx0}7-s& 1I%CHߖ9uwoK/ٱn_]]uX^}Z2l7 -w~t(-|kK&omwk6@D1w;f,*wňnYU0lq5䏬nmҧ hgv}ׂ巜0-}0\h{Oߍɻjo,K$/pH6"w r\!9/~ə)>ѭ?6H$&|sqG~=OZS>-#w)zO#+Ԓn/+5;|$҄[FJ}OjOQ̍]c=T_lskgsĽ_XTԣjp]ISl+ͩe~BQ`ҪEGMw}thf'BAΦMuܙ#CS}ğC#,*ӯ-]mUL?o {gB5g<;%n[АcPYi~m35i٩_Lĺ7#wI֔$*:5%W8?5;ᰟ$ٺOmqࡐ>_#3҂F%ڵ[u#~{^/Jyڥ ٶҮdEW-?%0=6l몮F;RMEf$C}\gL}X혡ŇĿ6VCzrpSn.Y)]RS[)TiÞg7J'+d)Ŏn>A7!;-g/-ߜ㣶Sޘ~._Zrumo}dAgKfh\g~ +xT{XSoWW|rDn prE$ +S8|IN=9p &(*`uP-(҉8C
t/*U--Y'y^{27Vi0xwy15@"A:BK1)C?ւ +xIWBhF*5V0H4ю_K!( k"b(,&A + bi$ + cҜ + +R@z%jaXyh
)X+˓Wc16G 3Z
x
+x㍱ !1=0J5` +CBC0؝:ԛ^&r xJD$AA <#A)i q-YSDBp" +'="c\b|AY=c9 it#AYzu$?D3!I:JHM?Kk',4n
+]>]'no|[ݚo
NQ%Վ٥˱i][_5M>'\oG6 +uJ?oU0-{`7Rh{okoGShj<_,]dzGz3uJ·v=L9R;wyzE"Fs#έ[ۿo{ѻߔ|sQ*IkїU%˝m +Mmtecurw(bg{Fŭnr3رi/JWU)-pK}Vh!:#*$ +l_";`[8rt6j%Dm-0ʸ}˪=%Y6)kf=>]yNjaGzS2+u}o~giX_/aQ~ukJ/w8~kqaIeo|nI烇[>Gg>e
uhjOWD68!o{ەI_[Gmgq'xJݕ܆;BZ/`PD7;LOr:\aޮcn}A萷chEŪyq6r']tIjm]}xSyv{ҟٗ=X637\iӥH.v-
2;dm6yX^9G1\OVzu
odAǮgEʛSKfig~ endobj -653 0 obj << +655 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1013 0 R +/Encoding 1021 0 R /FirstChar 229 /LastChar 229 -/Widths 1014 0 R -/BaseFont /CLLFMC+StandardSymL -/FontDescriptor 651 0 R +/Widths 1022 0 R +/BaseFont /AJLHNM+StandardSymL +/FontDescriptor 653 0 R >> endobj -651 0 obj << +653 0 obj << /Ascent 504 /CapHeight 687 /Descent -228 -/FontName /CLLFMC+StandardSymL +/FontName /AJLHNM+StandardSymL /ItalicAngle 0 /StemV 0 /XHeight 400 /FontBBox [-180 -293 1090 1010] /Flags 4 /CharSet (/summation) -/FontFile 652 0 R +/FontFile 654 0 R >> endobj -1014 0 obj +1022 0 obj [713 ] endobj -1013 0 obj << +1021 0 obj << /Type /Encoding /Differences [ 0 /.notdef 229/summation 230/.notdef] >> endobj -583 0 obj << +585 0 obj << /Length1 1625 /Length2 6140 /Length3 532 -/Length 6995 -/Filter /FlateDecode ->> -stream -xvg4ֶD]L5щnBц1-END !zD%QCtAD{&gyΧw̺o
M - -Є9 -I)|NG,>3I!{YtN(_v?0oπD0' -q ?SY?'@yw]oSk{!wu -#)>;tWb7աDw/1P⒮gER܄BnYRݶ938!s
~f1c>w1/.1$ R#D
%Q-L-pAfkl2\U"زY -3^ʩUڙFV&Li1Q&ysKԄv1[xmL"ɢ=c%ߔ@[=;aEAO2rreSYYvoHJ+'N}jF~ n&KYvDC8w¤P>X0J/s)5:.{]C"5=.?d]+IIq ~fo -!)Lj -15vH -DonI\s] Mn -zR -[zC#W}yU%
]C)#vdد<$
&gW{>i(~bwU-xe3鋼Ü#1ö0w]rw>Yԇ^lԏz岨^5VY~;lmjlڮG&rz%Q f*ZyMPqbMM·yvƥ ~.v='o;5_.z#X -Umi86'@{cWD-C(|
,
X+{oPP -ސiX$){nD@CMWwAϝ'6)tpC({+("˅WGB2ף -/֙/;cjb;A]b -(cxy2C~ĊjRiGY">Tr ,[mL29 4_V$q^O;fBOmDZ
/zXo ̗T4.V>T/S|V6]'_nРr>qSNL/r:~1UOH!SBA.6ua>ŹU_ޅZϕI2BBRaHRAW.Δ4)&ǒ]%pZhX^'w[q؍d{#A)e:?Q P?x!gv4sۡGi;XeTNrfQcA>CH -'ѧՌOpo4dW&k/xu=4~+m="8Y0ԩH2Wayy,u; kg'Yi+>\w돽݇xʖ|4C$dZa}:76_gpsUzTKz;$
T:/RH59Be֖~%xǖ3T 3Xjvwm -KCV1ki#M?Fe4#HleZO=ʳBYfF k b6yՋ䖨:O$5CRj-ӵ,X1H4GK`W^2zU)f֨^qC6.;cGq0_{)YGkTُGAж -CS&&0Íe:?.,Ɨ2C2{4 PC۽ͺ\pے%PVӈN)Z֛-tWԀrDcC̦{B777f.S6<dNĉOAod_qX3;Pi2KI3G@]T%xwJ"iHc|6J3A_җ*|=~4X68Ç$`Vᷛʔp_U$K$O9i)ߵW[^\~z).Fic{K0IÓ+۠6Ōy^*GZrbdؽv8j5{݉ sZH}Ó-4RIGb?Lؿ=S̍r0,t\8eS
WTpZDj۩˂Wt8egҝ;Q*i*+$W/GȮyǽz 3BǑ;8hUNi[C*=P|p6,z9BE}w&[ǎ:]%]K:O^S9SI!btE,\Bljq5} ^c\_-Ʌ="%C㪦y%LH5u#neC#fzN8zEcf|LN<VP};!<qOi^SŔ2'RI"U8~S?ML0N]cz
⿂n}3q;,n0S+E.|6a:SFF' -U)N-s]E(G3CGzu,FNA
ٵiѤ98XʇeW=
.e<e!{$Xq%)Eoy:̜Ov[KOF\VF.$1}"J{F!ڇԔƤK\9|q'+"OIY,s"ޘe6-3:h%m̷e\iiO/ճ$krL+';Lܮ1I`->j0d
CWPki4)\ю}¶n(iWgTQҖI[mf0ku>wG)ƳÑ,H. -!t6,qUfyo:Q&U'~9:.;At3GY?5NJXT-~ف+_qh9gIG2
Fu졆({JiGO/,S[vѾ7XXb^M5`sA[d -5ٽ/$ŪJKovO&\?7 |t|1(#ԃT,ʩ@9.kLm=ƞ*誘ɣw/om<a
|ͶquO -˱tؒƐFA;62;ea=w䘚EiHvpQ⋰Fj?353|8|ϔ?}g ^=%Q5KwSט]c2 wN?}x.1Le[s}*o[яv
Ƅhn7!|dy<kK -SW ŵ5_X{i//6:v~ߧ);6bI24.\
Q6-6&h[0'j/7\zm}?fLH\@~:i[2%f}_3^SlH.Gٴ<+ֿٮ0evFt'#,%յ+4SFT%J)POLܓF/Oԯdm/|1VHLMV@:먘]p%Si?lF]v&kM
Z96jU`bk2V<7tj '`)_`ncC`?"AV*[0 ֽ$3o)L=Ra:sJũ-ї\EJiiu,-_5ޏJ|~x#7X_
PoRcq}^nNUU,T_-.0n[vײ#8yދ#p`UYK\4ʡS7|{;T=t2f~末9(QYbj -d8h*UTmFK<OƅmGD -;܌?Sc8NV[O
`yN.# q&(duԌZD/.x;;bx(g"q"h*iVaX[Ak -a(\8Do˘D*,>\ -+p.Hq>Hu69zq&ʸ9n?OĤΎ&vErfcHVYAx~r<I(d'mWRUx#֎g}:lC -y9o
2s0q&L7E5?dCyqr4UzBֆ:POmo|a1p{ lilJT)Ĕs<+Eߺi)Yf[t%C שq zӉa!tM{y+ú4[<FD
-F/y1zEJݏ{˵A*Zgp49.QW@LF~|^70a -=$E,M֟-ֹ}UhXOu'GfF
+qMo3uYliT%Ol7p٤1:r[KVSpA itΖ\Ap -|ucqT
+E -BTw7ݡ:Kv%KR40R3rq0J}KL -1Ngv&e|g6h+64`p__o
벻yc.[۱aR\iIK8T:dUdo EJǼ7VEOה9 -j9UH(l>GGs_FT ^Q}lu|=7dR֮k%ЛDY@`O)̱&/5*_sh8ߵX26xeq__~(?ECnyendstream +/Length 6994 +/Filter /FlateDecode +>> +stream +xvgT-M@HJDzhAЛ4A E+Ej(J#v{뎛1>k5W}FnLEՠ(6 +P +B +ˢtB$%C<y${gE@($ +6<ΗuWzڙm< tM"+aH,e$+&/H9qMBy2y;>|`c?iHcwWޕ"WIczfXփ
,~jwpBr2N;Yܗ +$sYqAPm5vKoޛ:_{v rc;Q Vak*Wb+8F:Ayjlnaݣ'NѦ%cZ<˒JfZ.PÀI3@霔/{`#bhwGģ?gʓB{^&uJOJ9s?#qN? ܤ|1r/Kpc6vZ_ۊ4ז*g_OZBT#!OAYDE%#xNNtU,>.ݖ&$rΒ2͙Ƒ]y^k|3'piby!0v'I Eq&|(xl~`mi?z4[cӐ7rcf@D.TV6*+V +vQwmL1=\*@PedF_-Ե_[M=ۚ?n$ Jq^h-N9,u?Js]H/#BpHW-!gkS19\o)&~ȉ1\"xSA$1Q.l*xzci
]!nXM<$|:X8n(,Rǿ@vv˝Õ|ث}lG3DBf6Go
a}3`sg5p
=7]JgNI_OA@"^3 TƱomID-i>*M +^CN@i1*SAJg+r}AU72c6 +O]Q#Dd^$DUy'ޮa*%$`=Wk)eEl?¼_ژ֫b0-qYiw<"k&_H:ZOH
mII``i>4ejS8X[VRƵ`\`]_OJpuhYZx[~܉>Szߟ(^h?~qOh^Ƭeʆ)8),U3k`^~0-bBf))cPxp됪TpNI$͕i&3<^v42KRޏƟfg~D[q,*vSc"Nʕd@dI8'- +{+ËkZo_;>E(Mt|qI1i~xrsz}t;CV}9˽Pehyܳ/vZxMvw"1qdZe$#uߞvVepl9hzh6 +p*8J-T"e+H:J23Jb(N4וv|z0+!Cq<eg.q$m莯0'ZS(BjzZV:aye;8
8;`w1h~tt1Bk WYg7b)Sk>gq!|0\8Pށ+R8v#;9NTful{K21Gy}h\4с))?V|p
ltL GOúh씏 = +ֱVuo'')MC?kRFD*I +oU)k^^Wp +|UT%AVFw۪zg/ݾmFrp$r?%,@^rރBH%K\սY[~N _Չ*k">ygd6HlF.ac"ks5?Pq0z+:'֠8>Hf3~H=e]|O)HeW>b3S2`8ڗfBqLԫ} lN6SBy+lZ!< dX5ZiMՄaЖ/fu%`DUzۚ\\9c8E
ڙS]9ym'?LùO6nIuva>Hy*TvqZ<՚"s|kj)BvWi@9K k)}iԻŗ!ĻYi4>'Pމ +XhJfϴ5/s~ ^yf +`궎gso&ozBtW{& g?O:!(ې90aGf"dEmϥ(OZ=8ɐ=(y+W&Kg- _`itc#ZV-xGYH9dϯ.krfB^r0ἑg/L2t + +;܌?Sc8NV[_
`yN.# q&(duԌZD/.x;;bx(g"q"h*i^aX[Ak +a(\8Do˘D*,2>\ ++p.Hq>Hu69zq&ʤ9n?OĴΎ&^"wH1VYax~r<I(d'mWRUx#֎g|:lC +}[t?-k]!Ҡ$Fu^1E;){Jw!h;c,R` +*SXw'\X(WgpP<G7t+QbXtrx,At
NwF/,H H@(-2-1+T'tr]8[ͷ3-;AX7xxدz3o8XOuYގ
JKOB^ġ +>L!"}n)BU"=E%.J|$ W0:V<|@Ba9:{2ҢO7T2Hkc[X,,?&BWuv]#/$ϊ|^}JIg5=ѨQLVC[4d8EǒQ<[;C pD h,v/oxendstream endobj -584 0 obj << +586 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1011 0 R +/Encoding 1019 0 R /FirstChar 46 /LastChar 117 -/Widths 1015 0 R -/BaseFont /VXTMSY+NimbusSanL-BoldItal -/FontDescriptor 582 0 R +/Widths 1023 0 R +/BaseFont /RCFWCK+NimbusSanL-BoldItal +/FontDescriptor 584 0 R >> endobj -582 0 obj << +584 0 obj << /Ascent 722 /CapHeight 722 /Descent -217 -/FontName /VXTMSY+NimbusSanL-BoldItal +/FontName /RCFWCK+NimbusSanL-BoldItal /ItalicAngle -12 /StemV 145 /XHeight 532 /FontBBox [-177 -309 1107 953] /Flags 4 /CharSet (/period/a/c/d/e/f/g/h/i/l/n/o/p/r/s/t/u) -/FontFile 583 0 R +/FontFile 585 0 R >> endobj -1015 0 obj +1023 0 obj [278 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 556 0 556 611 556 333 611 611 278 0 0 278 0 611 611 611 0 389 556 333 611 ] endobj -576 0 obj << +578 0 obj << /Length1 788 /Length2 1202 /Length3 532 @@ -8325,41 +8411,41 @@ stream xRkTSWF2C#%"BC(FP^"ro %7ssah+(BKY)"E*T@UePт"hu5ksw}a\GKD1pSn C@{ #<B<qt6|*' |D"pC )!0DX'@"$DIM -y+Tl0 >htg*J2d "R%ZuЂbb2'Dt ?؋1Xk.Zv;\, +y+Tl0 >htg*J2d "R%ZuжEFqb2'Dt ?؋1Xk.Zv;\, RQӖ{ZN}4nto\ÏזL=>YL.-wPe`B)Q\K]ke4&?nIk[ѰuΪWyJv=!xs[]}SbnoS[tHc`sto)<^(2h/^A}m# -WkEgKsɪ⽁vEb}mfcK2+]v4n(q.i*&'zCss/,ڟ3uGٻz?@+n䩬cx_>^A}^Y-3;cy҄+#Xͪd:옋^l/(eNh;ӡ7ۧSi^
Y{[[ +WkEgKsɪ⽁vEb}mfcK2+]v4n(q.i*&'zCss/,ڟ3uGٻz?@+n䩬cx_>^A}^Y-3;cy҄+#Xͪd:옋^l/(eNh;ӡ7ۧSi^
Y{[[ endobj -577 0 obj << +579 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1016 0 R +/Encoding 1024 0 R /FirstChar 58 /LastChar 60 -/Widths 1017 0 R -/BaseFont /IDDXWZ+CMMI10 -/FontDescriptor 575 0 R +/Widths 1025 0 R +/BaseFont /LICVWM+CMMI10 +/FontDescriptor 577 0 R >> endobj -575 0 obj << +577 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /IDDXWZ+CMMI10 +/FontName /LICVWM+CMMI10 /ItalicAngle -14.04 /StemV 72 /XHeight 431 /FontBBox [-32 -250 1048 750] /Flags 4 /CharSet (/period/comma/less) -/FontFile 576 0 R +/FontFile 578 0 R >> endobj -1017 0 obj +1025 0 obj [278 278 778 ] endobj -1016 0 obj << +1024 0 obj << /Type /Encoding /Differences [ 0 /.notdef 58/period/comma/less 61/.notdef] >> endobj -573 0 obj << +575 0 obj << /Length1 1630 /Length2 6677 /Length3 532 @@ -8367,108 +8453,108 @@ endobj /Filter /FlateDecode >> stream -xteT6
"!0tw 4HK13% ]Jt -(5t)H;Y{Ηsw֬7}}~E[
H -A -QFd -s`]y -ۺaspB -hJĒtUe@WFm3T;3g[h?/wG<G$/*H=qQ"!jŻ+<MpS -|~iEް[FgvguTyl$$}
aayK}eq/RS5rnR
jȚ^9U4JU<Gdgɱ)m$2XI
3@Z$.(a3JjdJB17IY
hp@*o`ǭ.qN!wm[yKJv4r>46TN)蛒̺ϕY{K7K*D2$Cw -XA"DIu&[Y/1k8l'Wh?n6{E3Yvg
,;8ׅ~|*,>BpuF7p*s7}t1n^A#Og~$Tww#a*;Nǟ5҃0jDIrL)G8Ҧo|45ϊ*W5q(/sދ)Y{OC#MٛA&o7` !}]'v46H"V㗎ڟ3r*3{=g|P=%6o-!"X -Q]WuƞPV4xB&u).;ZT'Ds:OqP*%ɗ/zTݰp;`}XyWod,U9 <y{7x %MѕVa]XH
٢\`0&,A Mr
[!* -yʩXS=h@S^'$ѻ/ĭao{Pxv<"8JH'TE[HQ̤ڪYJciD?٣Ej2jc -r\KX q%*߹'\RADE*]9{8~4#5ڡSuqɸ88 -m9UT7y-Ox"NpJr;9ـFb*ŻLJ-zeKePVp'*kQs/'ϯ-=]ٖC2p6ZoqV6t"dcfUO=oƚDKFcX<p8V$?t%`~NNŲ.i8qs]3:S Ɋ4ϼ!}x4z~ -X[zL-5i8NJf<q;z.b|o]ȩNVNY
ճy\c4Ybtx'7xki"Fܱe<pS
9otZEX&.~a}AOFJ(,,#m8pis!3h}Uʽ}LťB<"H.&4^fn"'cfTlMc٫EQo>tw؛StN^,RcWoډM~9dWenlY{>xȰO'tXYbrA=:)Pa w9>C)L<N]))>mcH+|n}S/ȷ3gڵ]ŪF|9_zr;ҫҒVH{zRMwPzO\%KuR+m[\Ҋzz!Y(O+KXC_u&5pTr?T42 Ϧ+?px&?գM^4GTx凖e㮮=əOp);'.)'ԣFVuZyMhNLЎDJ0ǣ,GrSԔ\dJWEF61g~AG>Mk]9eA"YX<lތP#"(E?~&XXs!\Nv!:ʵȪgkZ%!\L
V-G/tf iLك7y1?YG -+fnzWu -KM(v|>YqP0/u߭G]<(c#\U嚑]dNOo0|qe[ -W<7cN>${
Q|ޖsu]+2b${mM8^:&,P7鵛:):rsY#A/#˓]B;
V/)Jͅ2NY0Id?jLrPJ]) -RoqHQ -L+'679Dk:¼1dNI@O,GѮht>lKL}} Pľij_~D0tdpݓ矠]ϣC{-~}A%1θ:"Fd6V#=i'Ik0^v'.u'ϣE5dZUUA0M=qIc..Q_;o7gC0+WM666s>~e:rNwXURPOoqTl'h_0oQB(8ě{7ٯLdYV$"FY}te:y`$?-jE±g|_QB0K7ZMQ,:6no0MR$~w1{_?-)
$+s]af!֬.妨Yr,v]>%OaMؓ="4uVC? Idl>ʈ**wa1~BYp$*XLZ
;gVơcekV?ݱdLr-Bs{+4tǯ3oybfh:3]hl_)K9)4^`JtƲ-Uq= -qnJpje/ݤһUEMqd
gL/EyoC˖~Z'6fz[K_'HU
,F<j054WfĘsKBxYv|`G_ɟ<@.Z7"NZq6TԽq!+ԧmez:/U%)v($R̦l:s۠/!f1ov.|`pNK06(t&T/2a:.S0Zt{TVo!|N>9kw -[_ZK&&gk]lQ܍+;~I{'-#鬢Zb!B/3L8mk/T<KG}l6}P*e>U2MB.Xtyr5+UǴ]גKNwx=ҕsŞj>%/ -OX4+ -?LHIG*v5ṙ -L&4YtRgX=hspwU\>['/PѥF`W><D:ci_9F)'F*r:Ӑ{DѬ0FpADR螥MfiṗR4OB -J{60ͽN})}c}-vkylM,#[;"C)W\N ->¤R,<fN,軼zv֕&esG- -[W&",
臁tVUnuNXCC8d3^f^*UE=h'Πְs<_6WFyiG~-0f5X|f#oSx/d[Bj\)bx]u,wlMqhm}E
1`jSzlcQ' xA<\[zjdE|TP kC5+51#!8SqYxWރ[؝@Q!/ysf8WoJl>OeחݾwDܔgHѴ9`ئk -zSm^
VrAn`CT8 NRP]>6Dwzg~7ll5W #7J;CiV?P*L!mIAC`@-X;[-tGul xr -6؈`+a$yX+IrKRdq"p_? +xteT6"!0tw Ҡ4HK13% ҭt +()C7H;Y{Ηsw֬7]>;-H +A J}6TJO@ؔ $ +QA ;2III0o8 47t$ + )aQ" Z6H8`[POd7j{u6;St$9 +ޘ1rS) ܰ$ZEG.O־#Rt;1SpgLJc{5-ZF-_B|X>^KX^E6I~,θ<t,{$4@7&mqts0Rʻ{
ע/֚cIgz}J2ʲoModa6vY4wg?3l8&\kH?Z]POȴ:-Sr>##!RJꮃaF /:"횔U)kO3:{9&c2?'&hJe<,
'[0+BYzÐZj 3J&.P#ϩOi_!SJkZRƽ*Q!JfRj'`('iyM1L@P%3b +O<0_sw${Kr5߶ƓuZ錼jp]jgstI$NeKjERꃾ+Y\R4o}>R6zJ50nB?KbÑ`.Vk<H.Ȕf#f5Òr-pʧƓo6a<Sˮ C|,ABξ.a_ +ʜb99s&D} d%Ro`ǥGSd",G+<x{(YBdkԂ)ec0K'u#hts+ϻp0T0O:M? +V1D:Ѻ~bzry9j!"cKPO!['p?m|!Lc\VˡqkA<$(ҫ^"G7AK
:YQDQ7]rH2oVB9n"x"6Bk9$Y$i(H~qvYނ}vK~brkc8"frbjHӰi9I96 t}wͧ3/6*ÚO~5 +|ҭ]>5?q]VFN=i$C5MjyԛYśuy&ָftj6GF=d=pS
9nt7g,J#W#{\|2iCUⴺ,{t{~QHT%cu+~=||鰈Oe<c]yrq4{٩95~_ǮvS
rꎩ^3cy +
B|L[rVRm{щ4Lm+4atRCi7bĘ<b_M/H"b}'A'e[9dΰZ)aMn +Wnpؔdd뻺uK ôkAf5
F~xu4SbK-KIXX$mu4NM7Dk< wcT'+SZy{A=).7\y:ݮd +M& 9X6@=#3AgnmAo8MbQJzgҾ!<^\_'i2Y#10ҵ{ȁmG}>k)-@($!m*9e<5ffd-ee-õ4sl718wd|x$۫e^+hK"
MXẈ3ctBUgp˛m}?ȌK9&HK:UYje{Z2Q9!N$*f$],)WR:"/@h|\Qt}e@ci@gCY/ř[bC?}[7x֩T9,UOBEC*>r
)JRExnk%g$g5}!y@Zfb ou9ؙɍB:8 +<w[_6{NA+3t7ݙC\%Q63hPe]cZS? +(W
NW7 +]T痑+#WmB9Ru7x{vzIO
i_BOY5ne'} +>XfLj`Cbϻc]T"Yu<tČ6>s7[<NҴFS0h,"uDeܞX'
Yz{lGUR<q\Xg, :R̍;߮W#o>wxD|({GS9U\|Ģy!yh@ 㹿E>jg +6aV]2e:сSLlśEs^Ɖ!́nZ[?ӈ^v&ceњzV<tWy\Ϡ?AъTWƓu=~Z:PA-f:=݄lBX_\NR9i|зve"25'$@sVT|B̵Kl$$$-f[܉-p{`l{i/gqZ\5t'w_6M-AGb +V=ԥEMs,ur{*6Դǯr?<(5$;lRscSؽ,問tZhIU3: + 2n|{s%WQj y(/yDɍXyj-yAjX 9׆CI٠Oߜf,Ȟ6>)GX6 +OZr4JZWXt(@<RB*l>q
H.#!UBeŅu昷FWBb|>U,-w8>AJMpψoD~6ҋ=!D+R%֗l!Y=l~x$r9Uܬwcf[zeA,]E(l
#h꜍Uf}')wάOE&4Cjp@N +Ypd|qlX9xժ5T:ekTI M6yw +]ύhyjUqj-$+JMuz<֓sƝj>!+9`CZ7+bU* +=JLIGt6φ&u]Y)WjlP'˼}aBq&< +6
=FZ'c^{n||OIs4E.ΫGebގŤc7.`*!ϼo3o3]Vbjbg<'hyFSGZW39enjI1B'8]+`J-,!048fYif;GsyY4n
k*Mj)ss^' jmP>]Xt`T\qs_uD3z!ʗC߰:"ZHmZ&IlJ&IB!^i$dytT9>%Q9r#YKV|f3dS[3L,0/C/L+D#b'keș)jf`Lq+ggaj@wqL^O$2y;S} n&)q+ +\AR +YԝO\#_+X!@1*ڳpx֟o4A@9-rjJ9zC2.}B]{}-![|
=#Ct#SiJCrAwFhX}B> +S t5OYqwu}*=f
]fyN.JT։ط+97`$"~۸(V9<}x +=(
`$
qWoOW1߈7z֝$8W[2ufNJB(JI TPU4]m! SKaCx#Û}\wtŻ]Vt,gubV7iDwҨ2^џӚMO\{m60Ǔ
{b71V2Mfvw9C*OBh80Z dzk_=JjUֹv#I_1mP-,] %$iajjGJYEM]67}^LOkO6-ƕ̘ivŘv.̅k>~7"CkA/oʡ8)k+u%}sF`A endobj -574 0 obj << +576 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1011 0 R +/Encoding 1019 0 R /FirstChar 48 /LastChar 58 -/Widths 1018 0 R -/BaseFont /EWQGIG+NimbusRomNo9L-Regu -/FontDescriptor 572 0 R +/Widths 1026 0 R +/BaseFont /MEGPFF+NimbusRomNo9L-Regu +/FontDescriptor 574 0 R >> endobj -572 0 obj << +574 0 obj << /Ascent 678 /CapHeight 651 /Descent -216 -/FontName /EWQGIG+NimbusRomNo9L-Regu +/FontName /MEGPFF+NimbusRomNo9L-Regu /ItalicAngle 0 /StemV 85 /XHeight 450 /FontBBox [-168 -281 1000 924] /Flags 4 /CharSet (/zero/one/two/five/eight/colon) -/FontFile 573 0 R +/FontFile 575 0 R >> endobj -1018 0 obj +1026 0 obj [500 500 500 0 0 500 0 0 500 0 278 ] endobj -570 0 obj << +572 0 obj << /Length1 807 /Length2 1423 /Length3 532 -/Length 2002 +/Length 2004 /Filter /FlateDecode >> stream -xR{8Tf4_5\kL[ ,,Ƭ1fA%2K2kiwHrNbJhE^ucy_9kg=t0^F4ag Dc(GHfC0c
- -1P&K0`8/-.ȊBLz6$
fУ2q@jq<Nw#G,/69GI#60
d1VS}oq"Vwd:DgA -s|4Q[vYc9{qQ(0}q;eb]-Wv"ewCzp䐿2AOm!ex
ux/W}Q|hB/"XYݮ0e,KIȔ+9)e\zvuڮr)Ou7ik|gd}sC%&{Ren4ﱺMl1;\%"\YS%@߹~ X&TY1*{,aVF5Eߋ8;Umd -4.7E6?qcl˱ӻ3Ok`ĶR_X5w2QzmLK:($7ҪvRbCj]@=fHH9`j榣ƆJVmJ_JlxחfulNJÔPvʆ5^Pp9<I>GPWy߀:`W?pbC͗ǧp{.qsS@GkΞ<S16+
usU:Jsƃ|Fa~y;t0ͻD6to}%ƱydYK]}t~٣eObۡ?t_lQ&N^[וsW״U+Ttga0_Я|EpE]k]HObѾF}[mړ>6s59Ae﮴ekJ!~x>Ǹ«i GI%X#[2w2/Eom6Gzᷠ~H׳.Ɉ8ʦE[:'OT82|01ULhI2<E|]=?o<;~eEOo;#.G0}nL8
ndJn5"<49fM=%~u7|pvqwA\pI>p`I7i{ jJU!Ikˈë!>y,_l^cJAK穯6"{Lt\''Q]4r\wHu]}3Z-SZ[a -[m[_{tzTZIŽ>Ru <[٧ 7'cA'tbdV8endstream +xR{8Tf4_͚\r 3L[˸IsYXYcL(+%DDFr-]VQ1%fk/:iy_9kg=0>~ft +`&gs +' +E4h `83 + >H8( qIܲ]x?ӕ.|(D^qt""~^}uI3(l6%p +j˩Sw09:Tb,IUg]ڢMB-trv>wI0 8FR%J9p@mH^EI:wչ"%u4~&B]өeD Ȉn7(yr<JPsGcoRb}XЦҽu%G3AQR8:8lĶqtڊ]ڮ7}-q<SRU. PR!JUȮp,uVNU+[![[&u]zreZ$Kڟ͝<yz}9}G*,0yB,3H#I\˅볚OJF:5LJKU{(az'u֛^߰2d wTO%ΰK)9G+ǡ]hrԭ]!<|~2p.6TXn6JbYo]Kw=1'k捍F0O-|#ջb|\iejr oXMPӍ&B/y7_(.l>qhWrk{zyhԹNsIyNKw.!b/-0!4jۤ%IH? ){bm:EC{Cإ8_b[|xG쥣ѼÀ!)x!#:Ccwubl?0 +{ۖCTRSF2=Q1jpIG]<xAsޚc{/ޫZO:.p>W~qց_1ݴ~.bVgp5D'ןE95>~qGN
v-[p}Nəhb yoݭ͞ɔ%I*)7Iǹcn8MᰪhzA%Ԕ1@YCYF7ٲәh/e6>&kxJi2tڤ U_Sim8yD}>CQ^ézیSwAΨ=L(5tɂ(d? yކdy >hP(wA'hv*endstream endobj -571 0 obj << +573 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1019 0 R +/Encoding 1027 0 R /FirstChar 40 /LastChar 61 -/Widths 1020 0 R -/BaseFont /GGIRBQ+CMR10 -/FontDescriptor 569 0 R +/Widths 1028 0 R +/BaseFont /VUGESP+CMR10 +/FontDescriptor 571 0 R >> endobj -569 0 obj << +571 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /GGIRBQ+CMR10 +/FontName /VUGESP+CMR10 /ItalicAngle 0 /StemV 69 /XHeight 431 /FontBBox [-251 -250 1009 969] /Flags 4 /CharSet (/parenleft/parenright/plus/equal) -/FontFile 570 0 R +/FontFile 572 0 R >> endobj -1020 0 obj +1028 0 obj [389 389 0 778 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 778 ] endobj -1019 0 obj << +1027 0 obj << /Type /Encoding /Differences [ 0 /.notdef 40/parenleft/parenright 42/.notdef 43/plus 44/.notdef 61/equal 62/.notdef] >> endobj -567 0 obj << +569 0 obj << /Length1 1647 /Length2 7179 /Length3 532 @@ -8479,71 +8565,66 @@ stream xweTݶ.w)Pܵ^HH@w8N)Z@ѓ;{3{ϟs;nHƻ33\Zseeí!*pG_uvsՃ;j%4x nj $$$pYp'/ag/o?d+`C>CNI?ԇ@ e@=!`(d: 78@a7 -VC/n:STV22og@x9A -}d.T\o.? -9 -rY:aXkjvv -ϩ<:?fΎ|lmb\|{Ʊ>GK覢F+_u,n0
`]p2;ő n@!)cKھ8g|ѱN˕*NC+kjXFcDF< -}pGZetƥ݂6)uus@Νf$JahEOfKri߯ -<8_zOx8
$`[v'h0YL7CGzۙY*EF/m_Q{iP"ԕ~f%(9QMcZqmRna#!Lj#\&&/l:bSMDqi%ZՉˌGLo]LYdG˔2?`tʲ. XC4ֲޫb۷=Fy\K幸gmUv6|$+NOpui[H1>\U0KR -WHhPel#4䱎ǎ4l$e!X{QkLd-eS]9QE:0ͮ+$=& -F%e%|heͻ]Zu3>}U|G7qq=&C%p"y},xvVRϤދ:>ZnNxF}UpO -y*šr< kEX -xw2Diԛ;lq2řHb}.̬% -4]F*6=nW.ˋ$&eGdm,9G.-iT(g1Yzy,"A3M -h XxIF! G9BBJ~et59exiRoܶ9s屝u\BЗ\*Pm-w^ϋ -/jFāNi(jJalnV^|l5/>&x5,Y}wקg;FiVo|DjHv -\ -6KA%b5TJެxD0QQp~ Hg-+2rxOjGfk -?yW>| LE#ّ7:$y~e@<|8_l6j8",Y<@cgc< rIt1*Z.rPi1yWd^K-
/3e
"/ŲԕuM靼BOz2tj\ͮ|߾K;#0M̖1AR缋 -5Z2 -JoQQ;rf-lFdw?2~LjgwȦ{eY(;^`b{^T}Hjlƫ .ܟh1:g-:BᇒV!9[ArQ,ذN\spQ -%~ *IhkI-H&LkN5ƽGCؘ~ʹaq#wsƄн0Q2 -.)\}s߇j\BfIbTOk=F]5Y\~mGpyeX0)wPu+tg':..1n#:Ǣ|;U;s8-kZᜒ ٿ~{AwMW@mTH`7 '"Ǡl.u[½k`fnCNm6ϴ7Q.Y&)2%l49bG<Sq("H,ξU,sՑ6K>=H<ud"adoyg;rU<PڨdΟ +Lŵ)Ƴs 'U
<bvN,∢SuB4*qyKJbKmiչbATWTX5**L3duz WW{bc/.=hB7YdERP;d66l_mT]lP3LPiZt,EO1C[gg4vt:/Rae;P4SҰF+L!E[
63ۋqjot\z&E.=blX!L|B;oUӏmUo1RQ"r97{b;O-kudcZ3LO:td -D/M5ĨןZh}8°CeTB<oB-K`֑E3liQ]}D_ -Eeaqɬ@ЯB֟vmD9SdT4NB!$T;XfR<3_"{B> -I%#2Y~V<e]T
xRjOdv- /sz^m -Ef^}ţ\- \(XFS:<Y6"x -'^ÇEn:~pv=nʝ?de -ej*sR ML)gJ82[ -]
tWv-QO㰎aW3FUZܻx73
滦-qеD> -O;̍ {5Q&}ADdSCd{EGmX~&mcN bzp0;~:qL3 n^ -~Λ]hէl`]0uBCidNyic -&@ml+_ -WnLSfezG)r</;dY*eBg<8F@w?tklO}863 _W\)چMz -K_=C)'̡e̤tE~;\!q{2 -?ҔZM](o6YNɪ"+gGXBvBT۳ O%(qԿrM%:'Qc75T41A7NVOo]:/r"狧?t'P:8A%;a -C{~jvޭ{ү3-Nj&IXp]=6Y)ɤEi~ɮEǺ9o4t|.7
dHkVl/ZBWsܸ3r/3ܱ`]*X;J.df -vR_m Ai$'ؖN@gǞ'%ʎb>,]ΘŖXH>Pkv --tb
zI}a˪pb8O+,-sIr-x6
1;g#ƌ"җgNԪZWO&\3>HӋTO)Dw+=9Cj-zZRM"[w![VOęےC5ب x<d<}QUy{oοUH6ޔp,8~;"'-C_} -iM:jk5lsL^giنgI)Ln:%?pJ;m)3!ScjmV}+/蛊ߐ.=Gh|->8@ vgoHH6Un q
^' zB`Kc.8\ʳyk2HICXE%.F얣/[я皆&^
6p)D{TO$&mWEIQchVJ=ˉ:lg2f,q3T˶ҿ}_J`z9s"UrkYT#{M58kԤ̇':2OY;.kjxK+]+#X VU)Zg,*ϿD[Ըo{eV^k665>iS뢡$iX%ۊSnJ<ϢϱMVY+=zXq5}JZ|k֑{Bڏ!j֞3|&rJh1>f6/=[;0#ֹH +y0d<0q"̾˙TC-Q4/~Տ#-I8Ԧ@.Ne -6Wؑn|Y0U0+z=̬x0$r58_:L dʴ\p˧D[?bnԋ5r*t)V=]oW/r,{^^S'̮% -@&0:Q:Pցr᧧ԣXKb* -whdbٙn^N;ʚ[)5x^La|1Px*%FFDg/P "\67Ԛ~!)e +VC/n:3U~L?:S0r +)2*:^\ӠE1+mJPrƴ1l'g.:FGBFLL^؞uD=ĦJ5L>Ȏٗ)eR
e]@:χ'h> +eWCo{p<GsqqڀlV[IWVZcҶ(s( +"b|Na4חf~Ѡʰ3 {F8UicE;%XiH<~Ckw}C"OʹZNW#fb/s]?pua]?KMWH{LXzJD2Jjewf|(2E25n=˽ {0LJйDuY2=>I3Qu@;}vSܜ&;;#(4=}O0fִ?rPӟcl`Ϩ?/r>XygK&ϴPšnPF"/=#04X$-sqڝē[ݿ)v:9<
W]'8ؑ%\lёJ 5}dLnM +hoxa HiȼLT&C'yA~* V:d:7Qw(Ve&3{2U\@˙YK~7 +*)5OBrd=jrxfӤ4xms$ec;븞֡/%Tې[TwCkDr.<Z<S\ϟji$ +/ݡAğ{LрR@Z1#/\|l3O9bBi :pboVSBS< \50g~y8sk2W_2`v#"9k]R%|n.&+%_T/A>gt$913_Zp$5-3 ҙ7"ޕێv/ћz8=tj/ׁIQXx4ũ@4'ti3G}!EICzJ/o1wRb50Mc♳2a2||/f/vb} +W-VEq<F5N`s̖+tKۧ'ś"XNᩣ2H<>TaWWU\+^:*k҈PԔ&k&;ݬPk^|LjYOwOkӬ{Ԫ? +űe=)(Q+JGs2Ao
rbTQ#¦ash-OsCqZ$?e_5ᆵ^x1w~*wPSsx2e&L ; ^2s%h={%h3mK.jԩ)Y`"6 +xy[Vqe,j: +~*xppqX-DAmpk)4ql5DXx0ƘϘbx2kcT\,aZcėZ8N_fʲ +D_0,e+<,;y!FkdH&>A=#6]+[>}#vFKa-cN5AJ+*y&k$/)%e +WA\?ebt^DO[t
y%gBrB̓|X,ˉa41 +)1d&8ic|*Fə'˶MٍhjۤE[E~_fQ?JAU6KZ<L8>!"qלj{q'E1zsYd7Gha {a5ze +G{䗓Ӎ6b_1k'J`eqEێu]*-"aRrVtOt^#\(o]bFtE@-!?-w +w86-#pZִ9%3Aե%93*چ>oANDpA9\EHՅ{6vkKCćڒm +珟ioY\Ldw=s/*65R1dJ40(h ZՏsĎxXaRpQDܙ#Y}Y*<2#m$}8p{4 ,yTEHt?;Ξwru},y6Q[ik$?SAVkSX9اgNx흝YE;Սh0L5TĠV8Ҫs-%J篨j"v TTљf6[AM>&
_\zfM΅No" +Ȋ~Zwlmپ,"Ʃ&>f~]X\bh6@Cu_ĥvi +a" $W*Bҋmf+#*yM],{3pCċR[6wߪ`ۘël~c,z)8D +s('3o~Iw +K[~QV=f>IuTS +| +J$pdзKu\Lm +5 +kse/р$`xqHbq:C`%㝡V~tyO7ň?;dxD͏U2[#%b~FOnnwxM 7.kyΜ9+siys)AKeXPMo]@r%:.'fx"xF'YMB0wJ}}1TeBc=-'/E{ϗbg$HZu2~gŔê?ј +[]kOx?۟}EQ7N;,D[,ly^a!T>"f0wngb)ٹwM[k
}vA$EjꉣLZ+7.Lɦ'bΡ?mM 8O2@`vtrҙjg(ݼbG9ڱ/7{ЪO"aꄆȜܵ>L1yVnãڒxRi +Y
oӁ쵛Fl#X/m/`y{缵FV'jhM@u:;gK)\$ܘѵSx?_wȲd{OU˄ܕ.&yp?>ɍxB~q~mm<f@Sa
1$nzlSNCrIaG+,wtCn!-d~)0PlUEVdo$498$g/@%JQ%xKuNp0v +W nj*i`cnހ;ӑeu^垙EO$Ou(4+qXK;w:QÊ/U௯%yW!*dՈx2!_h +u5Wt/^pC.&TG{6&sluNK<+ͨ|]:Ff ]eyT8*wmSh?hYM?t@u6L1ؚ5L]i3S5UgWZjRÉwΎ|?A%A+&v5[V!!!GMjSS,/23C=Dx )l3Z\
هX!*{+([) _gZL*hzmRI]ush,:]nlȐda^;t2{Qqg98^fc{كڻT;w+],:^#ܥzl +4\=ӌIN-Ύ==OK|Y1-c83Fd|]YZd̓/UD
q.z%WXJ[44[P9mbv#FE/Ut3,?Mf}rn<R>:V#z-rb[fB
ĉ6hE*'9C2;03U%$jQ +?yȳry$.Xpk!`mc)Xq%w`EOZ<ӒtjJ9㥽سϊz
,@#S<tK~.8vRf2 +fI$Mhׯ;V +qYGЬs{&u +8me 6Y^fDmEM/ +"}ZsD5.ײ6é8/3kF[i.jz/pרI59OtelCw\VP3WF#PH(R(X7T[Չ6qc;ߜtnNmmj}(kmS>EC)HK6x9Ec(TW{2okI#P]C?=f~Mb59X7|zl^ endobj -568 0 obj << +570 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1011 0 R +/Encoding 1019 0 R /FirstChar 97 /LastChar 120 -/Widths 1021 0 R -/BaseFont /CEDVYP+NimbusRomNo9L-ReguItal -/FontDescriptor 566 0 R +/Widths 1029 0 R +/BaseFont /ZBOXFB+NimbusRomNo9L-ReguItal +/FontDescriptor 568 0 R >> endobj -566 0 obj << +568 0 obj << /Ascent 668 /CapHeight 668 /Descent -193 -/FontName /CEDVYP+NimbusRomNo9L-ReguItal +/FontName /ZBOXFB+NimbusRomNo9L-ReguItal /ItalicAngle -15.5 /StemV 78 /XHeight 441 /FontBBox [-169 -270 1010 924] /Flags 4 /CharSet (/a/c/d/e/g/i/j/k/l/m/n/r/s/t/u/v/x) -/FontFile 567 0 R +/FontFile 569 0 R >> endobj -1021 0 obj +1029 0 obj [500 0 444 500 444 0 500 0 278 278 444 278 722 500 0 0 0 389 389 278 500 444 0 444 ] endobj 258 0 obj << @@ -8555,7 +8636,7 @@ endobj >> stream x{UXݲ&NCn=;'ܝ,8d}s컹g/z]hZ*U
qPra`e(8:kYԁV.7V]@I2uyѴv(B -l +l T;uBx8
Ӵ1o s
66B o:}Ro[ڼz `Jǫs=8% @@ -8595,23 +8676,23 @@ p3ҿ(hxJr^f`,M1W݁%j-WvԎ-dolٙ {{U"FRUU?g&>P@~,\Ѝo5tYwePq> ]KuJw "}'7uM\w*_KZqI'n'| -b8LH㉂!Sȏu9oB~Sds=<ߨT/ػ$2e[e;)j}m'!t|EWP?A`n4L!v(!@g0?/̓endstream +b8LH㉂!Sȏu9oB~Sds=<ߨT/ػ$2e[e;)j}m'!t|EWP?A`n4L!v(!@g0?/yendstream endobj 259 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1011 0 R +/Encoding 1019 0 R /FirstChar 2 /LastChar 228 -/Widths 1022 0 R -/BaseFont /WWKEWK+NimbusSanL-ReguItal +/Widths 1030 0 R +/BaseFont /TFRYVZ+NimbusSanL-ReguItal /FontDescriptor 257 0 R >> endobj 257 0 obj << /Ascent 712 /CapHeight 712 /Descent -213 -/FontName /WWKEWK+NimbusSanL-ReguItal +/FontName /TFRYVZ+NimbusSanL-ReguItal /ItalicAngle -12 /StemV 88 /XHeight 523 @@ -8620,7 +8701,7 @@ endobj /CharSet (/fi/fl/percent/parenleft/parenright/asterisk/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/bracketleft/bracketright/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/bar/quotedblleft/quotedblright/endash/adieresis) /FontFile 258 0 R >> endobj -1022 0 obj +1030 0 obj [500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 889 0 0 333 333 389 0 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 0 0 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 0 0 0 0 278 0 278 0 556 0 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 0 260 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 333 0 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 556 ] endobj 220 0 obj << @@ -8631,28 +8712,30 @@ endobj /Filter /FlateDecode >> stream -xRXuO{(D -cn "d@vw'ݺC%%p?TE!h3J24APB& -j"vYtϽ>wPx0JQ$`)+Vq!(r>R -#H53 6D$ -ycF~V_VW|{./}5c.c$q\֫
SoRvv0ʘ^7JysbTzŝ'b}[V~sK}BQdH~={>g]HNֺS¬B'\}83,Y
?isa}͏9L8~{dr\K`QG+~VVX9vz9 AȰ3#2[BnM3Xj_z5o#K8?r-Χi+n$f%"$b}ycTm=~!Jǫrmc^*ң$?!}9*\0R\aZ-Tםu6rK?M2c;_)6LKs,n/jJMmLWHH]=g?͟y'b%WL2S\9Z[oZ[Q}5x==`pw¬ut5֟rtO-)gs#\c*,eOٝܝ/!۳d:={la2eއN9_~y$s0R9ep붤twEdeSSI!hˡ%W=^v[>w7+EM(!w4wJ+903;6J!?<u̚PY){YԝWk/|TQ\W1M,f9ƺ%oDA>eWws.R}KJ6 -RWG=3:%D1h*얳R+3Mݹ~ei5/Rt',M>ߌ.u5tQP055_[l]$KJS|;m /ÇDT#4Ci:'8_cendstream +xR}\uO$9Hp-b|CT|Avw'ݺQ@3L Y>MAPB/(*Ow}|<|Tx0E2> + +ir(uDnhv!h TFj8I0f 4q*oPP&_!~dBRs`?YhVAY">2LNF+ + +HaK +Dgne= +v/mrg,pvʹҝ?n4όpssc(~#eGrw&;Enܞ*?v!,FӾu9'H2W#S&mIKPHP5y;.^-,xm1GͿA.Q5ڪj-U:^qξ!װQJiֆ +ΡH#ΕA݉[Н\bbM̥}u=Ănhsh>U"9QRyHq-OPQvyW9\-շd,帀!yI+3cXIĹz2+V`!sn9-u|M^axO9_O]l"EweKmlnLI'{Uj*8,YZZ9osxL9
P-C8kbendstream endobj 221 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1023 0 R +/Encoding 1031 0 R /FirstChar 0 /LastChar 48 -/Widths 1024 0 R -/BaseFont /JLMLUG+CMSY10 +/Widths 1032 0 R +/BaseFont /AEWEOC+CMSY10 /FontDescriptor 219 0 R >> endobj 219 0 obj << /Ascent 750 /CapHeight 683 /Descent -194 -/FontName /JLMLUG+CMSY10 +/FontName /AEWEOC+CMSY10 /ItalicAngle -14.035 /StemV 85 /XHeight 431 @@ -8661,10 +8744,10 @@ endobj /CharSet (/minus/plusminus/bullet/arrowright/prime) /FontFile 220 0 R >> endobj -1024 0 obj +1032 0 obj [778 0 0 0 0 0 778 0 0 0 0 0 0 0 0 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 275 ] endobj -1023 0 obj << +1031 0 obj << /Type /Encoding /Differences [ 0 /minus 1/.notdef 6/plusminus 7/.notdef 15/bullet 16/.notdef 33/arrowright 34/.notdef 48/prime 49/.notdef] >> endobj @@ -8676,7 +8759,7 @@ endobj /Filter /FlateDecode >> stream -x{Ux]RK-fffbfffffbf`l1zܙ;si۪:'#+23NOMA l`pwa`ad(Xٙ:1 +x{Ux]RK-fffbfffffbf`l1zܙ;si۪:'#+23NOMA l`pwa`ad(Xٙ:1 8ȑiX./+=ɸa%4˫G,tX(쪱?NRjx=VB/a҄=q(c]L 6l&RRpߍu;Mp[^i
zܟ3a?&N}̸Ԗ,Su'pvARUqS烒.u9`~EeLA9Bs&?T7˜bt^ރ
t]ؤ>rg[MfK wZ&gZcX]\SR -ٻ\"g_'߆
.$&D _|grF\蛧z'8'ԐvY8r6ӻo6Dr*MhBՐˆ6'Լg4ImZh;AƣiFC:>cHX&d"%r2Jy k[hs$XǂAh(WHnrWܵۋ_^kWƻ3v_lTb9*LuS&Sfwx fϡGtY!q >kLswϢWxnA9UB; r1=8j2/7k!,"7"hwM
ސ5T{|0hJAk@T^y)˫~\O;ƂG"5Jhǒ O[Q7\{xK7 M1j?K3 @@ -8719,23 +8802,23 @@ D6#@w.s֙_SҦ[9qZaﶶ8Ǧ&\ҡ%z1C)j[@+}B uy&~har zrM7'c[L!?%M8gq3HhHJФe#/kv@갆4~IkG?rJeDP%P
Q1RÔKe?ftR
ϻ;oN/]tG;'C+~+|aYR
ݺ.xWu2lI?J%8?/"+qQx }ʚe9icA^@;Yw a2HPo+a
P_M<ٞ0O8vr&D<;MECӖcT٨3Dg[wDoo/JBd>uHP PZ&8Y@dcQXd'$Z*Lqwb49RNw=|AٞAfjX>:%w+KnszbM}Yr!b4cXDc9PfWؤ2ڟb_'J,Α7B⣍sqOi_/+gU.֔9/;rSL=wlf5DJJEwɖ=$0BH}?pR&S~BT։o:B&tO&X˸ OXF Mtn}y/$!Zrq8&'_xy1Kwoh(Kf*mf:QzNm̉)nreK25jcsZmX_mVqvo{`Ç w^kZslg'U8S -vC{LA]eڊ |>y{${ZW:wMs_|zzjC&+\oy+&Nt旳o<*i5iR/]o0/ #ciLd\Ҵߊ~m0=b>`=$d+"@҆}7mazU3?HĹ3i`'D|0 +vC{LA]eڊ |>y{${ZW:wMs_|zzjC&+\oy+&Nt旳o<*i5iR/]o0/ #ciLd\Ҵߊ~m0=b>`=$d+"@҆}7mazU3?HĹ3i`'D|0 endobj 209 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1011 0 R +/Encoding 1019 0 R /FirstChar 2 /LastChar 252 -/Widths 1025 0 R -/BaseFont /OAXHVX+NimbusSanL-Regu +/Widths 1033 0 R +/BaseFont /LPZQAN+NimbusSanL-Regu /FontDescriptor 207 0 R >> endobj 207 0 obj << /Ascent 712 /CapHeight 712 /Descent -213 -/FontName /OAXHVX+NimbusSanL-Regu +/FontName /LPZQAN+NimbusSanL-Regu /ItalicAngle 0 /StemV 85 /XHeight 523 @@ -8744,7 +8827,7 @@ endobj /CharSet (/fi/fl/exclam/quoteright/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/equal/greater/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/bracketright/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/quotedblleft/quotedblright/endash/Adieresis/Odieresis/Udieresis/germandbls/adieresis/odieresis/udieresis) /FontFile 208 0 R >> endobj -1025 0 obj +1033 0 obj [500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 278 0 0 0 0 0 222 333 333 0 0 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 0 584 584 0 0 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 944 667 667 611 278 0 278 0 0 0 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 333 0 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 667 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 778 0 0 0 0 0 722 0 0 611 0 0 0 0 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 556 0 0 0 0 0 556 ] endobj 205 0 obj << @@ -8759,7 +8842,7 @@ xtePݖ. .hи`!{p}gfԹkf~ݺ]UggMK"fjg -: S$ @Hٻ9-*+`-dmgou|oT l7 2CaSs|+ `'+?_5OzZZh -vV8i+T hb0Zo)lz1X8xx%f6k@MyiIH~a,7߈[ +vV8i+T hb0Zo)lz1X8xx%f6k@My}WWf,7߈[ va!.n `p]6v. @G+@iv[?-53kOTo&No}Zw%\A&(sv&B?S+ 3G%u;9`jr}:~(1zd6{h-Ǵ3I`Mߑ @@ -8815,23 +8898,23 @@ ZӗwnwO|ҍ54dz @Hڶm/.DNt7(|ytTn~NT*nّР-}f}-5{uhEw̰`/:K1:!j[/!sNRASEGo͕RV"O[geM,#tRtW2!G ^';%o3R,ĹO/CZI48"x7 3ܟ&~S:RAQJvwGB3z - + endobj 206 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1011 0 R +/Encoding 1019 0 R /FirstChar 2 /LastChar 252 -/Widths 1026 0 R -/BaseFont /XERGDO+NimbusSanL-Bold +/Widths 1034 0 R +/BaseFont /HGBKUQ+NimbusSanL-Bold /FontDescriptor 204 0 R >> endobj 204 0 obj << /Ascent 722 /CapHeight 722 /Descent -217 -/FontName /XERGDO+NimbusSanL-Bold +/FontName /HGBKUQ+NimbusSanL-Bold /ItalicAngle 0 /StemV 141 /XHeight 532 @@ -8840,123 +8923,123 @@ endobj /CharSet (/fi/fl/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/W/Z/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/x/y/z/Udieresis/adieresis/udieresis) /FontFile 205 0 R >> endobj -1026 0 obj +1034 0 obj [611 611 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 333 0 0 278 333 278 278 556 556 556 556 556 556 556 556 556 556 0 0 0 0 0 0 0 722 722 722 722 667 611 778 722 278 556 722 611 833 722 778 667 0 722 667 611 722 667 944 0 0 611 0 0 0 0 0 0 556 611 556 611 556 333 611 611 278 278 556 278 889 611 611 611 0 389 556 333 611 556 778 556 556 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 722 0 0 0 0 0 0 0 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 611 ] endobj 210 0 obj << /Type /Pages /Count 6 -/Parent 1027 0 R +/Parent 1035 0 R /Kids [198 0 R 212 0 R 216 0 R 223 0 R 254 0 R 283 0 R] >> endobj -357 0 obj << +358 0 obj << /Type /Pages /Count 6 -/Parent 1027 0 R -/Kids [342 0 R 371 0 R 414 0 R 422 0 R 434 0 R 443 0 R] +/Parent 1035 0 R +/Kids [342 0 R 373 0 R 416 0 R 424 0 R 436 0 R 445 0 R] >> endobj -457 0 obj << +459 0 obj << /Type /Pages /Count 6 -/Parent 1027 0 R -/Kids [451 0 R 462 0 R 470 0 R 476 0 R 482 0 R 491 0 R] +/Parent 1035 0 R +/Kids [453 0 R 464 0 R 472 0 R 478 0 R 484 0 R 493 0 R] >> endobj -505 0 obj << +507 0 obj << /Type /Pages /Count 6 -/Parent 1027 0 R -/Kids [499 0 R 508 0 R 516 0 R 524 0 R 529 0 R 535 0 R] +/Parent 1035 0 R +/Kids [501 0 R 510 0 R 518 0 R 526 0 R 531 0 R 537 0 R] >> endobj -547 0 obj << +549 0 obj << /Type /Pages /Count 6 -/Parent 1027 0 R -/Kids [542 0 R 550 0 R 555 0 R 559 0 R 563 0 R 579 0 R] +/Parent 1035 0 R +/Kids [544 0 R 552 0 R 557 0 R 561 0 R 565 0 R 581 0 R] >> endobj -591 0 obj << +593 0 obj << /Type /Pages /Count 6 -/Parent 1027 0 R -/Kids [588 0 R 595 0 R 601 0 R 608 0 R 612 0 R 619 0 R] +/Parent 1035 0 R +/Kids [590 0 R 597 0 R 603 0 R 610 0 R 614 0 R 621 0 R] >> endobj -630 0 obj << +632 0 obj << /Type /Pages /Count 6 -/Parent 1028 0 R -/Kids [626 0 R 633 0 R 642 0 R 648 0 R 655 0 R 663 0 R] +/Parent 1036 0 R +/Kids [628 0 R 635 0 R 644 0 R 650 0 R 657 0 R 665 0 R] >> endobj -673 0 obj << +675 0 obj << /Type /Pages /Count 6 -/Parent 1028 0 R -/Kids [670 0 R 676 0 R 684 0 R 689 0 R 693 0 R 698 0 R] +/Parent 1036 0 R +/Kids [672 0 R 678 0 R 686 0 R 691 0 R 695 0 R 700 0 R] >> endobj -712 0 obj << +714 0 obj << /Type /Pages /Count 6 -/Parent 1028 0 R -/Kids [705 0 R 714 0 R 723 0 R 727 0 R 734 0 R 739 0 R] +/Parent 1036 0 R +/Kids [707 0 R 716 0 R 725 0 R 729 0 R 736 0 R 741 0 R] >> endobj -753 0 obj << +755 0 obj << /Type /Pages /Count 6 -/Parent 1028 0 R -/Kids [748 0 R 755 0 R 762 0 R 767 0 R 779 0 R 784 0 R] +/Parent 1036 0 R +/Kids [750 0 R 757 0 R 764 0 R 772 0 R 780 0 R 786 0 R] >> endobj -799 0 obj << +802 0 obj << /Type /Pages /Count 6 -/Parent 1028 0 R -/Kids [794 0 R 801 0 R 813 0 R 819 0 R 827 0 R 837 0 R] +/Parent 1036 0 R +/Kids [796 0 R 809 0 R 815 0 R 820 0 R 830 0 R 839 0 R] >> endobj -846 0 obj << +851 0 obj << /Type /Pages /Count 6 -/Parent 1028 0 R -/Kids [843 0 R 853 0 R 858 0 R 868 0 R 872 0 R 876 0 R] +/Parent 1036 0 R +/Kids [848 0 R 854 0 R 864 0 R 868 0 R 872 0 R 876 0 R] >> endobj -883 0 obj << +885 0 obj << /Type /Pages /Count 6 -/Parent 1029 0 R -/Kids [880 0 R 885 0 R 891 0 R 895 0 R 900 0 R 905 0 R] +/Parent 1037 0 R +/Kids [880 0 R 887 0 R 891 0 R 896 0 R 901 0 R 916 0 R] >> endobj -925 0 obj << +934 0 obj << /Type /Pages /Count 6 -/Parent 1029 0 R -/Kids [920 0 R 932 0 R 944 0 R 952 0 R 970 0 R 980 0 R] +/Parent 1037 0 R +/Kids [928 0 R 942 0 R 950 0 R 960 0 R 969 0 R 988 0 R] >> endobj -987 0 obj << +995 0 obj << /Type /Pages /Count 3 -/Parent 1029 0 R -/Kids [984 0 R 989 0 R 1008 0 R] +/Parent 1037 0 R +/Kids [992 0 R 997 0 R 1016 0 R] >> endobj -1027 0 obj << +1035 0 obj << /Type /Pages /Count 36 -/Parent 1030 0 R -/Kids [210 0 R 357 0 R 457 0 R 505 0 R 547 0 R 591 0 R] +/Parent 1038 0 R +/Kids [210 0 R 358 0 R 459 0 R 507 0 R 549 0 R 593 0 R] >> endobj -1028 0 obj << +1036 0 obj << /Type /Pages /Count 36 -/Parent 1030 0 R -/Kids [630 0 R 673 0 R 712 0 R 753 0 R 799 0 R 846 0 R] +/Parent 1038 0 R +/Kids [632 0 R 675 0 R 714 0 R 755 0 R 802 0 R 851 0 R] >> endobj -1029 0 obj << +1037 0 obj << /Type /Pages /Count 15 -/Parent 1030 0 R -/Kids [883 0 R 925 0 R 987 0 R] +/Parent 1038 0 R +/Kids [885 0 R 934 0 R 995 0 R] >> endobj -1030 0 obj << +1038 0 obj << /Type /Pages /Count 87 -/Kids [1027 0 R 1028 0 R 1029 0 R] +/Kids [1035 0 R 1036 0 R 1037 0 R] >> endobj -1031 0 obj << +1039 0 obj << /Type /Outlines /First 7 0 R /Last 195 0 R @@ -8965,20 +9048,20 @@ endobj 195 0 obj << /Title 196 0 R /A 193 0 R -/Parent 1031 0 R +/Parent 1039 0 R /Prev 191 0 R >> endobj 191 0 obj << /Title 192 0 R /A 189 0 R -/Parent 1031 0 R +/Parent 1039 0 R /Prev 187 0 R /Next 195 0 R >> endobj 187 0 obj << /Title 188 0 R /A 185 0 R -/Parent 1031 0 R +/Parent 1039 0 R /Prev 111 0 R /Next 191 0 R >> endobj @@ -9006,114 +9089,114 @@ endobj /Title 172 0 R /A 169 0 R /Parent 111 0 R -/Prev 155 0 R +/Prev 167 0 R /Next 175 0 R >> endobj 167 0 obj << /Title 168 0 R /A 165 0 R -/Parent 155 0 R -/Prev 163 0 R +/Parent 111 0 R +/Prev 151 0 R +/Next 171 0 R >> endobj 163 0 obj << /Title 164 0 R /A 161 0 R -/Parent 155 0 R +/Parent 151 0 R /Prev 159 0 R -/Next 167 0 R >> endobj 159 0 obj << /Title 160 0 R /A 157 0 R -/Parent 155 0 R +/Parent 151 0 R +/Prev 155 0 R /Next 163 0 R >> endobj 155 0 obj << /Title 156 0 R /A 153 0 R -/Parent 111 0 R -/Prev 143 0 R -/Next 171 0 R -/First 159 0 R -/Last 167 0 R -/Count -3 +/Parent 151 0 R +/Next 159 0 R >> endobj 151 0 obj << /Title 152 0 R /A 149 0 R -/Parent 143 0 R -/Prev 147 0 R +/Parent 111 0 R +/Prev 139 0 R +/Next 167 0 R +/First 155 0 R +/Last 163 0 R +/Count -3 >> endobj 147 0 obj << /Title 148 0 R /A 145 0 R -/Parent 143 0 R -/Next 151 0 R +/Parent 139 0 R +/Prev 143 0 R >> endobj 143 0 obj << /Title 144 0 R /A 141 0 R -/Parent 111 0 R -/Prev 131 0 R -/Next 155 0 R -/First 147 0 R -/Last 151 0 R -/Count -2 +/Parent 139 0 R +/Next 147 0 R >> endobj 139 0 obj << /Title 140 0 R /A 137 0 R -/Parent 131 0 R -/Prev 135 0 R +/Parent 111 0 R +/Prev 127 0 R +/Next 151 0 R +/First 143 0 R +/Last 147 0 R +/Count -2 >> endobj 135 0 obj << /Title 136 0 R /A 133 0 R -/Parent 131 0 R -/Next 139 0 R +/Parent 127 0 R +/Prev 131 0 R >> endobj 131 0 obj << /Title 132 0 R /A 129 0 R -/Parent 111 0 R -/Prev 119 0 R -/Next 143 0 R -/First 135 0 R -/Last 139 0 R -/Count -2 +/Parent 127 0 R +/Next 135 0 R >> endobj 127 0 obj << /Title 128 0 R /A 125 0 R -/Parent 119 0 R -/Prev 123 0 R +/Parent 111 0 R +/Prev 115 0 R +/Next 139 0 R +/First 131 0 R +/Last 135 0 R +/Count -2 >> endobj 123 0 obj << /Title 124 0 R /A 121 0 R -/Parent 119 0 R -/Next 127 0 R +/Parent 115 0 R +/Prev 119 0 R >> endobj 119 0 obj << /Title 120 0 R /A 117 0 R -/Parent 111 0 R -/Prev 115 0 R -/Next 131 0 R -/First 123 0 R -/Last 127 0 R -/Count -2 +/Parent 115 0 R +/Next 123 0 R >> endobj 115 0 obj << /Title 116 0 R /A 113 0 R /Parent 111 0 R -/Next 119 0 R +/Next 127 0 R +/First 119 0 R +/Last 123 0 R +/Count -2 >> endobj 111 0 obj << /Title 112 0 R /A 109 0 R -/Parent 1031 0 R +/Parent 1039 0 R /Prev 19 0 R /Next 187 0 R /First 115 0 R @@ -9278,7 +9361,7 @@ endobj 19 0 obj << /Title 20 0 R /A 17 0 R -/Parent 1031 0 R +/Parent 1039 0 R /Prev 7 0 R /Next 111 0 R /First 23 0 R @@ -9300,233 +9383,233 @@ endobj 7 0 obj << /Title 8 0 R /A 5 0 R -/Parent 1031 0 R +/Parent 1039 0 R /Next 19 0 R /First 11 0 R /Last 15 0 R /Count -2 >> endobj -1032 0 obj << -/Names [(API) 992 0 R (BSD) 993 0 R (Doc-Start) 203 0 R (GIMP) 994 0 R (GNU) 995 0 R (GUI) 996 0 R (GVim) 997 0 R (HTTPS) 998 0 R (Item.1) 717 0 R (Item.10) 909 0 R (Item.11) 910 0 R (Item.12) 911 0 R (Item.13) 912 0 R (Item.14) 913 0 R (Item.15) 914 0 R (Item.2) 718 0 R (Item.3) 719 0 R (Item.4) 720 0 R (Item.5) 721 0 R (Item.6) 805 0 R (Item.7) 806 0 R (Item.8) 816 0 R (Item.9) 908 0 R (JRE) 999 0 R (NID) 1000 0 R (PDF) 1001 0 R (PID) 1002 0 R (RTT) 1003 0 R (SDK) 1004 0 R (SVN) 1005 0 R (VS) 1006 0 R (appendix.A) 190 0 R (appendix.B) 194 0 R (chapter*.1) 226 0 R (chapter*.2) 286 0 R (chapter*.3) 374 0 R (chapter.1) 6 0 R (chapter.2) 18 0 R (chapter.3) 110 0 R (chapter.4) 186 0 R (cite.OOS) 760 0 R (cite.Tanenbaum) 418 0 R (cite.Vorlesung) 640 0 R (figure.1.1) 314 0 R (figure.1.2) 315 0 R (figure.2.1) 316 0 R (figure.2.10) 325 0 R (figure.2.11) 326 0 R (figure.2.12) 327 0 R (figure.2.13) 328 0 R (figure.2.14) 329 0 R (figure.2.15) 330 0 R (figure.2.16) 331 0 R (figure.2.17) 332 0 R (figure.2.18) 333 0 R (figure.2.19) 334 0 R (figure.2.2) 317 0 R (figure.2.20) 335 0 R (figure.2.21) 336 0 R (figure.2.22) 337 0 R (figure.2.23) 338 0 R (figure.2.24) 339 0 R (figure.2.25) 340 0 R (figure.2.26) 358 0 R (figure.2.27) 359 0 R (figure.2.3) 318 0 R (figure.2.4) 319 0 R (figure.2.5) 320 0 R (figure.2.6) 321 0 R (figure.2.7) 322 0 R (figure.2.8) 323 0 R (figure.2.9) 324 0 R (figure.3.1) 360 0 R (figure.3.10) 369 0 R (figure.3.2) 361 0 R (figure.3.3) 362 0 R (figure.3.4) 363 0 R (figure.3.5) 364 0 R (figure.3.6) 365 0 R (figure.3.7) 366 0 R (figure.3.8) 367 0 R (figure.3.9) 368 0 R (page.1) 202 0 R (page.10) 424 0 R (page.11) 436 0 R (page.12) 445 0 R (page.13) 453 0 R (page.14) 464 0 R (page.15) 472 0 R (page.16) 478 0 R (page.17) 484 0 R (page.18) 493 0 R (page.19) 501 0 R (page.2) 214 0 R (page.20) 510 0 R (page.21) 518 0 R (page.22) 526 0 R (page.23) 531 0 R (page.24) 537 0 R (page.25) 544 0 R (page.26) 552 0 R (page.27) 557 0 R (page.28) 561 0 R (page.29) 565 0 R (page.3) 218 0 R (page.30) 581 0 R (page.31) 590 0 R (page.32) 597 0 R (page.33) 603 0 R (page.34) 610 0 R (page.35) 614 0 R (page.36) 621 0 R (page.37) 628 0 R (page.38) 635 0 R (page.39) 644 0 R (page.4) 225 0 R (page.40) 650 0 R (page.41) 657 0 R (page.42) 665 0 R (page.43) 672 0 R (page.44) 678 0 R (page.45) 686 0 R (page.46) 691 0 R (page.47) 695 0 R (page.48) 700 0 R (page.49) 707 0 R (page.5) 256 0 R (page.50) 716 0 R (page.51) 725 0 R (page.52) 729 0 R (page.53) 736 0 R (page.54) 741 0 R (page.55) 750 0 R (page.56) 757 0 R (page.57) 764 0 R (page.58) 769 0 R (page.59) 781 0 R (page.6) 285 0 R (page.60) 786 0 R (page.61) 796 0 R (page.62) 803 0 R (page.63) 815 0 R (page.64) 821 0 R (page.65) 829 0 R (page.66) 839 0 R (page.67) 845 0 R (page.68) 855 0 R (page.69) 860 0 R (page.7) 344 0 R (page.70) 870 0 R (page.71) 874 0 R (page.72) 878 0 R (page.73) 882 0 R (page.74) 887 0 R (page.75) 893 0 R (page.76) 897 0 R (page.77) 902 0 R (page.78) 907 0 R (page.79) 922 0 R (page.8) 373 0 R (page.80) 934 0 R (page.81) 946 0 R (page.82) 954 0 R (page.83) 972 0 R (page.84) 982 0 R (page.85) 986 0 R (page.86) 991 0 R (page.87) 1010 0 R (page.9) 416 0 R (section*.10) 465 0 R (section*.11) 467 0 R (section*.12) 479 0 R (section*.13) 486 0 R (section*.14) 494 0 R (section*.15) 511 0 R (section*.16) 519 0 R (section*.17) 521 0 R (section*.18) 527 0 R (section*.19) 532 0 R (section*.20) 533 0 R (section*.21) 538 0 R (section*.22) 539 0 R (section*.23) 545 0 R (section*.24) 629 0 R (section*.25) 660 0 R (section*.26) 668 0 R (section*.27) 687 0 R (section*.28) 730 0 R (section*.29) 888 0 R (section*.30) 898 0 R (section*.31) 935 0 R (section*.32) 956 0 R (section*.4) 425 0 R (section*.5) 427 0 R (section*.6) 428 0 R (section*.7) 437 0 R (section*.8) 446 0 R (section*.9) 447 0 R (section.1.1) 10 0 R (section.1.2) 14 0 R (section.2.1) 22 0 R (section.2.2) 26 0 R (section.2.3) 30 0 R (section.2.4) 34 0 R (section.2.5) 54 0 R (section.2.6) 98 0 R (section.3.1) 114 0 R (section.3.2) 118 0 R (section.3.3) 130 0 R (section.3.4) 142 0 R (section.3.5) 154 0 R (section.3.6) 170 0 R (section.3.7) 174 0 R (section.3.8) 178 0 R (section.3.9) 182 0 R (subsection.2.4.1) 38 0 R (subsection.2.4.2) 42 0 R (subsection.2.4.3) 46 0 R (subsection.2.4.4) 50 0 R (subsection.2.5.1) 58 0 R (subsection.2.5.10) 94 0 R (subsection.2.5.2) 62 0 R (subsection.2.5.3) 66 0 R (subsection.2.5.4) 70 0 R (subsection.2.5.5) 74 0 R (subsection.2.5.6) 78 0 R (subsection.2.5.7) 82 0 R (subsection.2.5.8) 86 0 R (subsection.2.5.9) 90 0 R (subsection.2.6.1) 102 0 R (subsection.2.6.2) 106 0 R (subsection.3.2.1) 122 0 R (subsection.3.2.2) 126 0 R (subsection.3.3.1) 134 0 R (subsection.3.3.2) 138 0 R (subsection.3.4.1) 146 0 R (subsection.3.4.2) 150 0 R (subsection.3.5.1) 158 0 R (subsection.3.5.2) 162 0 R (subsection.3.5.3) 166 0 R (table.2.1) 394 0 R (table.2.10) 403 0 R (table.2.11) 404 0 R (table.2.12) 405 0 R (table.2.13) 406 0 R (table.2.14) 407 0 R (table.2.15) 408 0 R (table.2.16) 409 0 R (table.2.17) 410 0 R (table.2.2) 395 0 R (table.2.3) 396 0 R (table.2.4) 397 0 R (table.2.5) 398 0 R (table.2.6) 399 0 R (table.2.7) 400 0 R (table.2.8) 401 0 R (table.2.9) 402 0 R (table.3.1) 411 0 R (table.3.2) 412 0 R] +1040 0 obj << +/Names [(API) 1000 0 R (BSD) 1001 0 R (Doc-Start) 203 0 R (GIMP) 1002 0 R (GNU) 1003 0 R (GUI) 1004 0 R (GVim) 1005 0 R (HTTPS) 1006 0 R (Item.1) 719 0 R (Item.10) 905 0 R (Item.11) 906 0 R (Item.12) 907 0 R (Item.13) 908 0 R (Item.14) 909 0 R (Item.15) 910 0 R (Item.2) 720 0 R (Item.3) 721 0 R (Item.4) 722 0 R (Item.5) 723 0 R (Item.6) 800 0 R (Item.7) 801 0 R (Item.8) 812 0 R (Item.9) 904 0 R (JRE) 1007 0 R (NID) 1008 0 R (PDF) 1009 0 R (PID) 1010 0 R (RTT) 1011 0 R (SDK) 1012 0 R (SVN) 1013 0 R (VS) 1014 0 R (appendix.A) 190 0 R (appendix.B) 194 0 R (chapter*.1) 226 0 R (chapter*.2) 286 0 R (chapter*.3) 376 0 R (chapter.1) 6 0 R (chapter.2) 18 0 R (chapter.3) 110 0 R (chapter.4) 186 0 R (cite.OOS) 958 0 R (cite.Tanenbaum) 420 0 R (cite.Vorlesung) 642 0 R (figure.1.1) 314 0 R (figure.1.2) 315 0 R (figure.2.1) 316 0 R (figure.2.10) 325 0 R (figure.2.11) 326 0 R (figure.2.12) 327 0 R (figure.2.13) 328 0 R (figure.2.14) 329 0 R (figure.2.15) 330 0 R (figure.2.16) 331 0 R (figure.2.17) 332 0 R (figure.2.18) 333 0 R (figure.2.19) 334 0 R (figure.2.2) 317 0 R (figure.2.20) 335 0 R (figure.2.21) 336 0 R (figure.2.22) 337 0 R (figure.2.23) 338 0 R (figure.2.24) 339 0 R (figure.2.25) 340 0 R (figure.2.26) 359 0 R (figure.2.27) 360 0 R (figure.2.3) 318 0 R (figure.2.4) 319 0 R (figure.2.5) 320 0 R (figure.2.6) 321 0 R (figure.2.7) 322 0 R (figure.2.8) 323 0 R (figure.2.9) 324 0 R (figure.3.1) 361 0 R (figure.3.10) 370 0 R (figure.3.11) 371 0 R (figure.3.2) 362 0 R (figure.3.3) 363 0 R (figure.3.4) 364 0 R (figure.3.5) 365 0 R (figure.3.6) 366 0 R (figure.3.7) 367 0 R (figure.3.8) 368 0 R (figure.3.9) 369 0 R (page.1) 202 0 R (page.10) 426 0 R (page.11) 438 0 R (page.12) 447 0 R (page.13) 455 0 R (page.14) 466 0 R (page.15) 474 0 R (page.16) 480 0 R (page.17) 486 0 R (page.18) 495 0 R (page.19) 503 0 R (page.2) 214 0 R (page.20) 512 0 R (page.21) 520 0 R (page.22) 528 0 R (page.23) 533 0 R (page.24) 539 0 R (page.25) 546 0 R (page.26) 554 0 R (page.27) 559 0 R (page.28) 563 0 R (page.29) 567 0 R (page.3) 218 0 R (page.30) 583 0 R (page.31) 592 0 R (page.32) 599 0 R (page.33) 605 0 R (page.34) 612 0 R (page.35) 616 0 R (page.36) 623 0 R (page.37) 630 0 R (page.38) 637 0 R (page.39) 646 0 R (page.4) 225 0 R (page.40) 652 0 R (page.41) 659 0 R (page.42) 667 0 R (page.43) 674 0 R (page.44) 680 0 R (page.45) 688 0 R (page.46) 693 0 R (page.47) 697 0 R (page.48) 702 0 R (page.49) 709 0 R (page.5) 256 0 R (page.50) 718 0 R (page.51) 727 0 R (page.52) 731 0 R (page.53) 738 0 R (page.54) 743 0 R (page.55) 752 0 R (page.56) 759 0 R (page.57) 766 0 R (page.58) 774 0 R (page.59) 782 0 R (page.6) 285 0 R (page.60) 788 0 R (page.61) 798 0 R (page.62) 811 0 R (page.63) 817 0 R (page.64) 822 0 R (page.65) 832 0 R (page.66) 841 0 R (page.67) 850 0 R (page.68) 856 0 R (page.69) 866 0 R (page.7) 344 0 R (page.70) 870 0 R (page.71) 874 0 R (page.72) 878 0 R (page.73) 882 0 R (page.74) 889 0 R (page.75) 893 0 R (page.76) 898 0 R (page.77) 903 0 R (page.78) 918 0 R (page.79) 930 0 R (page.8) 375 0 R (page.80) 944 0 R (page.81) 952 0 R (page.82) 962 0 R (page.83) 971 0 R (page.84) 990 0 R (page.85) 994 0 R (page.86) 999 0 R (page.87) 1018 0 R (page.9) 418 0 R (section*.10) 467 0 R (section*.11) 469 0 R (section*.12) 481 0 R (section*.13) 488 0 R (section*.14) 496 0 R (section*.15) 513 0 R (section*.16) 521 0 R (section*.17) 523 0 R (section*.18) 529 0 R (section*.19) 534 0 R (section*.20) 535 0 R (section*.21) 540 0 R (section*.22) 541 0 R (section*.23) 547 0 R (section*.24) 631 0 R (section*.25) 662 0 R (section*.26) 670 0 R (section*.27) 689 0 R (section*.28) 732 0 R (section*.29) 883 0 R (section*.30) 894 0 R (section*.31) 931 0 R (section*.32) 964 0 R (section*.4) 427 0 R (section*.5) 429 0 R (section*.6) 430 0 R (section*.7) 439 0 R (section*.8) 448 0 R (section*.9) 449 0 R (section.1.1) 10 0 R (section.1.2) 14 0 R (section.2.1) 22 0 R (section.2.2) 26 0 R (section.2.3) 30 0 R (section.2.4) 34 0 R (section.2.5) 54 0 R (section.2.6) 98 0 R (section.3.1) 114 0 R (section.3.2) 126 0 R (section.3.3) 138 0 R (section.3.4) 150 0 R (section.3.5) 166 0 R (section.3.6) 170 0 R (section.3.7) 174 0 R (section.3.8) 178 0 R (section.3.9) 182 0 R (subsection.2.4.1) 38 0 R (subsection.2.4.2) 42 0 R (subsection.2.4.3) 46 0 R (subsection.2.4.4) 50 0 R (subsection.2.5.1) 58 0 R (subsection.2.5.10) 94 0 R (subsection.2.5.2) 62 0 R (subsection.2.5.3) 66 0 R (subsection.2.5.4) 70 0 R (subsection.2.5.5) 74 0 R (subsection.2.5.6) 78 0 R (subsection.2.5.7) 82 0 R (subsection.2.5.8) 86 0 R (subsection.2.5.9) 90 0 R (subsection.2.6.1) 102 0 R (subsection.2.6.2) 106 0 R (subsection.3.1.1) 118 0 R (subsection.3.1.2) 122 0 R (subsection.3.2.1) 130 0 R (subsection.3.2.2) 134 0 R (subsection.3.3.1) 142 0 R (subsection.3.3.2) 146 0 R (subsection.3.4.1) 154 0 R (subsection.3.4.2) 158 0 R (subsection.3.4.3) 162 0 R (table.2.1) 396 0 R (table.2.10) 405 0 R (table.2.11) 406 0 R (table.2.12) 407 0 R (table.2.13) 408 0 R (table.2.14) 409 0 R (table.2.15) 410 0 R (table.2.16) 411 0 R (table.2.17) 412 0 R (table.2.2) 397 0 R (table.2.3) 398 0 R (table.2.4) 399 0 R (table.2.5) 400 0 R (table.2.6) 401 0 R (table.2.7) 402 0 R (table.2.8) 403 0 R (table.2.9) 404 0 R (table.3.1) 413 0 R (table.3.2) 414 0 R] /Limits [(API) (table.3.2)] >> endobj -1033 0 obj << -/Kids [1032 0 R] +1041 0 obj << +/Kids [1040 0 R] >> endobj -1034 0 obj << -/Dests 1033 0 R +1042 0 obj << +/Dests 1041 0 R >> endobj -1035 0 obj << +1043 0 obj << /Type /Catalog -/Pages 1030 0 R -/Outlines 1031 0 R -/Names 1034 0 R +/Pages 1038 0 R +/Outlines 1039 0 R +/Names 1042 0 R /PageMode /UseOutlines /PageLayout/OneColumn /OpenAction 197 0 R >> endobj -1036 0 obj << +1044 0 obj << /Author(Paul Btow)/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfeTeX-1.21a)/Keywords() -/CreationDate (D:20080809165643Z) +/CreationDate (D:20080809181344Z) /PTEX.Fullbanner (This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) kpathsea version 3.5.4) >> endobj xref -0 1037 +0 1045 0000000001 65535 f 0000000002 00000 f 0000000003 00000 f 0000000004 00000 f 0000000000 00000 f 0000000009 00000 n -0000089336 00000 n -0001025755 00000 n +0000089560 00000 n +0001028203 00000 n 0000000054 00000 n 0000000143 00000 n -0000089397 00000 n -0001025683 00000 n +0000089621 00000 n +0001028131 00000 n 0000000190 00000 n 0000000290 00000 n -0000093040 00000 n -0001025610 00000 n +0000093264 00000 n +0001028058 00000 n 0000000338 00000 n 0000000438 00000 n -0000111274 00000 n -0001025484 00000 n +0000111498 00000 n +0001027932 00000 n 0000000484 00000 n 0000000592 00000 n -0000111336 00000 n -0001025410 00000 n +0000111560 00000 n +0001027858 00000 n 0000000640 00000 n 0000000875 00000 n -0000191687 00000 n -0001025323 00000 n +0000191911 00000 n +0001027771 00000 n 0000000923 00000 n 0000001038 00000 n -0000229727 00000 n -0001025236 00000 n +0000229951 00000 n +0001027684 00000 n 0000001086 00000 n 0000001186 00000 n -0000235600 00000 n -0001025112 00000 n +0000235824 00000 n +0001027560 00000 n 0000001234 00000 n 0000001349 00000 n -0000235662 00000 n -0001025038 00000 n +0000235886 00000 n +0001027486 00000 n 0000001402 00000 n 0000001557 00000 n -0000256298 00000 n -0001024951 00000 n +0000256522 00000 n +0001027399 00000 n 0000001610 00000 n 0000001790 00000 n -0000272871 00000 n -0001024864 00000 n +0000273095 00000 n +0001027312 00000 n 0000001843 00000 n 0000002084 00000 n -0000279914 00000 n -0001024790 00000 n +0000280138 00000 n +0001027238 00000 n 0000002137 00000 n 0000002353 00000 n -0000281467 00000 n -0001024665 00000 n +0000281691 00000 n +0001027113 00000 n 0000002401 00000 n 0000002501 00000 n -0000281529 00000 n -0001024591 00000 n +0000281753 00000 n +0001027039 00000 n 0000002554 00000 n 0000002756 00000 n -0000446083 00000 n -0001024504 00000 n +0000446307 00000 n +0001026952 00000 n 0000002809 00000 n 0000002990 00000 n -0000516984 00000 n -0001024417 00000 n +0000517208 00000 n +0001026865 00000 n 0000003043 00000 n 0000003224 00000 n -0000540052 00000 n -0001024330 00000 n +0000540276 00000 n +0001026778 00000 n 0000003277 00000 n 0000003711 00000 n -0000567744 00000 n -0001024243 00000 n +0000567968 00000 n +0001026691 00000 n 0000003764 00000 n 0000004076 00000 n -0000597565 00000 n -0001024156 00000 n +0000597789 00000 n +0001026604 00000 n 0000004129 00000 n 0000004474 00000 n -0000623011 00000 n -0001024069 00000 n +0000623235 00000 n +0001026517 00000 n 0000004527 00000 n 0000004751 00000 n -0000653602 00000 n -0001023982 00000 n +0000653826 00000 n +0001026430 00000 n 0000004804 00000 n 0000005033 00000 n -0000682364 00000 n -0001023895 00000 n +0000682588 00000 n +0001026343 00000 n 0000005086 00000 n 0000005329 00000 n -0000707136 00000 n -0001023821 00000 n +0000707360 00000 n +0001026269 00000 n 0000005383 00000 n 0000005651 00000 n -0000744394 00000 n -0001023707 00000 n +0000744618 00000 n +0001026155 00000 n 0000005699 00000 n 0000005838 00000 n -0000744456 00000 n -0001023629 00000 n +0000744680 00000 n +0001026077 00000 n 0000005892 00000 n 0000006190 00000 n -0000802303 00000 n -0001023551 00000 n +0000802527 00000 n +0001025999 00000 n 0000006244 00000 n 0000006476 00000 n -0000805188 00000 n -0001023419 00000 n +0000805362 00000 n +0001025867 00000 n 0000006523 00000 n 0000006662 00000 n -0000805251 00000 n -0001023340 00000 n +0000805425 00000 n +0001025749 00000 n 0000006711 00000 n -0000006872 00000 n -0000812676 00000 n -0001023208 00000 n -0000006921 00000 n +0000006898 00000 n +0000805488 00000 n +0001025670 00000 n +0000006952 00000 n 0000007108 00000 n -0000812739 00000 n -0001023129 00000 n +0000816875 00000 n +0001025591 00000 n 0000007162 00000 n -0000007318 00000 n -0000820098 00000 n -0001023050 00000 n -0000007372 00000 n -0000007498 00000 n -0000823593 00000 n -0001022918 00000 n -0000007547 00000 n -0000007648 00000 n -0000823656 00000 n -0001022839 00000 n -0000007702 00000 n -0000007919 00000 n -0000834226 00000 n -0001022760 00000 n -0000007973 00000 n -0000008245 00000 n -0000837238 00000 n -0001022628 00000 n -0000008294 00000 n -0000008622 00000 n -0000837301 00000 n -0001022549 00000 n -0000008676 00000 n -0000008807 00000 n -0000847884 00000 n -0001022470 00000 n -0000008861 00000 n -0000009190 00000 n -0000852245 00000 n -0001022338 00000 n -0000009239 00000 n -0000009340 00000 n -0000852308 00000 n -0001022259 00000 n -0000009394 00000 n -0000009626 00000 n -0000881039 00000 n -0001022166 00000 n -0000009680 00000 n -0000009947 00000 n -0000889124 00000 n -0001022087 00000 n -0000010001 00000 n -0000010317 00000 n -0000893406 00000 n -0001021994 00000 n -0000010366 00000 n -0000010598 00000 n -0000902294 00000 n -0001021901 00000 n -0000010647 00000 n -0000010859 00000 n -0000902420 00000 n -0001021808 00000 n -0000010908 00000 n +0000007288 00000 n +0000820918 00000 n +0001025459 00000 n +0000007337 00000 n +0000007438 00000 n +0000820981 00000 n +0001025380 00000 n +0000007492 00000 n +0000007709 00000 n +0000831529 00000 n +0001025301 00000 n +0000007763 00000 n +0000008035 00000 n +0000834010 00000 n +0001025169 00000 n +0000008084 00000 n +0000008412 00000 n +0000834073 00000 n +0001025090 00000 n +0000008466 00000 n +0000008597 00000 n +0000845403 00000 n +0001025011 00000 n +0000008651 00000 n +0000008980 00000 n +0000849763 00000 n +0001024879 00000 n +0000009029 00000 n +0000009130 00000 n +0000849826 00000 n +0001024800 00000 n +0000009184 00000 n +0000009416 00000 n +0000878558 00000 n +0001024707 00000 n +0000009470 00000 n +0000009737 00000 n +0000886643 00000 n +0001024628 00000 n +0000009791 00000 n +0000010107 00000 n +0000890925 00000 n +0001024535 00000 n +0000010156 00000 n +0000010388 00000 n +0000899747 00000 n +0001024442 00000 n +0000010437 00000 n +0000010649 00000 n +0000899936 00000 n +0001024349 00000 n +0000010698 00000 n +0000011014 00000 n +0000908091 00000 n +0001024256 00000 n +0000011063 00000 n 0000011224 00000 n -0000906320 00000 n -0001021729 00000 n +0000911981 00000 n +0001024177 00000 n 0000011273 00000 n 0000011424 00000 n -0000916746 00000 n -0001021635 00000 n +0000919186 00000 n +0001024083 00000 n 0000011471 00000 n 0000011552 00000 n -0000919987 00000 n -0001021541 00000 n +0000922427 00000 n +0001023989 00000 n 0000011600 00000 n 0000011681 00000 n -0000921996 00000 n -0001021461 00000 n +0000924444 00000 n +0001023909 00000 n 0000011729 00000 n 0000011870 00000 n 0000012829 00000 n @@ -9535,13 +9618,13 @@ xref 0000011922 00000 n 0000055230 00000 n 0000055293 00000 n -0001018123 00000 n -0001005272 00000 n -0001017951 00000 n -0001003982 00000 n -0000990127 00000 n -0001003810 00000 n -0001019220 00000 n +0001020571 00000 n +0001007720 00000 n +0001020399 00000 n +0001006430 00000 n +0000992575 00000 n +0001006258 00000 n +0001021668 00000 n 0000056634 00000 n 0000056449 00000 n 0000055477 00000 n @@ -9550,9 +9633,9 @@ xref 0000057589 00000 n 0000056719 00000 n 0000057711 00000 n -0000989592 00000 n -0000987727 00000 n -0000989430 00000 n +0000992040 00000 n +0000990175 00000 n +0000991878 00000 n 0000064883 00000 n 0000060248 00000 n 0000057872 00000 n @@ -9584,797 +9667,805 @@ xref 0000064274 00000 n 0000064431 00000 n 0000064594 00000 n -0000070872 00000 n -0000067003 00000 n +0000070874 00000 n +0000067006 00000 n 0000064968 00000 n -0000070809 00000 n -0000986543 00000 n -0000974292 00000 n -0000986367 00000 n -0000067313 00000 n -0000067467 00000 n -0000067624 00000 n -0000067781 00000 n -0000067944 00000 n -0000068106 00000 n -0000068263 00000 n -0000068425 00000 n -0000068588 00000 n -0000068744 00000 n -0000068906 00000 n -0000069069 00000 n -0000069226 00000 n -0000069389 00000 n -0000069552 00000 n -0000069715 00000 n -0000069872 00000 n -0000070029 00000 n -0000070185 00000 n -0000070342 00000 n -0000070497 00000 n -0000070653 00000 n -0000078127 00000 n -0000073437 00000 n -0000070970 00000 n -0000078001 00000 n -0000078064 00000 n -0000073787 00000 n -0000073941 00000 n -0000074096 00000 n -0000074252 00000 n -0000074408 00000 n -0000074564 00000 n -0000074720 00000 n -0000074876 00000 n -0000075032 00000 n -0000075188 00000 n -0000075344 00000 n -0000075499 00000 n -0000075656 00000 n -0000075813 00000 n -0000075969 00000 n -0000076126 00000 n -0000076282 00000 n -0000076439 00000 n -0000076595 00000 n -0000076752 00000 n -0000076908 00000 n -0000077065 00000 n -0000077220 00000 n -0000077377 00000 n -0000077533 00000 n -0000077689 00000 n -0000077845 00000 n -0000093165 00000 n -0000096407 00000 n -0000111398 00000 n -0000121489 00000 n -0000156384 00000 n -0000156448 00000 n -0000165317 00000 n -0000165381 00000 n -0000176897 00000 n -0000176960 00000 n -0000185969 00000 n -0000191623 00000 n -0000219278 00000 n -0000226994 00000 n -0000256234 00000 n -0000269923 00000 n -0000446145 00000 n -0000446209 00000 n -0000517046 00000 n -0000540114 00000 n -0000567806 00000 n -0000597627 00000 n -0000623073 00000 n -0000653664 00000 n -0000682426 00000 n -0000707198 00000 n -0000744519 00000 n -0000081658 00000 n -0000079493 00000 n -0000078212 00000 n -0000081595 00000 n -0000079723 00000 n -0000079880 00000 n -0000080036 00000 n -0000080192 00000 n -0000080348 00000 n -0000080504 00000 n -0000080660 00000 n -0000080816 00000 n -0000080972 00000 n -0000081128 00000 n -0000081284 00000 n -0000081439 00000 n -0001019338 00000 n -0000776715 00000 n -0000802366 00000 n -0000812802 00000 n -0000820161 00000 n -0000827904 00000 n -0000837364 00000 n -0000845516 00000 n -0000852371 00000 n -0000872543 00000 n -0000898028 00000 n -0000902483 00000 n -0000906256 00000 n -0000087035 00000 n -0000083675 00000 n -0000081743 00000 n -0000086909 00000 n -0000086972 00000 n -0000083961 00000 n -0000084115 00000 n -0000084270 00000 n -0000084425 00000 n -0000084580 00000 n -0000084735 00000 n -0000084890 00000 n -0000085045 00000 n -0000085200 00000 n -0000085355 00000 n -0000085511 00000 n -0000085666 00000 n -0000085822 00000 n -0000085978 00000 n -0000086132 00000 n -0000086288 00000 n -0000086443 00000 n -0000086599 00000 n -0000086754 00000 n -0000168451 00000 n -0000235473 00000 n -0000279851 00000 n -0000449145 00000 n -0000449209 00000 n -0000516920 00000 n -0000542543 00000 n -0000570261 00000 n -0000600874 00000 n -0000624908 00000 n -0000655850 00000 n -0000658858 00000 n -0000660965 00000 n -0000707072 00000 n -0000709406 00000 n -0000712563 00000 n -0000714598 00000 n -0000808015 00000 n -0000816135 00000 n -0000089459 00000 n -0000088971 00000 n +0000070811 00000 n +0000988991 00000 n +0000976740 00000 n +0000988815 00000 n +0000067316 00000 n +0000067470 00000 n +0000067627 00000 n +0000067790 00000 n +0000067953 00000 n +0000068108 00000 n +0000068270 00000 n +0000068433 00000 n +0000068589 00000 n +0000068752 00000 n +0000068915 00000 n +0000069072 00000 n +0000069235 00000 n +0000069398 00000 n +0000069561 00000 n +0000069718 00000 n +0000069875 00000 n +0000070031 00000 n +0000070187 00000 n +0000070344 00000 n +0000070499 00000 n +0000070655 00000 n +0000078129 00000 n +0000073439 00000 n +0000070972 00000 n +0000078003 00000 n +0000078066 00000 n +0000073789 00000 n +0000073943 00000 n +0000074098 00000 n +0000074254 00000 n +0000074410 00000 n +0000074566 00000 n +0000074722 00000 n +0000074878 00000 n +0000075034 00000 n +0000075190 00000 n +0000075346 00000 n +0000075501 00000 n +0000075658 00000 n +0000075815 00000 n +0000075971 00000 n +0000076128 00000 n +0000076284 00000 n +0000076441 00000 n +0000076597 00000 n +0000076754 00000 n +0000076910 00000 n +0000077067 00000 n +0000077222 00000 n +0000077379 00000 n +0000077535 00000 n +0000077691 00000 n +0000077847 00000 n +0000093389 00000 n +0000096631 00000 n +0000111622 00000 n +0000121713 00000 n +0000156608 00000 n +0000156672 00000 n +0000165541 00000 n +0000165605 00000 n +0000177121 00000 n +0000177184 00000 n +0000186193 00000 n +0000191847 00000 n +0000219502 00000 n +0000227218 00000 n +0000256458 00000 n +0000270147 00000 n +0000446369 00000 n +0000446433 00000 n +0000517270 00000 n +0000540338 00000 n +0000568030 00000 n +0000597851 00000 n +0000623297 00000 n +0000653888 00000 n +0000682650 00000 n +0000707422 00000 n +0000744743 00000 n +0000081883 00000 n +0000079553 00000 n +0000078214 00000 n +0000081820 00000 n +0000079791 00000 n +0000079948 00000 n +0000080104 00000 n +0000080260 00000 n +0000080416 00000 n +0000080572 00000 n +0000080728 00000 n +0000080884 00000 n +0000081040 00000 n +0000081196 00000 n +0000081352 00000 n +0000081507 00000 n +0000081664 00000 n +0001021786 00000 n +0000776939 00000 n +0000802590 00000 n +0000809403 00000 n +0000820854 00000 n +0000825262 00000 n +0000838353 00000 n +0000842624 00000 n +0000849889 00000 n +0000870061 00000 n +0000895547 00000 n +0000899810 00000 n +0000904160 00000 n +0000908027 00000 n +0000087259 00000 n +0000083899 00000 n +0000081968 00000 n 0000087133 00000 n -0000089273 00000 n -0000089113 00000 n -0000922188 00000 n -0000091633 00000 n -0000095035 00000 n -0000093355 00000 n -0000091491 00000 n -0000089557 00000 n -0000092977 00000 n -0000093102 00000 n -0000092821 00000 n -0000093229 00000 n -0000093292 00000 n -0000092550 00000 n -0000092681 00000 n -0000092728 00000 n -0000092800 00000 n -0000096471 00000 n -0000094913 00000 n -0000093481 00000 n -0000096281 00000 n -0000096344 00000 n -0000096010 00000 n -0000096141 00000 n -0000096188 00000 n -0000096260 00000 n -0000098927 00000 n -0000098439 00000 n -0000096597 00000 n -0000098738 00000 n -0000098801 00000 n -0000098864 00000 n -0000098581 00000 n -0000100423 00000 n -0000111462 00000 n -0000100265 00000 n +0000087196 00000 n +0000084185 00000 n +0000084339 00000 n +0000084494 00000 n +0000084649 00000 n +0000084804 00000 n +0000084959 00000 n +0000085114 00000 n +0000085269 00000 n +0000085424 00000 n +0000085579 00000 n +0000085735 00000 n +0000085890 00000 n +0000086046 00000 n +0000086202 00000 n +0000086356 00000 n +0000086512 00000 n +0000086667 00000 n +0000086823 00000 n +0000086978 00000 n +0000168675 00000 n +0000235697 00000 n +0000280075 00000 n +0000449369 00000 n +0000449433 00000 n +0000517144 00000 n +0000542767 00000 n +0000570485 00000 n +0000601098 00000 n +0000625132 00000 n +0000656074 00000 n +0000659082 00000 n +0000661189 00000 n +0000707296 00000 n +0000709630 00000 n +0000712787 00000 n +0000714822 00000 n +0000809339 00000 n +0000813283 00000 n +0000089683 00000 n +0000089195 00000 n +0000087357 00000 n +0000089497 00000 n +0000089337 00000 n +0000924636 00000 n +0000091857 00000 n +0000095259 00000 n +0000093579 00000 n +0000091715 00000 n +0000089781 00000 n +0000093201 00000 n +0000093326 00000 n +0000093045 00000 n +0000093453 00000 n +0000093516 00000 n +0000092774 00000 n +0000092905 00000 n +0000092952 00000 n +0000093024 00000 n +0000096695 00000 n +0000095137 00000 n +0000093705 00000 n +0000096505 00000 n +0000096568 00000 n +0000096234 00000 n +0000096365 00000 n +0000096412 00000 n +0000096484 00000 n +0000099151 00000 n +0000098663 00000 n +0000096821 00000 n +0000098962 00000 n 0000099025 00000 n -0000111211 00000 n -0000110744 00000 n -0000110898 00000 n -0000111054 00000 n -0001019456 00000 n -0000113530 00000 n -0000123037 00000 n -0000153491 00000 n -0000121616 00000 n -0000113380 00000 n -0000111596 00000 n -0000121363 00000 n -0000121426 00000 n -0000121049 00000 n -0000121553 00000 n -0000121206 00000 n -0000156512 00000 n -0000122915 00000 n -0000121750 00000 n -0000156321 00000 n -0000158177 00000 n -0000162601 00000 n -0000165445 00000 n -0000158035 00000 n -0000156659 00000 n -0000165191 00000 n -0000165254 00000 n -0000165034 00000 n -0000168578 00000 n -0000167926 00000 n -0000165592 00000 n -0000168388 00000 n -0000168076 00000 n -0000168515 00000 n -0000168232 00000 n -0000170201 00000 n -0000172877 00000 n -0000177024 00000 n -0000170059 00000 n -0000168676 00000 n -0000176771 00000 n -0000176834 00000 n -0000176614 00000 n -0000179175 00000 n -0000188758 00000 n -0000186033 00000 n -0000179017 00000 n -0000177173 00000 n -0000185906 00000 n -0000185436 00000 n -0000185593 00000 n -0000185749 00000 n -0001019574 00000 n -0000193779 00000 n -0000191749 00000 n -0000188600 00000 n -0000186155 00000 n -0000191497 00000 n -0000191560 00000 n -0000191027 00000 n -0000191183 00000 n -0000191340 00000 n -0000219468 00000 n -0000193637 00000 n -0000191884 00000 n -0000219215 00000 n -0000219342 00000 n -0000219057 00000 n -0000219405 00000 n -0000221513 00000 n -0000227121 00000 n -0000221391 00000 n -0000219603 00000 n -0000226931 00000 n -0000227058 00000 n -0000229915 00000 n -0000229542 00000 n -0000227256 00000 n -0000229664 00000 n -0000229789 00000 n -0000229852 00000 n -0000232560 00000 n -0000232249 00000 n +0000099088 00000 n +0000098805 00000 n +0000100647 00000 n +0000111686 00000 n +0000100489 00000 n +0000099249 00000 n +0000111435 00000 n +0000110968 00000 n +0000111122 00000 n +0000111278 00000 n +0001021904 00000 n +0000113754 00000 n +0000123261 00000 n +0000153715 00000 n +0000121840 00000 n +0000113604 00000 n +0000111820 00000 n +0000121587 00000 n +0000121650 00000 n +0000121273 00000 n +0000121777 00000 n +0000121430 00000 n +0000156736 00000 n +0000123139 00000 n +0000121974 00000 n +0000156545 00000 n +0000158401 00000 n +0000162825 00000 n +0000165669 00000 n +0000158259 00000 n +0000156883 00000 n +0000165415 00000 n +0000165478 00000 n +0000165258 00000 n +0000168802 00000 n +0000168150 00000 n +0000165816 00000 n +0000168612 00000 n +0000168300 00000 n +0000168739 00000 n +0000168456 00000 n +0000170425 00000 n +0000173101 00000 n +0000177248 00000 n +0000170283 00000 n +0000168900 00000 n +0000176995 00000 n +0000177058 00000 n +0000176838 00000 n +0000179399 00000 n +0000188982 00000 n +0000186257 00000 n +0000179241 00000 n +0000177397 00000 n +0000186130 00000 n +0000185660 00000 n +0000185817 00000 n +0000185973 00000 n +0001022022 00000 n +0000194003 00000 n +0000191973 00000 n +0000188824 00000 n +0000186379 00000 n +0000191721 00000 n +0000191784 00000 n +0000191251 00000 n +0000191407 00000 n +0000191564 00000 n +0000219692 00000 n +0000193861 00000 n +0000192108 00000 n +0000219439 00000 n +0000219566 00000 n +0000219281 00000 n +0000219629 00000 n +0000221737 00000 n +0000227345 00000 n +0000221615 00000 n +0000219827 00000 n +0000227155 00000 n +0000227282 00000 n +0000230139 00000 n +0000229766 00000 n +0000227480 00000 n +0000229888 00000 n 0000230013 00000 n -0000232371 00000 n -0000232434 00000 n -0000232497 00000 n -0000237722 00000 n -0000235724 00000 n -0000235112 00000 n -0000232671 00000 n -0000235410 00000 n -0000235537 00000 n -0000235254 00000 n -0001019692 00000 n -0000258370 00000 n -0000256359 00000 n -0000237580 00000 n -0000235822 00000 n -0000256171 00000 n -0000256013 00000 n -0000269986 00000 n -0000258248 00000 n -0000256507 00000 n -0000269860 00000 n -0000272933 00000 n -0000272686 00000 n -0000270134 00000 n -0000272808 00000 n -0000276309 00000 n -0000276124 00000 n -0000273044 00000 n -0000276246 00000 n -0000973938 00000 n -0000965595 00000 n -0000973758 00000 n -0000965153 00000 n -0000962869 00000 n -0000964991 00000 n -0000962575 00000 n -0000954756 00000 n -0000962400 00000 n -0000954405 00000 n -0000952347 00000 n -0000954242 00000 n -0000279976 00000 n -0000279325 00000 n -0000276472 00000 n -0000279788 00000 n -0000951896 00000 n -0000944603 00000 n -0000951719 00000 n -0000279475 00000 n -0000279632 00000 n -0000281591 00000 n -0000281282 00000 n -0000280152 00000 n -0000281404 00000 n -0001019810 00000 n -0000283231 00000 n -0000314430 00000 n -0000446273 00000 n -0000283081 00000 n -0000281689 00000 n -0000446020 00000 n -0000445708 00000 n -0000445866 00000 n -0000449273 00000 n -0000448619 00000 n -0000446422 00000 n -0000449082 00000 n -0000448769 00000 n -0000448925 00000 n -0000451370 00000 n -0000517110 00000 n -0000451248 00000 n -0000449371 00000 n -0000516857 00000 n -0000518606 00000 n -0000518079 00000 n -0000517245 00000 n -0000518543 00000 n -0000518229 00000 n -0000518387 00000 n -0000521339 00000 n -0000540177 00000 n -0000521181 00000 n -0000518691 00000 n -0000539989 00000 n -0000539520 00000 n -0000539677 00000 n -0000539834 00000 n -0000542669 00000 n -0000542358 00000 n -0000540377 00000 n -0000542480 00000 n -0000542606 00000 n -0001019928 00000 n -0000545467 00000 n -0000567870 00000 n -0000545301 00000 n -0000542793 00000 n -0000567681 00000 n -0000567054 00000 n -0000567215 00000 n -0000567371 00000 n -0000567525 00000 n -0000922124 00000 n -0000570325 00000 n -0000569899 00000 n -0000568070 00000 n -0000570198 00000 n -0000570041 00000 n -0000572936 00000 n -0000597691 00000 n -0000572814 00000 n -0000570436 00000 n -0000597502 00000 n -0000944272 00000 n -0000942161 00000 n -0000944101 00000 n -0000601001 00000 n -0000600347 00000 n -0000597904 00000 n -0000600811 00000 n -0000600497 00000 n -0000600655 00000 n -0000600938 00000 n -0000603289 00000 n -0000623200 00000 n -0000603139 00000 n -0000601125 00000 n -0000622948 00000 n -0000622633 00000 n -0000622791 00000 n -0000623137 00000 n -0000624972 00000 n -0000624723 00000 n -0000623335 00000 n -0000624845 00000 n -0001020046 00000 n -0000627484 00000 n -0000653728 00000 n -0000627318 00000 n -0000625083 00000 n -0000653539 00000 n -0000652916 00000 n -0000653072 00000 n -0000653227 00000 n -0000653383 00000 n -0000655976 00000 n -0000655665 00000 n -0000653863 00000 n -0000655787 00000 n -0000655914 00000 n -0000658922 00000 n -0000658673 00000 n -0000656087 00000 n -0000658795 00000 n -0000661029 00000 n -0000660780 00000 n -0000659020 00000 n -0000660902 00000 n -0000663135 00000 n -0000682490 00000 n -0000662985 00000 n -0000661127 00000 n -0000682301 00000 n -0000681986 00000 n -0000682144 00000 n -0000685105 00000 n -0000707262 00000 n -0000684939 00000 n -0000682625 00000 n -0000707009 00000 n -0000706381 00000 n -0000706539 00000 n -0000706696 00000 n -0000706852 00000 n -0001020164 00000 n -0000709784 00000 n -0000709221 00000 n -0000707397 00000 n -0000709343 00000 n -0000709469 00000 n -0000709532 00000 n -0000709595 00000 n -0000709658 00000 n -0000709721 00000 n -0000712627 00000 n -0000712378 00000 n -0000709895 00000 n -0000712500 00000 n -0000714725 00000 n -0000714413 00000 n -0000712725 00000 n -0000714535 00000 n -0000714662 00000 n -0000716858 00000 n -0000747116 00000 n -0000744583 00000 n -0000716716 00000 n -0000714836 00000 n -0000744331 00000 n -0000744174 00000 n -0000776779 00000 n -0000746950 00000 n -0000744770 00000 n -0000776652 00000 n -0000776014 00000 n -0000776172 00000 n -0000776330 00000 n -0000776491 00000 n -0000779409 00000 n -0000802430 00000 n -0000779259 00000 n -0000776940 00000 n -0000802240 00000 n -0000801927 00000 n -0000802083 00000 n -0001020282 00000 n -0000805313 00000 n -0000804667 00000 n -0000802617 00000 n -0000805125 00000 n -0000804817 00000 n -0000804971 00000 n -0000922060 00000 n -0000808079 00000 n -0000807830 00000 n -0000805424 00000 n -0000807952 00000 n -0000810922 00000 n -0000812866 00000 n -0000810756 00000 n -0000808190 00000 n -0000812613 00000 n -0000811987 00000 n -0000812144 00000 n -0000812301 00000 n -0000812457 00000 n -0000811716 00000 n -0000811847 00000 n -0000811894 00000 n -0000811966 00000 n -0000816199 00000 n -0000815950 00000 n -0000812993 00000 n -0000816072 00000 n -0000818535 00000 n -0000820225 00000 n -0000818413 00000 n -0000816310 00000 n -0000820035 00000 n -0000819684 00000 n -0000819815 00000 n -0000819862 00000 n -0000819934 00000 n -0000820014 00000 n -0000825695 00000 n -0000823719 00000 n -0000823069 00000 n -0000820352 00000 n -0000823530 00000 n -0000823219 00000 n -0000823375 00000 n -0001020400 00000 n -0000828094 00000 n -0000825553 00000 n -0000823817 00000 n -0000827841 00000 n -0000827684 00000 n -0000827968 00000 n -0000828031 00000 n -0000827332 00000 n -0000827463 00000 n -0000827510 00000 n -0000827582 00000 n -0000827662 00000 n -0000831376 00000 n -0000830951 00000 n -0000828221 00000 n -0000831250 00000 n -0000831313 00000 n -0000831093 00000 n -0000834289 00000 n -0000834041 00000 n -0000831474 00000 n -0000834163 00000 n -0000941329 00000 n -0000924227 00000 n -0000941156 00000 n -0000835886 00000 n -0000837428 00000 n -0000835744 00000 n -0000834413 00000 n -0000837175 00000 n -0000837020 00000 n -0000836749 00000 n -0000836880 00000 n -0000836927 00000 n -0000836999 00000 n -0000843694 00000 n -0000841307 00000 n -0000840782 00000 n -0000837568 00000 n -0000841244 00000 n -0000840932 00000 n -0000841088 00000 n -0000845579 00000 n -0000843572 00000 n -0000841392 00000 n -0000845453 00000 n -0001020518 00000 n -0000845181 00000 n -0000845312 00000 n -0000845359 00000 n -0000845431 00000 n -0000850248 00000 n -0000847947 00000 n -0000847699 00000 n -0000845693 00000 n -0000847821 00000 n -0000854334 00000 n -0000852435 00000 n -0000850106 00000 n -0000848058 00000 n -0000852182 00000 n -0000852026 00000 n -0000851675 00000 n -0000851806 00000 n -0000851853 00000 n -0000851925 00000 n -0000852005 00000 n -0000872607 00000 n -0000854212 00000 n -0000852562 00000 n -0000872480 00000 n -0000875836 00000 n -0000875651 00000 n -0000872742 00000 n -0000875773 00000 n -0000878593 00000 n -0000878408 00000 n -0000875934 00000 n -0000878530 00000 n -0000881102 00000 n -0000880854 00000 n -0000878691 00000 n -0000880976 00000 n -0001020636 00000 n -0000883317 00000 n -0000882892 00000 n -0000881213 00000 n -0000883191 00000 n -0000883254 00000 n -0000883034 00000 n -0000885522 00000 n -0000885337 00000 n -0000883428 00000 n -0000885459 00000 n -0000887317 00000 n -0000887069 00000 n -0000885620 00000 n -0000887191 00000 n -0000887254 00000 n -0000889187 00000 n -0000888939 00000 n -0000887428 00000 n -0000889061 00000 n -0000895942 00000 n -0000893469 00000 n -0000892110 00000 n -0000889298 00000 n -0000892902 00000 n -0000892965 00000 n -0000893028 00000 n -0000893091 00000 n -0000893154 00000 n -0000893217 00000 n -0000893280 00000 n -0000893343 00000 n -0000892276 00000 n -0000892432 00000 n -0000892588 00000 n -0000892745 00000 n -0000898091 00000 n -0000895792 00000 n -0000893593 00000 n -0000897965 00000 n -0000897653 00000 n -0000897809 00000 n -0001020754 00000 n -0000897382 00000 n -0000897513 00000 n -0000897560 00000 n -0000897632 00000 n -0000900346 00000 n -0000902547 00000 n -0000900196 00000 n -0000898205 00000 n -0000902231 00000 n -0000902357 00000 n -0000901916 00000 n -0000902073 00000 n -0000901645 00000 n -0000901776 00000 n -0000901823 00000 n -0000901895 00000 n -0000905021 00000 n -0000906383 00000 n -0000904899 00000 n -0000902687 00000 n -0000906193 00000 n -0000905922 00000 n -0000906053 00000 n -0000906100 00000 n -0000906172 00000 n -0000912056 00000 n -0000909398 00000 n -0000906523 00000 n -0000911930 00000 n -0000909636 00000 n -0000911993 00000 n -0000909809 00000 n -0000909981 00000 n -0000910157 00000 n -0000910331 00000 n -0000910504 00000 n -0000910688 00000 n -0000910857 00000 n -0000911034 00000 n -0000911216 00000 n -0000911390 00000 n -0000911588 00000 n -0000911759 00000 n -0000914320 00000 n -0000912980 00000 n -0000912180 00000 n -0000914257 00000 n -0000913162 00000 n -0000913363 00000 n -0000913538 00000 n -0000913717 00000 n -0000913896 00000 n -0000914074 00000 n -0000916809 00000 n -0000916561 00000 n -0000914431 00000 n -0000916683 00000 n -0000918489 00000 n -0000918304 00000 n -0000916920 00000 n -0000918426 00000 n -0001020872 00000 n -0000921001 00000 n -0000919802 00000 n -0000918587 00000 n -0000919924 00000 n -0000920050 00000 n -0000920113 00000 n -0000920176 00000 n -0000920239 00000 n -0000920302 00000 n -0000920365 00000 n -0000920428 00000 n -0000920491 00000 n -0000920554 00000 n -0000920618 00000 n -0000920682 00000 n -0000920746 00000 n -0000920810 00000 n -0000920874 00000 n -0000920938 00000 n -0000922252 00000 n -0000921806 00000 n -0000921086 00000 n -0000921931 00000 n -0000922338 00000 n -0000941812 00000 n -0000944510 00000 n -0000944485 00000 n -0000952148 00000 n -0000954657 00000 n -0000954624 00000 n -0000962814 00000 n -0000965454 00000 n -0000965381 00000 n -0000974189 00000 n -0000987090 00000 n -0000989964 00000 n -0000989834 00000 n -0001004573 00000 n -0001018559 00000 n -0001020967 00000 n -0001021087 00000 n -0001021207 00000 n -0001021303 00000 n -0001021385 00000 n -0001025865 00000 n -0001031122 00000 n -0001031163 00000 n -0001031203 00000 n -0001031359 00000 n +0000230076 00000 n +0000232784 00000 n +0000232473 00000 n +0000230237 00000 n +0000232595 00000 n +0000232658 00000 n +0000232721 00000 n +0000237946 00000 n +0000235948 00000 n +0000235336 00000 n +0000232895 00000 n +0000235634 00000 n +0000235761 00000 n +0000235478 00000 n +0001022140 00000 n +0000258594 00000 n +0000256583 00000 n +0000237804 00000 n +0000236046 00000 n +0000256395 00000 n +0000256237 00000 n +0000270210 00000 n +0000258472 00000 n +0000256731 00000 n +0000270084 00000 n +0000273157 00000 n +0000272910 00000 n +0000270358 00000 n +0000273032 00000 n +0000276533 00000 n +0000276348 00000 n +0000273268 00000 n +0000276470 00000 n +0000976386 00000 n +0000968043 00000 n +0000976206 00000 n +0000967601 00000 n +0000965315 00000 n +0000967439 00000 n +0000965021 00000 n +0000957202 00000 n +0000964846 00000 n +0000956851 00000 n +0000954793 00000 n +0000956688 00000 n +0000280200 00000 n +0000279549 00000 n +0000276696 00000 n +0000280012 00000 n +0000954342 00000 n +0000947050 00000 n +0000954165 00000 n +0000279699 00000 n +0000279856 00000 n +0000281815 00000 n +0000281506 00000 n +0000280376 00000 n +0000281628 00000 n +0001022258 00000 n +0000283455 00000 n +0000314654 00000 n +0000446497 00000 n +0000283305 00000 n +0000281913 00000 n +0000446244 00000 n +0000445932 00000 n +0000446090 00000 n +0000449497 00000 n +0000448843 00000 n +0000446646 00000 n +0000449306 00000 n +0000448993 00000 n +0000449149 00000 n +0000451594 00000 n +0000517334 00000 n +0000451472 00000 n +0000449595 00000 n +0000517081 00000 n +0000518830 00000 n +0000518303 00000 n +0000517469 00000 n +0000518767 00000 n +0000518453 00000 n +0000518611 00000 n +0000521563 00000 n +0000540401 00000 n +0000521405 00000 n +0000518915 00000 n +0000540213 00000 n +0000539744 00000 n +0000539901 00000 n +0000540058 00000 n +0000542893 00000 n +0000542582 00000 n +0000540601 00000 n +0000542704 00000 n +0000542830 00000 n +0001022376 00000 n +0000545691 00000 n +0000568094 00000 n +0000545525 00000 n +0000543017 00000 n +0000567905 00000 n +0000567278 00000 n +0000567439 00000 n +0000567595 00000 n +0000567749 00000 n +0000924572 00000 n +0000570549 00000 n +0000570123 00000 n +0000568294 00000 n +0000570422 00000 n +0000570265 00000 n +0000573160 00000 n +0000597915 00000 n +0000573038 00000 n +0000570660 00000 n +0000597726 00000 n +0000946719 00000 n +0000944609 00000 n +0000946548 00000 n +0000601225 00000 n +0000600571 00000 n +0000598128 00000 n +0000601035 00000 n +0000600721 00000 n +0000600879 00000 n +0000601162 00000 n +0000603513 00000 n +0000623424 00000 n +0000603363 00000 n +0000601349 00000 n +0000623172 00000 n +0000622857 00000 n +0000623015 00000 n +0000623361 00000 n +0000625196 00000 n +0000624947 00000 n +0000623559 00000 n +0000625069 00000 n +0001022494 00000 n +0000627708 00000 n +0000653952 00000 n +0000627542 00000 n +0000625307 00000 n +0000653763 00000 n +0000653140 00000 n +0000653296 00000 n +0000653451 00000 n +0000653607 00000 n +0000656200 00000 n +0000655889 00000 n +0000654087 00000 n +0000656011 00000 n +0000656138 00000 n +0000659146 00000 n +0000658897 00000 n +0000656311 00000 n +0000659019 00000 n +0000661253 00000 n +0000661004 00000 n +0000659244 00000 n +0000661126 00000 n +0000663359 00000 n +0000682714 00000 n +0000663209 00000 n +0000661351 00000 n +0000682525 00000 n +0000682210 00000 n +0000682368 00000 n +0000685329 00000 n +0000707486 00000 n +0000685163 00000 n +0000682849 00000 n +0000707233 00000 n +0000706605 00000 n +0000706763 00000 n +0000706920 00000 n +0000707076 00000 n +0001022612 00000 n +0000710008 00000 n +0000709445 00000 n +0000707621 00000 n +0000709567 00000 n +0000709693 00000 n +0000709756 00000 n +0000709819 00000 n +0000709882 00000 n +0000709945 00000 n +0000712851 00000 n +0000712602 00000 n +0000710119 00000 n +0000712724 00000 n +0000714949 00000 n +0000714637 00000 n +0000712949 00000 n +0000714759 00000 n +0000714886 00000 n +0000717082 00000 n +0000747340 00000 n +0000744807 00000 n +0000716940 00000 n +0000715060 00000 n +0000744555 00000 n +0000744398 00000 n +0000777003 00000 n +0000747174 00000 n +0000744994 00000 n +0000776876 00000 n +0000776238 00000 n +0000776396 00000 n +0000776554 00000 n +0000776715 00000 n +0000779633 00000 n +0000802654 00000 n +0000779483 00000 n +0000777164 00000 n +0000802464 00000 n +0000802151 00000 n +0000802307 00000 n +0001022730 00000 n +0000805551 00000 n +0000804838 00000 n +0000802841 00000 n +0000805299 00000 n +0000804988 00000 n +0000805142 00000 n +0000808211 00000 n +0000809465 00000 n +0000808089 00000 n +0000805649 00000 n +0000809276 00000 n +0000809005 00000 n +0000809136 00000 n +0000809183 00000 n +0000809255 00000 n +0000813347 00000 n +0000812593 00000 n +0000809592 00000 n +0000813220 00000 n +0000812751 00000 n +0000812908 00000 n +0000813064 00000 n +0000819136 00000 n +0000816938 00000 n +0000816513 00000 n +0000813458 00000 n +0000816812 00000 n +0000816655 00000 n +0000823053 00000 n +0000821044 00000 n +0000818994 00000 n +0000817036 00000 n +0000820791 00000 n +0000820636 00000 n +0000820285 00000 n +0000820416 00000 n +0000820463 00000 n +0000820535 00000 n +0000820615 00000 n +0000825451 00000 n +0000822911 00000 n +0000821171 00000 n +0000825199 00000 n +0000825042 00000 n +0000825326 00000 n +0000825389 00000 n +0001022848 00000 n +0000824690 00000 n +0000824821 00000 n +0000824868 00000 n +0000824940 00000 n +0000825020 00000 n +0000828840 00000 n +0000828416 00000 n +0000825578 00000 n +0000828715 00000 n +0000828778 00000 n +0000828558 00000 n +0000831592 00000 n +0000831344 00000 n +0000828938 00000 n +0000831466 00000 n +0000837001 00000 n +0000834136 00000 n +0000833485 00000 n +0000831703 00000 n +0000833947 00000 n +0000943777 00000 n +0000926675 00000 n +0000943604 00000 n +0000833635 00000 n +0000833791 00000 n +0000840802 00000 n +0000838417 00000 n +0000836859 00000 n +0000834247 00000 n +0000838290 00000 n +0000838135 00000 n +0000837864 00000 n +0000837995 00000 n +0000838042 00000 n +0000838114 00000 n +0000842687 00000 n +0000840680 00000 n +0000838531 00000 n +0000842561 00000 n +0000842289 00000 n +0000842420 00000 n +0000842467 00000 n +0000842539 00000 n +0000847766 00000 n +0000845466 00000 n +0000845218 00000 n +0000842801 00000 n +0000845340 00000 n +0001022966 00000 n +0000851852 00000 n +0000849953 00000 n +0000847624 00000 n +0000845577 00000 n +0000849700 00000 n +0000849544 00000 n +0000849193 00000 n +0000849324 00000 n +0000849371 00000 n +0000849443 00000 n +0000849523 00000 n +0000870125 00000 n +0000851730 00000 n +0000850080 00000 n +0000869998 00000 n +0000873354 00000 n +0000873169 00000 n +0000870260 00000 n +0000873291 00000 n +0000876112 00000 n +0000875927 00000 n +0000873452 00000 n +0000876049 00000 n +0000878621 00000 n +0000878373 00000 n +0000876210 00000 n +0000878495 00000 n +0000880836 00000 n +0000880411 00000 n +0000878732 00000 n +0000880710 00000 n +0000880773 00000 n +0000880553 00000 n +0001023084 00000 n +0000883041 00000 n +0000882856 00000 n +0000880947 00000 n +0000882978 00000 n +0000884835 00000 n +0000884587 00000 n +0000883139 00000 n +0000884709 00000 n +0000884772 00000 n +0000886706 00000 n +0000886458 00000 n +0000884946 00000 n +0000886580 00000 n +0000893461 00000 n +0000890988 00000 n +0000889629 00000 n +0000886817 00000 n +0000890421 00000 n +0000890484 00000 n +0000890547 00000 n +0000890610 00000 n +0000890673 00000 n +0000890736 00000 n +0000890799 00000 n +0000890862 00000 n +0000889795 00000 n +0000889951 00000 n +0000890107 00000 n +0000890264 00000 n +0000895610 00000 n +0000893311 00000 n +0000891112 00000 n +0000895484 00000 n +0000895172 00000 n +0000895328 00000 n +0000894901 00000 n +0000895032 00000 n +0000895079 00000 n +0000895151 00000 n +0000897540 00000 n +0000902527 00000 n +0000899999 00000 n +0000897390 00000 n +0000895724 00000 n +0000899684 00000 n +0000899873 00000 n +0000899369 00000 n +0000899526 00000 n +0001023202 00000 n +0000899017 00000 n +0000899148 00000 n +0000899195 00000 n +0000899267 00000 n +0000899347 00000 n +0000906638 00000 n +0000904223 00000 n +0000902405 00000 n +0000900139 00000 n +0000904097 00000 n +0000903826 00000 n +0000903957 00000 n +0000904004 00000 n +0000904076 00000 n +0000908154 00000 n +0000906496 00000 n +0000904350 00000 n +0000907964 00000 n +0000907810 00000 n +0000907539 00000 n +0000907670 00000 n +0000907717 00000 n +0000907789 00000 n +0000924508 00000 n +0000912107 00000 n +0000911055 00000 n +0000908294 00000 n +0000911918 00000 n +0000911221 00000 n +0000912044 00000 n +0000911394 00000 n +0000911569 00000 n +0000911745 00000 n +0000916758 00000 n +0000913746 00000 n +0000912231 00000 n +0000916695 00000 n +0000914000 00000 n +0000914173 00000 n +0000914356 00000 n +0000914524 00000 n +0000914702 00000 n +0000914886 00000 n +0000915060 00000 n +0000915258 00000 n +0000915429 00000 n +0000915600 00000 n +0000915801 00000 n +0000915975 00000 n +0000916154 00000 n +0000916334 00000 n +0000916512 00000 n +0000919249 00000 n +0000919001 00000 n +0000916869 00000 n +0000919123 00000 n +0000920929 00000 n +0000920744 00000 n +0000919360 00000 n +0000920866 00000 n +0001023320 00000 n +0000923449 00000 n +0000922242 00000 n +0000921027 00000 n +0000922364 00000 n +0000922490 00000 n +0000922554 00000 n +0000922618 00000 n +0000922682 00000 n +0000922746 00000 n +0000922810 00000 n +0000922874 00000 n +0000922938 00000 n +0000923002 00000 n +0000923066 00000 n +0000923130 00000 n +0000923194 00000 n +0000923258 00000 n +0000923322 00000 n +0000923386 00000 n +0000924700 00000 n +0000924254 00000 n +0000923534 00000 n +0000924379 00000 n +0000924786 00000 n +0000944260 00000 n +0000946957 00000 n +0000946932 00000 n +0000954594 00000 n +0000957103 00000 n +0000957070 00000 n +0000965260 00000 n +0000967902 00000 n +0000967829 00000 n +0000976637 00000 n +0000989538 00000 n +0000992412 00000 n +0000992282 00000 n +0001007021 00000 n +0001021007 00000 n +0001023415 00000 n +0001023535 00000 n +0001023655 00000 n +0001023751 00000 n +0001023833 00000 n +0001028313 00000 n +0001033600 00000 n +0001033641 00000 n +0001033681 00000 n +0001033837 00000 n trailer << -/Size 1037 -/Root 1035 0 R -/Info 1036 0 R -/ID [<52A1655ABC5C39A7B544E94F50B3E320> <52A1655ABC5C39A7B544E94F50B3E320>] +/Size 1045 +/Root 1043 0 R +/Info 1044 0 R +/ID [<8643C2923761210F1A8DE33B87CE4475> <8643C2923761210F1A8DE33B87CE4475>] >> startxref -1031627 +1034105 %%EOF diff --git a/LaTeX/images/serialize.eps b/LaTeX/images/serialize.eps new file mode 100644 index 0000000..c7d7946 --- /dev/null +++ b/LaTeX/images/serialize.eps @@ -0,0 +1,737 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%BoundingBox: 44 -4 519 314 +%%BeginProcSet: reencode 1.0 0 +/RE +{ findfont begin + currentdict dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /FontName exch def dup length 0 ne + { /Encoding Encoding 256 array copy def + 0 exch + { dup type /nametype eq + { Encoding 2 index 2 index put + pop 1 add + } + { exch pop + } ifelse + } forall + } if pop + currentdict dup end end + /FontName get exch definefont pop + } bind def +%%EndProcSet: reencode 1.0 0 +%%BeginProcSet: ellipse 1.0 0 +/ellipsedict 8 dict def +ellipsedict /mtrx matrix put +/ellipse { ellipsedict begin +/endangle exch def +/startangle exch def +/yrad exch def +/xrad exch def +/y exch def +/x exch def +/savematrix mtrx currentmatrix def +x y translate +xrad yrad scale +0 0 1 0 360 arc +savematrix setmatrix end } def +%%EndProcSet: ellipse 1.0 0 +%%EndProlog +%%BeginSetup +/isolatin1encoding +[ 32 /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one + /two /three /four /five /six /seven /eight /nine /colon /semicolon + /less /equal /greater /question /at /A /B /C /D /E + /F /G /H /I /J /K /L /M /N /O + /P /Q /R /S /T /U /V /W /X /Y + /Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c + /d /e /f /g /h /i /j /k /l /m + /n /o /p /q /r /s /t /u /v /w + /x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright + /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior + /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf + /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde + /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex + /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring + /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis + /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave + /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] def +%%EndSetup +1 setlinewidth +isolatin1encoding /_Helvetica /Helvetica RE +/_Helvetica findfont +12 scalefont setfont +0.0 0.0 0.0 setrgbcolor +0 310 translate +1.0 1.0 scale +1.0 1.0 1.0 setrgbcolor +newpath +72 -32 moveto +302 0 rlineto +0 -20 rlineto +-302 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +72 -32 moveto +302 0 rlineto +0 -20 rlineto +-302 0 rlineto +closepath +stroke +isolatin1encoding /_Helvetica /Helvetica RE +/_Helvetica findfont +10 scalefont setfont +76 -45 moveto +(serialize) show +1.0 1.0 1.0 setrgbcolor +newpath +72 -52 moveto +351 0 rlineto +0 -163 rlineto +-351 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +72 -52 moveto +351 0 rlineto +0 -163 rlineto +-351 0 rlineto +closepath +stroke +isolatin1encoding /_TimesRoman /TimesRoman RE +/_TimesRoman findfont +10 scalefont setfont +1.0 1.0 1.0 setrgbcolor +newpath +96 -72 moveto +61 0 rlineto +0 -21 rlineto +-61 0 rlineto +closepath +eofill +newpath +96 -72 moveto +61 0 rlineto +0 -1 rlineto +-61 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +96 -72 moveto +62 0 rlineto +0 -2 rlineto +-62 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +96 -74 moveto +61 0 rlineto +0 -19 rlineto +-61 0 rlineto +closepath +eofill +isolatin1encoding /_Helvetica /Helvetica RE +/_Helvetica findfont +10 scalefont setfont +0.0 0.0 0.0 setrgbcolor +100 -87 moveto +(VSSerialize) show +newpath +96 -72 moveto +62 0 rlineto +0 -22 rlineto +-62 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +88 -120 moveto +317 0 rlineto +0 -73 rlineto +-317 0 rlineto +closepath +eofill +newpath +88 -120 moveto +317 0 rlineto +0 -14 rlineto +-317 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +88 -120 moveto +318 0 rlineto +0 -15 rlineto +-318 0 rlineto +closepath +stroke +209 -134 moveto +(<<interface>>) show +1.0 1.0 1.0 setrgbcolor +newpath +88 -135 moveto +317 0 rlineto +0 -19 rlineto +-317 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +212 -148 moveto +(VSSerializable) show +1.0 1.0 1.0 setrgbcolor +newpath +89 -156 moveto +316 0 rlineto +0 -36 rlineto +-316 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +89 -156 moveto +406 -156 lineto +stroke +92 -170 moveto +(serialize\(serialize : VSSerialize,oos : ObjectOutputStream\) : void) show +92 -183 moveto +(deserialize\(serialize : VSSerialize,ois : ObectInputStream\) : void) show +newpath +88 -120 moveto +318 0 rlineto +0 -74 rlineto +-318 0 rlineto +closepath +stroke +[5.0 5.0 ] 0 setdash +newpath +128 -94 moveto +128 -120 lineto +stroke +[] 0 setdash +newpath +121 -108 moveto +128 -120 lineto +stroke +newpath +135 -108 moveto +128 -120 lineto +stroke +1.0 1.0 1.0 setrgbcolor +newpath +80 -232 moveto +72 0 rlineto +0 -21 rlineto +-72 0 rlineto +closepath +eofill +newpath +80 -232 moveto +72 0 rlineto +0 -1 rlineto +-72 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +80 -232 moveto +73 0 rlineto +0 -2 rlineto +-73 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +80 -234 moveto +72 0 rlineto +0 -19 rlineto +-72 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +84 -247 moveto +(prefs.VSPrefs) show +newpath +80 -232 moveto +73 0 rlineto +0 -22 rlineto +-73 0 rlineto +closepath +stroke +[5.0 5.0 ] 0 setdash +newpath +112 -232 moveto +112 -194 lineto +stroke +1.0 1.0 1.0 setrgbcolor +[] 0 setdash +newpath +112 -194 moveto +119 -206 lineto +105 -206 lineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +112 -194 moveto +119 -206 lineto +105 -206 lineto +closepath +stroke +149 -226 moveto +(<<realize>>) show +1.0 1.0 1.0 setrgbcolor +newpath +400 -256 moveto +114 0 rlineto +0 -21 rlineto +-114 0 rlineto +closepath +eofill +newpath +400 -256 moveto +114 0 rlineto +0 -1 rlineto +-114 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +400 -256 moveto +115 0 rlineto +0 -2 rlineto +-115 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +400 -258 moveto +114 0 rlineto +0 -19 rlineto +-114 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +404 -271 moveto +(simulator.VSSimulator) show +newpath +400 -256 moveto +115 0 rlineto +0 -22 rlineto +-115 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +312 -288 moveto +178 0 rlineto +0 -21 rlineto +-178 0 rlineto +closepath +eofill +newpath +312 -288 moveto +178 0 rlineto +0 -1 rlineto +-178 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +312 -288 moveto +179 0 rlineto +0 -2 rlineto +-179 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +312 -290 moveto +178 0 rlineto +0 -19 rlineto +-178 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +316 -303 moveto +(simulator.VSSimulatorVisualization) show +newpath +312 -288 moveto +179 0 rlineto +0 -22 rlineto +-179 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +48 -288 moveto +126 0 rlineto +0 -21 rlineto +-126 0 rlineto +closepath +eofill +newpath +48 -288 moveto +126 0 rlineto +0 -1 rlineto +-126 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +48 -288 moveto +127 0 rlineto +0 -2 rlineto +-127 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +48 -290 moveto +126 0 rlineto +0 -19 rlineto +-126 0 rlineto +closepath +eofill +isolatin1encoding /_Helvetica-Oblique /Helvetica-Oblique RE +/_Helvetica-Oblique findfont +10 scalefont setfont +0.0 0.0 0.0 setrgbcolor +52 -303 moveto +(core.VSAsbstractProcess) show +newpath +48 -288 moveto +127 0 rlineto +0 -22 rlineto +-127 0 rlineto +closepath +stroke +newpath +107 -288 moveto +107 -254 lineto +stroke +1.0 1.0 1.0 setrgbcolor +newpath +107 -254 moveto +114 -266 lineto +100 -266 lineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +107 -254 moveto +114 -266 lineto +100 -266 lineto +closepath +stroke +isolatin1encoding /_Helvetica /Helvetica RE +/_Helvetica findfont +10 scalefont setfont +1.0 1.0 1.0 setrgbcolor +newpath +192 -288 moveto +99 0 rlineto +0 -21 rlineto +-99 0 rlineto +closepath +eofill +newpath +192 -288 moveto +99 0 rlineto +0 -1 rlineto +-99 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +192 -288 moveto +100 0 rlineto +0 -2 rlineto +-100 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +192 -290 moveto +99 0 rlineto +0 -19 rlineto +-99 0 rlineto +closepath +eofill +isolatin1encoding /_Helvetica-Oblique /Helvetica-Oblique RE +/_Helvetica-Oblique findfont +10 scalefont setfont +0.0 0.0 0.0 setrgbcolor +202 -303 moveto +(VSAbstractEvent) show +newpath +192 -288 moveto +100 0 rlineto +0 -22 rlineto +-100 0 rlineto +closepath +stroke +newpath +192 -288 moveto +128 -272 lineto +128 -254 lineto +stroke +1.0 1.0 1.0 setrgbcolor +newpath +128 -254 moveto +135 -266 lineto +121 -266 lineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +128 -254 moveto +135 -266 lineto +121 -266 lineto +closepath +stroke +isolatin1encoding /_Helvetica /Helvetica RE +/_Helvetica findfont +10 scalefont setfont +1.0 1.0 1.0 setrgbcolor +newpath +184 -232 moveto +109 0 rlineto +0 -21 rlineto +-109 0 rlineto +closepath +eofill +newpath +184 -232 moveto +109 0 rlineto +0 -1 rlineto +-109 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +184 -232 moveto +110 0 rlineto +0 -2 rlineto +-110 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +184 -234 moveto +109 0 rlineto +0 -19 rlineto +-109 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +188 -247 moveto +(core.VSTaskmanager) show +newpath +184 -232 moveto +110 0 rlineto +0 -22 rlineto +-110 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +312 -232 moveto +66 0 rlineto +0 -21 rlineto +-66 0 rlineto +closepath +eofill +newpath +312 -232 moveto +66 0 rlineto +0 -1 rlineto +-66 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +312 -232 moveto +67 0 rlineto +0 -2 rlineto +-67 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +312 -234 moveto +66 0 rlineto +0 -19 rlineto +-66 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +316 -247 moveto +(core.VSTask) show +newpath +312 -232 moveto +67 0 rlineto +0 -22 rlineto +-67 0 rlineto +closepath +stroke +[5.0 5.0 ] 0 setdash +newpath +246 -232 moveto +246 -194 lineto +stroke +1.0 1.0 1.0 setrgbcolor +[] 0 setdash +newpath +246 -194 moveto +253 -206 lineto +239 -206 lineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +246 -194 moveto +253 -206 lineto +239 -206 lineto +closepath +stroke +283 -226 moveto +(<<realize>>) show +[5.0 5.0 ] 0 setdash +newpath +352 -232 moveto +352 -194 lineto +stroke +1.0 1.0 1.0 setrgbcolor +[] 0 setdash +newpath +352 -194 moveto +359 -206 lineto +345 -206 lineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +352 -194 moveto +359 -206 lineto +345 -206 lineto +closepath +stroke +389 -226 moveto +(<<realize>>) show +[5.0 5.0 ] 0 setdash +newpath +400 -256 moveto +400 -194 lineto +stroke +1.0 1.0 1.0 setrgbcolor +[] 0 setdash +newpath +400 -194 moveto +407 -206 lineto +393 -206 lineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +400 -194 moveto +407 -206 lineto +393 -206 lineto +closepath +stroke +437 -238 moveto +(<<realize>>) show +[5.0 5.0 ] 0 setdash +newpath +312 -288 moveto +272 -272 lineto +stroke +newpath +272 -272 moveto +272 -194 lineto +stroke +1.0 1.0 1.0 setrgbcolor +[] 0 setdash +newpath +272 -194 moveto +279 -206 lineto +265 -206 lineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +272 -194 moveto +279 -206 lineto +265 -206 lineto +closepath +stroke +309 -268 moveto +(<<realize>>) show +1.0 1.0 1.0 setrgbcolor +newpath +56 0 moveto +144 0 rlineto +0 -21 rlineto +-144 0 rlineto +closepath +eofill +newpath +56 0 moveto +144 0 rlineto +0 -1 rlineto +-144 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +56 0 moveto +145 0 rlineto +0 -2 rlineto +-145 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +56 -2 moveto +144 0 rlineto +0 -19 rlineto +-144 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +60 -15 moveto +(simulator.VSSimulatorFrame) show +newpath +56 0 moveto +145 0 rlineto +0 -22 rlineto +-145 0 rlineto +closepath +stroke +[5.0 5.0 ] 0 setdash +newpath +128 -22 moveto +128 -72 lineto +stroke +[] 0 setdash +newpath +121 -60 moveto +128 -72 lineto +stroke +newpath +135 -60 moveto +128 -72 lineto +stroke +showpage +%%Trailer |
