diff options
| author | Paul Buetow <paul@buetow.org> | 2008-08-08 20:09:03 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-08-08 20:09:03 +0000 |
| commit | 5394e194af61592a9f82ebe4b9bc310ac3dee1c1 (patch) | |
| tree | b9512cfcda623036182ebe69b4e4528337375192 /LaTeX | |
| parent | 0776f8af4c9fc131db299c2cf615bce75dcccad7 (diff) | |
wrote more stuff
Diffstat (limited to 'LaTeX')
| -rw-r--r-- | LaTeX/argouml.zargo | bin | 35421 -> 38927 bytes | |||
| -rw-r--r-- | LaTeX/chapters/implementierung.tex | 27 | ||||
| -rw-r--r-- | LaTeX/diplomarbeit.pdf | 5248 | ||||
| -rw-r--r-- | LaTeX/images/simulator.eps | 719 |
4 files changed, 3433 insertions, 2561 deletions
diff --git a/LaTeX/argouml.zargo b/LaTeX/argouml.zargo Binary files differindex fce51b9..5f819ea 100644 --- a/LaTeX/argouml.zargo +++ b/LaTeX/argouml.zargo diff --git a/LaTeX/chapters/implementierung.tex b/LaTeX/chapters/implementierung.tex index fc70eeb..8b3b8a8 100644 --- a/LaTeX/chapters/implementierung.tex +++ b/LaTeX/chapters/implementierung.tex @@ -33,7 +33,7 @@ Da es sonst den Rahmen sprengen w\"{u}rde, soll im Folgenden der komplette Quell 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 statischer Variablen und Attribute sind komplett in Grobuchstaben gehalten.
+ \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.
@@ -446,13 +446,32 @@ registerEvent("protocols.implementations.VSMyProtocol", \section{GUI sowie Simulationsvisualisierung}
-Vektor-Lamport Paint-Pos
+Das Paket \textit{simulator} (vereinfacht auf Abbildung \ref{fig:PackageProtocols} dargestellt) implementiert die eigentliche graphische Benutzeroberf\"{a}che des Simulators. Ausnahmen sind die Editorklassen in \textit{prefs.editors} sowie \textit{utils.VSFrame}.
+
+\begin{figure}[h]
+ \centering
+ \includegraphics[width=11.0cm]{images/simulator}
+ \caption{Das Paket \textit{simulator}}
+ \label{fig:PackageProtocols}
+\end{figure}
+
+Beim Starten des Simulators wird auf die Main-Methode, welche sich in \textit{VSMain} befindet, aufgerufen. Sie instanziiert ein \textit{VSDefaultPrefs}-Objekt, wo alle Standardeinstellungen des Simulators abgelegt sind. Anschlieend wird ein \textit{VSSimulatorFrame} erzeugt, welches ein Simulatorfenster (wie bereits schon auf Abbildung \ref{fig:NeuesFenster} zu sehen war) implementiert. Das Simulatorfenster erstellt f\"{u}r jede neue Simulation jeweils ein Objekt von \textit{VSSimulator}. Jede Simulation hat im Simulationsfenster einen eigenen Tab. Auf Abbildung \ref{fig:NeuErstellteSimulation} wurde bereits eine neue Simulation erstellt, wo auch unten links der dazugeh\"{o}rige Tab mit der Beschriftung ``Simulator 1'' zu sehen ist. Jede Simulation besitzt eine eigene Simulationsnummer, die bei jeder neuen Simulation um eins inkrementiert wird. Jedes \textit{VSSimulator}-Objekt greift auf \textit{VSSimulatorVisualization} zur\"{u}ck, was die Simulationsvisualisierung (Abbildung \ref{fig:Visualisierung}) implementiert.
+
+\textit{VSSimulatorVisualization} ist bei Weitem die kryptischste Klasse des Simulators. Die greift auf die Java2D-Grafikbibliothek zur\"{u}ck und ist aus Performancegr\"{u}nden mit dem Simulationsverlauf stark verzahnt. Variablen, die stets den selbe Wert haben, wurden stets als finale Variablen angelegt. Variablen, die von Konfigurationen oder Einstellungen abh\"{a}ngig sind, die sich nur nach Konfigurations\"{a}nderung oder Vergr\"{o}ern beziehungsweise Verkleinern des Simulationsfensters \"{a}ndern, werden nur wenn es n\"{o}tig ist neuberechnet.
+
+Die Klasse \textit{VSMenuItemStates} wird f\"{u}r die Synchronisierung des Simulationsstatusses, der Toolbar und des Simulations-Men\"{u}s (beide Letztere auf Abbildung \ref{fig:Toolbar} zu sehen) verwendet. Damit ist gemeint, ob die Simulation bereits gestartet wurde oder nicht oder gegebenenfalls schon abgelaufen ist. Oder ob die Simulation sich in einem pausierten Status befindet. Abh\"{a}ngig davon kann der Benutzer bestimmte Aktionen durchf\"{u}hren oder nicht (beispielsweise kann eine Simulation nur pausiert werden, wenn sie aktuell abgespielt wird). Alle hier m\"{o}glichen Aktionen wurden bereits in Kapitel 2.1 im Abschnitt ``Die Toolbar'' behandelt.
+
+Die klasse \textit{VSCreateTask} wird vom Ereigniseditor verwendet. Der Ereigniseditor (Abbildung \ref{fig:SidebarMitEreignissen}) wird in der Klasse \textit{VSSimulator} implementiert. Hinter jeder Ereignisauswahl verbirgt sich intern ein \textit{VSCreateTask}-Objekt, welches definiert wie das jeweilige Ereignis anzulegen ist und es automatisch in ein \textit{VSTask}-Objekt gekapselt f\"{u}r eine sp\"{a}tere Ausf\"{u}hrung dem Task-Manager \"{u}bergibt.
+
+\textit{VSLogging} kapselt ein \textit{javax.swing.JTextArea}-Objekt, wo alle Nachrichten geloggt werden. Hier werden alle Loggfunktionen (inklusive Loggfilter sowie tempor\"{a}re Deaktivierung des Loggen) implementiert. Die \textit{JTextArea} wird dem \textit{VSSimulator}-Objekt \"{u}bergeben und dort dargestellt.
\section{Serialisierung von Simulationen}
+Der Anwender kann eine erstellte Simulation im Datei-Men\"{u} speichern und/oder eine bereits abgespeicherte Simulation laden.
+
\subsubsection{R\"{u}ckw\"{a}rtskompatibel}
-\section{Helfer- und Ausnahmeklassen}
+\section{Helferklassen und Klassen f\"{u}r Ausnahmebehandlungen}
Es wurden noch nicht die Klassen der Pakete \textit{utils} (Abbildung \ref{fig:PackageUtils}) sowie \textit{exceptions} (Abbildung \ref{fig:PackageExceptions}) vorgestellt. \textit{utils} fasst lediglich einige Helferklassen zusammen, die vom restlichen Quelltext verwendet werden.
@@ -493,7 +512,7 @@ Als Versionierungssystem wurde SVN (Subversion) verwendet. F\"{u}r den Zugriff a F\"{u}r schreiben von Java-Quelltext wurde GVim (Graphical Vi IMproved) sowie Eclipse verwendet. Eclipse unterst\"{u}tzt bessere Code-Refactoring-Methoden, w\"{a}hrend GVim mit seiner Flexibilit\"{a}t und schnelleren Editierm\"{o}glichkeiten und mit Vim-Script, der eigenen Script-Engine, gl\"{a}nzt. Es wurden ausserdem das JAutoDoc- (f\"{u}r die Erstellung von Javadoc-Kommentate) und das Subversion-Eclipse-Plugin verwendet. Je nach Zweck wurde zwischen diesen beiden Umgebungen gewechselt. F\"{u}r das Verfassen des LaTeX-Dokumentes wurde GVim verwendet.
-S\"{a}mtliche UML-Diagramme wurden mit ArgoUML angefertigt und die Screenshots mit The GIMP (GNU Image Manipulation Program) sowie ImageMagick nachbearbeitet. Mit zip wurden alle VS-Simulator Distributionen eingepackt.
+S\"{a}mtliche UML-Diagramme wurden mit ArgoUML angefertigt und die Screenshots mit The GIMP (GNU Image Manipulation Program) sowie ImageMagick nachbearbeitet. Mit dem zip-Programm wurden alle VS-Simulator Distributionen verpackt.
\subsubsection{Linkliste der verwendeten Software}
diff --git a/LaTeX/diplomarbeit.pdf b/LaTeX/diplomarbeit.pdf index 9df44da..b51e803 100644 --- a/LaTeX/diplomarbeit.pdf +++ b/LaTeX/diplomarbeit.pdf @@ -261,7 +261,7 @@ endobj << /S /GoTo /D (section.3.8) >> endobj 180 0 obj -(\376\377\0003\000.\0008\000\040\000H\000e\000l\000f\000e\000r\000-\000\040\000u\000n\000d\000\040\000A\000u\000s\000n\000a\000h\000m\000e\000k\000l\000a\000s\000s\000e\000n) +(\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) endobj 181 0 obj << /S /GoTo /D (section.3.9) >> @@ -748,17 +748,19 @@ endobj /ProcSet [ /PDF /Text ] >> endobj 255 0 obj << -/Length 1911 +/Length 1933 /Filter /FlateDecode >> stream -x[o6)h31.6k˃_i}JDaZX5yhXa$ԩ8Wg߽쾳VE~~8eqf}v]wsf9oeGqJaRË\h.\TF`6/M.r:Lh]RBk=*nb\CU77seF%(XXR2zR8joc2`84h!V9@EYl5II|j3:5l73䰪6UI,aFcO8vVf־Ï1A5Nxq8:^3C7D''|QC(o =6CZ,7溹8](HNfԩ28gDXdžlbDsVj ŢJᕒ*0()"-N)]&Nu-u6&u}Wyw(S01_;X#`W0F`MGˁE=
Lm-ڊw` -+hJ)!(S4Uxd> $ X5l\$UAdk|~sw\{IվmF{n\{-D+EU3dp#}E,chr8bQOQH!HF:z*WUtR746THPCtI}vE,K}*|?ʕKGt89
i"D
l]+[_@Tv@7
\v/^^Lo}8ƻ3Ngfy sfƗh)A3ouЙG$3OGIT$bQO+},S:Y1ajy=ĬUWs`A -.'l%:B-,b#%UefՖH7g^"љG3OGɛ>
Br4'.֝NowsXUUZ%̏HbPet~#m5(F_tb7M1)}'Ke~Y !=um/^]$-70El'[Q4{^+$bHDS#z"\C*x $~T= r5Ue #q=,+zhV|V9=a&2z"sC}`)w#D*F4*VX -
OB/_:Z
a |T5@vѓ/ebUdB'' -UvFlU\bC_SXVc9pQOi{I&q,ҴXn9K!# Sp\U6Hbٌ`EzR
Ր2qXն~_r8ۙ~]w蛈*,+b)A1[}xbٌDz@_Y[MWW~KyW~}S[)," -D)lzjgIt"UiDBdBdП -+̧LpY&AMա-~{Jg:T3;30
7K#X{l2 nXsj =&Dv!N&/di:Hendstream +xYs6)(T(1&izMq_z<(6c$'~.HrDiM.?. + +_0HTaƊZ\?Y]*V?x +KֲxUp NF/X<o֛͒EwGuySW_?<x|Q5_PRB +.4.V*$NQNS9b:fdZ/x})e}]}}:Vf4QR"FT9e1)}ucr2b84h!V9@C6 +t6e'Mzb■[H~ qSUY's0 +i
SGKni=>=T)5hO-M9<y':pD-#qUfO2<wU{:) - q2^sFulC,Xn#:ܦB<W8)B"2)̓zYഩƤv/.oe +&T<kgkN i ++w)U~!}1?d FT}LDݩ2b\:eatBCSi,ΠCxԥX;?!UUy陝$30pJ+ʄ67#Vsj K3&w0xT:uݯendstream endobj 254 0 obj << /Type /Page @@ -890,7 +892,7 @@ endobj 277 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [86.8628 453.8342 229.0344 462.6052] +/Rect [86.8628 452.0229 330.353 462.6052] /Subtype /Link /A << /S /GoTo /D (section.3.8) >> >> endobj @@ -1154,27 +1156,23 @@ endobj /ProcSet [ /PDF /Text ] >> endobj 343 0 obj << -/Length 1039 +/Length 1100 /Filter /FlateDecode >> stream -xnF~>rLr -!`qbHtS$T.f1te_'^XEX/s1߽Yeiu;ÉEVВ -#ŏgj<](ު_T|XrvջӂQg-6%%e -#I8-:Y괇t¹!tΪ^$# AZ,YQ8(?ՇK}Síi;K8Ĥc7s?C8@ޫ&ZkU]YnAul'9j;\vM>ouuKa0/v
ޕo:վiaj1LcA#ܩ`^14g9*RKwpοhdr 1DM8R,~^:~-[? KscX~<SS#q@#c[Ot_
+6ZZÍy3^7 -
ՉKnPM ,sjwJzjB֚J:ZjX.9::e*G.Ǩ6TITdnקN~͡Qga$&y+3+A5Q!.7,ن5ZZ"YS0 -w\ -o B͛ñl],3Q+"q`2Tsnd -<ւQ&)u` -62_ܐq 6l +xnF~>}9&$B.dŐ ӧVS-6Y9" Y*Z0*z gx(^Wd8q=ZRa]=lXm^ϧ߂Kk_w_~\u`#nMII,~&g/Kq:!poLG$5HKk-!RrRnpsβ,h"$1izAA@b~OC"ymw֚k5.,ԋ
Y6Hθڀծib)f1\nЛ]y~'}|MP!`;
1N*3yZ%"[j t842 &FIyS)?O_ +x7|`PS:ipeNJI-jй҆BzC-5,iCEj!
U3e!",:juLBJ99lo^zet{%&J#e!j&
V36o)oO\ +o( +
MXծ̖Z4|[^fF +<ւ=^gMz4ǷN>ó4D]}_oXZ8٘Y#[(xˉ<fr<ԇa;HOp
% endobj 342 0 obj << /Type /Page /Contents 343 0 R /Resources 341 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 355 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 ] +/Parent 356 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 ] >> endobj 345 0 obj << /Type /Annot @@ -1235,17 +1233,24 @@ endobj 353 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [86.8628 605.2166 168.9961 613.7814] +/Rect [86.8628 605.2166 190.0803 613.7814] /Subtype /Link /A << /S /GoTo /D (figure.3.7) >> >> endobj 354 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [86.8628 585.5858 195.644 595.8542] +/Rect [86.8628 587.2894 168.9961 595.8542] /Subtype /Link /A << /S /GoTo /D (figure.3.8) >> >> endobj +355 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.8628 567.6586 195.644 577.927] +/Subtype /Link +/A << /S /GoTo /D (figure.3.9) >> +>> endobj 344 0 obj << /D [342 0 R /XYZ 74.4095 793.4011 null] >> endobj @@ -1253,7 +1258,7 @@ endobj /Font << /F61 259 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -368 0 obj << +370 0 obj << /Length 1852 /Filter /FlateDecode >> @@ -1272,158 +1277,158 @@ U2ɢL`?Et(*mv`۱Q-Nv4< Z 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_ endobj -367 0 obj << +369 0 obj << /Type /Page -/Contents 368 0 R -/Resources 366 0 R +/Contents 370 0 R +/Resources 368 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 355 0 R -/Annots [ 371 0 R 372 0 R 373 0 R 374 0 R 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 ] +/Parent 356 0 R +/Annots [ 373 0 R 374 0 R 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 ] >> endobj -371 0 obj << +373 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 -372 0 obj << +374 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 -373 0 obj << +375 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 -374 0 obj << +376 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 -375 0 obj << +377 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 -376 0 obj << +378 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 -377 0 obj << +379 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 -378 0 obj << +380 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 -379 0 obj << +381 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 -380 0 obj << +382 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 -381 0 obj << +383 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 -382 0 obj << +384 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 -383 0 obj << +385 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 -384 0 obj << +386 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 -385 0 obj << +387 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 -386 0 obj << +388 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 -387 0 obj << +389 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 -388 0 obj << +390 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 -389 0 obj << +391 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 -369 0 obj << -/D [367 0 R /XYZ 74.4095 793.4011 null] +371 0 obj << +/D [369 0 R /XYZ 74.4095 793.4011 null] >> endobj -370 0 obj << -/D [367 0 R /XYZ 74.4095 643.0739 null] +372 0 obj << +/D [369 0 R /XYZ 74.4095 643.0739 null] >> endobj -366 0 obj << +368 0 obj << /Font << /F26 206 0 R /F28 209 0 R /F61 259 0 R >> /ProcSet [ /PDF /Text ] >> endobj -411 0 obj << +413 0 obj << /Length 1758 /Filter /FlateDecode >> @@ -1438,35 +1443,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 -410 0 obj << +412 0 obj << /Type /Page -/Contents 411 0 R -/Resources 409 0 R +/Contents 413 0 R +/Resources 411 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 355 0 R -/Annots [ 413 0 R ] +/Parent 356 0 R +/Annots [ 415 0 R ] >> endobj -413 0 obj << +415 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 -412 0 obj << -/D [410 0 R /XYZ 74.4095 793.4011 null] +414 0 obj << +/D [412 0 R /XYZ 74.4095 793.4011 null] >> endobj 6 0 obj << -/D [410 0 R /XYZ 74.4095 771.7323 null] +/D [412 0 R /XYZ 74.4095 771.7323 null] >> endobj 10 0 obj << -/D [410 0 R /XYZ 74.4095 570.9064 null] +/D [412 0 R /XYZ 74.4095 570.9064 null] >> endobj -409 0 obj << +411 0 obj << /Font << /F26 206 0 R /F28 209 0 R /F61 259 0 R >> /ProcSet [ /PDF /Text ] >> endobj -419 0 obj << +421 0 obj << /Length 1854 /Filter /FlateDecode >> @@ -1479,30 +1484,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 -418 0 obj << +420 0 obj << /Type /Page -/Contents 419 0 R -/Resources 417 0 R +/Contents 421 0 R +/Resources 419 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 355 0 R -/Annots [ 422 0 R ] +/Parent 356 0 R +/Annots [ 424 0 R ] >> endobj -415 0 obj << +417 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 425 0 R +/PTEX.InfoDict 427 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 426 0 R ->>/Font << /R8 427 0 R >> +/R7 428 0 R +>>/Font << /R8 429 0 R >> >> -/Length 428 0 R +/Length 430 0 R /Filter /FlateDecode >> stream @@ -1510,60 +1515,60 @@ xTn0+xl{p%RE[$F/A,E"N~Ejx0"g槮Ӣ>yTFc5P (C!R;}tI6<o}/[˿w?K\2x
, endobj -425 0 obj +427 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080808140051Z00'00') -/ModDate (D:20080808140051Z00'00') +/CreationDate (D:20080808220147Z00'00') +/ModDate (D:20080808220147Z00'00') >> endobj -426 0 obj +428 0 obj << /Type /ExtGState /OPM 1 >> endobj -427 0 obj +429 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -428 0 obj +430 0 obj 452 endobj -422 0 obj << +424 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 -420 0 obj << -/D [418 0 R /XYZ 74.4095 793.4011 null] +422 0 obj << +/D [420 0 R /XYZ 74.4095 793.4011 null] >> endobj 14 0 obj << -/D [418 0 R /XYZ 74.4095 771.7323 null] +/D [420 0 R /XYZ 74.4095 771.7323 null] >> endobj -421 0 obj << -/D [418 0 R /XYZ 74.4095 659.2541 null] +423 0 obj << +/D [420 0 R /XYZ 74.4095 659.2541 null] >> endobj 314 0 obj << -/D [418 0 R /XYZ 288.3666 523.6815 null] +/D [420 0 R /XYZ 288.3666 523.6815 null] >> endobj -423 0 obj << -/D [418 0 R /XYZ 74.4095 396.6881 null] +425 0 obj << +/D [420 0 R /XYZ 74.4095 396.6881 null] >> endobj -424 0 obj << -/D [418 0 R /XYZ 74.4095 235.3536 null] +426 0 obj << +/D [420 0 R /XYZ 74.4095 235.3536 null] >> endobj -417 0 obj << +419 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im2 415 0 R >> +/XObject << /Im2 417 0 R >> /ProcSet [ /PDF /Text ] >> endobj -431 0 obj << +433 0 obj << /Length 1352 /Filter /FlateDecode >> @@ -1577,29 +1582,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 -430 0 obj << +432 0 obj << /Type /Page -/Contents 431 0 R -/Resources 429 0 R +/Contents 433 0 R +/Resources 431 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 355 0 R +/Parent 356 0 R >> endobj -416 0 obj << +418 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 434 0 R +/PTEX.InfoDict 436 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 435 0 R ->>/Font << /R8 436 0 R >> +/R7 437 0 R +>>/Font << /R8 438 0 R >> >> -/Length 437 0 R +/Length 439 0 R /Filter /FlateDecode >> stream @@ -1609,44 +1614,44 @@ xMo0<;l"îkP6AbGJGb:,P/E
'+Oz?}
l YLa- 7pD7[: B|jZ%Tp'endstream endobj -434 0 obj +436 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080808140051Z00'00') -/ModDate (D:20080808140051Z00'00') +/CreationDate (D:20080808220147Z00'00') +/ModDate (D:20080808220147Z00'00') >> endobj -435 0 obj +437 0 obj << /Type /ExtGState /OPM 1 >> endobj -436 0 obj +438 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -437 0 obj +439 0 obj 499 endobj -432 0 obj << -/D [430 0 R /XYZ 74.4095 793.4011 null] +434 0 obj << +/D [432 0 R /XYZ 74.4095 793.4011 null] >> endobj -433 0 obj << -/D [430 0 R /XYZ 74.4095 750.3359 null] +435 0 obj << +/D [432 0 R /XYZ 74.4095 750.3359 null] >> endobj 315 0 obj << -/D [430 0 R /XYZ 281.7271 358.4221 null] +/D [432 0 R /XYZ 281.7271 358.4221 null] >> endobj -429 0 obj << +431 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im3 416 0 R >> +/XObject << /Im3 418 0 R >> /ProcSet [ /PDF /Text ] >> endobj -440 0 obj << +442 0 obj << /Length 1762 /Filter /FlateDecode >> @@ -1658,35 +1663,35 @@ xڍn8ޯQbV$%J:&tw[`hrdY˴GwCɒ%7Eh839//B$bQŋ$ CG1zPI.A 0 endobj -439 0 obj << +441 0 obj << /Type /Page -/Contents 440 0 R -/Resources 438 0 R +/Contents 442 0 R +/Resources 440 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 355 0 R -/Annots [ 444 0 R ] +/Parent 356 0 R +/Annots [ 446 0 R ] >> endobj -444 0 obj << +446 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 -441 0 obj << -/D [439 0 R /XYZ 74.4095 793.4011 null] +443 0 obj << +/D [441 0 R /XYZ 74.4095 793.4011 null] >> endobj -442 0 obj << -/D [439 0 R /XYZ 74.4095 750.7482 null] +444 0 obj << +/D [441 0 R /XYZ 74.4095 750.7482 null] >> endobj -443 0 obj << -/D [439 0 R /XYZ 74.4095 608.3473 null] +445 0 obj << +/D [441 0 R /XYZ 74.4095 608.3473 null] >> endobj -438 0 obj << +440 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -448 0 obj << +450 0 obj << /Length 1160 /Filter /FlateDecode >> @@ -1696,15 +1701,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 -447 0 obj << +449 0 obj << /Type /Page -/Contents 448 0 R -/Resources 446 0 R +/Contents 450 0 R +/Resources 448 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 453 0 R -/Annots [ 450 0 R 451 0 R 452 0 R ] +/Parent 455 0 R +/Annots [ 452 0 R 453 0 R 454 0 R ] >> endobj -445 0 obj << +447 0 obj << /Type /XObject /Subtype /Image /Width 1024 @@ -1726,45 +1731,45 @@ pz폎6?
t?y#rϲP{@Z PZ8 endobj -450 0 obj << +452 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 -451 0 obj << +453 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 -452 0 obj << +454 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 -449 0 obj << -/D [447 0 R /XYZ 74.4095 793.4011 null] +451 0 obj << +/D [449 0 R /XYZ 74.4095 793.4011 null] >> endobj 18 0 obj << -/D [447 0 R /XYZ 74.4095 771.7323 null] +/D [449 0 R /XYZ 74.4095 771.7323 null] >> endobj 22 0 obj << -/D [447 0 R /XYZ 74.4095 581.9662 null] +/D [449 0 R /XYZ 74.4095 581.9662 null] >> endobj 316 0 obj << -/D [447 0 R /XYZ 250.8743 253.9309 null] +/D [449 0 R /XYZ 250.8743 253.9309 null] >> endobj -446 0 obj << +448 0 obj << /Font << /F26 206 0 R /F28 209 0 R /F61 259 0 R >> -/XObject << /Im4 445 0 R >> +/XObject << /Im4 447 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -459 0 obj << +461 0 obj << /Length 1704 /Filter /FlateDecode >> @@ -1777,15 +1782,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 -458 0 obj << +460 0 obj << /Type /Page -/Contents 459 0 R -/Resources 457 0 R +/Contents 461 0 R +/Resources 459 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 453 0 R -/Annots [ 462 0 R 464 0 R ] +/Parent 455 0 R +/Annots [ 464 0 R 466 0 R ] >> endobj -454 0 obj << +456 0 obj << /Type /XObject /Subtype /Image /Width 234 @@ -1824,38 +1829,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 -462 0 obj << +464 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 -464 0 obj << +466 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 -460 0 obj << -/D [458 0 R /XYZ 74.4095 793.4011 null] +462 0 obj << +/D [460 0 R /XYZ 74.4095 793.4011 null] >> endobj -461 0 obj << -/D [458 0 R /XYZ 74.4095 752.2837 null] +463 0 obj << +/D [460 0 R /XYZ 74.4095 752.2837 null] >> endobj 317 0 obj << -/D [458 0 R /XYZ 305.5773 401.9113 null] +/D [460 0 R /XYZ 305.5773 401.9113 null] >> endobj -463 0 obj << -/D [458 0 R /XYZ 74.4095 184.2476 null] +465 0 obj << +/D [460 0 R /XYZ 74.4095 184.2476 null] >> endobj -457 0 obj << +459 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im5 454 0 R >> +/XObject << /Im5 456 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -467 0 obj << +469 0 obj << /Length 1085 /Filter /FlateDecode >> @@ -1865,14 +1870,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 -466 0 obj << +468 0 obj << /Type /Page -/Contents 467 0 R -/Resources 465 0 R +/Contents 469 0 R +/Resources 467 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 453 0 R +/Parent 455 0 R >> endobj -455 0 obj << +457 0 obj << /Type /XObject /Subtype /Image /Width 1024 @@ -1944,7 +1949,7 @@ Oo9/s\2~pkJ(%[۷ʒ%KG?q<L no?~|РAeرc<o q^/jY skg-vfz=Eu^||ڿ]1r'o/43-NS%$ endobj -456 0 obj << +458 0 obj << /Type /XObject /Subtype /Image /Width 180 @@ -1972,21 +1977,21 @@ SȈoD\`tZǓ!:#tcoheX+X ٘Zl7Z%lL-6Z!7,7>L")dcjb,>߰ߞ{و|t9T,t)T(«8 endobj -468 0 obj << -/D [466 0 R /XYZ 74.4095 793.4011 null] +470 0 obj << +/D [468 0 R /XYZ 74.4095 793.4011 null] >> endobj 318 0 obj << -/D [466 0 R /XYZ 286.4299 503.2659 null] +/D [468 0 R /XYZ 286.4299 503.2659 null] >> endobj 319 0 obj << -/D [466 0 R /XYZ 266.1839 382.6614 null] +/D [468 0 R /XYZ 266.1839 382.6614 null] >> endobj -465 0 obj << +467 0 obj << /Font << /F61 259 0 R /F28 209 0 R /F35 221 0 R >> -/XObject << /Im6 455 0 R /Im7 456 0 R >> +/XObject << /Im6 457 0 R /Im7 458 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -473 0 obj << +475 0 obj << /Length 1296 /Filter /FlateDecode >> @@ -2000,15 +2005,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 -472 0 obj << +474 0 obj << /Type /Page -/Contents 473 0 R -/Resources 471 0 R +/Contents 475 0 R +/Resources 473 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 453 0 R -/Annots [ 476 0 R ] +/Parent 455 0 R +/Annots [ 478 0 R ] >> endobj -469 0 obj << +471 0 obj << /Type /XObject /Subtype /Image /Width 586 @@ -2023,7 +2028,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 -470 0 obj << +472 0 obj << /Type /XObject /Subtype /Image /Width 310 @@ -2043,31 +2048,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 -476 0 obj << +478 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 -474 0 obj << -/D [472 0 R /XYZ 74.4095 793.4011 null] +476 0 obj << +/D [474 0 R /XYZ 74.4095 793.4011 null] >> endobj -475 0 obj << -/D [472 0 R /XYZ 74.4095 750.7482 null] +477 0 obj << +/D [474 0 R /XYZ 74.4095 750.7482 null] >> endobj 320 0 obj << -/D [472 0 R /XYZ 221.8999 480.5224 null] +/D [474 0 R /XYZ 221.8999 480.5224 null] >> endobj 321 0 obj << -/D [472 0 R /XYZ 255.9892 182.3152 null] +/D [474 0 R /XYZ 255.9892 182.3152 null] >> endobj -471 0 obj << +473 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im8 469 0 R /Im9 470 0 R >> +/XObject << /Im8 471 0 R /Im9 472 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -479 0 obj << +481 0 obj << /Length 2254 /Filter /FlateDecode >> @@ -2078,42 +2083,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 -478 0 obj << +480 0 obj << /Type /Page -/Contents 479 0 R -/Resources 477 0 R +/Contents 481 0 R +/Resources 479 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 453 0 R -/Annots [ 481 0 R 483 0 R ] +/Parent 455 0 R +/Annots [ 483 0 R 485 0 R ] >> endobj -481 0 obj << +483 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 -483 0 obj << +485 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 -480 0 obj << -/D [478 0 R /XYZ 74.4095 793.4011 null] +482 0 obj << +/D [480 0 R /XYZ 74.4095 793.4011 null] >> endobj -390 0 obj << -/D [478 0 R /XYZ 208.6475 629.4466 null] +392 0 obj << +/D [480 0 R /XYZ 208.6475 629.4466 null] >> endobj -482 0 obj << -/D [478 0 R /XYZ 74.4095 355.9148 null] +484 0 obj << +/D [480 0 R /XYZ 74.4095 355.9148 null] >> endobj -477 0 obj << +479 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -488 0 obj << +490 0 obj << /Length 1303 /Filter /FlateDecode >> @@ -2126,15 +2131,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 -487 0 obj << +489 0 obj << /Type /Page -/Contents 488 0 R -/Resources 486 0 R +/Contents 490 0 R +/Resources 488 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 453 0 R -/Annots [ 491 0 R ] +/Parent 455 0 R +/Annots [ 493 0 R ] >> endobj -484 0 obj << +486 0 obj << /Type /XObject /Subtype /Image /Width 318 @@ -2154,7 +2159,7 @@ x݊VK9Nr4 BbHb3Mqm &Tz^>JRUZuy' sq2s2Ud0'3_y%S8|Rʱ lL2U*v-ol+b~qendstream endobj -485 0 obj << +487 0 obj << /Type /XObject /Subtype /Image /Width 318 @@ -2177,31 +2182,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 -491 0 obj << +493 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 -489 0 obj << -/D [487 0 R /XYZ 74.4095 793.4011 null] +491 0 obj << +/D [489 0 R /XYZ 74.4095 793.4011 null] >> endobj -490 0 obj << -/D [487 0 R /XYZ 74.4095 752.6311 null] +492 0 obj << +/D [489 0 R /XYZ 74.4095 752.6311 null] >> endobj 322 0 obj << -/D [487 0 R /XYZ 254.5056 542.162 null] +/D [489 0 R /XYZ 254.5056 542.162 null] >> endobj 323 0 obj << -/D [487 0 R /XYZ 224.2713 182.8845 null] +/D [489 0 R /XYZ 224.2713 182.8845 null] >> endobj -486 0 obj << +488 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im10 484 0 R /Im11 485 0 R >> +/XObject << /Im10 486 0 R /Im11 487 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -496 0 obj << +498 0 obj << /Length 1764 /Filter /FlateDecode >> @@ -2216,15 +2221,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 -495 0 obj << +497 0 obj << /Type /Page -/Contents 496 0 R -/Resources 494 0 R +/Contents 498 0 R +/Resources 496 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 501 0 R -/Annots [ 498 0 R 499 0 R 500 0 R ] +/Parent 503 0 R +/Annots [ 500 0 R 501 0 R 502 0 R ] >> endobj -492 0 obj << +494 0 obj << /Type /XObject /Subtype /Image /Width 318 @@ -2252,39 +2257,39 @@ Of"WRE+<nzM0"sqk{یT־Jr٢kFms*(9zl]F|O g}(mvy^[/F !Օ\ VZ?endstream endobj -498 0 obj << +500 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 -499 0 obj << +501 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 -500 0 obj << +502 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 -497 0 obj << -/D [495 0 R /XYZ 74.4095 793.4011 null] +499 0 obj << +/D [497 0 R /XYZ 74.4095 793.4011 null] >> endobj 324 0 obj << -/D [495 0 R /XYZ 264.6686 374.7253 null] +/D [497 0 R /XYZ 264.6686 374.7253 null] >> endobj -494 0 obj << +496 0 obj << /Font << /F61 259 0 R /F28 209 0 R >> -/XObject << /Im12 492 0 R >> +/XObject << /Im12 494 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -505 0 obj << +507 0 obj << /Length 2365 /Filter /FlateDecode >> @@ -2301,15 +2306,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 -504 0 obj << +506 0 obj << /Type /Page -/Contents 505 0 R -/Resources 503 0 R +/Contents 507 0 R +/Resources 505 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 501 0 R -/Annots [ 508 0 R 509 0 R 510 0 R ] +/Parent 503 0 R +/Annots [ 510 0 R 511 0 R 512 0 R ] >> endobj -493 0 obj << +495 0 obj << /Type /XObject /Subtype /Image /Width 576 @@ -2331,45 +2336,45 @@ IIFɝ"9{ 6?%O !v'(/ endobj -508 0 obj << +510 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 -509 0 obj << +511 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 -510 0 obj << +512 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 -506 0 obj << -/D [504 0 R /XYZ 74.4095 793.4011 null] +508 0 obj << +/D [506 0 R /XYZ 74.4095 793.4011 null] >> endobj -507 0 obj << -/D [504 0 R /XYZ 74.4095 750.7482 null] +509 0 obj << +/D [506 0 R /XYZ 74.4095 750.7482 null] >> endobj 325 0 obj << -/D [504 0 R /XYZ 298.4805 642.0881 null] +/D [506 0 R /XYZ 298.4805 642.0881 null] >> endobj 26 0 obj << -/D [504 0 R /XYZ 74.4095 332.4608 null] +/D [506 0 R /XYZ 74.4095 332.4608 null] >> endobj -503 0 obj << +505 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im13 493 0 R >> +/XObject << /Im13 495 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -513 0 obj << +515 0 obj << /Length 1673 /Filter /FlateDecode >> @@ -2384,15 +2389,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 -512 0 obj << +514 0 obj << /Type /Page -/Contents 513 0 R -/Resources 511 0 R +/Contents 515 0 R +/Resources 513 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 501 0 R -/Annots [ 516 0 R ] +/Parent 503 0 R +/Annots [ 518 0 R ] >> endobj -502 0 obj << +504 0 obj << /Type /XObject /Subtype /Image /Width 1024 @@ -2450,31 +2455,31 @@ Krg/Mm6O~kF-FYږEaI<`ߢgWxk,5Vaw,][˪5" lU endobj -516 0 obj << +518 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 -514 0 obj << -/D [512 0 R /XYZ 74.4095 793.4011 null] +516 0 obj << +/D [514 0 R /XYZ 74.4095 793.4011 null] >> endobj 326 0 obj << -/D [512 0 R /XYZ 265.0857 503.2659 null] ->> endobj -515 0 obj << -/D [512 0 R /XYZ 74.4095 447.2385 null] +/D [514 0 R /XYZ 265.0857 503.2659 null] >> endobj 517 0 obj << -/D [512 0 R /XYZ 74.4095 181.0693 null] +/D [514 0 R /XYZ 74.4095 447.2385 null] >> endobj -511 0 obj << +519 0 obj << +/D [514 0 R /XYZ 74.4095 181.0693 null] +>> endobj +513 0 obj << /Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R >> -/XObject << /Im14 502 0 R >> +/XObject << /Im14 504 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -521 0 obj << +523 0 obj << /Length 1708 /Filter /FlateDecode >> @@ -2486,14 +2491,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 -520 0 obj << +522 0 obj << /Type /Page -/Contents 521 0 R -/Resources 519 0 R +/Contents 523 0 R +/Resources 521 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 501 0 R +/Parent 503 0 R >> endobj -518 0 obj << +520 0 obj << /Type /XObject /Subtype /Image /Width 318 @@ -2521,21 +2526,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 -522 0 obj << -/D [520 0 R /XYZ 74.4095 793.4011 null] +524 0 obj << +/D [522 0 R /XYZ 74.4095 793.4011 null] >> endobj 327 0 obj << -/D [520 0 R /XYZ 269.0219 441.3597 null] +/D [522 0 R /XYZ 269.0219 441.3597 null] >> endobj -523 0 obj << -/D [520 0 R /XYZ 74.4095 312.4026 null] +525 0 obj << +/D [522 0 R /XYZ 74.4095 312.4026 null] >> endobj -519 0 obj << +521 0 obj << /Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R >> -/XObject << /Im15 518 0 R >> +/XObject << /Im15 520 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -526 0 obj << +528 0 obj << /Length 2206 /Filter /FlateDecode >> @@ -2552,30 +2557,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 -525 0 obj << +527 0 obj << /Type /Page -/Contents 526 0 R -/Resources 524 0 R +/Contents 528 0 R +/Resources 526 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 501 0 R +/Parent 503 0 R >> endobj -527 0 obj << -/D [525 0 R /XYZ 74.4095 793.4011 null] +529 0 obj << +/D [527 0 R /XYZ 74.4095 793.4011 null] >> endobj 30 0 obj << -/D [525 0 R /XYZ 74.4095 704.5199 null] +/D [527 0 R /XYZ 74.4095 704.5199 null] >> endobj -528 0 obj << -/D [525 0 R /XYZ 74.4095 491.1097 null] +530 0 obj << +/D [527 0 R /XYZ 74.4095 491.1097 null] >> endobj -529 0 obj << -/D [525 0 R /XYZ 74.4095 270.8578 null] +531 0 obj << +/D [527 0 R /XYZ 74.4095 270.8578 null] >> endobj -524 0 obj << +526 0 obj << /Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R >> /ProcSet [ /PDF /Text ] >> endobj -532 0 obj << +534 0 obj << /Length 2156 /Filter /FlateDecode >> @@ -2588,27 +2593,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 -531 0 obj << +533 0 obj << /Type /Page -/Contents 532 0 R -/Resources 530 0 R +/Contents 534 0 R +/Resources 532 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 501 0 R +/Parent 503 0 R >> endobj -533 0 obj << -/D [531 0 R /XYZ 74.4095 793.4011 null] +535 0 obj << +/D [533 0 R /XYZ 74.4095 793.4011 null] >> endobj -534 0 obj << -/D [531 0 R /XYZ 74.4095 493.8957 null] +536 0 obj << +/D [533 0 R /XYZ 74.4095 493.8957 null] >> endobj -535 0 obj << -/D [531 0 R /XYZ 74.4095 307.4495 null] +537 0 obj << +/D [533 0 R /XYZ 74.4095 307.4495 null] >> endobj -530 0 obj << +532 0 obj << /Font << /F61 259 0 R /F35 221 0 R /F28 209 0 R /F26 206 0 R >> /ProcSet [ /PDF /Text ] >> endobj -539 0 obj << +541 0 obj << /Length 2361 /Filter /FlateDecode >> @@ -2620,41 +2625,41 @@ U~%`faL5d7c[& <g|D&?@TB``cˉ.)^I-;䛆( [bwcH*UNP+ ]_T3-@ UL?'^Ƨ@囪+'xdVendstream endobj -538 0 obj << +540 0 obj << /Type /Page -/Contents 539 0 R -/Resources 537 0 R +/Contents 541 0 R +/Resources 539 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 543 0 R -/Annots [ 542 0 R ] +/Parent 545 0 R +/Annots [ 544 0 R ] >> endobj -542 0 obj << +544 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 -540 0 obj << -/D [538 0 R /XYZ 74.4095 793.4011 null] +542 0 obj << +/D [540 0 R /XYZ 74.4095 793.4011 null] >> endobj -391 0 obj << -/D [538 0 R /XYZ 228.2749 645.8849 null] +393 0 obj << +/D [540 0 R /XYZ 228.2749 645.8849 null] >> endobj -541 0 obj << -/D [538 0 R /XYZ 74.4095 585.7398 null] +543 0 obj << +/D [540 0 R /XYZ 74.4095 585.7398 null] >> endobj 34 0 obj << -/D [538 0 R /XYZ 74.4095 480.9258 null] +/D [540 0 R /XYZ 74.4095 480.9258 null] >> endobj 38 0 obj << -/D [538 0 R /XYZ 74.4095 320.5086 null] +/D [540 0 R /XYZ 74.4095 320.5086 null] >> endobj -537 0 obj << +539 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -547 0 obj << +549 0 obj << /Length 1678 /Filter /FlateDecode >> @@ -2668,15 +2673,15 @@ Tx 3( ;s
;st}ǽnls*lU V߷ endobj -546 0 obj << +548 0 obj << /Type /Page -/Contents 547 0 R -/Resources 545 0 R +/Contents 549 0 R +/Resources 547 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 543 0 R -/Annots [ 549 0 R ] +/Parent 545 0 R +/Annots [ 551 0 R ] >> endobj -536 0 obj << +538 0 obj << /Type /XObject /Subtype /Image /Width 400 @@ -2755,28 +2760,28 @@ g0NCC#{`t-.QF^
+^ݺs/8B[]V.%ȫaū >>+fe?.ɮ7 endobj -549 0 obj << +551 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 -548 0 obj << -/D [546 0 R /XYZ 74.4095 793.4011 null] +550 0 obj << +/D [548 0 R /XYZ 74.4095 793.4011 null] >> endobj 328 0 obj << -/D [546 0 R /XYZ 241.4685 458.3832 null] +/D [548 0 R /XYZ 241.4685 458.3832 null] >> endobj 42 0 obj << -/D [546 0 R /XYZ 74.4095 420.171 null] +/D [548 0 R /XYZ 74.4095 420.171 null] >> endobj -545 0 obj << +547 0 obj << /Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R /F35 221 0 R >> -/XObject << /Im16 536 0 R >> +/XObject << /Im16 538 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -552 0 obj << +554 0 obj << /Length 1661 /Filter /FlateDecode >> @@ -2793,14 +2798,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 -551 0 obj << +553 0 obj << /Type /Page -/Contents 552 0 R -/Resources 550 0 R +/Contents 554 0 R +/Resources 552 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 543 0 R +/Parent 545 0 R >> endobj -544 0 obj << +546 0 obj << /Type /XObject /Subtype /Image /Width 400 @@ -2916,18 +2921,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 -553 0 obj << -/D [551 0 R /XYZ 74.4095 793.4011 null] +555 0 obj << +/D [553 0 R /XYZ 74.4095 793.4011 null] >> endobj 329 0 obj << -/D [551 0 R /XYZ 226.347 458.3832 null] +/D [553 0 R /XYZ 226.347 458.3832 null] >> endobj -550 0 obj << +552 0 obj << /Font << /F61 259 0 R /F28 209 0 R /F35 221 0 R /F26 206 0 R >> -/XObject << /Im17 544 0 R >> +/XObject << /Im17 546 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -556 0 obj << +558 0 obj << /Length 2472 /Filter /FlateDecode >> @@ -2939,24 +2944,24 @@ xڭY_o8O{sNv7wX\9`$jc3)vl<X)I_HX-p ZYaP( GT`*jHR.F`* 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 543 0 R +/Parent 545 0 R >> 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 46 0 obj << -/D [555 0 R /XYZ 74.4095 240.9316 null] +/D [557 0 R /XYZ 74.4095 240.9316 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 >> /ProcSet [ /PDF /Text ] >> endobj -560 0 obj << +562 0 obj << /Length 3000 /Filter /FlateDecode >> @@ -2971,21 +2976,21 @@ QR΄vNS<䴹2DIJN~:nö<)]Fip[6I)p LF_ZMh%e}d80mo:Yf8P P"*?V$Lendstream 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 543 0 R +/Parent 545 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 -558 0 obj << -/Font << /F61 259 0 R /F35 221 0 R /F26 206 0 R /F28 209 0 R /F66 564 0 R /F70 567 0 R /F62 570 0 R /F65 573 0 R >> +560 0 obj << +/Font << /F61 259 0 R /F35 221 0 R /F26 206 0 R /F28 209 0 R /F66 566 0 R /F70 569 0 R /F62 572 0 R /F65 575 0 R >> /ProcSet [ /PDF /Text ] >> endobj -576 0 obj << +578 0 obj << /Length 2773 /Filter /FlateDecode >> @@ -3004,42 +3009,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 -575 0 obj << +577 0 obj << /Type /Page -/Contents 576 0 R -/Resources 574 0 R +/Contents 578 0 R +/Resources 576 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 543 0 R -/Annots [ 581 0 R 582 0 R ] +/Parent 545 0 R +/Annots [ 583 0 R 584 0 R ] >> endobj -581 0 obj << +583 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 -582 0 obj << +584 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 -577 0 obj << -/D [575 0 R /XYZ 74.4095 793.4011 null] +579 0 obj << +/D [577 0 R /XYZ 74.4095 793.4011 null] >> endobj -392 0 obj << -/D [575 0 R /XYZ 287.609 530.5247 null] +394 0 obj << +/D [577 0 R /XYZ 287.609 530.5247 null] >> endobj 50 0 obj << -/D [575 0 R /XYZ 74.4095 260.2966 null] +/D [577 0 R /XYZ 74.4095 260.2966 null] >> endobj -574 0 obj << -/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F72 580 0 R /F66 564 0 R /F35 221 0 R /F62 570 0 R /F70 567 0 R /F65 573 0 R >> +576 0 obj << +/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F72 582 0 R /F66 566 0 R /F35 221 0 R /F62 572 0 R /F70 569 0 R /F65 575 0 R >> /ProcSet [ /PDF /Text ] >> endobj -585 0 obj << +587 0 obj << /Length 1050 /Filter /FlateDecode >> @@ -3054,27 +3059,27 @@ wMcN_*\f"oEfg]B<9FTY)IS2aNM?K< 'sb<6f[ Kyq-T/]a 3Q endobj -584 0 obj << +586 0 obj << /Type /Page -/Contents 585 0 R -/Resources 583 0 R +/Contents 587 0 R +/Resources 585 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 587 0 R +/Parent 589 0 R >> endobj -586 0 obj << -/D [584 0 R /XYZ 74.4095 793.4011 null] +588 0 obj << +/D [586 0 R /XYZ 74.4095 793.4011 null] >> endobj 54 0 obj << -/D [584 0 R /XYZ 74.4095 771.7323 null] +/D [586 0 R /XYZ 74.4095 771.7323 null] >> endobj 58 0 obj << -/D [584 0 R /XYZ 74.4095 600.9345 null] +/D [586 0 R /XYZ 74.4095 600.9345 null] >> endobj -583 0 obj << +585 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -592 0 obj << +594 0 obj << /Length 1312 /Filter /FlateDecode >> @@ -3085,15 +3090,15 @@ rv!~ @^30R;,kVKqMP nQ>D?ʬendstream endobj -591 0 obj << +593 0 obj << /Type /Page -/Contents 592 0 R -/Resources 590 0 R +/Contents 594 0 R +/Resources 592 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 587 0 R -/Annots [ 594 0 R 595 0 R ] +/Parent 589 0 R +/Annots [ 596 0 R 597 0 R ] >> endobj -588 0 obj << +590 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -3169,7 +3174,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 -589 0 obj << +591 0 obj << /Type /XObject /Subtype /Image /Width 586 @@ -3710,38 +3715,38 @@ YdènUM-0KPa癰!WX VR`EN@8R****zeeeذ[@FEOt"'i<12BJ[qrdffUH"(EvIt;`iHt lS`-*//ONNF/M@nȆCdCqJKK
^@JeHWKNNעy endobj -594 0 obj << +596 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 -595 0 obj << +597 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 -593 0 obj << -/D [591 0 R /XYZ 74.4095 793.4011 null] +595 0 obj << +/D [593 0 R /XYZ 74.4095 793.4011 null] >> endobj 62 0 obj << -/D [591 0 R /XYZ 74.4095 771.7323 null] +/D [593 0 R /XYZ 74.4095 771.7323 null] >> endobj 330 0 obj << -/D [591 0 R /XYZ 282.7178 535.1877 null] +/D [593 0 R /XYZ 282.7178 535.1877 null] >> endobj 331 0 obj << -/D [591 0 R /XYZ 266.4172 185.9366 null] +/D [593 0 R /XYZ 266.4172 185.9366 null] >> endobj -590 0 obj << +592 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im18 588 0 R /Im19 589 0 R >> +/XObject << /Im18 590 0 R /Im19 591 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -598 0 obj << +600 0 obj << /Length 2117 /Filter /FlateDecode >> @@ -3753,42 +3758,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 -597 0 obj << +599 0 obj << /Type /Page -/Contents 598 0 R -/Resources 596 0 R +/Contents 600 0 R +/Resources 598 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 587 0 R -/Annots [ 600 0 R 601 0 R ] +/Parent 589 0 R +/Annots [ 602 0 R 603 0 R ] >> endobj -600 0 obj << +602 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 -601 0 obj << +603 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 -599 0 obj << -/D [597 0 R /XYZ 74.4095 793.4011 null] +601 0 obj << +/D [599 0 R /XYZ 74.4095 793.4011 null] >> endobj -393 0 obj << -/D [597 0 R /XYZ 249.1572 703.8744 null] +395 0 obj << +/D [599 0 R /XYZ 249.1572 703.8744 null] >> endobj -394 0 obj << -/D [597 0 R /XYZ 232.8565 592.9685 null] +396 0 obj << +/D [599 0 R /XYZ 232.8565 592.9685 null] >> endobj -596 0 obj << +598 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -605 0 obj << +607 0 obj << /Length 1797 /Filter /FlateDecode >> @@ -3807,14 +3812,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 -604 0 obj << +606 0 obj << /Type /Page -/Contents 605 0 R -/Resources 603 0 R +/Contents 607 0 R +/Resources 605 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 587 0 R +/Parent 589 0 R >> endobj -602 0 obj << +604 0 obj << /Type /XObject /Subtype /Image /Width 621 @@ -4087,24 +4092,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 -606 0 obj << -/D [604 0 R /XYZ 74.4095 793.4011 null] +608 0 obj << +/D [606 0 R /XYZ 74.4095 793.4011 null] >> endobj -395 0 obj << -/D [604 0 R /XYZ 249.6817 544.9705 null] +397 0 obj << +/D [606 0 R /XYZ 249.6817 544.9705 null] >> endobj 66 0 obj << -/D [604 0 R /XYZ 74.4095 507.7865 null] +/D [606 0 R /XYZ 74.4095 507.7865 null] >> endobj 332 0 obj << -/D [604 0 R /XYZ 283.2423 270.3205 null] +/D [606 0 R /XYZ 283.2423 270.3205 null] >> endobj -603 0 obj << +605 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im20 602 0 R >> +/XObject << /Im20 604 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -609 0 obj << +611 0 obj << /Length 754 /Filter /FlateDecode >> @@ -4116,36 +4121,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 -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 587 0 R -/Annots [ 611 0 R 612 0 R ] +/Parent 589 0 R +/Annots [ 613 0 R 614 0 R ] >> endobj -611 0 obj << +613 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 -612 0 obj << +614 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 -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 -607 0 obj << +609 0 obj << /Font << /F61 259 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -616 0 obj << +618 0 obj << /Length 2410 /Filter /FlateDecode >> @@ -4160,15 +4165,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 -615 0 obj << +617 0 obj << /Type /Page -/Contents 616 0 R -/Resources 614 0 R +/Contents 618 0 R +/Resources 616 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 587 0 R -/Annots [ 618 0 R 619 0 R 620 0 R ] +/Parent 589 0 R +/Annots [ 620 0 R 621 0 R 622 0 R ] >> endobj -613 0 obj << +615 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -4227,42 +4232,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 -618 0 obj << +620 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 -619 0 obj << +621 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 -620 0 obj << +622 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 -617 0 obj << -/D [615 0 R /XYZ 74.4095 793.4011 null] +619 0 obj << +/D [617 0 R /XYZ 74.4095 793.4011 null] >> endobj 70 0 obj << -/D [615 0 R /XYZ 74.4095 771.7323 null] +/D [617 0 R /XYZ 74.4095 771.7323 null] >> endobj 333 0 obj << -/D [615 0 R /XYZ 243.6967 392.988 null] +/D [617 0 R /XYZ 243.6967 392.988 null] >> endobj -614 0 obj << -/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 564 0 R /F35 221 0 R /F62 570 0 R /F70 567 0 R /F65 573 0 R >> -/XObject << /Im21 613 0 R >> +616 0 obj << +/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 566 0 R /F35 221 0 R /F62 572 0 R /F70 569 0 R /F65 575 0 R >> +/XObject << /Im21 615 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -623 0 obj << +625 0 obj << /Length 1901 /Filter /FlateDecode >> @@ -4278,27 +4283,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 -622 0 obj << +624 0 obj << /Type /Page -/Contents 623 0 R -/Resources 621 0 R +/Contents 625 0 R +/Resources 623 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 626 0 R +/Parent 628 0 R >> endobj -624 0 obj << -/D [622 0 R /XYZ 74.4095 793.4011 null] +626 0 obj << +/D [624 0 R /XYZ 74.4095 793.4011 null] >> endobj -396 0 obj << -/D [622 0 R /XYZ 210.136 674.7766 null] +398 0 obj << +/D [624 0 R /XYZ 210.136 674.7766 null] >> endobj -625 0 obj << -/D [622 0 R /XYZ 74.4095 560.9913 null] +627 0 obj << +/D [624 0 R /XYZ 74.4095 560.9913 null] >> endobj -621 0 obj << -/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F35 221 0 R /F66 564 0 R >> +623 0 obj << +/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F35 221 0 R /F66 566 0 R >> /ProcSet [ /PDF /Text ] >> endobj -630 0 obj << +632 0 obj << /Length 2428 /Filter /FlateDecode >> @@ -4316,15 +4321,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 -629 0 obj << +631 0 obj << /Type /Page -/Contents 630 0 R -/Resources 628 0 R +/Contents 632 0 R +/Resources 630 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 626 0 R -/Annots [ 632 0 R 633 0 R 634 0 R 635 0 R ] +/Parent 628 0 R +/Annots [ 634 0 R 635 0 R 636 0 R 637 0 R ] >> endobj -627 0 obj << +629 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -4420,49 +4425,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 -632 0 obj << +634 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 -633 0 obj << +635 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 -634 0 obj << +636 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 -635 0 obj << +637 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 -631 0 obj << -/D [629 0 R /XYZ 74.4095 793.4011 null] +633 0 obj << +/D [631 0 R /XYZ 74.4095 793.4011 null] >> endobj 74 0 obj << -/D [629 0 R /XYZ 74.4095 771.7323 null] +/D [631 0 R /XYZ 74.4095 771.7323 null] >> endobj 334 0 obj << -/D [629 0 R /XYZ 207.0203 531.8696 null] +/D [631 0 R /XYZ 207.0203 531.8696 null] >> endobj -628 0 obj << -/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 564 0 R /F62 570 0 R /F70 567 0 R /F35 221 0 R /F65 573 0 R >> -/XObject << /Im22 627 0 R >> +630 0 obj << +/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 566 0 R /F62 572 0 R /F70 569 0 R /F35 221 0 R /F65 575 0 R >> +/XObject << /Im22 629 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -639 0 obj << +641 0 obj << /Length 1749 /Filter /FlateDecode >> @@ -4477,32 +4482,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 -638 0 obj << +640 0 obj << /Type /Page -/Contents 639 0 R -/Resources 637 0 R +/Contents 641 0 R +/Resources 639 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 626 0 R -/Annots [ 641 0 R ] +/Parent 628 0 R +/Annots [ 643 0 R ] >> endobj -641 0 obj << +643 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 -640 0 obj << -/D [638 0 R /XYZ 74.4095 793.4011 null] +642 0 obj << +/D [640 0 R /XYZ 74.4095 793.4011 null] >> endobj -397 0 obj << -/D [638 0 R /XYZ 174.4503 602.5475 null] +399 0 obj << +/D [640 0 R /XYZ 174.4503 602.5475 null] >> endobj -637 0 obj << -/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 564 0 R >> +639 0 obj << +/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 566 0 R >> /ProcSet [ /PDF /Text ] >> endobj -645 0 obj << +647 0 obj << /Length 2298 /Filter /FlateDecode >> @@ -4518,14 +4523,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 -644 0 obj << +646 0 obj << /Type /Page -/Contents 645 0 R -/Resources 643 0 R +/Contents 647 0 R +/Resources 645 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 626 0 R +/Parent 628 0 R >> endobj -642 0 obj << +644 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -4637,21 +4642,21 @@ z,`^A,`^ab`X H8pBhpAuÅXfd`:tƙ
zI:4t]I:\v 1''G$ +77W,K" ?,'OT<R}6XԟX;'_+?IzTlbF/HFb4V endstream endobj -646 0 obj << -/D [644 0 R /XYZ 74.4095 793.4011 null] +648 0 obj << +/D [646 0 R /XYZ 74.4095 793.4011 null] >> endobj 78 0 obj << -/D [644 0 R /XYZ 74.4095 771.7323 null] +/D [646 0 R /XYZ 74.4095 771.7323 null] >> endobj 335 0 obj << -/D [644 0 R /XYZ 219.5326 530.7468 null] +/D [646 0 R /XYZ 219.5326 530.7468 null] >> endobj -643 0 obj << -/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 564 0 R /F70 567 0 R /F62 570 0 R /F65 573 0 R /F80 649 0 R /F35 221 0 R >> -/XObject << /Im23 642 0 R >> +645 0 obj << +/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 566 0 R /F70 569 0 R /F62 572 0 R /F65 575 0 R /F80 651 0 R /F35 221 0 R >> +/XObject << /Im23 644 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -652 0 obj << +654 0 obj << /Length 2363 /Filter /FlateDecode >> @@ -4669,42 +4674,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 -651 0 obj << +653 0 obj << /Type /Page -/Contents 652 0 R -/Resources 650 0 R +/Contents 654 0 R +/Resources 652 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 626 0 R -/Annots [ 654 0 R 655 0 R ] +/Parent 628 0 R +/Annots [ 656 0 R 657 0 R ] >> endobj -654 0 obj << +656 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 -655 0 obj << +657 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 -653 0 obj << -/D [651 0 R /XYZ 74.4095 793.4011 null] +655 0 obj << +/D [653 0 R /XYZ 74.4095 793.4011 null] >> endobj -398 0 obj << -/D [651 0 R /XYZ 217.8873 674.9828 null] +400 0 obj << +/D [653 0 R /XYZ 217.8873 674.9828 null] >> endobj -656 0 obj << -/D [651 0 R /XYZ 74.4095 446.4113 null] +658 0 obj << +/D [653 0 R /XYZ 74.4095 446.4113 null] >> endobj -650 0 obj << -/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 564 0 R /F35 221 0 R >> +652 0 obj << +/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 566 0 R /F35 221 0 R >> /ProcSet [ /PDF /Text ] >> endobj -660 0 obj << +662 0 obj << /Length 1934 /Filter /FlateDecode >> @@ -4717,15 +4722,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 -659 0 obj << +661 0 obj << /Type /Page -/Contents 660 0 R -/Resources 658 0 R +/Contents 662 0 R +/Resources 660 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 626 0 R -/Annots [ 662 0 R 663 0 R ] +/Parent 628 0 R +/Annots [ 664 0 R 665 0 R ] >> endobj -657 0 obj << +659 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -4825,38 +4830,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 -662 0 obj << +664 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 -663 0 obj << +665 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 -661 0 obj << -/D [659 0 R /XYZ 74.4095 793.4011 null] +663 0 obj << +/D [661 0 R /XYZ 74.4095 793.4011 null] >> endobj 82 0 obj << -/D [659 0 R /XYZ 74.4095 771.7323 null] +/D [661 0 R /XYZ 74.4095 771.7323 null] >> endobj 336 0 obj << -/D [659 0 R /XYZ 263.5658 529.9143 null] +/D [661 0 R /XYZ 263.5658 529.9143 null] >> endobj -664 0 obj << -/D [659 0 R /XYZ 74.4095 188.5624 null] +666 0 obj << +/D [661 0 R /XYZ 74.4095 188.5624 null] >> endobj -658 0 obj << +660 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im24 657 0 R >> +/XObject << /Im24 659 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -667 0 obj << +669 0 obj << /Length 1308 /Filter /FlateDecode >> @@ -4866,24 +4871,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 -666 0 obj << +668 0 obj << /Type /Page -/Contents 667 0 R -/Resources 665 0 R +/Contents 669 0 R +/Resources 667 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 669 0 R +/Parent 671 0 R >> endobj -668 0 obj << -/D [666 0 R /XYZ 74.4095 793.4011 null] +670 0 obj << +/D [668 0 R /XYZ 74.4095 793.4011 null] >> endobj -399 0 obj << -/D [666 0 R /XYZ 232.4978 660.3308 null] +401 0 obj << +/D [668 0 R /XYZ 232.4978 660.3308 null] >> endobj -665 0 obj << +667 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F35 221 0 R >> /ProcSet [ /PDF /Text ] >> endobj -673 0 obj << +675 0 obj << /Length 2155 /Filter /FlateDecode >> @@ -4899,15 +4904,15 @@ Q2rhƹ<72SQqUġwZ.`Ͼſ'Fp*U). ]x\D 6p'ocA&6;\c@
̉#7f]F QL"!5Hvo endobj -672 0 obj << +674 0 obj << /Type /Page -/Contents 673 0 R -/Resources 671 0 R +/Contents 675 0 R +/Resources 673 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 669 0 R -/Annots [ 675 0 R 676 0 R 677 0 R 678 0 R ] +/Parent 671 0 R +/Annots [ 677 0 R 678 0 R 679 0 R 680 0 R ] >> endobj -670 0 obj << +672 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -5066,49 +5071,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 -675 0 obj << +677 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 -676 0 obj << +678 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 -677 0 obj << +679 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 -678 0 obj << +680 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 -674 0 obj << -/D [672 0 R /XYZ 74.4095 793.4011 null] +676 0 obj << +/D [674 0 R /XYZ 74.4095 793.4011 null] >> endobj 86 0 obj << -/D [672 0 R /XYZ 74.4095 771.7323 null] +/D [674 0 R /XYZ 74.4095 771.7323 null] >> endobj 337 0 obj << -/D [672 0 R /XYZ 260.6248 512.7788 null] +/D [674 0 R /XYZ 260.6248 512.7788 null] >> endobj -671 0 obj << +673 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im25 670 0 R >> +/XObject << /Im25 672 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -681 0 obj << +683 0 obj << /Length 1722 /Filter /FlateDecode >> @@ -5121,27 +5126,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 -680 0 obj << +682 0 obj << /Type /Page -/Contents 681 0 R -/Resources 679 0 R +/Contents 683 0 R +/Resources 681 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 669 0 R +/Parent 671 0 R >> endobj -682 0 obj << -/D [680 0 R /XYZ 74.4095 793.4011 null] +684 0 obj << +/D [682 0 R /XYZ 74.4095 793.4011 null] >> endobj -400 0 obj << -/D [680 0 R /XYZ 229.5568 689.2224 null] +402 0 obj << +/D [682 0 R /XYZ 229.5568 689.2224 null] >> endobj -683 0 obj << -/D [680 0 R /XYZ 74.4095 633.755 null] +685 0 obj << +/D [682 0 R /XYZ 74.4095 633.755 null] >> endobj -679 0 obj << +681 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F35 221 0 R >> /ProcSet [ /PDF /Text ] >> endobj -686 0 obj << +688 0 obj << /Length 2506 /Filter /FlateDecode >> @@ -5163,24 +5168,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 -685 0 obj << +687 0 obj << /Type /Page -/Contents 686 0 R -/Resources 684 0 R +/Contents 688 0 R +/Resources 686 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 669 0 R +/Parent 671 0 R >> endobj -687 0 obj << -/D [685 0 R /XYZ 74.4095 793.4011 null] +689 0 obj << +/D [687 0 R /XYZ 74.4095 793.4011 null] >> endobj -401 0 obj << -/D [685 0 R /XYZ 194.3776 163.7542 null] +403 0 obj << +/D [687 0 R /XYZ 194.3776 163.7542 null] >> endobj -684 0 obj << +686 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -690 0 obj << +692 0 obj << /Length 1680 /Filter /FlateDecode >> @@ -5199,24 +5204,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 -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 669 0 R +/Parent 671 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 -402 0 obj << -/D [689 0 R /XYZ 187.6529 310.8025 null] +404 0 obj << +/D [691 0 R /XYZ 187.6529 310.8025 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 -695 0 obj << +697 0 obj << /Length 1778 /Filter /FlateDecode >> @@ -5232,15 +5237,15 @@ Z&Qj9$_̖q/~_ǣ
~o;n nx2'2P꿩t}sWKO|'/z)eyQ*_ &endstream endobj -694 0 obj << +696 0 obj << /Type /Page -/Contents 695 0 R -/Resources 693 0 R +/Contents 697 0 R +/Resources 695 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 669 0 R -/Annots [ 697 0 R 698 0 R ] +/Parent 671 0 R +/Annots [ 699 0 R 700 0 R ] >> endobj -692 0 obj << +694 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -5351,35 +5356,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 -697 0 obj << +699 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 -698 0 obj << +700 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 -696 0 obj << -/D [694 0 R /XYZ 74.4095 793.4011 null] +698 0 obj << +/D [696 0 R /XYZ 74.4095 793.4011 null] >> endobj 90 0 obj << -/D [694 0 R /XYZ 74.4095 771.7323 null] +/D [696 0 R /XYZ 74.4095 771.7323 null] >> endobj 338 0 obj << -/D [694 0 R /XYZ 273.2852 532.4193 null] +/D [696 0 R /XYZ 273.2852 532.4193 null] >> endobj -693 0 obj << +695 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im26 692 0 R >> +/XObject << /Im26 694 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -702 0 obj << +704 0 obj << /Length 2234 /Filter /FlateDecode >> @@ -5390,15 +5395,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 -701 0 obj << +703 0 obj << /Type /Page -/Contents 702 0 R -/Resources 700 0 R +/Contents 704 0 R +/Resources 702 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 708 0 R -/Annots [ 704 0 R 705 0 R 706 0 R 707 0 R ] +/Parent 710 0 R +/Annots [ 706 0 R 707 0 R 708 0 R 709 0 R ] >> endobj -699 0 obj << +701 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -5494,52 +5499,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 -704 0 obj << +706 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 -705 0 obj << +707 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 -706 0 obj << +708 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 -707 0 obj << +709 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 -703 0 obj << -/D [701 0 R /XYZ 74.4095 793.4011 null] +705 0 obj << +/D [703 0 R /XYZ 74.4095 793.4011 null] >> endobj -403 0 obj << -/D [701 0 R /XYZ 242.2172 588.3079 null] +405 0 obj << +/D [703 0 R /XYZ 242.2172 588.3079 null] >> endobj 94 0 obj << -/D [701 0 R /XYZ 74.4095 553.4796 null] +/D [703 0 R /XYZ 74.4095 553.4796 null] >> endobj 339 0 obj << -/D [701 0 R /XYZ 268.1431 315.7042 null] +/D [703 0 R /XYZ 268.1431 315.7042 null] >> endobj -700 0 obj << +702 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im27 699 0 R >> +/XObject << /Im27 701 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -711 0 obj << +713 0 obj << /Length 1744 /Filter /FlateDecode >> @@ -5549,39 +5554,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 -710 0 obj << +712 0 obj << /Type /Page -/Contents 711 0 R -/Resources 709 0 R +/Contents 713 0 R +/Resources 711 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 708 0 R ->> endobj -712 0 obj << -/D [710 0 R /XYZ 74.4095 793.4011 null] ->> endobj -404 0 obj << -/D [710 0 R /XYZ 237.0751 660.537 null] ->> endobj -713 0 obj << -/D [710 0 R /XYZ 74.4095 606.2873 null] +/Parent 710 0 R >> endobj 714 0 obj << -/D [710 0 R /XYZ 74.4095 505.5151 null] +/D [712 0 R /XYZ 74.4095 793.4011 null] +>> endobj +406 0 obj << +/D [712 0 R /XYZ 237.0751 660.537 null] >> endobj 715 0 obj << -/D [710 0 R /XYZ 74.4095 408.5267 null] +/D [712 0 R /XYZ 74.4095 606.2873 null] >> endobj 716 0 obj << -/D [710 0 R /XYZ 74.4095 325.6817 null] +/D [712 0 R /XYZ 74.4095 505.5151 null] >> endobj 717 0 obj << -/D [710 0 R /XYZ 74.4095 228.6933 null] +/D [712 0 R /XYZ 74.4095 408.5267 null] >> endobj -709 0 obj << +718 0 obj << +/D [712 0 R /XYZ 74.4095 325.6817 null] +>> endobj +719 0 obj << +/D [712 0 R /XYZ 74.4095 228.6933 null] +>> endobj +711 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F35 221 0 R >> /ProcSet [ /PDF /Text ] >> endobj -720 0 obj << +722 0 obj << /Length 2403 /Filter /FlateDecode >> @@ -5600,24 +5605,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 -719 0 obj << +721 0 obj << /Type /Page -/Contents 720 0 R -/Resources 718 0 R +/Contents 722 0 R +/Resources 720 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 708 0 R +/Parent 710 0 R >> endobj -721 0 obj << -/D [719 0 R /XYZ 74.4095 793.4011 null] +723 0 obj << +/D [721 0 R /XYZ 74.4095 793.4011 null] >> endobj -405 0 obj << -/D [719 0 R /XYZ 201.8959 171.2794 null] +407 0 obj << +/D [721 0 R /XYZ 201.8959 171.2794 null] >> endobj -718 0 obj << +720 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -724 0 obj << +726 0 obj << /Length 1608 /Filter /FlateDecode >> @@ -5628,27 +5633,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 -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 708 0 R +/Parent 710 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 -406 0 obj << -/D [723 0 R /XYZ 195.1712 658.3383 null] +408 0 obj << +/D [725 0 R /XYZ 195.1712 658.3383 null] >> endobj -726 0 obj << -/D [723 0 R /XYZ 74.4095 602.8709 null] +728 0 obj << +/D [725 0 R /XYZ 74.4095 602.8709 null] >> endobj -722 0 obj << +724 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F35 221 0 R >> /ProcSet [ /PDF /Text ] >> endobj -731 0 obj << +733 0 obj << /Length 1800 /Filter /FlateDecode >> @@ -5662,15 +5667,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 -730 0 obj << +732 0 obj << /Type /Page -/Contents 731 0 R -/Resources 729 0 R +/Contents 733 0 R +/Resources 731 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 708 0 R -/Annots [ 733 0 R ] +/Parent 710 0 R +/Annots [ 735 0 R ] >> endobj -727 0 obj << +729 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -5796,31 +5801,31 @@ tq($JKKnksd^X \y C쉪xɓi:wz*Wu̚Tpbsb5\t_G9=6lƌʿ!oeT txt QA@Dp@ޑjpendstream endobj -733 0 obj << +735 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 -732 0 obj << -/D [730 0 R /XYZ 74.4095 793.4011 null] +734 0 obj << +/D [732 0 R /XYZ 74.4095 793.4011 null] >> endobj 98 0 obj << -/D [730 0 R /XYZ 74.4095 771.7323 null] +/D [732 0 R /XYZ 74.4095 771.7323 null] >> endobj 102 0 obj << -/D [730 0 R /XYZ 74.4095 663.3429 null] +/D [732 0 R /XYZ 74.4095 663.3429 null] >> endobj 340 0 obj << -/D [730 0 R /XYZ 292.0113 399.7893 null] +/D [732 0 R /XYZ 292.0113 399.7893 null] >> endobj -729 0 obj << -/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 564 0 R /F70 567 0 R /F62 570 0 R /F65 573 0 R >> -/XObject << /Im28 727 0 R >> +731 0 obj << +/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F66 566 0 R /F70 569 0 R /F62 572 0 R /F65 575 0 R >> +/XObject << /Im28 729 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -736 0 obj << +738 0 obj << /Length 2100 /Filter /FlateDecode >> @@ -5840,15 +5845,15 @@ xYKsWȩ0|*oy8ʮj
4CÑIʛүO7Ia@_ht݀DODf& <vf*B# BvөM,؝ԁFJ5fCk|k*5{復3 T\JgZpuq{Inڭu<
@CJzK endobj -735 0 obj << +737 0 obj << /Type /Page -/Contents 736 0 R -/Resources 734 0 R +/Contents 738 0 R +/Resources 736 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 708 0 R -/Annots [ 738 0 R 739 0 R 740 0 R 741 0 R ] +/Parent 710 0 R +/Annots [ 740 0 R 741 0 R 742 0 R 743 0 R ] >> endobj -728 0 obj << +730 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -5965,46 +5970,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 -738 0 obj << +740 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 -739 0 obj << +741 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 -740 0 obj << +742 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 -741 0 obj << +743 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 -737 0 obj << -/D [735 0 R /XYZ 74.4095 793.4011 null] +739 0 obj << +/D [737 0 R /XYZ 74.4095 793.4011 null] >> endobj -356 0 obj << -/D [735 0 R /XYZ 296.0371 569.5529 null] +357 0 obj << +/D [737 0 R /XYZ 296.0371 569.5529 null] >> endobj -734 0 obj << -/Font << /F61 259 0 R /F28 209 0 R /F66 564 0 R /F70 567 0 R /F62 570 0 R >> -/XObject << /Im29 728 0 R >> +736 0 obj << +/Font << /F61 259 0 R /F28 209 0 R /F66 566 0 R /F70 569 0 R /F62 572 0 R >> +/XObject << /Im29 730 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -745 0 obj << +747 0 obj << /Length 2239 /Filter /FlateDecode >> @@ -6024,15 +6029,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 -744 0 obj << +746 0 obj << /Type /Page -/Contents 745 0 R -/Resources 743 0 R +/Contents 747 0 R +/Resources 745 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 749 0 R -/Annots [ 747 0 R 748 0 R ] +/Parent 751 0 R +/Annots [ 749 0 R 750 0 R ] >> endobj -742 0 obj << +744 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -6152,85 +6157,80 @@ 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 -747 0 obj << +749 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 -748 0 obj << +750 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 -746 0 obj << -/D [744 0 R /XYZ 74.4095 793.4011 null] +748 0 obj << +/D [746 0 R /XYZ 74.4095 793.4011 null] >> endobj 106 0 obj << -/D [744 0 R /XYZ 74.4095 771.7323 null] +/D [746 0 R /XYZ 74.4095 771.7323 null] >> endobj -357 0 obj << -/D [744 0 R /XYZ 252.1563 336.3134 null] +358 0 obj << +/D [746 0 R /XYZ 252.1563 336.3134 null] >> endobj -743 0 obj << -/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F62 570 0 R /F70 567 0 R /F66 564 0 R /F65 573 0 R >> -/XObject << /Im30 742 0 R >> +745 0 obj << +/Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F62 572 0 R /F70 569 0 R /F66 566 0 R /F65 575 0 R >> +/XObject << /Im30 744 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -752 0 obj << -/Length 1969 +754 0 obj << +/Length 1970 /Filter /FlateDecode >> stream -xڅXKs6WHX8N7qsH%jQPDy.> 1'fiGA<!l}J>V'?_&AfY$Z"GQLZoɌXyn"Mw]<NUL3/n?cE"\ب\jOJmUiuIo>/dXf'I45ch82ZjzOY3]&"Z^Mo"vMBR>j9uf=YVͮ$>
Z~.SiNs#k6Sx_㟹A.NW}Uu>+[6mZU1GkFCU48.Ңm_r.L#;LxUU弛}Y,^ ( JtYRhqOCnM4ͷmA-&VwovKb=9kޖ5̑UcN[.Gj -n"I+i[m&]mz*{GY3]-QTHxsL;ic([$8_#߮<JPLT},D6;7pƋDxwa5 1!8F5dAʨomʥ!g2X"둓И/ٹf1A.y Q S{-Lf 3TI'SZ/-{ydAm56n͖CQu$O&I
X̹2U¢aG>d|u:S EZOj%:CϼGPwT~T˸
1h8r#4e@qaM鿭jZiui5]#:1>!GST|teM՚șam^ˢSڜ0 -KoNaEWlx,.w9BgHMnň|_[M(Hw -ӧcpHp*qneCnl]<P5W -k#Tmhe}%G!lv';hkv.Ks3qJy31x֔3GLM5'A,T{p4;Wlf&8xQ=nu*Ҹv
̰䚷6"eh4<%C}d&422#4eSˆ-5x/eZRF1˲+©׆w58ň"0WZ`äC+*\HH%')cj+~YY^Gf1^tӽ)N<SArJ*|cWN5'_TسxY_ -]dw6RD-Sѵ)۫DQǒ~B:BF>%9xXx6DX 0!<uV., -f"=~&EUtj"$Cܫdې76 >aX0aTM}1.dhh;t$ - -Gvpp[8V]1iyLt#|9ʼ{0;0_Z/ة◬Q|lV-xzؕVw +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'_}| endobj -751 0 obj << +753 0 obj << /Type /Page -/Contents 752 0 R -/Resources 750 0 R +/Contents 754 0 R +/Resources 752 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 749 0 R -/Annots [ 754 0 R 755 0 R ] +/Parent 751 0 R +/Annots [ 756 0 R 757 0 R ] >> endobj -754 0 obj << +756 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [73.4132 329.7272 87.8688 340.3095] /Subtype /Link /A << /S /GoTo /D (table.3.1) >> >> endobj -755 0 obj << +757 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [445.869 244.6188 472.3305 253.1835] /Subtype /Link /A << /S /GoTo /D (cite.OOS) >> >> endobj -753 0 obj << -/D [751 0 R /XYZ 74.4095 793.4011 null] +755 0 obj << +/D [753 0 R /XYZ 74.4095 793.4011 null] >> endobj 110 0 obj << -/D [751 0 R /XYZ 74.4095 771.7323 null] +/D [753 0 R /XYZ 74.4095 771.7323 null] >> endobj 114 0 obj << -/D [751 0 R /XYZ 74.4095 314.276 null] +/D [753 0 R /XYZ 74.4095 314.276 null] >> endobj -750 0 obj << +752 0 obj << /Font << /F26 206 0 R /F28 209 0 R /F61 259 0 R /F35 221 0 R >> /ProcSet [ /PDF /Text ] >> endobj -759 0 obj << +761 0 obj << /Length 2326 /Filter /FlateDecode >> @@ -6243,24 +6243,24 @@ s1Na _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 -758 0 obj << +760 0 obj << /Type /Page -/Contents 759 0 R -/Resources 757 0 R +/Contents 761 0 R +/Resources 759 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 749 0 R +/Parent 751 0 R >> endobj -760 0 obj << -/D [758 0 R /XYZ 74.4095 793.4011 null] +762 0 obj << +/D [760 0 R /XYZ 74.4095 793.4011 null] >> endobj -407 0 obj << -/D [758 0 R /XYZ 288.8373 559.4163 null] +409 0 obj << +/D [760 0 R /XYZ 288.8373 559.4163 null] >> endobj -757 0 obj << +759 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F35 221 0 R >> /ProcSet [ /PDF /Text ] >> endobj -764 0 obj << +766 0 obj << /Length 2484 /Filter /FlateDecode >> @@ -6275,105 +6275,105 @@ WfEʌiUYՎYv=ۦ#'b,GuiZ(\j e5ZeQ ~Z_1 iNܼ8<~.ER6(-}>:"@Ng<p{ѩCZ]l.Df6sPc.dUv'IB?l eʪ0_eeIcV0@Z6sa%ƶ FKôV
h.MsRl+lJ?sH,}/<eS
o0}:ܩwקa`֕_1PXE<i%tk@o2 endobj -763 0 obj << +765 0 obj << /Type /Page -/Contents 764 0 R -/Resources 762 0 R +/Contents 766 0 R +/Resources 764 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 749 0 R -/Annots [ 766 0 R 767 0 R 768 0 R 769 0 R ] +/Parent 751 0 R +/Annots [ 768 0 R 769 0 R 770 0 R 771 0 R ] >> endobj -761 0 obj << +763 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 770 0 R +/PTEX.InfoDict 772 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 771 0 R ->>/Font << /R8 772 0 R >> +/R7 773 0 R +>>/Font << /R8 774 0 R >> >> -/Length 773 0 R +/Length 775 0 R /Filter /FlateDecode >> stream xSN0W87;"WD\TR endstream endobj -770 0 obj +772 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080808140050Z00'00') -/ModDate (D:20080808140050Z00'00') +/CreationDate (D:20080808220147Z00'00') +/ModDate (D:20080808220147Z00'00') >> endobj -771 0 obj +773 0 obj << /Type /ExtGState /OPM 1 >> endobj -772 0 obj +774 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -773 0 obj +775 0 obj 337 endobj -766 0 obj << +768 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) >> >> endobj -767 0 obj << +769 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [293.4206 189.397 312.8614 199.9793] /Subtype /Link /A << /S /GoTo /D (figure.2.14) >> >> endobj -768 0 obj << +770 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [120.1496 153.5425 134.6052 164.1248] /Subtype /Link /A << /S /GoTo /D (table.3.2) >> >> endobj -769 0 obj << +771 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [425.2062 153.5425 439.6618 164.1248] /Subtype /Link /A << /S /GoTo /D (table.2.2) >> >> endobj -765 0 obj << -/D [763 0 R /XYZ 74.4095 793.4011 null] +767 0 obj << +/D [765 0 R /XYZ 74.4095 793.4011 null] >> endobj 118 0 obj << -/D [763 0 R /XYZ 74.4095 771.7323 null] +/D [765 0 R /XYZ 74.4095 771.7323 null] >> endobj 122 0 obj << -/D [763 0 R /XYZ 74.4095 686.4891 null] +/D [765 0 R /XYZ 74.4095 686.4891 null] >> endobj -358 0 obj << -/D [763 0 R /XYZ 296.9921 391.2596 null] +359 0 obj << +/D [765 0 R /XYZ 296.9921 391.2596 null] >> endobj -762 0 obj << +764 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im31 761 0 R >> +/XObject << /Im31 763 0 R >> /ProcSet [ /PDF /Text ] >> endobj -776 0 obj << +778 0 obj << /Length 2944 /Filter /FlateDecode >> @@ -6395,24 +6395,24 @@ C] \b$$gUDEz
0q6wr.v(P>°Z:LL9MwTrVe}T "#EI"9dS
M`0O6Md~0y賻1W>"=ADp9.!pɀ7F1O-je9Rĝ9H,f- }N٩Qc6:/43Pʛ3qsaObphupB:Nm0q Ů~T;S-ܒ~z*ϻ4ERzѶK-.Gg|ݔRFPD194OY/`21'zo۸a4yD-g)"$J)D:w*Ϳrendstream endobj -775 0 obj << +777 0 obj << /Type /Page -/Contents 776 0 R -/Resources 774 0 R +/Contents 778 0 R +/Resources 776 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 749 0 R +/Parent 751 0 R >> endobj -777 0 obj << -/D [775 0 R /XYZ 74.4095 793.4011 null] +779 0 obj << +/D [777 0 R /XYZ 74.4095 793.4011 null] >> endobj -408 0 obj << -/D [775 0 R /XYZ 205.0163 645.8849 null] +410 0 obj << +/D [777 0 R /XYZ 205.0163 645.8849 null] >> endobj -774 0 obj << +776 0 obj << /Font << /F61 259 0 R /F26 206 0 R /F28 209 0 R /F35 221 0 R >> /ProcSet [ /PDF /Text ] >> endobj -781 0 obj << +783 0 obj << /Length 2103 /Filter /FlateDecode >> @@ -6426,88 +6426,88 @@ svrb#ЯD>ttt5rmҵ$NOMdI
ܱs][qs,e\J+$OBJ O's cppP@sz y/8zEHK}r!O*]O!;Zi>< YYx!iCɅ2Y˧[p7>:{ói@Bǐp endobj -780 0 obj << +782 0 obj << /Type /Page -/Contents 781 0 R -/Resources 779 0 R +/Contents 783 0 R +/Resources 781 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 749 0 R -/Annots [ 783 0 R ] +/Parent 751 0 R +/Annots [ 785 0 R ] >> endobj -778 0 obj << +780 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 784 0 R +/PTEX.InfoDict 786 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 785 0 R ->>/Font << /R8 786 0 R /R9 787 0 R >> +/R7 787 0 R +>>/Font << /R8 788 0 R /R9 789 0 R >> >> -/Length 788 0 R +/Length 790 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 -784 0 obj +786 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080808140050Z00'00') -/ModDate (D:20080808140050Z00'00') +/CreationDate (D:20080808220146Z00'00') +/ModDate (D:20080808220146Z00'00') >> endobj -785 0 obj +787 0 obj << /Type /ExtGState /OPM 1 >> endobj -786 0 obj +788 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -787 0 obj +789 0 obj << /BaseFont /Helvetica-Oblique /Type /Font /Subtype /Type1 >> endobj -788 0 obj +790 0 obj 672 endobj -783 0 obj << +785 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [212.6999 153.5425 227.1554 164.1248] /Subtype /Link /A << /S /GoTo /D (figure.3.2) >> >> endobj -782 0 obj << -/D [780 0 R /XYZ 74.4095 793.4011 null] +784 0 obj << +/D [782 0 R /XYZ 74.4095 793.4011 null] >> endobj 126 0 obj << -/D [780 0 R /XYZ 74.4095 486.1569 null] +/D [782 0 R /XYZ 74.4095 486.1569 null] >> endobj -359 0 obj << -/D [780 0 R /XYZ 282.3592 222.4224 null] +360 0 obj << +/D [782 0 R /XYZ 282.3592 222.4224 null] >> endobj -779 0 obj << +781 0 obj << /Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R >> -/XObject << /Im32 778 0 R >> +/XObject << /Im32 780 0 R >> /ProcSet [ /PDF /Text ] >> endobj -792 0 obj << +794 0 obj << /Length 2611 /Filter /FlateDecode >> @@ -6523,42 +6523,42 @@ xڝYQs
~_31+"%msIvvzsI3m nj,{$y @Yl&31$ A_=$FN~ GFϘۭ+^S)lyxV[%m|qoOjwV-rk3XX!?۷op̭0P۽oۤvr~k)O/7PSm Qm߁ŷ3e4)?n7`^(8힋) i/{yW7v?6endstream endobj -791 0 obj << +793 0 obj << /Type /Page -/Contents 792 0 R -/Resources 790 0 R +/Contents 794 0 R +/Resources 792 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 796 0 R -/Annots [ 794 0 R 795 0 R ] +/Parent 798 0 R +/Annots [ 796 0 R 797 0 R ] >> endobj -794 0 obj << +796 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [73.4132 563.1254 92.854 573.7077] /Subtype /Link /A << /S /GoTo /D (figure.2.13) >> >> endobj -795 0 obj << +797 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [331.9551 135.6153 346.4106 146.1976] /Subtype /Link /A << /S /GoTo /D (figure.3.3) >> >> endobj -793 0 obj << -/D [791 0 R /XYZ 74.4095 793.4011 null] +795 0 obj << +/D [793 0 R /XYZ 74.4095 793.4011 null] >> endobj 130 0 obj << -/D [791 0 R /XYZ 74.4095 456.9597 null] +/D [793 0 R /XYZ 74.4095 456.9597 null] >> endobj 134 0 obj << -/D [791 0 R /XYZ 74.4095 402.7779 null] +/D [793 0 R /XYZ 74.4095 402.7779 null] >> endobj -790 0 obj << +792 0 obj << /Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R >> /ProcSet [ /PDF /Text ] >> endobj -799 0 obj << +801 0 obj << /Length 1688 /Filter /FlateDecode >> @@ -6571,29 +6571,29 @@ xڽXKsFWHu,f\>rsjѤR@I+5E*$XRHK9u2Xo|{q/ʋS r{ ĵkA cJa`%eF萳YTS<~}xЯ~?yn5{2)^bq;,ÏTbU+|E7I?_RDJDJA$^`endstream endobj -798 0 obj << +800 0 obj << /Type /Page -/Contents 799 0 R -/Resources 797 0 R +/Contents 801 0 R +/Resources 799 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 796 0 R +/Parent 798 0 R >> endobj -789 0 obj << +791 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 803 0 R +/PTEX.InfoDict 805 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 804 0 R ->>/Font << /R8 805 0 R /R9 806 0 R >> +/R7 806 0 R +>>/Font << /R8 807 0 R /R9 808 0 R >> >> -/Length 807 0 R +/Length 809 0 R /Filter /FlateDecode >> stream @@ -6603,54 +6603,54 @@ 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 -803 0 obj +805 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080808140051Z00'00') -/ModDate (D:20080808140051Z00'00') +/CreationDate (D:20080808220148Z00'00') +/ModDate (D:20080808220148Z00'00') >> endobj -804 0 obj +806 0 obj << /Type /ExtGState /OPM 1 >> endobj -805 0 obj +807 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -806 0 obj +808 0 obj << /BaseFont /Helvetica-Oblique /Type /Font /Subtype /Type1 >> endobj -807 0 obj +809 0 obj 1167 endobj -800 0 obj << -/D [798 0 R /XYZ 74.4095 793.4011 null] +802 0 obj << +/D [800 0 R /XYZ 74.4095 793.4011 null] >> endobj -360 0 obj << -/D [798 0 R /XYZ 266.5136 498.6761 null] +361 0 obj << +/D [800 0 R /XYZ 266.5136 498.6761 null] >> endobj -801 0 obj << -/D [798 0 R /XYZ 74.4095 461.9583 null] +803 0 obj << +/D [800 0 R /XYZ 74.4095 461.9583 null] >> endobj -802 0 obj << -/D [798 0 R /XYZ 74.4095 359.304 null] +804 0 obj << +/D [800 0 R /XYZ 74.4095 359.304 null] >> endobj -797 0 obj << +799 0 obj << /Font << /F61 259 0 R /F28 209 0 R /F35 221 0 R >> -/XObject << /Im33 789 0 R >> +/XObject << /Im33 791 0 R >> /ProcSet [ /PDF /Text ] >> endobj -810 0 obj << +812 0 obj << /Length 2560 /Filter /FlateDecode >> @@ -6665,32 +6665,32 @@ xڥYߓ6~_G{fHy6MMvlsmemiǒ eQۻf@$H Y?,8, `b"^`DXɉi%/ 8^LWB*+u%:B.FRCɓN'}R9_$"n6Ik\$[3íZoU U[}OF:t zHo~¦ݶuVð9;ԍg{"c{yB$r Ͳ"T3hendstream endobj -809 0 obj << +811 0 obj << /Type /Page -/Contents 810 0 R -/Resources 808 0 R +/Contents 812 0 R +/Resources 810 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 796 0 R -/Annots [ 813 0 R ] +/Parent 798 0 R +/Annots [ 815 0 R ] >> endobj -813 0 obj << +815 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [451.4247 538.2108 465.8802 548.793] /Subtype /Link /A << /S /GoTo /D (figure.3.3) >> >> endobj -811 0 obj << -/D [809 0 R /XYZ 74.4095 793.4011 null] +813 0 obj << +/D [811 0 R /XYZ 74.4095 793.4011 null] >> endobj -812 0 obj << -/D [809 0 R /XYZ 74.4095 587.6412 null] +814 0 obj << +/D [811 0 R /XYZ 74.4095 587.6412 null] >> endobj -808 0 obj << +810 0 obj << /Font << /F61 259 0 R /F35 221 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -816 0 obj << +818 0 obj << /Length 2517 /Filter /FlateDecode >> @@ -6703,24 +6703,24 @@ ec\)X$a%/`YxL4G+}" ,vDkBcǰ\{Dv)`]CG|
I\TBRh:BePV}#O#B #eqI{6Xs G5p-Q 73wd)^==5 BOXuCLmhC?lD1M8vB:Y.vGOB& I&F9`dL4pfAl%aԇ6gՔJlգ曇c\A?CiY߮dwLM7:e`jTRDc` s)HFk7yCMk;_zRhTA)ϘiѼwHo#AW?vPtZyڧ(<" dƠG_x3=st ţT8?nSB䯈)iendstream endobj -815 0 obj << +817 0 obj << /Type /Page -/Contents 816 0 R -/Resources 814 0 R +/Contents 818 0 R +/Resources 816 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 796 0 R +/Parent 798 0 R >> endobj -817 0 obj << -/D [815 0 R /XYZ 74.4095 793.4011 null] +819 0 obj << +/D [817 0 R /XYZ 74.4095 793.4011 null] >> endobj 138 0 obj << -/D [815 0 R /XYZ 74.4095 510.1748 null] +/D [817 0 R /XYZ 74.4095 510.1748 null] >> endobj -814 0 obj << -/Font << /F61 259 0 R /F35 221 0 R /F28 209 0 R /F26 206 0 R /F83 820 0 R >> +816 0 obj << +/Font << /F61 259 0 R /F35 221 0 R /F28 209 0 R /F26 206 0 R /F83 822 0 R >> /ProcSet [ /PDF /Text ] >> endobj -824 0 obj << +826 0 obj << /Length 1541 /Filter /FlateDecode >> @@ -6734,30 +6734,30 @@ xڭXYoF~ׯ`Dforۧ4GiH&y5X"]R-\;7C2I$5*ʌcl ,h.Zx:nx<~рa\sWyv#B?G|mi<$0egQ2wcv&ҢE0: `ӫ2Vz>;\lo_\&)<Nm+kڏlQhWe6Z{<_aŲSO!kUf鋢?6!Npzg]b]"ͧl]z`k_#czTKc_endstream endobj -823 0 obj << +825 0 obj << /Type /Page -/Contents 824 0 R -/Resources 822 0 R +/Contents 826 0 R +/Resources 824 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 796 0 R -/Annots [ 826 0 R 827 0 R ] +/Parent 798 0 R +/Annots [ 828 0 R 829 0 R ] >> endobj -821 0 obj << +823 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 828 0 R +/PTEX.InfoDict 830 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 829 0 R ->>/Font << /R8 830 0 R >> +/R7 831 0 R +>>/Font << /R8 832 0 R >> >> -/Length 831 0 R +/Length 833 0 R /Filter /FlateDecode >> stream @@ -6765,61 +6765,61 @@ xTMO1WSZ&p!Ⱥ ٶE~t_k\PҳwZdJpR _2Y[;^xvQn|uY2AINe#9I("v[XTcK} )yb0X6UpItߌ endobj -828 0 obj +830 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080808140052Z00'00') -/ModDate (D:20080808140052Z00'00') +/CreationDate (D:20080808220148Z00'00') +/ModDate (D:20080808220148Z00'00') >> endobj -829 0 obj +831 0 obj << /Type /ExtGState /OPM 1 >> endobj -830 0 obj +832 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -831 0 obj +833 0 obj 402 endobj -826 0 obj << +828 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [219.366 404.0252 233.8216 414.6074] /Subtype /Link /A << /S /GoTo /D (figure.3.4) >> >> endobj -827 0 obj << +829 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [131.707 171.4698 146.1626 182.052] /Subtype /Link /A << /S /GoTo /D (figure.3.5) >> >> endobj -825 0 obj << -/D [823 0 R /XYZ 74.4095 793.4011 null] +827 0 obj << +/D [825 0 R /XYZ 74.4095 793.4011 null] >> endobj 142 0 obj << -/D [823 0 R /XYZ 74.4095 517.0441 null] +/D [825 0 R /XYZ 74.4095 517.0441 null] >> endobj 146 0 obj << -/D [823 0 R /XYZ 74.4095 467.8685 null] +/D [825 0 R /XYZ 74.4095 467.8685 null] >> endobj -361 0 obj << -/D [823 0 R /XYZ 288.6243 221.3162 null] +362 0 obj << +/D [825 0 R /XYZ 288.6243 221.3162 null] >> endobj -822 0 obj << -/Font << /F61 259 0 R /F83 820 0 R /F26 206 0 R /F28 209 0 R >> -/XObject << /Im34 821 0 R >> +824 0 obj << +/Font << /F61 259 0 R /F83 822 0 R /F26 206 0 R /F28 209 0 R >> +/XObject << /Im34 823 0 R >> /ProcSet [ /PDF /Text ] >> endobj -835 0 obj << +837 0 obj << /Length 1950 /Filter /FlateDecode >> @@ -6833,29 +6833,29 @@ xڭ]۶~$vI;M2 ǃ"뻋(J]=nG],ŊO2/*+$ [r옗\IJ"\tA$. CV\#Yr㩾#pLYf>
^ 9a@|j,iAn ͙Φ'3PkMO1ݰ8h$9(|*]ē%Nn (*c´4Z=&0d 8g40w$~PJȓZM>MB+ΙsaXc߽Iz]r(3F>\|I%<4h47盉obCsTh5d0)ɹ,šB^I&ޞ*uRxe/*{tX.8U(=~'&LȜYȜ82cV<?yrcuziՂ P?*=3<BO7 q8|Ri*8;4Iwo1ȥWgL$d܆<zyθUWgKqI$Zɘgp endobj -834 0 obj << +836 0 obj << /Type /Page -/Contents 835 0 R -/Resources 833 0 R +/Contents 837 0 R +/Resources 835 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 796 0 R +/Parent 798 0 R >> endobj -832 0 obj << +834 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 837 0 R +/PTEX.InfoDict 839 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 838 0 R ->>/Font << /R8 839 0 R >> +/R7 840 0 R +>>/Font << /R8 841 0 R >> >> -/Length 840 0 R +/Length 842 0 R /Filter /FlateDecode >> stream @@ -6864,41 +6864,41 @@ xWKFW-=y[ #ES8U\&||C5ayb)'RǤT8I_a}0;v,ϣr^쪠]}$u1eMp2sU,\cSl:ɥԨlomyVqb,52- ghۿ˭3 endobj -837 0 obj +839 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080808140051Z00'00') -/ModDate (D:20080808140051Z00'00') +/CreationDate (D:20080808220147Z00'00') +/ModDate (D:20080808220147Z00'00') >> endobj -838 0 obj +840 0 obj << /Type /ExtGState /OPM 1 >> endobj -839 0 obj +841 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -840 0 obj +842 0 obj 1031 endobj -836 0 obj << -/D [834 0 R /XYZ 74.4095 793.4011 null] +838 0 obj << +/D [836 0 R /XYZ 74.4095 793.4011 null] >> endobj -362 0 obj << -/D [834 0 R /XYZ 298.272 183.4325 null] +363 0 obj << +/D [836 0 R /XYZ 298.272 183.4325 null] >> endobj -833 0 obj << +835 0 obj << /Font << /F61 259 0 R /F28 209 0 R >> -/XObject << /Im35 832 0 R >> +/XObject << /Im35 834 0 R >> /ProcSet [ /PDF /Text ] >> endobj -843 0 obj << +845 0 obj << /Length 3210 /Filter /FlateDecode >> @@ -6912,29 +6912,29 @@ rR}0gp^Q/T.UG^g) Ǡ7+8F"dK9(yOilOÇ OG6a=,oylr~s7H Zn`:kM5?L}5"CSfLv;V/ 7endstream endobj -842 0 obj << +844 0 obj << /Type /Page -/Contents 843 0 R -/Resources 841 0 R +/Contents 845 0 R +/Resources 843 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 846 0 R -/Annots [ 845 0 R ] +/Parent 848 0 R +/Annots [ 847 0 R ] >> endobj -845 0 obj << +847 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [465.0447 738.8587 479.5003 749.441] /Subtype /Link /A << /S /GoTo /D (table.2.2) >> >> endobj -844 0 obj << -/D [842 0 R /XYZ 74.4095 793.4011 null] +846 0 obj << +/D [844 0 R /XYZ 74.4095 793.4011 null] >> endobj -841 0 obj << +843 0 obj << /Font << /F61 259 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -850 0 obj << +852 0 obj << /Length 1682 /Filter /FlateDecode >> @@ -6945,119 +6945,118 @@ xڥko6?ʘ͉I^@ڦ[_hdЦdt&ɐa}w<J;Px4?>MSaMTj &e-D-kZ/-onT**˿UKO@[{9Ytwه\6[ZkDق|r,[16k; v^TLKG|WjUEȔROnpX(x!EYD=wXCp9lNfi
NC
]?K 8;eo-`
=D,4k_r,PXҕ-5>4"" 욖6qpfN] 7@BWf7!%`9}Tqִ0\nT~4p@Do-w{q0ph#q4 `bwhvfƵ7@\+Оʖ1%-tZNGwZ6ю[kX<w|! O4j*G5ylendstream endobj -849 0 obj << +851 0 obj << /Type /Page -/Contents 850 0 R -/Resources 848 0 R +/Contents 852 0 R +/Resources 850 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 846 0 R +/Parent 848 0 R >> endobj -851 0 obj << -/D [849 0 R /XYZ 74.4095 793.4011 null] +853 0 obj << +/D [851 0 R /XYZ 74.4095 793.4011 null] >> endobj 150 0 obj << -/D [849 0 R /XYZ 74.4095 648.899 null] +/D [851 0 R /XYZ 74.4095 648.899 null] >> endobj -848 0 obj << -/Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R /F83 820 0 R >> +850 0 obj << +/Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R /F83 822 0 R >> /ProcSet [ /PDF /Text ] >> endobj -854 0 obj << -/Length 1796 +856 0 obj << +/Length 1797 /Filter /FlateDecode >> stream -xڥXKs8WHmYIl2[Vy&zK)*CRFIvvRF "4ܙ$s -B$+ᯈy=~V$9s)0KqzwZvZeֆCi_woVkaS[~#9˭?f֖icd-6܃HńvxfAdGY&ukAׁh-@IA͒6p,R%k#%Ce>7ao6+MYm1x1ΖQ˸]2Vra-ЖbVJwMEs}mX9Ѥr<i"cZB mJ@\DɌqr&Y -.RcCDm"$sBXtyƬQ?4w
F<{FU玍h'lI7l -B<=~t֖u[<q*F=ltSnSٿ}C8}MtPMj- ᢆYFou@t_?е[.i-55j
@|~Puae
Iutz_D1!p5RYhPn*r&fd/x2SUPA51!2 -jn>-XϣAF:M2_kin{;?k >u B}?wM>-\@wf̐8aUGٮ.7c{M^}C2C{U"'roۮ -,(P˼Tݏnl+ځ>C0h}-`3zţ8PTPR∂B{~R~1/t$FA$j;OEendstream +xڥXKs8WHmYI"7g3q{,XBLQTO7Hœ$WLeV'<y<\e1Qv~`?%Bj& +JN?_}ZE*j,mVλf:=ջx?"c1ǜU0MgXzP)WրP*LH2 5^qۃ4ɇկWɯá1)@3&K^!B L[(à ٬xn|<nG
ta_7|Ԇ{RYZ>DΡ+3(͊n'}mX$9$-b<m<gJB mSRD\$DeBpMZ0xze-39d$\0˹ z9UhI#Es`6!gXUnXxWΙyl +xVTlWq<݁n˃noE阮$_&dhA_9e Mj-ࢅYhu@_8е[!)55k@|~uaD
&}Cyj40"ULp8rSUЛA5b&Cf$L2.`a)$k6CĊ_|n\|. +{_wf)w&;8S`?|nAfD5p 0D +f0Jw|Eendstream endobj -853 0 obj << +855 0 obj << /Type /Page -/Contents 854 0 R -/Resources 852 0 R +/Contents 856 0 R +/Resources 854 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 846 0 R -/Annots [ 856 0 R ] +/Parent 848 0 R +/Annots [ 858 0 R ] >> endobj -847 0 obj << +849 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 857 0 R +/PTEX.InfoDict 859 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 858 0 R ->>/Font << /R8 859 0 R /R9 860 0 R >> +/R7 860 0 R +>>/Font << /R8 861 0 R /R9 862 0 R >> >> -/Length 861 0 R +/Length 863 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 -857 0 obj +859 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080808140051Z00'00') -/ModDate (D:20080808140051Z00'00') +/CreationDate (D:20080808220147Z00'00') +/ModDate (D:20080808220147Z00'00') >> endobj -858 0 obj +860 0 obj << /Type /ExtGState /OPM 1 >> endobj -859 0 obj +861 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -860 0 obj +862 0 obj << /BaseFont /Helvetica-Oblique /Type /Font /Subtype /Type1 >> endobj -861 0 obj +863 0 obj 954 endobj -856 0 obj << +858 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [444.1785 404.5044 458.6341 415.0867] /Subtype /Link -/A << /S /GoTo /D (figure.3.6) >> +/A << /S /GoTo /D (figure.3.7) >> >> endobj -855 0 obj << -/D [853 0 R /XYZ 74.4095 793.4011 null] +857 0 obj << +/D [855 0 R /XYZ 74.4095 793.4011 null] >> endobj -363 0 obj << -/D [853 0 R /XYZ 256.0589 536.9157 null] +364 0 obj << +/D [855 0 R /XYZ 256.0589 536.9157 null] >> endobj 154 0 obj << -/D [853 0 R /XYZ 74.4095 499.6083 null] +/D [855 0 R /XYZ 74.4095 499.6083 null] >> endobj 158 0 obj << -/D [853 0 R /XYZ 74.4095 476.2632 null] +/D [855 0 R /XYZ 74.4095 476.2632 null] >> endobj -852 0 obj << +854 0 obj << /Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R /F35 221 0 R >> -/XObject << /Im36 847 0 R >> +/XObject << /Im36 849 0 R >> /ProcSet [ /PDF /Text ] >> endobj -864 0 obj << +866 0 obj << /Length 2091 /Filter /FlateDecode >> @@ -7070,24 +7069,24 @@ zZjX1W5~e2=}=@YGk]cV)߁8#K-4O 54znAYEQ~c)Mґ<.O(PmhSk^{e?ݢjlts<#lbKAfN<{{S4OMHicv,=S\dwvA5-ZO1w!ԙo`p}3izy4ņj-VyXoH<S67A39< y7H͇ifINSԂy-FOy~xa^;%V:ͭ;|T N GY_~HP:G! 6\w q ΄rKX\/HD0A-Ca`z"dTf?9ױIT,uʦ3Q,::_=xɥۆ`66߉i'6~οl%У-Z'|4+g7tֹfݼc灷}GX҆}eJcߣ$M')p`?8m/ps'<z2RRKAy.dʏY'P6aendstream endobj -863 0 obj << +865 0 obj << /Type /Page -/Contents 864 0 R -/Resources 862 0 R +/Contents 866 0 R +/Resources 864 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 846 0 R +/Parent 848 0 R >> endobj -865 0 obj << -/D [863 0 R /XYZ 74.4095 793.4011 null] +867 0 obj << +/D [865 0 R /XYZ 74.4095 793.4011 null] >> endobj 162 0 obj << -/D [863 0 R /XYZ 74.4095 465.1475 null] +/D [865 0 R /XYZ 74.4095 465.1475 null] >> endobj -862 0 obj << -/Font << /F61 259 0 R /F35 221 0 R /F28 209 0 R /F26 206 0 R /F83 820 0 R >> +864 0 obj << +/Font << /F61 259 0 R /F35 221 0 R /F28 209 0 R /F26 206 0 R /F83 822 0 R >> /ProcSet [ /PDF /Text ] >> endobj -868 0 obj << +870 0 obj << /Length 1796 /Filter /FlateDecode >> @@ -7101,24 +7100,24 @@ xڵXo6B'9>DJH[u]v(dqR&aHJ;A`x<XB%YJRei L7p닢r,_0c@yyP"J7koboj濛K7dҨP5-ܧ|R$CJ7Iob4<j_.
_k_ 8EجᡑڠlB_7a"t|5M(Utuu!J09М{P>s?vnr͉$r3C'z.endstream endobj -867 0 obj << +869 0 obj << /Type /Page -/Contents 868 0 R -/Resources 866 0 R +/Contents 870 0 R +/Resources 868 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 846 0 R +/Parent 848 0 R >> endobj -869 0 obj << -/D [867 0 R /XYZ 74.4095 793.4011 null] +871 0 obj << +/D [869 0 R /XYZ 74.4095 793.4011 null] >> endobj -870 0 obj << -/D [867 0 R /XYZ 74.4095 610.4884 null] +872 0 obj << +/D [869 0 R /XYZ 74.4095 610.4884 null] >> endobj -866 0 obj << -/Font << /F61 259 0 R /F83 820 0 R /F26 206 0 R /F28 209 0 R >> +868 0 obj << +/Font << /F61 259 0 R /F83 822 0 R /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -873 0 obj << +875 0 obj << /Length 1535 /Filter /FlateDecode >> @@ -7130,21 +7129,21 @@ xڵXYoF~ׯ`PHٓKȃs6I>ÿ́"ri);{ev=o&H8ND B E\zIM*NJ-+GSBiL^ʓl[xU[{F|ǵ[ Fkc~4 LhsҾaִ.sS?k@01kD+N8?eq endobj -872 0 obj << +874 0 obj << /Type /Page -/Contents 873 0 R -/Resources 871 0 R +/Contents 875 0 R +/Resources 873 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 846 0 R +/Parent 848 0 R >> endobj -874 0 obj << -/D [872 0 R /XYZ 74.4095 793.4011 null] +876 0 obj << +/D [874 0 R /XYZ 74.4095 793.4011 null] >> endobj -871 0 obj << -/Font << /F61 259 0 R /F28 209 0 R /F83 820 0 R >> +873 0 obj << +/Font << /F61 259 0 R /F28 209 0 R /F83 822 0 R >> /ProcSet [ /PDF /Text ] >> endobj -877 0 obj << +879 0 obj << /Length 1623 /Filter /FlateDecode >> @@ -7157,24 +7156,24 @@ xڵXmo6_!Ef]t-Y٢%:QIQ:<'ӈ?"(5 D!fs[ lӞs!b=te[,mBCpl}.SK_dA8Cд ,> !m8]p8WAS[kmC̳3g{)7 !OI&I"ܨ<aJXZؔᖱF qendstream endobj -876 0 obj << +878 0 obj << /Type /Page -/Contents 877 0 R -/Resources 875 0 R +/Contents 879 0 R +/Resources 877 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 880 0 R +/Parent 882 0 R >> endobj -878 0 obj << -/D [876 0 R /XYZ 74.4095 793.4011 null] +880 0 obj << +/D [878 0 R /XYZ 74.4095 793.4011 null] >> endobj -879 0 obj << -/D [876 0 R /XYZ 74.4095 519.9605 null] +881 0 obj << +/D [878 0 R /XYZ 74.4095 519.9605 null] >> endobj -875 0 obj << -/Font << /F61 259 0 R /F83 820 0 R /F28 209 0 R /F26 206 0 R >> +877 0 obj << +/Font << /F61 259 0 R /F83 822 0 R /F28 209 0 R /F26 206 0 R >> /ProcSet [ /PDF /Text ] >> endobj -883 0 obj << +885 0 obj << /Length 1591 /Filter /FlateDecode >> @@ -7186,186 +7185,356 @@ xڵXnF}WyhCRH"kTI*i];%)JhRٙ9s#Y@FI IGf!y:KxJY}<6tgI;GUg ಡ{zsgo垽^E endobj -882 0 obj << +884 0 obj << /Type /Page -/Contents 883 0 R -/Resources 881 0 R +/Contents 885 0 R +/Resources 883 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 880 0 R +/Parent 882 0 R >> endobj -884 0 obj << -/D [882 0 R /XYZ 74.4095 793.4011 null] +886 0 obj << +/D [884 0 R /XYZ 74.4095 793.4011 null] >> endobj 166 0 obj << -/D [882 0 R /XYZ 74.4095 402.5063 null] ->> endobj -885 0 obj << -/D [882 0 R /XYZ 74.4095 311.5288 null] ->> endobj -886 0 obj << -/D [882 0 R /XYZ 74.4095 283.8239 null] +/D [884 0 R /XYZ 74.4095 402.5063 null] >> endobj 887 0 obj << -/D [882 0 R /XYZ 74.4095 256.0113 null] +/D [884 0 R /XYZ 74.4095 311.5288 null] >> endobj 888 0 obj << -/D [882 0 R /XYZ 74.4095 210.2715 null] +/D [884 0 R /XYZ 74.4095 283.8239 null] >> endobj 889 0 obj << -/D [882 0 R /XYZ 74.4095 184.1626 null] +/D [884 0 R /XYZ 74.4095 256.0113 null] >> endobj -881 0 obj << -/Font << /F61 259 0 R /F83 820 0 R /F28 209 0 R /F26 206 0 R /F35 221 0 R >> +890 0 obj << +/D [884 0 R /XYZ 74.4095 210.2715 null] +>> endobj +891 0 obj << +/D [884 0 R /XYZ 74.4095 184.1626 null] +>> endobj +883 0 obj << +/Font << /F61 259 0 R /F83 822 0 R /F28 209 0 R /F26 206 0 R /F35 221 0 R >> /ProcSet [ /PDF /Text ] >> endobj -893 0 obj << -/Length 1649 +895 0 obj << +/Length 2201 /Filter /FlateDecode >> stream -xڭXKsFWprf)I$K-md吔%)JtLZb| -7 (jS%81F+ћ0jZuu[0JugL*H:9ˬ}y -:S6ѡz% -% R[ä<frKʣ&{X%8#9p6nS39H?+Èv Ēw<9|9M<OH)(D+iyh\495pcԉ(":aULaA۴F<Ga}ȪMg賵 -%)5'n8NM@Ke@'s097>?4̲:!T{gΈܜ@_X=]~b)+x]VaQ<Y^R3Y@=z~۬cqXi<;"&}NcUi.Z+Y>jD&#L\
T -S9rіyß>+eB%ޖǦJq}SPu{(LuLz|h f;
mgt|(Pr -Snx>X5Y`efub]~4ge@5,Je
}yю;wlj~)a -;09eoܡ72_4?ts,NTx1Px[hendstream +xڭYs6_ɓ4c"@IKҳKL(%xbAJi93wh .v +!OWDEǼ8澾Ɉ$c>$RLfRޮ?/ibEmi[_z퇋wTr#X
өBfk!œpL,M3LR^\prɜ˲hY(%&K@ʹ<{-Q]9&p3w/b\9|گo;7ʆU
|?7 f*eBA_j2'j"l@JXnDDo~?L +e_?@6&Ikxd?P%SfnqRTzZ$
;R'A#eYe+f>| %?mJ4J88yﶏEU;9dmXa
wju(u
V/qYo,+"`*j0JCȍLe琚,)sg2owu|7%F;˜2#%act,X-C**T+xj+j%:7G,Ae_ok8sr4
`rN:@OmU7}~Uq
*yk/nC@S.z壨wʘ(7,3\3Apϧיdt<gURXgHJ<w%]RNgd3iKh1>"9pXoo5$ߦ* rkþ +ӈOm8ؘ4Oݤ')~+}^
wb9W>c97&iic +wɼ
ͩs8Юu7ӴRXSCgKv%̂J +M~KR/OΌ7;Z~aDA*HUPW)%,떤`e +*zY;j(#04jM_ endobj -892 0 obj << +894 0 obj << /Type /Page -/Contents 893 0 R -/Resources 891 0 R +/Contents 895 0 R +/Resources 893 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 880 0 R -/Annots [ 898 0 R 899 0 R ] +/Parent 882 0 R +/Annots [ 899 0 R 900 0 R 901 0 R ] >> endobj -890 0 obj << +892 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/simulator.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 900 0 R +/PTEX.InfoDict 902 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 443.00000000 256.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 901 0 R ->>/Font << /R8 902 0 R >> +/R7 903 0 R +>>/Font << /R8 904 0 R >> >> -/Length 903 0 R +/Length 905 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 +xWKo0W}-$hwJvYشtB?8mU3ٞf+~۾zzݩ?]%Y
Z +a,5#\FEvFA;r?]W{;MLI,AԈ"yɗ/P$mDAw.) ySךG@XrN%s{Ni"@Lpm7lTAT +frjyq윐M{>_ZLZ"<pZݬg1ʣޏr)M``ڤ1*Wg#9%4F*@S.{3Jϭ}c,13nV37S +x2Sta3 +)N#;=&?<BVj=A endobj -900 0 obj +902 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080808140050Z00'00') -/ModDate (D:20080808140050Z00'00') +/CreationDate (D:20080808220146Z00'00') +/ModDate (D:20080808220146Z00'00') >> endobj -901 0 obj +903 0 obj << /Type /ExtGState /OPM 1 >> endobj -902 0 obj +904 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -903 0 obj -842 +905 0 obj +979 endobj -898 0 obj << +899 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [323.231 349.3851 337.6866 359.9674] +/Rect [265.8494 514.0035 280.305 524.5858] /Subtype /Link /A << /S /GoTo /D (figure.3.7) >> >> endobj -899 0 obj << +900 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [458.4512 349.3851 472.9068 359.9674] +/Rect [448.8126 207.3242 463.2682 217.9065] /Subtype /Link -/A << /S /GoTo /D (figure.3.8) >> ->> endobj -894 0 obj << -/D [892 0 R /XYZ 74.4095 793.4011 null] +/A << /S /GoTo /D (figure.2.1) >> >> endobj -895 0 obj << -/D [892 0 R /XYZ 74.4095 692.0192 null] +901 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [361.8513 171.4698 376.3069 182.052] +/Subtype /Link +/A << /S /GoTo /D (figure.2.3) >> >> endobj 896 0 obj << -/D [892 0 R /XYZ 74.4095 628.7596 null] +/D [894 0 R /XYZ 74.4095 793.4011 null] +>> endobj +897 0 obj << +/D [894 0 R /XYZ 74.4095 692.0192 null] +>> endobj +898 0 obj << +/D [894 0 R /XYZ 74.4095 628.5806 null] >> endobj 170 0 obj << -/D [892 0 R /XYZ 74.4095 586.8755 null] +/D [894 0 R /XYZ 74.4095 586.4011 null] +>> endobj +365 0 obj << +/D [894 0 R /XYZ 288.445 292.8406 null] +>> endobj +893 0 obj << +/Font << /F61 259 0 R /F83 822 0 R /F28 209 0 R /F26 206 0 R >> +/XObject << /Im37 892 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +909 0 obj << +/Length 2598 +/Filter /FlateDecode +>> +stream +xڝYݓ6_Gyf͈mڴiN5Wf,IN (Y_^on2S E +h/Es?uZUwB4y!dĄ,aSv)+@* +"?foƚjQp*~y8o3bm(eIg{_08YsВ? +[,Q*]ȿ}؋TA+cwvz&q¢PF +?%k졜C$ʯ~9U2QOKm ^j8?(iWS<QxFֵ-6sFLDhQvgH5"w$#ߎe&&FiGBuMDOpԻX)qbv*6sb%b&B6BӶ5X{)@z雎;0 >6~֍'*㍩i00a4qJ6|c`_Oܭ~pUbk+ٚyQ +A%;Dcgtd+L|2d0 +<0%q8-xsd۲a$2hڜΡ[J/k<XeNԐ@䬨~/y>&ǭ\fZVp$%x(Qe~cGw +>l- +S7MǟR2GAm
hO[*9dODoy06zQP\$zm^ٞ@qxBߐмAR[ǔt8хAU5UP
r,rJ\>/+$Ti[|9@PJ82;*o 0` +s3궦}Ն<ccOPjN9:aVC6'aۍ2x"p(֙8!C H +S +)篦ys_-0x@݁~*JS$}C֬5o*J#HڎZY&PˉQ-8Cxc.# OЅAؖ
}KYѩ +O5*&E4U5冰!4DsKCB +k[
<^ܹW3ٖ5Ю|GFq/7LR(:"иDS3U!`!rʗԝTBqd0^Zvj =kf=#y8>y'31~FA-eǚ] N9&?)4Z5YkK70s[Vf^;Q]z<䊡jϿۛG*b~һV(A6H(k*warq +:'ܢ ++)0] +l-tL\=&gD$jϧh2rW@%2d((SH8%0Mx0*O3P}t#xk{O$N6:mMG$03zmP:U,Sw]Vг&ʡCUCkCy/I*t.4fKR碒/`)qVJhEy&Y⟐Mef_C +CZ,ھC1mzޭYM5#`bDuc#Fq]S;vn:91{ +ד9&fg(KqvʮĈCH:nJ9 vӋR>puuOזDZ{˩{>$oJ
lBHަ߿a_`. !qc?@gSxs⟓_?ح endstream +endobj +908 0 obj << +/Type /Page +/Contents 909 0 R +/Resources 907 0 R +/MediaBox [0 0 595.2757 841.8898] +/Parent 882 0 R +/Annots [ 911 0 R 912 0 R 913 0 R 915 0 R 916 0 R ] +>> endobj +911 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [504.4211 756.7859 518.8767 767.3682] +/Subtype /Link +/A << /S /GoTo /D (figure.2.5) >> +>> endobj +912 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [272.4759 596.8166 286.9314 607.3989] +/Subtype /Link +/A << /S /GoTo /D (figure.2.4) >> +>> endobj +913 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [433.3684 498.9048 447.824 509.487] +/Subtype /Link +/A << /S /GoTo /D (figure.2.8) >> +>> endobj +915 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [323.231 153.5425 337.6866 164.1248] +/Subtype /Link +/A << /S /GoTo /D (figure.3.8) >> +>> endobj +916 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [458.4512 153.5425 472.9068 164.1248] +/Subtype /Link +/A << /S /GoTo /D (figure.3.9) >> +>> endobj +910 0 obj << +/D [908 0 R /XYZ 74.4095 793.4011 null] >> endobj 174 0 obj << -/D [892 0 R /XYZ 74.4095 499.3815 null] +/D [908 0 R /XYZ 74.4095 366.9655 null] >> endobj -897 0 obj << -/D [892 0 R /XYZ 74.4095 421.4327 null] +914 0 obj << +/D [908 0 R /XYZ 74.4095 227.2787 null] >> endobj 178 0 obj << -/D [892 0 R /XYZ 74.4095 421.4327 null] ->> endobj -364 0 obj << -/D [892 0 R /XYZ 298.9871 161.6556 null] +/D [908 0 R /XYZ 74.4095 227.2787 null] >> endobj -891 0 obj << -/Font << /F61 259 0 R /F83 820 0 R /F28 209 0 R /F26 206 0 R >> -/XObject << /Im37 890 0 R >> +907 0 obj << +/Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R >> /ProcSet [ /PDF /Text ] >> endobj -907 0 obj << -/Length 2380 +920 0 obj << +/Length 2083 /Filter /FlateDecode >> stream -xڕYYsF~#X%GXvlRPX -5JXb!#EĔ,?G2E~qZ -=,CM7XOOnP8j6y!6o~d=3jhWJ"-n<p.nQ$1
EE}Qq:@c -j飅YfUeVU_4s/xu
Go6TW_ nxʄN_LEa1杜=0v83pZ,c k!%|UBjWF?JZ\Y"
ƵXAN}tk{=+ų&cXE(RMJmDx
B{GW۱Q,\M)C2qӢ -{-pQ#!Z5
%͡<5zo{8-` X5,x,
eq?H\*nH5TUE3_iR79Yн [teGj`".5ѷy1̶f:Aͪi
7'3ҍ"M7;/^^F= ۅi%4fА`WSڳ?g,䆭?ۯ-}vSp5":.n +xڕYs6_Gjb dߜ89̴ʄe)%b +(*b]0EfEYq06{\D5}2˻pOa=b.8~ӻt5_IpQ/5n6+v`2>_\eR)+ +TlP4JBl;"E_(L_RKfK?0idH㘃IUQ${}-_φZYʪ@Y+χV3)Mr:n%
n" +yCM"xșBlוU{/i(#{w*B(x@ully,=yrDbp;83JTX +p}φ'xXrx, !Hc::x +H:5ΐaZ +@i +u +He>|lJgRO̗zmcv߾76 WLP߀C7#) /"e\^u>Bqwuxl+գ}XB204-ZKeZP_5E=7\BUlx +˾
CP<m9صZn3 +絩<=<b|XxXB/m*WHʦ{/nUM+Kg`-J4G}ގ$օppA7k"zs6)#6 +lZ1X)TF}AyUAޤkؼ&vPbM#̐5
ۦ[=ؙVߝ<p+ETg3[M endobj +919 0 obj << +/Type /Page +/Contents 920 0 R +/Resources 918 0 R +/MediaBox [0 0 595.2757 841.8898] +/Parent 882 0 R +>> endobj 906 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 922 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 923 0 R +>>/Font << /R8 924 0 R >> +>> +/Length 925 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 +endobj +922 0 obj +<< +/Producer (GPL Ghostscript 8.61) +/CreationDate (D:20080808220146Z00'00') +/ModDate (D:20080808220146Z00'00') +>> +endobj +923 0 obj +<< +/Type /ExtGState +/OPM 1 +>> +endobj +924 0 obj +<< +/BaseFont /Helvetica +/Type /Font +/Subtype /Type1 +>> +endobj +925 0 obj +842 +endobj +921 0 obj << +/D [919 0 R /XYZ 74.4095 793.4011 null] +>> endobj +366 0 obj << +/D [919 0 R /XYZ 298.9871 615.025 null] +>> endobj +918 0 obj << +/Font << /F61 259 0 R /F28 209 0 R /F35 221 0 R >> +/XObject << /Im38 906 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +928 0 obj << +/Length 2213 +/Filter /FlateDecode +>> +stream +xڍX]w6ϯs*V"Nnki7-"KDm~,JsR +=9)P0həݯ+SeSw$`)֔d ,&*:31Z Az# + }6[aBF})}ׅXW6Hn%r]ĕe]ײn|TFp/%:lRnld&BT,ˌSo0|+Zd>J^um +C/b x +s +5ZEK
(Cm+JuwCtW:UsIyDYSU +_3&H)'6\jFW0nEW$,sRJKz!lO>v@&P4eJ[xwyc^cb:X56v;RLMUNLEAVG9Fqr@`NYy[lNBZ|qE;g1>ai8{h_j_1]?1Dʢ0s#vcӘ,@/G{SKrUM<V㺬L%UA틱@[VwX,YS)WF=60\U
Tw&O3y!r^fKY*A c[mR0Bw;!@-]IK?=: +`M +i Oz:ࢃCIRMjg~.Aޒ +ZRHE_!qFļŕ}fBZ/k$=Iѵ"St(v{y/֠Mtkkm3&/Yiȍ` wMWw@\U7U. [Aaڮ#e~ےmTE\@QjD]AѥiC&!Ie +endobj +927 0 obj << /Type /Page -/Contents 907 0 R -/Resources 905 0 R +/Contents 928 0 R +/Resources 926 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 880 0 R +/Parent 882 0 R +/Annots [ 930 0 R ] >> endobj -904 0 obj << +917 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 909 0 R +/PTEX.InfoDict 931 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 910 0 R ->>/Font << /R8 911 0 R >> +/R7 932 0 R +>>/Font << /R8 933 0 R >> >> -/Length 912 0 R +/Length 934 0 R /Filter /FlateDecode >> stream @@ -7373,245 +7542,213 @@ 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 -909 0 obj +931 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080808140052Z00'00') -/ModDate (D:20080808140052Z00'00') +/CreationDate (D:20080808220148Z00'00') +/ModDate (D:20080808220148Z00'00') >> endobj -910 0 obj +932 0 obj << /Type /ExtGState /OPM 1 >> endobj -911 0 obj +933 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -912 0 obj +934 0 obj 439 endobj -908 0 obj << -/D [906 0 R /XYZ 74.4095 793.4011 null] +930 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [125.1648 153.6502 277.7924 165.1753] +/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.CaCert.org)>> >> endobj -365 0 obj << -/D [906 0 R /XYZ 285.6632 220.4964 null] +929 0 obj << +/D [927 0 R /XYZ 74.4095 793.4011 null] >> endobj -905 0 obj << -/Font << /F61 259 0 R /F35 221 0 R /F28 209 0 R >> -/XObject << /Im38 904 0 R >> +367 0 obj << +/D [927 0 R /XYZ 285.6632 624.2056 null] +>> endobj +182 0 obj << +/D [927 0 R /XYZ 74.4095 480.0398 null] +>> endobj +926 0 obj << +/Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R /F83 822 0 R >> +/XObject << /Im39 917 0 R >> /ProcSet [ /PDF /Text ] >> endobj -915 0 obj << -/Length 2659 -/Filter /FlateDecode ->> -stream -xڍYYs8~ϯRU!B<͎q&F3>PLaL*Ŀ~ -wxE>7Vhiqg{ - k5CT=! [KshiB3+mV/ji07jS(y/D&ş; -^I;~hPѬ639/ReˬLC -E?5
-!6jEc({`qX{4slTl%(bs&#fIoVX[+`xpFϸɺ]Q(2HM559N.'d.AK.h"f{wzxAx_K=3uBiOf;QMk26v -"GeYbBoW,k6+^4>!3GZ
yV-D[at i=X!qƞ3k>Cin0]뉈E𧀜eb -sȬF>OpM&ÐX?uء%}|[m -mk!}ʝsC& -f6&YYOJj`찒Q!5VDDDIHeSt9?hcy- &:5d6S謓-S-ufEs~5 po7Z~96hCV+okZZiP YUWK:(Zxri.F2!JP3lOM: --}Z;ۨUV5vE$<ԆmUv6N "N7trd5ԝX:A2U;9[Zl7$DkGR@`DǑL(c# -*Pr)n357j#e5 -!l$Yf2Da -y~Rؿ/|79ӶM{&v=Zf:BxYKouo2/;DY j-"Oz,6|IMMd@[N꼂mBWƼ%zܭ}ciPKY6 -8aέF:waϋ/W,ZRz-
jY9KIJϹ&p_ldF-Wf{'ܠz3l5OH6ԋ6q/eqC-*ZZ` -4XG)IMަRO^炥37Qό -endstream +937 0 obj << +/Length 2434 +/Filter /FlateDecode +>> +stream +xڍr8qa2k;L<֬( S/٧ <@E6
t?:~,gazΟه'mm3 ,"qvƸ$,bͿ'Vca4dIߟ_J?dj:U£r~wzw}/O `=YղP{ʀI{CB`jTtreh|Z0ۉQeYܟц_Fi^_=P.(><$ӷRPHCVmjۯίYz!MVUϵт;c^B<jxV#1_ReH}U[^*wޭѶ\H[юtj+o2tfim[c +QpwU<1mݣV;^v=F& }#{U찝^& +gV/%\EO\(%ǔDGihKCEzQ;~Գ<9JS6eU(OXgKQH
9+wԦ/5fQS]~].cCF8)^%#`t֠SqʏD0v̜D
D#Dͨ5pVihE_rl +9y*^Gh
Xϣ;pMzbl^k+QZ-GKM1NbD_AdeՋ:,*R(~J)D8mlns܍68|Ib;8%ҏ/f"ץd.rou)ؐmCc$/%e_צsnGd2eO{ +$m>Q(A ;3'HH;H3jba`F6Kٮ-p/~p8aMF pq(| + endobj -914 0 obj << +936 0 obj << /Type /Page -/Contents 915 0 R -/Resources 913 0 R +/Contents 937 0 R +/Resources 935 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 880 0 R -/Annots [ 917 0 R 919 0 R 920 0 R 921 0 R ] ->> endobj -917 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [125.1648 422.8364 277.7924 434.3615] -/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.CaCert.org)>> +/Parent 958 0 R +/Annots [ 940 0 R 941 0 R 942 0 R 943 0 R 944 0 R 945 0 R 946 0 R 947 0 R 948 0 R 949 0 R 950 0 R 951 0 R 952 0 R 953 0 R 954 0 R 955 0 R 956 0 R 957 0 R ] >> endobj -919 0 obj << +940 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [186.6652 174.6847 353.6389 186.2099] +/Rect [186.6652 551.6051 353.6389 563.1303] /Subtype/Link/A<</Type/Action/S/URI/URI(http://httpd.apache.org)>> >> endobj -920 0 obj << +941 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [148.5137 155.0962 329.8337 166.729] +/Rect [148.5137 532.0166 329.8337 543.6494] /Subtype/Link/A<</Type/Action/S/URI/URI(http://argouml.tigris.org)>> >> endobj -921 0 obj << +942 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [139.5474 135.723 299.3481 147.2481] +/Rect [139.5474 512.6434 299.3481 524.1686] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.eclipse.org)>> >> endobj -916 0 obj << -/D [914 0 R /XYZ 74.4095 793.4011 null] ->> endobj -182 0 obj << -/D [914 0 R /XYZ 74.4095 723.6562 null] ->> endobj -918 0 obj << -/D [914 0 R /XYZ 74.4095 202.6064 null] ->> endobj -913 0 obj << -/Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R /F83 820 0 R /F35 221 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -924 0 obj << -/Length 1435 -/Filter /FlateDecode ->> -stream -xڕnF.w
\I HeS2cQt\;Du9ea]Ь -#N xXq~ws~eI<^kVXⴖݼBn9/M 7v$x(]wfY5j_WayOwg})ZafD*mDs1% U0FR&Lj`tY.(T+$HWK5VWM&-aqd*{ɳt^z¯D5o~N_^^Yo*TFuL9"-͑pE\%Kêr͇_n˧1*O)bJ_&tвKMT$"BB'PfJ@vaY^H|;! /FwZZApjn.m:aFt=h#!UUeKªV껦\T墾oSp 9ukB_\[MⱩP)KWM#hFJsX/N0PLW?\ʇ}WCf27ӚůsIv_7ӯ|_?ibF8O;GfnmeeKĪ{\G~ߢ[C2[&4&Nfs4r
PrM<].8 `!r(,J/_%VU?fcFGaF+a=dviMh Flvao̪ܖmt{ai ':]4t۞,ayRhK -endobj -923 0 obj << -/Type /Page -/Contents 924 0 R -/Resources 922 0 R -/MediaBox [0 0 595.2757 841.8898] -/Parent 880 0 R -/Annots [ 926 0 R 927 0 R 928 0 R 929 0 R 930 0 R 931 0 R 932 0 R 933 0 R 934 0 R 935 0 R 936 0 R 937 0 R 938 0 R 939 0 R 940 0 R ] ->> endobj -926 0 obj << +943 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [147.115 756.9399 306.9157 768.4187] +/Rect [147.115 493.2089 306.9157 504.6877] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.FreeBSD.org)>> >> endobj -927 0 obj << +944 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [154.8081 737.459 386.3397 748.9379] +/Rect [154.8081 473.728 386.3397 485.2068] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.gnu.org/software/make)>> >> endobj -928 0 obj << +945 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [133.0648 717.9782 264.173 729.457] +/Rect [133.0648 454.2471 264.173 465.7259] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.vim.org)>> >> endobj -929 0 obj << +946 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [163.7833 698.3433 352.2764 709.9761] +/Rect [163.7833 434.6123 352.2764 446.2451] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.imagemagick.org)>> >> endobj -930 0 obj << +947 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [143.4568 679.0164 374.9885 690.4952] +/Rect [143.4568 415.2854 374.9885 426.7642] /Subtype/Link/A<</Type/Action/S/URI/URI(http://java.sun.com/j2s2/javadoc)>> >> endobj -931 0 obj << +948 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [167.8988 659.5356 327.6995 671.0144] +/Rect [167.8988 395.8045 327.6995 407.2833] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.mozilla.com)>> >> endobj -932 0 obj << +949 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [139.9598 640.0547 471.9148 651.5335] +/Rect [139.9598 376.3236 471.9148 387.8025] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pps.jussieu.fr/~beffara/soft/rubber)>> >> endobj -933 0 obj << +950 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [147.4467 620.5738 285.7281 632.0526] +/Rect [147.4467 356.8428 285.7281 368.3216] /Subtype/Link/A<</Type/Action/S/URI/URI(http://java.sun.com)>> >> endobj -934 0 obj << +951 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [151.5083 601.0929 289.7897 612.5718] +/Rect [151.5083 337.3619 289.7897 348.8407] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.gimp.org)>> >> endobj -935 0 obj << +952 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [146.2633 581.6121 499.7376 593.0909] +/Rect [146.2633 317.881 499.7376 329.3598] /Subtype/Link/A<</Type/Action/S/URI/URI(http://httpd.apache.org/docs/2.0/mod/mod_dav.html)>> >> endobj -936 0 obj << +953 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [147.2495 562.1312 321.3964 573.61] +/Rect [147.2495 298.4002 321.3964 309.879] /Subtype/Link/A<</Type/Action/S/URI/URI(http://websvn.tigris.org)>> >> endobj -937 0 obj << +954 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [134.069 542.604 344.0813 554.1291] +/Rect [134.069 278.8729 344.0813 290.3981] /Subtype/Link/A<</Type/Action/S/URI/URI(http://aspell.sourceforge.net)>> >> endobj -938 0 obj << +955 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [134.069 523.1231 344.0813 534.6483] +/Rect [134.069 259.3921 344.0813 270.9172] /Subtype/Link/A<</Type/Action/S/URI/URI(http://astyle.sourceforge.net)>> >> endobj -939 0 obj << +956 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [133.0649 503.6886 328.731 515.1674] +/Rect [133.0649 239.9576 328.731 251.4364] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.foolabs.com/xpdf)>> >> endobj -940 0 obj << +957 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [122.108 484.1614 354.1378 495.6865] +/Rect [122.108 220.4303 354.1378 231.9555] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.info-zip.org/Zip.html)>> >> endobj -925 0 obj << -/D [923 0 R /XYZ 74.4095 793.4011 null] +938 0 obj << +/D [936 0 R /XYZ 74.4095 793.4011 null] +>> endobj +939 0 obj << +/D [936 0 R /XYZ 74.4095 579.5269 null] >> endobj -922 0 obj << -/Font << /F61 259 0 R /F35 221 0 R /F28 209 0 R /F83 820 0 R >> +935 0 obj << +/Font << /F61 259 0 R /F28 209 0 R /F26 206 0 R /F35 221 0 R /F83 822 0 R >> /ProcSet [ /PDF /Text ] >> endobj -943 0 obj << +961 0 obj << /Length 215 /Filter /FlateDecode >> stream xu1OC1+2&C8N2V5bRPE(Teqrw!v]i"}=Q.jhf5.REP,uէ5O
Os o;ȥzpׯ5*۾F_eH??췁ѿnZ9MZZ -j`K>O*4Um1h'jD-<Xf&2; 3Xwendstream +j`K>O*4Um1h'jDx,3BUoˌXoendstream endobj -942 0 obj << +960 0 obj << /Type /Page -/Contents 943 0 R -/Resources 941 0 R +/Contents 961 0 R +/Resources 959 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 945 0 R +/Parent 958 0 R >> endobj -944 0 obj << -/D [942 0 R /XYZ 74.4095 793.4011 null] +962 0 obj << +/D [960 0 R /XYZ 74.4095 793.4011 null] >> endobj 186 0 obj << -/D [942 0 R /XYZ 74.4095 771.7323 null] +/D [960 0 R /XYZ 74.4095 771.7323 null] >> endobj -941 0 obj << +959 0 obj << /Font << /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -948 0 obj << +965 0 obj << /Length 1135 /Filter /FlateDecode >> @@ -7620,72 +7757,71 @@ xڝ]oF+|Ws|3s+'[*Q;QCM} i)y~ㆥ4bBEn#ypk0CO?˓yI<n*=DS7Nl0"7=U2q~ޮ]&d$c13xј;XIi:3k)mάsȳFx- sl Tʄes{?)F4"C{ls$O^[?n";^ә5
5RpAoio:ҵCv'L+0@@{A^ʪ9x:HjfXUh0]fuߠڵMa©
A;zVUbQT0Ԋ<PX̡
yZ;nty(>gGO~.ҬAaDZ9tC#)q4JMV."6\'M"U/[rHPai:(qayBQvfWIKIcåt#;Eդ-PM bU&Ļ3(yiE3Ęr}wVjK~ǘכϹ0itsȠ)C(@3TCw ESfZ90D"ÄI`Gr~wc4$y2$PԱ3p_ĪIRAf7厙)w<'?6$a/i/:|MHx suz ,vxں9Q h.EOªLL ?&171އP-odP(?ƹ -XbUuxOw8ayN:c9Cͳ3k_XUFSxiE`靹H5#F=dMǹJ@QaνcQc'\w3ՠM$EN8Ia\mUf= -!pw3endstream +XbUuxOw8ayN:c9Cͳ3k_XUFSxiE`靹H5#F=dMǹJ@QaνcQc'\w3ՠM$EN8Ia\mUf=!pw3endstream endobj -947 0 obj << +964 0 obj << /Type /Page -/Contents 948 0 R -/Resources 946 0 R +/Contents 965 0 R +/Resources 963 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 945 0 R +/Parent 958 0 R >> endobj -949 0 obj << -/D [947 0 R /XYZ 74.4095 793.4011 null] +966 0 obj << +/D [964 0 R /XYZ 74.4095 793.4011 null] >> endobj 190 0 obj << -/D [947 0 R /XYZ 74.4095 771.7323 null] +/D [964 0 R /XYZ 74.4095 771.7323 null] >> endobj -950 0 obj << -/D [947 0 R /XYZ 74.4095 573.2241 null] +967 0 obj << +/D [964 0 R /XYZ 74.4095 573.2241 null] >> endobj -951 0 obj << -/D [947 0 R /XYZ 74.4095 548.0739 null] +968 0 obj << +/D [964 0 R /XYZ 74.4095 548.0739 null] >> endobj -952 0 obj << -/D [947 0 R /XYZ 74.4095 522.9238 null] +969 0 obj << +/D [964 0 R /XYZ 74.4095 522.9238 null] >> endobj -953 0 obj << -/D [947 0 R /XYZ 74.4095 497.7737 null] +970 0 obj << +/D [964 0 R /XYZ 74.4095 497.7737 null] >> endobj -954 0 obj << -/D [947 0 R /XYZ 74.4095 472.6235 null] +971 0 obj << +/D [964 0 R /XYZ 74.4095 472.6235 null] >> endobj -955 0 obj << -/D [947 0 R /XYZ 74.4095 447.4734 null] +972 0 obj << +/D [964 0 R /XYZ 74.4095 447.4734 null] >> endobj -956 0 obj << -/D [947 0 R /XYZ 74.4095 422.3232 null] +973 0 obj << +/D [964 0 R /XYZ 74.4095 422.3232 null] >> endobj -957 0 obj << -/D [947 0 R /XYZ 74.4095 397.1731 null] +974 0 obj << +/D [964 0 R /XYZ 74.4095 397.1731 null] >> endobj -958 0 obj << -/D [947 0 R /XYZ 74.4095 372.0229 null] +975 0 obj << +/D [964 0 R /XYZ 74.4095 372.0229 null] >> endobj -959 0 obj << -/D [947 0 R /XYZ 74.4095 346.8728 null] +976 0 obj << +/D [964 0 R /XYZ 74.4095 346.8728 null] >> endobj -960 0 obj << -/D [947 0 R /XYZ 74.4095 321.7226 null] +977 0 obj << +/D [964 0 R /XYZ 74.4095 321.7226 null] >> endobj -961 0 obj << -/D [947 0 R /XYZ 74.4095 296.5725 null] +978 0 obj << +/D [964 0 R /XYZ 74.4095 296.5725 null] >> endobj -962 0 obj << -/D [947 0 R /XYZ 74.4095 271.4223 null] +979 0 obj << +/D [964 0 R /XYZ 74.4095 271.4223 null] >> endobj -963 0 obj << -/D [947 0 R /XYZ 74.4095 246.2722 null] +980 0 obj << +/D [964 0 R /XYZ 74.4095 246.2722 null] >> endobj -964 0 obj << -/D [947 0 R /XYZ 74.4095 221.122 null] +981 0 obj << +/D [964 0 R /XYZ 74.4095 221.122 null] >> endobj -946 0 obj << +963 0 obj << /Font << /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -967 0 obj << +984 0 obj << /Length 676 /Filter /FlateDecode >> @@ -7695,39 +7831,39 @@ xڅMs0 #dN D)j%פPŝvkNk^ (#~ʀ j~7;0G
hsc"tQVBs
q酖*-#Ym">\<%!65~]IFuĠ_?!a -E>gnw]YO!,
+E>gnw]YO!,
endobj -966 0 obj << +983 0 obj << /Type /Page -/Contents 967 0 R -/Resources 965 0 R +/Contents 984 0 R +/Resources 982 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 945 0 R +/Parent 958 0 R >> endobj -968 0 obj << -/D [966 0 R /XYZ 74.4095 793.4011 null] +985 0 obj << +/D [983 0 R /XYZ 74.4095 793.4011 null] >> endobj 194 0 obj << -/D [966 0 R /XYZ 74.4095 771.7323 null] +/D [983 0 R /XYZ 74.4095 771.7323 null] >> endobj -756 0 obj << -/D [966 0 R /XYZ 74.4095 573.2241 null] +758 0 obj << +/D [983 0 R /XYZ 74.4095 573.2241 null] >> endobj -636 0 obj << -/D [966 0 R /XYZ 74.4095 530.1467 null] +638 0 obj << +/D [983 0 R /XYZ 74.4095 530.1467 null] >> endobj -414 0 obj << -/D [966 0 R /XYZ 74.4095 504.9966 null] +416 0 obj << +/D [983 0 R /XYZ 74.4095 504.9966 null] >> endobj -965 0 obj << +982 0 obj << /Font << /F26 206 0 R /F28 209 0 R >> /ProcSet [ /PDF /Text ] >> endobj -969 0 obj << +986 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 -819 0 obj << +821 0 obj << /Length1 1612 /Length2 15936 /Length3 532 @@ -7736,7 +7872,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+ͧ @@ -7788,35 +7924,35 @@ 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 -820 0 obj << +822 0 obj << /Type /Font /Subtype /Type1 -/Encoding 969 0 R +/Encoding 986 0 R /FirstChar 33 /LastChar 126 -/Widths 970 0 R -/BaseFont /HYBYGV+NimbusMonL-Regu -/FontDescriptor 818 0 R +/Widths 987 0 R +/BaseFont /MLONJW+NimbusMonL-Regu +/FontDescriptor 820 0 R >> endobj -818 0 obj << +820 0 obj << /Ascent 625 /CapHeight 557 /Descent -147 -/FontName /HYBYGV+NimbusMonL-Regu +/FontName /MLONJW+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 819 0 R +/FontFile 821 0 R >> endobj -970 0 obj +987 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 -648 0 obj << +650 0 obj << /Length1 1606 /Length2 997 /Length3 532 @@ -7824,50 +7960,45 @@ endobj /Filter /FlateDecode >> stream -xT{Tgo46ZCy%ZW!Hx(Ta|INf &(*. -BHW<Z\m[ARZYZU.מ9}|{]fG݃t*)]!r5ˀDtb<AS2~ V+pxIWBhF*5bV1LTю_K!( ѫ#(,*A - $e)f9* -cHLb#0%Lih9ReXB䐐6vgN1!״C B1PEPODPJH%zynKAg!Fy` -"@(GQXxyJ_ -/_GxBZ/6s<N$0
] - -=}}OZS>
7z#w+-z*IkוKsm -emik{uy#b'rvl/âcgzFƬt#رI➯ -WU
))pIyV`!:GT( -Hl[$;<o{E[4;rt6cO%xM-0L%fxQM힐rլ'kN8`ͬ4w^͚o&d]ߝۑ$kJøEX]v|A|GlY!mv>O -}Fi.-SkE/Bz6eW%!y֑ؤҦdEWM=&0=VlΫ몮DRMEkf$CgL0}PʆŇt:Zd]zrpCn6Y)]RS[)Xi7Bf
NOu[uRErKuN;!ȦgoJ)M?/ꕕ\k%:*w.?8QxiF$I^g(' +xT{Tgo4OX䡉ڀ+oQ BK2u23L0)EAPqVWEh +ʺЪZt eԿlIN>[* +VR0"9/9TbRn.B! Cq8EaqX$ RRq1zLTɎ_K!4pQ1"! +b +fX*p6<
-β?Yf0JQ +>>^CEYT_]+}enL/7=+!EwO|5h)+Yiw^͚o&b<ޝۑ5% =ʮL;t}uɅU`.>$&[W%'i=>PWo2/hnѝ*\-ja|Rw* ͳtWf~;dk}Ɋ?{d%J{lWU]w +,$H&l`zOgQC
5 5/b%<iB*\.Y-ZRS[)Xi7Bf
NOu["ErkM}nBww7Y?^R)GG즼6l>7^.]Ws.O5OT7'qOA? pc7l8endstream endobj -649 0 obj << +651 0 obj << /Type /Font /Subtype /Type1 -/Encoding 971 0 R +/Encoding 988 0 R /FirstChar 229 /LastChar 229 -/Widths 972 0 R -/BaseFont /WYHTIV+StandardSymL -/FontDescriptor 647 0 R +/Widths 989 0 R +/BaseFont /IOQQER+StandardSymL +/FontDescriptor 649 0 R >> endobj -647 0 obj << +649 0 obj << /Ascent 504 /CapHeight 687 /Descent -228 -/FontName /WYHTIV+StandardSymL +/FontName /IOQQER+StandardSymL /ItalicAngle 0 /StemV 0 /XHeight 400 /FontBBox [-180 -293 1090 1010] /Flags 4 /CharSet (/summation) -/FontFile 648 0 R +/FontFile 650 0 R >> endobj -972 0 obj +989 0 obj [713 ] endobj -971 0 obj << +988 0 obj << /Type /Encoding /Differences [ 0 /.notdef 229/summation 230/.notdef] >> endobj -579 0 obj << +581 0 obj << /Length1 1625 /Length2 6140 /Length3 532 @@ -7875,60 +8006,68 @@ endobj /Filter /FlateDecode >> stream -xvg4ֶD]L5щnBFt1-END !zD%QCtAD{&gyΧw̺o
M +xvg4ֶD]L5щnBц1-END !zD%QCtAD{&gyΧw̺o
M -Є9 -Fϥ@ -O ,? D;q{ߩ;~d -c] -`M<`S> -ouu/ @TRV z[B ))!or!YE}Vb -zO7$+&n[LiYoRF0`dltM{,;!#Mj -66֎:{?vw]y.Oћ?g6YY@l=QrGvzw<7+z)'$ɚ{}pI,?tn!m[Fxŧ̬ݳDq[~EݩJ -C]SJ[1 nΛVcs
u<q6)kYV Ю6uv -jLو2H礜~`4'XD-$ͼĊ)O -y)=)!^p9&xr>>i˽p.eٸ*i=m+b\[櫜Z~=i Q!|<gj^Bܾ:!WX;_>&:jV\Uq3lhw[꒛\:Kʰ6gfGv}2yyAϬ -jxzO` ڭȥ wzcHJ2keCu
z(w;ni!)YsX42 4$bZSk[]ت\I+#--51$Tye+LIs( bz,UՁ0ȌƍZkxr5WH=.ZC͜q rfL3YXO~@H_F8KZIC<!$brާc -$>!'~@{qrY۫MNIjD姂g\
<U^]o!,J[y4to=xLb5u0̺`qko@cKjn j/wڊWrcF!% V`yο5̀xƟ6ܨ;d?w(9`&^?IznPǾ%'jI;Ui]cBҐUdxr -XhJfϴ5/s~ ^y -`궎gsoo]홀n?Yx\H2GuC<)P!}}s&ma~G"nW)vMyEK[Q0:{p>Q!{4QVGM@a9[8<|Ffg,!7ZSȑr>-._]|Hx
`y#9,3O_d -o+)!̭}2=H$ˬ>otxu=5͔iRJ$y+"dsK9Sv?c66jYpC5.$澫#g>6~}ձ'P:*@\ɔm}ګE:1~IZbSCVEMZ0࠘%ڶ!Ǿ
# XW9ؐ1ϡr-)Lu*ɟk[uGJ#3SrΜRq*a5yxK%WRZZj/(W
g$}(W>T[GjTX1x\[!íSU84UeCWE;[ViuݥBĈ(XbmG֒l*01@r@
.UeA]9굸wy9 -5A/8FTح/<2&r~+ -e)}0ϓq!A&h=:oƨEMtC -ƙ dZ@zJa_aof@1#z8gΦ<SvR]O/CJjv[k]o=Mߣ$Tʢ>"DW'} D2;Pӊ;gߊt=oKk賔O`!Ne7T(+0Sd{o}uU>aIB\NwǽSڽ:cx*d}v9HagjG۩tt멁5uAq$?$哬Qk"ezoStGl -1eϊ.tѷ@FZ -hV%ni@6b Pm@)Duj\vBޤ9t"mXݦuSf^J.V.ϢQr{Gd=b,rR<oGڽZtvVr8DĨ+ &#h>e/_a0 +Є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 -1Ճ _VLhl,+Vlh(+LewyjS]cä +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__~(?ECn:xendstream endobj -580 0 obj << +582 0 obj << /Type /Font /Subtype /Type1 -/Encoding 969 0 R +/Encoding 986 0 R /FirstChar 46 /LastChar 117 -/Widths 973 0 R -/BaseFont /MLSYYN+NimbusSanL-BoldItal -/FontDescriptor 578 0 R +/Widths 990 0 R +/BaseFont /XXTEDQ+NimbusSanL-BoldItal +/FontDescriptor 580 0 R >> endobj -578 0 obj << +580 0 obj << /Ascent 722 /CapHeight 722 /Descent -217 -/FontName /MLSYYN+NimbusSanL-BoldItal +/FontName /XXTEDQ+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 579 0 R +/FontFile 581 0 R >> endobj -973 0 obj +990 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 -572 0 obj << +574 0 obj << /Length1 788 /Length2 1202 /Length3 532 @@ -7936,47 +8075,40 @@ endobj /Filter /FlateDecode >> stream -xRkTSWFa<FOD@r!PAHHnͅ-e,DAP֠"> H,A5̯YsΟC!|X"p\n3( 08Wa0vg9$ -Ǥ8L -0!&&qN}"]BX`N1b -904?WKu;L"q -2zK;z;<@Vn1 _aCK>Ѭ.&iGnfWqr=NEg/2w'F:tםP3ةn -R6,^kVi#Ars@^8| kqwײlS7MV(=س68rcк~SvYN[ +IYY\i|?u~ʷ{Q9^C7R/Qv]{N. -L1ޭ](j_e1[v<~8Ze.6w
G8VۜCR
{vhZ؞GS{FnqgX cR-:3LOXB,Qu`oA)UI]9J&6T
!g5R;Zv#}HNEx싊Yϑ볩^3W}W`![uǓ^jԪ97_V4$@K -c,sŻ?$`Kq5>RGse)xJu7-(%IX6v/嗕W:)zb`gQ䚉*R8+7HJsUoQp=YP0 'ű[7fɟpjx6z.JmV^+4vS=*\7aumz8ݤ -Q
%1+LO2|ck;{dGե)~qHs~iחq"2svї`cԎsC#Z`⭭Sq82-Gh +xRkTSWFa<FOD@r!PA HȽ[{37-e,DAP֠"> H,A5̯YsΟC!|a< 1p\n3(Pwp\T`:rvgIK 4)Y$6#*c˗%#b]
_x +O'>.bL@1DSLaLw
8A+
%< endobj -573 0 obj << +575 0 obj << /Type /Font /Subtype /Type1 -/Encoding 974 0 R +/Encoding 991 0 R /FirstChar 58 /LastChar 60 -/Widths 975 0 R -/BaseFont /SCUCBC+CMMI10 -/FontDescriptor 571 0 R +/Widths 992 0 R +/BaseFont /VJHHBS+CMMI10 +/FontDescriptor 573 0 R >> endobj -571 0 obj << +573 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /SCUCBC+CMMI10 +/FontName /VJHHBS+CMMI10 /ItalicAngle -14.04 /StemV 72 /XHeight 431 /FontBBox [-32 -250 1048 750] /Flags 4 /CharSet (/period/comma/less) -/FontFile 572 0 R +/FontFile 574 0 R >> endobj -975 0 obj +992 0 obj [278 278 778 ] endobj -974 0 obj << +991 0 obj << /Type /Encoding /Differences [ 0 /.notdef 58/period/comma/less 61/.notdef] >> endobj -569 0 obj << +571 0 obj << /Length1 1630 /Length2 6677 /Length3 532 @@ -7987,7 +8119,7 @@ stream xteT6
"!0tw RJ03P
ݥtHw]C /Y{Ηsw֬7Cm=^y5H A H4֮]&TRWd -ӋⳲ*AVH0dIA6 +ӋⳲ*AVH0dIA6 PWHB$)$_$/Y { @@ -8007,35 +8139,35 @@ Qo?V>Hm|]H.Q.'[bF2zknAXJH-;ĉ9f Jgy:ŧ1n"5IW< ^,)ޘD7=!k*6470_|L;glth!_Frd9%FQCae]e\qHXdYY} څ?hv*.Ôge?x8{~~k3~~R١`4#G^.s(7IE>CYF(Bj? g/lb=n ^##8ЂLmmVpp
ˠ>q|5Лb -"z@v;2gSXvq5ӫb[<<ה̙;5֕/@buXh>e
*߀[D۶F{7̰Z٘z爈dfjW,kٟvlʼn435ܸO(3>Hڱ\
5Z&.g"ֿɗ]3<rQ +"z@v;2gSXvq5ӫb[<<ה̙;5֕/@buXh>e
*߀[D۶F{7̰Z٘z爈dfjW,kٟvlʼn435ܸO(3>Hڱ\
5Z&.g"ֿɗ]3<rQ endobj -570 0 obj << +572 0 obj << /Type /Font /Subtype /Type1 -/Encoding 969 0 R +/Encoding 986 0 R /FirstChar 48 /LastChar 58 -/Widths 976 0 R -/BaseFont /CUWMQS+NimbusRomNo9L-Regu -/FontDescriptor 568 0 R +/Widths 993 0 R +/BaseFont /ARSOMN+NimbusRomNo9L-Regu +/FontDescriptor 570 0 R >> endobj -568 0 obj << +570 0 obj << /Ascent 678 /CapHeight 651 /Descent -216 -/FontName /CUWMQS+NimbusRomNo9L-Regu +/FontName /ARSOMN+NimbusRomNo9L-Regu /ItalicAngle 0 /StemV 85 /XHeight 450 /FontBBox [-168 -281 1000 924] /Flags 4 /CharSet (/zero/one/two/five/eight/colon) -/FontFile 569 0 R +/FontFile 571 0 R >> endobj -976 0 obj +993 0 obj [500 500 500 0 0 500 0 0 500 0 278 ] endobj -566 0 obj << +568 0 obj << /Length1 807 /Length2 1423 /Length3 532 @@ -8043,102 +8175,112 @@ endobj /Filter /FlateDecode >> stream -xR{8Tfirh&Ďk-
bHc֘[(+%\KcG"isTC msyZY{~>+Dͷ$X -E4T -7oɋ̈́E!|n A.1-\ &00@& -#ʼn˗;/?_X' .z#HuOeAtWv$#B"Q -GK0%>dgu[vtpW&I;k&ZRVMSREi^.e%(tDjPz~VRC,ʮ4Kkڶu%&8U;v
o(ٽRXV]z4b<\4mˍf\lg7~r(خ~msnS̊+;#W;=}@rŖ(MB)e,>QqDl^n\wB>8qc'Z]]ݝwXnIFg::yf#/g'ʬO;:ئfLa]zMߋ&$@ /_dR3lB֡9#Vlv -FW&Qh-ʴu*Mfսw~~2q-ԷѵQm 7za% -17+M֙eݚ:[اZV8ڈ߈}#k<%@kvisEHD00%PN`f|.@C6ǺiW|n~zyXԹ.Ӊ.Kw/[C:_\ޕorCbּ Jvgi=0ZР1^s"KKgv̝ޖ1$t Ē#LvMcͺ^?Js0+\X;Mq60cRم=,jIP>ov8lYv@y2KsoyI;/kZM<|żrgtT|$jmS3PtdgOmj# /Kn9\`lU+u?Qkq4RlAH;=&IaJr'w76lPwY'ODQ'cstMF3j=cΧHA~BM'l$e;Nvڿ\Δ2Od̥\')б@KS^Uc'!t53}&
h>*
|a_M{"^wb꒬a#-ې}$Nk&<(̙ :rp,gendstream +xR{8Tf4NSYK.a5TvAIsYXYcL(+%.#vǎ.RԮNbJhE^ucy_9kg=t1>~Ǝ4ag D`N(]]gHfC0Åm)l--l-P3̌gAl@`d
8ƀ,Jf +z1@MYukD 䲦G2v}o"3xD9tCWyH ^Cv V_ku,ONM=pS/+AoH$bwej\2\Z@cwSObbM掮G3:ӁE +:ϲʶsbX ORηY:vO$b˪=SyMH%B낱YU7p֘c qyoXߩ-S~F<8>W'ζq-7:Z &MhWg&p3iSfs)gI
#jo'%FOܧf*=oZ +Vae~Mt$I˿Dt5ء`ElIK+[mt~!ՏsQ{/v^&Ya.%o۪)O;.FpNrۢXbRe/WEj%c>UtNqy4()eO&\HeFΥ(uS=lgRl<\B1BVR?Vd]I?Z6Q'#ZP'.ј$nJfEZw&9{r_71նOܛ4L$U]YSr>?<;N]_m`͑nuF&\6r YbZQ1ŚAAn<9eO?%ソsw6qwraM\pqʘNMo82xX;5N*ْudD<f/T>z4t\+-/>)K1w?<BN7H4G{ܶЛ<2Ґ.'j_yɂˌ&SkʰFsS]vHo ){ޅx"zy6|PW T:Hf2+endstream endobj -567 0 obj << +569 0 obj << /Type /Font /Subtype /Type1 -/Encoding 977 0 R +/Encoding 994 0 R /FirstChar 40 /LastChar 61 -/Widths 978 0 R -/BaseFont /GIRGPX+CMR10 -/FontDescriptor 565 0 R +/Widths 995 0 R +/BaseFont /RPBJNQ+CMR10 +/FontDescriptor 567 0 R >> endobj -565 0 obj << +567 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /GIRGPX+CMR10 +/FontName /RPBJNQ+CMR10 /ItalicAngle 0 /StemV 69 /XHeight 431 /FontBBox [-251 -250 1009 969] /Flags 4 /CharSet (/parenleft/parenright/plus/equal) -/FontFile 566 0 R +/FontFile 568 0 R >> endobj -978 0 obj +995 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 -977 0 obj << +994 0 obj << /Type /Encoding /Differences [ 0 /.notdef 40/parenleft/parenright 42/.notdef 43/plus 44/.notdef 61/equal 62/.notdef] >> endobj -563 0 obj << +565 0 obj << /Length1 1647 /Length2 7179 /Length3 532 -/Length 8044 -/Filter /FlateDecode ->> -stream -xweTݶ.w)Pܵ"! ][(BwJq"{{q3F2599z֚#/;"a
UC|B -ggWv0\JL -IIIN^.0[;$H߄_. -P5 -E-J!>!1~0W5'C -L.~S))!<>|BR -g`iܞ*fmB=aNo"ʭo{M8ݬ=yF9zݞOUg=X(}$pBkW=}kC".܁lgNuqHk -vv98{{?a˸cq:?3*yu_[|h<Gl1]=}4%LřVM5s@$
ޭv$ZAxEO"S_>{p?73/r-6H8a݇GRI{c8GS>p ]oFç}OCStx,E: -bR[U`$5i7NO"\\KuyEbpp]ӫzM3 -VKI g -[InGvWq-_JE>#i7!7qWokC{<WhI"#\|<Ojj&0+ݦA${DՀBHV9#~/|dD -nSs%IJRs/4߬&/D q&lxl_iii`{Mqd//e&0$0K
31ErަN ?~&HR3( -@$=Oێ)\XֿǗ!rF;A2_7]z -.noȊ; cDA"9Ey_^&USrݫxP#2" gvJ#GP
xtCGCy'::?=9X+06:eN& Ѩ@
?"o\5}evR0@ -.ɀQ`SJZzkz23dc -9m+y
IX?߈#?#X2@/1~a6/5P*Md=;lP
|V(ycF!?Y =.G/uDIV&Q6*Ӟ%}SOu&|n
¥cd?{01y0c]<}"vɸ(2+9,6aR$-DdPɜ'̜P'KaCݨ0amtNz QI@u
!
Wlƫϛ߲2H+#gЋwxAg')1Ճ{JtSQK
bdS%7Ud0'p5ɒDZ?c>HIKd#T1rQ`&ˇ2] xA(30Ȕ4?gZTս_6]3>Ѡu}fFlr5/'0ӹ^='v}aGjTJџ/(MH_hRJ -~b%&;0.0QҶ(tJxRA+`sQ>ocZT5W.ngMLYC3f`g!ia$1*̧nťtؗ,ژl?\1"~8G]<JsKmد}+>.7.1i%9Bb>J)O{++흹zʈN(LFЧ_艷br=df(a$dRetN6GS)Aw]緍T7w_/>S#': Fa({ٝO܋+$79FܯSs8/"[O.ξQ(sѕ5K=O>qd"cdfl~k?| -85Jms^<NsDc34V9/|f=dC1~mՃ~ -̖A)_~;0ӶDʍZ5xJѠLLXB*<qSj#x;FÍAbӼ-|7ۮg__b#i٥~hyrVWECxwkrZgwYbpi¾z}Y1$1e3Or&VV+ލ%E_4
E s:+;0ʨ[CޥWpYGp醘*,\YsvnsSx~qӏSr#HDz_N>rKgh~+Vlq>~ ݇- Dzi8f7X\b\nC:Rmò_96lY)_S2JR~S^Ч?P)&/W/@MlhDG:@&Y)u`:v{Sߞu7E66<<oCT7uHW6U
-hէq0gm2EſDG6&we;}m,B52wU k>r#1876>}_G_!'k.lOyHc]&=KW䅯Ǥ`BfRG:f N->8B; - -?ҔZ
8C(6ENɊ2;w{o57dmt9xdJТi~%zKuVhnO ~j:mhciހ?ӞeyV垙E)x(O}04+q;QE?*&WRk:P5zKjdA/ю~:ܚ' Ti'f]`lSȶai<+|=FV)m=%ETα8侓?L0XMݧvD@s:D1В5D[i#C=eGWZjJΎ}?%A˦vB5V!!!MEqjvXl%23C=Ċy+o2%ZL_ڇvZ&){#,Sp/OwJL&QRj|e\I1g<ttܦ0bJkVn+\B*p\5v+3{ھ`]*\7 -tKjFax ?s/6;WEO7cSRo&`rNozo~i@5g`f\ yUl0Qv[}DĈ,ݵX}yXX*sa6EGeΜnRkCG5x݈5 A:P01Ǹk'6FʳIӠ}.\x"[X-?Zkv]-b@NaQ$xVx;$po*$Ku~krhV?-#|lw܇zOqovSч^=ԟZ$yZ -
q=' zDdKk68\ʳuk"DMKPz-aU~ХG^qJnsMCFP\qVn:C+UXp8U'wپtF"x|Q+;N"3MWQeQSB߾H/&}_rxv{XϒӉ$/SkFYw.KViɵXuelC_bU3WE "ЭȫRTlO*1ϾF[ָqmyeV\645<ni[_%߂WnR2ϢPU^]/=zHycJZls4?TO~!GȠhd5kiJ_9vD%XM
^wINvJj*^ti%K}T_tu2g_ -~c)K*68bk#$ԦaRvjoyHUpmKe7(S,=aՍI<KWk;QoFCb'&I6pcY~xc1;}O۔q?^M={QN[7}!W}X1L ѭ+ϕ@;M$a#`56I< -Z|`/31mǸRyPd#gHACR$fsfDJK oT֗0/P~$5d);S݇^0ira45/igSu`MTntխyjW$ +/Length 8042 +/Filter /FlateDecode +>> +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:TU~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 -564 0 obj << +566 0 obj << /Type /Font /Subtype /Type1 -/Encoding 969 0 R +/Encoding 986 0 R /FirstChar 97 /LastChar 120 -/Widths 979 0 R -/BaseFont /LNULPQ+NimbusRomNo9L-ReguItal -/FontDescriptor 562 0 R +/Widths 996 0 R +/BaseFont /MGEHCC+NimbusRomNo9L-ReguItal +/FontDescriptor 564 0 R >> endobj -562 0 obj << +564 0 obj << /Ascent 668 /CapHeight 668 /Descent -193 -/FontName /LNULPQ+NimbusRomNo9L-ReguItal +/FontName /MGEHCC+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 563 0 R +/FontFile 565 0 R >> endobj -979 0 obj +996 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 << @@ -8149,7 +8291,7 @@ endobj /Filter /FlateDecode >> stream -xzUX]ݲ%$la]o`.@ps=}O~zXs֨U5fͷEE$bfosabe&ΪvL* Wc;aDEvGwP d7vyQt(; +xzUX]ݲ%$la]o`.@ps=}O~zXs֨U5fͷEE$bfosabe&ΪvL* Wc;aDEvGwP d7vyQt(; =-k϶@N { k z!jc23@*6/eG-?&
#Y2SZcv)l늿pf 69;ߒJؙڛ, @@ -8187,23 +8329,23 @@ A{OZ[\ŭ<01R2ScB:V͙:PcC
T uƫa7b^?8qA =1AO7XFqo? "DpwVn@3eu㚦Bz+F'6Ϊtb.5p^ZZSFY*9srhⰛ,@P G?nejo7AALNn!x ֨etJ:*z+BSQTPؘ|TwdҏG<N[)uZH -)h4+Ƨ,ru3N[n
a>t}̳cOhhN!́PנvHUNj[S8Ye[B:sE'sR2A5=8+YnFZjezr ͔ -ssFIA)w
iUk~e0ԇ}ѱ=X_Dz%-?TL2LV%HYB4{Ӡ^1cZ%>
]QYR{dsae"xpnvZ:4U1@\;:*7_{eHmR$R]<#qa;[ H+zS1cF: QslBwEgjuQ )ʔVVY}IzTxruBB28D`tU֙9#Ya?&IZl=֘>'` hl%2l/w;A.wAxlBةX FO:3\nu嗻3|5U8Z-m{r+))Qr_ZPo^\[2L.0W)d8\1]&Mq浥t?cmZvr5B<X/O
bH_$endstream +ssFIA)w
iUk~e0ԇ}ѱ=X_Dz%-?TL2LV%HYB4{Ӡ^1cZ%>
]QYR{dsae"xpnvZ:4U1@\;:*7_{eHmR$R]<#qa;[ H+zS1cF: QslBwEgjuQ )ʔVVY}IzTxruBB28D`tU֙9#Ya?&IZl=֘>'` hl%2l/w;A.wAxlBةX FO:3\nu嗻3|5U8Z-m{r+))Qr_ZPo^\[2L.0W)d8\1]&Mq浥t?cmZvr5B<X/O
bH\_,endstream endobj 259 0 obj << /Type /Font /Subtype /Type1 -/Encoding 969 0 R +/Encoding 986 0 R /FirstChar 37 /LastChar 228 -/Widths 980 0 R -/BaseFont /HGRPCN+NimbusSanL-ReguItal +/Widths 997 0 R +/BaseFont /GIYTID+NimbusSanL-ReguItal /FontDescriptor 257 0 R >> endobj 257 0 obj << /Ascent 712 /CapHeight 712 /Descent -213 -/FontName /HGRPCN+NimbusSanL-ReguItal +/FontName /GIYTID+NimbusSanL-ReguItal /ItalicAngle -12 /StemV 88 /XHeight 523 @@ -8212,7 +8354,7 @@ endobj /CharSet (/percent/parenleft/parenright/asterisk/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/less/equal/greater/A/B/C/D/E/F/H/I/J/K/L/M/N/O/P/Q/R/S/T/V/bracketleft/bracketright/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/bar/quotedblleft/quotedblright/endash/adieresis) /FontFile 258 0 R >> endobj -980 0 obj +997 0 obj [889 0 0 333 333 389 0 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 0 584 584 584 0 0 667 667 722 722 667 611 0 722 278 500 667 556 833 722 778 667 778 722 667 611 0 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 0 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 << @@ -8223,30 +8365,26 @@ endobj /Filter /FlateDecode >> stream -xRXuO{$DE -cnKP(6Ny
䇆I0
$dQ<=Z
M2EāQTP}?y_{KQJ<"/X - -%p, -!'RXDx>P2!HfY/P.ф D};lXRA 49$ 1pX( )-5@EќB@%H~P1٣*̟㨄'~fiAS$/o :aŢ爨q:=g`7&崜9vV[TTKk˯8|L` -ў%jzn|E]-[TVIqtNZp^5;vsƵК?1YZM_͖{W`Wco?7fGv-;p.7NcKy|}BXh$W9A5gĪ
KdGt$L#V2p˘sTQlL|B=qRػ!b4X[}MavCnaSj/>3<Y
esi}پ/-8L4A1w`[UͻkI,h-kU͘sU`Z?9*[n˵Ž]{\B4oX{c@FYtg4r%6lĮQEkQ|Q^աs9qUmj6?{5_QZٻa -2~!L{0k Dye+Ѧ= /ZNyN+z-u hc6[=W|)ΦOPJHb\&hZJS!6^BkL+x+Kog:g,Pw.v3Sϖ5TQwzʹ7vSwdhK\t,33/e;Xqq$k0J9uHnd/eSJm/l{}w#ooTBڂGO(j/8+':6F!?<0YY)~`ؽR)?q'^X4[sXvsyu -$0ZRRT_vUo<[G/-4;"[1otJH~M(pHƬJX꼞rZOIxWg,6c'LNEQA9_vxl}'m
FT-b.<$YZV5kD >'J? +xRXuO{(D +cn "d@vw'ݺC%%p?TE!h3J24APB& +j"vYtϽ>wPx0JQ$`)+Vq!(r>R +]eLW91*c}Nk>-U+MO>(2d$tZ=~Rг.|$dk]uکvaVcnk>T㬆|־g&}|=mo }R9R%I[+G] endobj 221 0 obj << /Type /Font /Subtype /Type1 -/Encoding 981 0 R +/Encoding 998 0 R /FirstChar 0 /LastChar 48 -/Widths 982 0 R -/BaseFont /QDFICO+CMSY10 +/Widths 999 0 R +/BaseFont /NJAFWE+CMSY10 /FontDescriptor 219 0 R >> endobj 219 0 obj << /Ascent 750 /CapHeight 683 /Descent -194 -/FontName /QDFICO+CMSY10 +/FontName /NJAFWE+CMSY10 /ItalicAngle -14.035 /StemV 85 /XHeight 431 @@ -8255,10 +8393,10 @@ endobj /CharSet (/minus/plusminus/bullet/arrowright/prime) /FontFile 220 0 R >> endobj -982 0 obj +999 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 -981 0 obj << +998 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 @@ -8270,7 +8408,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 @@ -8313,23 +8451,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 969 0 R +/Encoding 986 0 R /FirstChar 2 /LastChar 252 -/Widths 983 0 R -/BaseFont /EJFWLR+NimbusSanL-Regu +/Widths 1000 0 R +/BaseFont /MRFLUG+NimbusSanL-Regu /FontDescriptor 207 0 R >> endobj 207 0 obj << /Ascent 712 /CapHeight 712 /Descent -213 -/FontName /EJFWLR+NimbusSanL-Regu +/FontName /MRFLUG+NimbusSanL-Regu /ItalicAngle 0 /StemV 85 /XHeight 523 @@ -8338,7 +8476,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 -983 0 obj +1000 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 << @@ -8353,79 +8491,58 @@ xtePݖ. .hи`!{p}gfԹkf~ݺ]UggMK"fjg -: S$ @Hٻ9-*+`-dmgou|oT l7 2CaSs|+ `'+?_5OzZZh -vV8i+T hb0Zo)lz1X8xx%f6k@My}Qa,7߈[ -va!.n -`p]6v. -@G+@iv[?-53kOTo&No}Zw%\A&(sv&B?S+ 3G%u;9`jr}:~(1zd6{h-Ǵ3I`Mߑ -2.vwhk9=V.k:zGq>Gloy\gP:A:@gd -T`&+KwR^<yd)1,tlȷݲr>W?4˱y8<f*_xR `a}(_79FO#b+B_rsoU;`퉃|<:*ocGwOYCHC{Z/y}F -q*<396>THa5P8w&N!Zg}VD(rDGdӗҗ4_& -L(0,}dۢ84.hO -`[Mh&}jlz -+gFÜQ4쮀xJADW5E$5&D|Ǣȯ$ -/=ٺ -wsv(NoU:xb#Ä ](y7Λq؉,Dԡ2LM0M18B:EƭOQwHt:mCV_fe$T> -]XmWge2NSwP|$;)Tq1L Uғg}F rB1f_hUl̆xDuvûPXN8^șiinMU,UؤU[&AhY7B*\L\61+v`o)%CsRu_8Z -6(~4Y{ndM~WC4>] 3ո;(?`d=EUy:<Ğ:C\
ݵYW{䧅$oȮT%7Q3v?v2}UMq-[sb;!ai !n`H;&%|#*|UG}ޘZ>RC6rSh`;`PD&H^mT\ʷq?7"SZJy|^Ej<n`S9%kr*4T~}-D? MXTZ8YgWcT{{$~(RE-p54n>T6t}& -ΔsP1;TMMwXaAΦ
HX.;>? *
nlmBڗAeAklS8v}]]bEOrX7i}{|<OǬUA1N~ -Uq,Gx0Aj><JS _96#2̒ ]e0.}s -P -қǾ$-x<0'T -jCm== ,&O1Kf(dSuDnמ[y@WB]uZ '`
;c222,a*˻Oq" b2i<u]P=đ6):|UG[x_j+Ӷgዞ$t
7W!7Af&
*J_R9)`'q-9@dX!!"!b;u7ie1ȒXwf\HDe)d3XD=2@A{d -ͧ9"
GO6~KI}4>VA`ށ2YT@ՠQuVPS4\oߜ5.3ƐtCzF!oREIb9o;W>tw
&e'/,.U/l˗kB4.9]%"dIϵzd}aZŏsR6>_-Q$ zZN|tG5Ȁ]nKHic#7, ӯFQ::.kw6*? _4XmD)JDWC.jٽ>NJ --@&0yj_<`uՅbHUwoP$~ȃS8O)z=z7şR'cd$sp!@ 㬬ʋڍ3Ŝo?YףZƬlOʠ$sK[)wZSW qz788l -JXc~]HuHYUL]? NR -\b,+[p,CΞʓM*Z2
|r%vQ2>]"чi?Tv#ugW-5: -sbg
e.
#t}_Ģ-涞0ݯv]3T|5opV^EBGeB5~4rkUkb-cNc6=NmIGN*6,6_Y;ƻsi'#
>z䫄v=Vh -j^cдw-_1:ܛyd}~~kD -=p-QsީD%HῩ[BgVs0^WQ`ТtI'|]/f`ρ -Ѩ.ڂo*'ޅ?0,]u}}'va.rJp OIG,jXϷu6mx N1i%<&Dvd17WY.GP
%Yu]A3hpK%"r1kU3r~0m6,ג$+IQP'
Zz!mƴ#h,vfUP<m넗mݗacuZg8i"3SAds/Q8ܛnRkGT}UbźcY"ÆI^v鼎5/=x@ P>A;?ӓ]klXjA͚ Y*\~ۙ>GUwf۲x}uQ&Gz.( ~:ϕb7N`|h
W^eh^Z^Z>ZqKw%H^E,qoOHiU_3 -o6͟]|XUA4`/rд9c9ndّfv. -F@mZ8l/ϧ8 -s{(̥%`?8f]'/5_N fteㆺYtq"%-dѯRq(H>M]ח,h5/a"k25
->%ރW䯈iYHRSLlaZk(AO)~מGM1Pb ։|s]/g\>"Lh(puN6Tegs^gF<@ -)r֛cI䅎
$~rˀ6ko^'Dy[5Iby1If\Vpg|jt<Tuښ:K5"9C/9(^<ӛeP5 -/VDf{elPSL#sTX#{c"SBUkL.!AU=Cz-{wzz*_: -^2iQ!Cy!UW~ϱ~Go-YO0 _jc>k'3QeBL?A5|ήZ.Wb|o-HϽ8Fa$`:QNeH满Qn3Ub'LM͕T4sخS|D$$PL?9*`sחR)">U~
U(<*رQ:x4v; -4,#֑˾5={lF_Ϡ<l*@Hz ;[ -0Q~p#~]*x yώsc3_%UZa{Ly+.)Et.Jk2<.DòWy>W-5*&Bz1S
Eȗ9d'
U- *:ʃ?6"xQ<`t<JЋ>/B=ķQKv#&{|qd3lԗqAOgEy2.DZ)V5F1[k*VpXrJTS&ײͽV -Iq0%VH1?m%L@F8\p9}}J~A*Щ=D.bɧ !Ȣqwa]ܢMq~aFcH[e*Iy(Uѽo2fy;X4)]VW<ghh#VmI扆XҼ$S~Ij'C[O_5A\,hJ2sWtW[<KUSϣ[HiO-kYƅ0 -T+
1ԘL06\#aVF\rwtP5: Zrf%R{u'Tâ&px#/,%+zX'"Ǭari3,^"Q -osb9{y0fJWfZV12^jzqKӹ0,KñΕbS
5*?XAcUɎ@wH&{MҋA
I'lzn0{˕;Ȓ)h}S%ʿS%':mGKA7'HFNhGLJtM*QJUNYu|=#Z%nxFL"7TkB[j#<l$}&%9v)J#'ځ]b?/C -jUJZCFz6B쫾%ao_dFrΌ5ōkTQa]WC&sv$ot̡ eDžN۩P?s=YwǏ -
(bd3X5u/WmX-9AR=a"SS -;Y\ɇ%RmR=۽aԐӥ 0O;2ɰXqR;vUиs
+oe,l?aJ}5c8v减J(U!̧u$+d
ܻ,lT4awu6fCdf -0iu -̩g -7̞s} |,%Tk t~7ˣ~4qCxc碓>c^tO9;;/F2B%mخ5guB5#jW(ݗ?ռ_W?~\߄q)HHkڠ!Xz.u祩⨳ҘyA5džk~YV%˖*jr<*Ꮻ{Zʨ JgGد2"w˦S'0RiZaUkD9BzbdBӕZ=ȉ;?*iRRUDܶsz}Elz.&$zyzg2pƹ2DSbH/ZR1:7M})IFM`rW'Y(}ԡ@G+zikZE1uRҾ[(yV?4e'[ʹ-z C6U~֬!SdxdOiw.jơdsjKĂkGa f1)zU4HS{-=i!b:(Z)I'wf[tKo3diD3 אgxj冘l/LEӳC#llX-PukgD,ܶWlS&XF|aNGJ=யBsj35#
.Uz}r6518CE
-*Lz77"BVR5#Woz=|h*yȂH"uYIAz\M;\3>忢M~ݗ`^t-?DKf-b>2~N_M.F4EeШ1u"(nRݝ~A,)H]ʊQp)5{u_7ޓѮպ-s<ki9lwOpP0jhWK%a/͘c/sm_C}ڊ~@RF|9Ԯ}M[2[Qdz+=.D͓"X;TMd∉xPTݕ1wݫL(}m+Gq-RK]oh
Mh(QjjRUC1]ʆ
Ym/"f>*I0e~@0N]ZBF$rM,^eC/,t|a&qvQ;HۑV_Z1Η8(j+ف?2J. -%tޛNW=O5$PoRQS}Mm]'%A2nO(ה)Kr0M-+ݷEfplf -<f54*,f8Es&{Rc8= O_ATufc}@LgE'!䭘w ģJ^ԏ֦)^hqmJBHۅYgSgԆqR3zQɳ\v*.S.!<\@zJȼ`e2O;fњi~V[l02J?sP('jw(;9s0}Dp!aU0tfj́ب*P7nA&uzuu<Nj:Ř.d68)M8s5au͉|`k"Rב'77VK݂h^]rS%o":nfPfs-ʖU` -˗t@_4[n5j|IZW/R!`Y
M&2w"vc7͒L4RΜjέٌ3aKIJrT3JKNj5|0&=ܝŘ'#͒DX]*sLtya<>A͖l9o{qCb @MD8f/ю8x}]8b(U JwlR/ߖf+W; $1WHv
Z1FAQI2r ɼN8$uR3%ZEw_zh0ANH'_Ԇ(T)~礔N*9[͈Ԋ1M=06i)eq]EEǠ<zvv7%Ek84}2;(M&+ -b
`->&B4
Ny0854W=-ZҽM`#MR,Key*,Q?*W)XWvp3u:Ѣ,",._ 4ڳ]ohz۽5A︪I*$zO<*ԁYbܥb4ׄ%],:H|EyoSEn{X`ً[|$;)G^ts5;最%=cf!Z
ސWqVUd)TX㇂gPŘ%}-Za_*ٱ#)+4rtv,S%FpJ4QTN`"W̑tT%狛K1uݐE73âWNԏanյ_װ!p{Yso -}ڕEKA@xaO1W/^;j(AKAr}`4MUgX1V5ED
|*pԝ\h]cKupmYuX -W3[ԣ<` ANpUyQzjTpʚu] -22@ÂUi\i2>t!Lca|r~ -=n@Ay|m#A<iͣ'>(<cWG41DX3%t={KwJh0$^ qSiNQ@bTDGByk?4a18}^2˕!|ca& Θ5/T<I82wyM'S&#Qhƿ$Tb`[* (-?ɓOEblt,NCG\4p+;>AdCY_FƋ6wɭ(dS,Sqj۲J3kDt: -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 - +vV8i+T hb0Zo)lz1X8xx%f6k@Myii}QYJo;ٿ>LC\`b{l\ +#HjME_#I,{A{^zurQުtsĺGj ֻ&Qn7U[YhVCefabdqt͋[[;4&nuچH=|Uۮ +d`"_EIwR?Yz3cA'b̾6? پ+
wpP'l3ݚX֫*ILB
o:ISՏׅ}UZPLlcV`SEK> `]% qmPho4)QQ`Vh8}<0fL)qwQ<^#ss*zLtf
"y=ujkj96OIz=˩J-n,f~»eC@E"
WZvBxCJSv*|MJ.w#F(U.W$ +1f1a|m9.֧6vhmLڨo~oDli:i7ЋԘyuܧr4#Jv),U>iZ<eN,:r<>q(Z)ǼrHP"[jhV
|_lL +(+,$Y8SOtkj,pGVyk|pawgD2GO{Sx Zh>?wϸDx\~9?>I1G&)U%X1 7CaIAz lۧ?(<eDe,_.Fb +zy<(Հn|LYyi14b}94vEGu}ø '9XTsһåfi"FBF2F9'Kb6!mHX;%|#𱿇-Sqm!ſ~57O0姆6/^9Gu%_̪~{Lr!8x=V*4=`9~ASg50)xd:gZY*Da}xrlFd*G%4!-`\Mq;-Г/`ɥ5a4I0n8J=h`#O.(X7}Ib3[aya.O?A^1N(F>d)`Ɖ{R]?,+oJ +{zjABYLb^Pl[+ɦ??`랉.ݞ=# |e
:4]._.#LO(v)dddYTwfM&DAĮe4E[yQ뺠z*# mRuZ>IV.ݱm=I1<^3Po"F&.CnL#Uaǿx9#r# RNZ*Bsĉ!B9cCDBRɃW?wnzS{0}ctUّ%v8RȲgAz<e0,!~ +٫,.A?`p5n +mxzsv/rwFJ=~?jĒsYWX=E=g'9̛Ud|DKJd8|D65;G~FhZjtB129Όp,d=sM ^LOJ+WOSaRQlņ
Rr]F~Ec"Zݕm=a6_ng#!<T+j*]Tʄj/$i\=|27lZ,2l-*mB{ZG +TlXmww@0OF,|W zL@S>:'ic{Z^کbu7}0ֈ&{rZx#S&KS 8p+/u:`yBuE5OY_ٟͤWQ]TN)*a4Y!%4NF\ +<J5+!KIL+2mrhtOp\)jfb0O2 rNy 5ujD+s +ۇ_rQ +^yԧ7Ej +c]aqSnkdNk.|,A6q;=RjEk_[ 84.
͝ + űj^y[5H+9jިVb2m{ݶy7m"gk +A}s=}Ng\˄~j<]]"齉;R,0[Xӑ{w<p HtʨwC1U#|f$D@Ot+h +waB,fF&6T'AL.f<J0W]R苎\dx]֍e +㳹|ZjTM$bb1</sj?N7Jl[2Q+Ut~mDT]By g(4yΕ}_2zoQ?GL6$ f*#\ө/3^dj]8pS|kb|T$&G#4
Me{IOW'@Z'ajK<ޑ&b~^1KpVks ++2VUSK{\tŒOBEI.úR;ą=Es_0^w= +3ÌUQ{dTw5iS)y|Gڒ
ѱyI#3쑣,>dO*Pk܃$Y"8'db8ͷ|yy*u +G/AӞ[֮a/!VYc1alڹGÞ;Nbg9<~K3m;%Ƀm"jt$"[xJ#Fi29Ofֽ#?EAM,\IG^<YFKV/9ND#3Y
B??gXt!(TEw:rd3ax
(ܯ0.,beLՊ2;ω㶗osaX,5c+,*ijVS#U@+P91Cco#=őG=MG;&V'O*eO`va+w%mSX7<(JJNOtx/r@oȎ>% $U&;P{FX)AK|3^E-=o4`8(քF8yZIMJs. R<GN?&.Ydsd_2@.|*Ԭ嫔wlW}K(X@'Fkרú$L,xH,CU0[S#~{>2D#Qgj_f_G۞Zrz`êE*(v/Kڤ9"l{շ{è!K`.wdǓaQWڥw,r@5qV^X~}j4_Jq*+QBO3HVwY٨ ?i,Äl͆7͊`2NY +7$eJۓse^Đ^ۥbtoKXS:'pNn.г{QCw%W^b뤮 P}P-^~hN;s[DmYC诙0l\ ~
+^# wC;dԖ&)|AbRV9/h,W;Z{Bft +%PRNNͶ:h}g +~Eg@`[!'?,
1^:acg +F~nٰ`A[0d5q扜YBm+9MP032Ê?J!=z6Y]_'"8/fTq9 k7F +a{դ*b=
_D̚}T^a# +xaY<I5XNࡇ^XtYèM:aYDw,#uDc/1qPQ*3V:l5˳dd]X=-ߑqkQ-204 }22Kr <>FRCY厕9R9tF5&K7${kII19ߤ +ݞP)S*轗` )[*Vo9*sLhq:='ߨl5BW8d|X +ў7r=>ay\\-ȥ7kE~LY1uA=y0`ftuҐylVRƘПH[I|PD[2ଊovlW n%H|R~$ˈ廷ҾK;5iA+,wRR +B`K&e/}Q3pS'DXTQwz0QPn1)UL'NT}|J<W:M-Nh3M3"rK<LyrkiUXyqRLs\ݵqi{=4,%+-J<mOB[1~MG˵ߩMAS,ڔȷϦΨ
7fУgo pT6]:Q]CN yN(ye`#` .w-H5"#` eؑ~6=wQrOԐPhwLs#-[`xQ=B>ªM?a>y[ vQUq!o܂Lyt<;71]ɌmX!pRRś*Pqj,64D#On@o=hB֟<d-JDuݮա:[-~// ,h*k[#k+qՄ* +B_uC:Md8-CDƙ/,`/o%h<9x1[gh8їef +p*նk.a3M{B;1OF%
ZUx|h)<:?#K-&rl@8xp#_q2RpveQ"1'٤_-V९wHc4'n|cꍂ(Ad-m A:yqMH$ IfK4|:d&`v&fO
=7Z'Q~SRI)Ur'bzam R=6?Q<rAy쀭oJӋ"_ppi3ejw*xQ6|M-V'=-`.[|M`Q0]i$i?za:q`;kh{|o[{2
GP)aYT|1X~EURU.Q:U~g ܷtp*EXDX\~)="Ai:gnMϷ{kxqUUZH$hyhG5U-K +i"2M KFݓ|Y.$ti\gߎ܊ P9^HvR(ǃ)jv9K$zB!P.R`|š`1K3[PUc;G(*&SlKWh>*.XJhP'D#,J7c"B]=0!pof3uEYĩy>L+>kVa?C(f+Ë)Þ=b=,^v2*QT86h"=oϤczbkAT;9\j]۲:(\Z
6fG y@&\,D
5%4Tr +c^lnESdS߯g
Sg&t,OfLo +Yp$1{܀փ$FxӆGOث}#P>OyF4ic<gJz b_+ `H05҂il2.?8]8sh83bIq,_|e%zU-\+G?ECmM,1k_xpe|OLFֽI<{U<ATQD[T?'J?$ef!XL?:-L3fhi/VbwD|L #m>s[;Qlu;:{/FY`e)f>(2uz +Iin +[cs!jn*-Њ A6a_!t.b9uBԶ^.;C<43N3ߚ+T9-Dd<2!NYGG~!)dBb빏\Ov:JfXs^,)hpBE&Pnf ?M*,u42Fed}f>2 endobj 206 0 obj << /Type /Font /Subtype /Type1 -/Encoding 969 0 R +/Encoding 986 0 R /FirstChar 2 /LastChar 252 -/Widths 984 0 R -/BaseFont /OGGPIZ+NimbusSanL-Bold +/Widths 1001 0 R +/BaseFont /VTXOUH+NimbusSanL-Bold /FontDescriptor 204 0 R >> endobj 204 0 obj << /Ascent 722 /CapHeight 722 /Descent -217 -/FontName /OGGPIZ+NimbusSanL-Bold +/FontName /VTXOUH+NimbusSanL-Bold /ItalicAngle 0 /StemV 141 /XHeight 532 @@ -8434,117 +8551,117 @@ 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 -984 0 obj +1001 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 985 0 R +/Parent 1002 0 R /Kids [198 0 R 212 0 R 216 0 R 223 0 R 254 0 R 283 0 R] >> endobj -355 0 obj << +356 0 obj << /Type /Pages /Count 6 -/Parent 985 0 R -/Kids [342 0 R 367 0 R 410 0 R 418 0 R 430 0 R 439 0 R] +/Parent 1002 0 R +/Kids [342 0 R 369 0 R 412 0 R 420 0 R 432 0 R 441 0 R] >> endobj -453 0 obj << +455 0 obj << /Type /Pages /Count 6 -/Parent 985 0 R -/Kids [447 0 R 458 0 R 466 0 R 472 0 R 478 0 R 487 0 R] +/Parent 1002 0 R +/Kids [449 0 R 460 0 R 468 0 R 474 0 R 480 0 R 489 0 R] >> endobj -501 0 obj << +503 0 obj << /Type /Pages /Count 6 -/Parent 985 0 R -/Kids [495 0 R 504 0 R 512 0 R 520 0 R 525 0 R 531 0 R] +/Parent 1002 0 R +/Kids [497 0 R 506 0 R 514 0 R 522 0 R 527 0 R 533 0 R] >> endobj -543 0 obj << +545 0 obj << /Type /Pages /Count 6 -/Parent 985 0 R -/Kids [538 0 R 546 0 R 551 0 R 555 0 R 559 0 R 575 0 R] +/Parent 1002 0 R +/Kids [540 0 R 548 0 R 553 0 R 557 0 R 561 0 R 577 0 R] >> endobj -587 0 obj << +589 0 obj << /Type /Pages /Count 6 -/Parent 985 0 R -/Kids [584 0 R 591 0 R 597 0 R 604 0 R 608 0 R 615 0 R] +/Parent 1002 0 R +/Kids [586 0 R 593 0 R 599 0 R 606 0 R 610 0 R 617 0 R] >> endobj -626 0 obj << +628 0 obj << /Type /Pages /Count 6 -/Parent 986 0 R -/Kids [622 0 R 629 0 R 638 0 R 644 0 R 651 0 R 659 0 R] +/Parent 1003 0 R +/Kids [624 0 R 631 0 R 640 0 R 646 0 R 653 0 R 661 0 R] >> endobj -669 0 obj << +671 0 obj << /Type /Pages /Count 6 -/Parent 986 0 R -/Kids [666 0 R 672 0 R 680 0 R 685 0 R 689 0 R 694 0 R] +/Parent 1003 0 R +/Kids [668 0 R 674 0 R 682 0 R 687 0 R 691 0 R 696 0 R] >> endobj -708 0 obj << +710 0 obj << /Type /Pages /Count 6 -/Parent 986 0 R -/Kids [701 0 R 710 0 R 719 0 R 723 0 R 730 0 R 735 0 R] +/Parent 1003 0 R +/Kids [703 0 R 712 0 R 721 0 R 725 0 R 732 0 R 737 0 R] >> endobj -749 0 obj << +751 0 obj << /Type /Pages /Count 6 -/Parent 986 0 R -/Kids [744 0 R 751 0 R 758 0 R 763 0 R 775 0 R 780 0 R] +/Parent 1003 0 R +/Kids [746 0 R 753 0 R 760 0 R 765 0 R 777 0 R 782 0 R] >> endobj -796 0 obj << +798 0 obj << /Type /Pages /Count 6 -/Parent 986 0 R -/Kids [791 0 R 798 0 R 809 0 R 815 0 R 823 0 R 834 0 R] +/Parent 1003 0 R +/Kids [793 0 R 800 0 R 811 0 R 817 0 R 825 0 R 836 0 R] >> endobj -846 0 obj << +848 0 obj << /Type /Pages /Count 6 -/Parent 986 0 R -/Kids [842 0 R 849 0 R 853 0 R 863 0 R 867 0 R 872 0 R] +/Parent 1003 0 R +/Kids [844 0 R 851 0 R 855 0 R 865 0 R 869 0 R 874 0 R] >> endobj -880 0 obj << +882 0 obj << /Type /Pages /Count 6 -/Parent 987 0 R -/Kids [876 0 R 882 0 R 892 0 R 906 0 R 914 0 R 923 0 R] +/Parent 1004 0 R +/Kids [878 0 R 884 0 R 894 0 R 908 0 R 919 0 R 927 0 R] >> endobj -945 0 obj << +958 0 obj << /Type /Pages -/Count 3 -/Parent 987 0 R -/Kids [942 0 R 947 0 R 966 0 R] +/Count 4 +/Parent 1004 0 R +/Kids [936 0 R 960 0 R 964 0 R 983 0 R] >> endobj -985 0 obj << +1002 0 obj << /Type /Pages /Count 36 -/Parent 988 0 R -/Kids [210 0 R 355 0 R 453 0 R 501 0 R 543 0 R 587 0 R] +/Parent 1005 0 R +/Kids [210 0 R 356 0 R 455 0 R 503 0 R 545 0 R 589 0 R] >> endobj -986 0 obj << +1003 0 obj << /Type /Pages /Count 36 -/Parent 988 0 R -/Kids [626 0 R 669 0 R 708 0 R 749 0 R 796 0 R 846 0 R] +/Parent 1005 0 R +/Kids [628 0 R 671 0 R 710 0 R 751 0 R 798 0 R 848 0 R] >> endobj -987 0 obj << +1004 0 obj << /Type /Pages -/Count 9 -/Parent 988 0 R -/Kids [880 0 R 945 0 R] +/Count 10 +/Parent 1005 0 R +/Kids [882 0 R 958 0 R] >> endobj -988 0 obj << +1005 0 obj << /Type /Pages -/Count 81 -/Kids [985 0 R 986 0 R 987 0 R] +/Count 82 +/Kids [1002 0 R 1003 0 R 1004 0 R] >> endobj -989 0 obj << +1006 0 obj << /Type /Outlines /First 7 0 R /Last 195 0 R @@ -8553,20 +8670,20 @@ endobj 195 0 obj << /Title 196 0 R /A 193 0 R -/Parent 989 0 R +/Parent 1006 0 R /Prev 191 0 R >> endobj 191 0 obj << /Title 192 0 R /A 189 0 R -/Parent 989 0 R +/Parent 1006 0 R /Prev 187 0 R /Next 195 0 R >> endobj 187 0 obj << /Title 188 0 R /A 185 0 R -/Parent 989 0 R +/Parent 1006 0 R /Prev 111 0 R /Next 191 0 R >> endobj @@ -8701,7 +8818,7 @@ endobj 111 0 obj << /Title 112 0 R /A 109 0 R -/Parent 989 0 R +/Parent 1006 0 R /Prev 19 0 R /Next 187 0 R /First 115 0 R @@ -8866,7 +8983,7 @@ endobj 19 0 obj << /Title 20 0 R /A 17 0 R -/Parent 989 0 R +/Parent 1006 0 R /Prev 7 0 R /Next 111 0 R /First 23 0 R @@ -8888,1039 +9005,1056 @@ endobj 7 0 obj << /Title 8 0 R /A 5 0 R -/Parent 989 0 R +/Parent 1006 0 R /Next 19 0 R /First 11 0 R /Last 15 0 R /Count -2 >> endobj -990 0 obj << -/Names [(API) 950 0 R (BSD) 951 0 R (Doc-Start) 203 0 R (GIMP) 952 0 R (GNU) 953 0 R (GUI) 954 0 R (GVim) 955 0 R (HTTPS) 956 0 R (Item.1) 713 0 R (Item.10) 886 0 R (Item.11) 887 0 R (Item.12) 888 0 R (Item.13) 889 0 R (Item.14) 895 0 R (Item.15) 896 0 R (Item.2) 714 0 R (Item.3) 715 0 R (Item.4) 716 0 R (Item.5) 717 0 R (Item.6) 801 0 R (Item.7) 802 0 R (Item.8) 812 0 R (Item.9) 885 0 R (JRE) 957 0 R (NID) 958 0 R (PDF) 959 0 R (PID) 960 0 R (RTT) 961 0 R (SDK) 962 0 R (SVN) 963 0 R (VS) 964 0 R (appendix.A) 190 0 R (appendix.B) 194 0 R (chapter*.1) 226 0 R (chapter*.2) 286 0 R (chapter*.3) 370 0 R (chapter.1) 6 0 R (chapter.2) 18 0 R (chapter.3) 110 0 R (chapter.4) 186 0 R (cite.OOS) 756 0 R (cite.Tanenbaum) 414 0 R (cite.Vorlesung) 636 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) 356 0 R (figure.2.27) 357 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) 358 0 R (figure.3.2) 359 0 R (figure.3.3) 360 0 R (figure.3.4) 361 0 R (figure.3.5) 362 0 R (figure.3.6) 363 0 R (figure.3.7) 364 0 R (figure.3.8) 365 0 R (page.1) 202 0 R (page.10) 420 0 R (page.11) 432 0 R (page.12) 441 0 R (page.13) 449 0 R (page.14) 460 0 R (page.15) 468 0 R (page.16) 474 0 R (page.17) 480 0 R (page.18) 489 0 R (page.19) 497 0 R (page.2) 214 0 R (page.20) 506 0 R (page.21) 514 0 R (page.22) 522 0 R (page.23) 527 0 R (page.24) 533 0 R (page.25) 540 0 R (page.26) 548 0 R (page.27) 553 0 R (page.28) 557 0 R (page.29) 561 0 R (page.3) 218 0 R (page.30) 577 0 R (page.31) 586 0 R (page.32) 593 0 R (page.33) 599 0 R (page.34) 606 0 R (page.35) 610 0 R (page.36) 617 0 R (page.37) 624 0 R (page.38) 631 0 R (page.39) 640 0 R (page.4) 225 0 R (page.40) 646 0 R (page.41) 653 0 R (page.42) 661 0 R (page.43) 668 0 R (page.44) 674 0 R (page.45) 682 0 R (page.46) 687 0 R (page.47) 691 0 R (page.48) 696 0 R (page.49) 703 0 R (page.5) 256 0 R (page.50) 712 0 R (page.51) 721 0 R (page.52) 725 0 R (page.53) 732 0 R (page.54) 737 0 R (page.55) 746 0 R (page.56) 753 0 R (page.57) 760 0 R (page.58) 765 0 R (page.59) 777 0 R (page.6) 285 0 R (page.60) 782 0 R (page.61) 793 0 R (page.62) 800 0 R (page.63) 811 0 R (page.64) 817 0 R (page.65) 825 0 R (page.66) 836 0 R (page.67) 844 0 R (page.68) 851 0 R (page.69) 855 0 R (page.7) 344 0 R (page.70) 865 0 R (page.71) 869 0 R (page.72) 874 0 R (page.73) 878 0 R (page.74) 884 0 R (page.75) 894 0 R (page.76) 908 0 R (page.77) 916 0 R (page.78) 925 0 R (page.79) 944 0 R (page.8) 369 0 R (page.80) 949 0 R (page.81) 968 0 R (page.9) 412 0 R (section*.10) 461 0 R (section*.11) 463 0 R (section*.12) 475 0 R (section*.13) 482 0 R (section*.14) 490 0 R (section*.15) 507 0 R (section*.16) 515 0 R (section*.17) 517 0 R (section*.18) 523 0 R (section*.19) 528 0 R (section*.20) 529 0 R (section*.21) 534 0 R (section*.22) 535 0 R (section*.23) 541 0 R (section*.24) 625 0 R (section*.25) 656 0 R (section*.26) 664 0 R (section*.27) 683 0 R (section*.28) 726 0 R (section*.29) 870 0 R (section*.30) 879 0 R (section*.31) 897 0 R (section*.32) 918 0 R (section*.4) 421 0 R (section*.5) 423 0 R (section*.6) 424 0 R (section*.7) 433 0 R (section*.8) 442 0 R (section*.9) 443 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) 390 0 R (table.2.10) 399 0 R (table.2.11) 400 0 R (table.2.12) 401 0 R (table.2.13) 402 0 R (table.2.14) 403 0 R (table.2.15) 404 0 R (table.2.16) 405 0 R (table.2.17) 406 0 R (table.2.2) 391 0 R (table.2.3) 392 0 R (table.2.4) 393 0 R (table.2.5) 394 0 R (table.2.6) 395 0 R (table.2.7) 396 0 R (table.2.8) 397 0 R (table.2.9) 398 0 R (table.3.1) 407 0 R (table.3.2) 408 0 R] +1007 0 obj << +/Names [(API) 967 0 R (BSD) 968 0 R (Doc-Start) 203 0 R (GIMP) 969 0 R (GNU) 970 0 R (GUI) 971 0 R (GVim) 972 0 R (HTTPS) 973 0 R (Item.1) 715 0 R (Item.10) 888 0 R (Item.11) 889 0 R (Item.12) 890 0 R (Item.13) 891 0 R (Item.14) 897 0 R (Item.15) 898 0 R (Item.2) 716 0 R (Item.3) 717 0 R (Item.4) 718 0 R (Item.5) 719 0 R (Item.6) 803 0 R (Item.7) 804 0 R (Item.8) 814 0 R (Item.9) 887 0 R (JRE) 974 0 R (NID) 975 0 R (PDF) 976 0 R (PID) 977 0 R (RTT) 978 0 R (SDK) 979 0 R (SVN) 980 0 R (VS) 981 0 R (appendix.A) 190 0 R (appendix.B) 194 0 R (chapter*.1) 226 0 R (chapter*.2) 286 0 R (chapter*.3) 372 0 R (chapter.1) 6 0 R (chapter.2) 18 0 R (chapter.3) 110 0 R (chapter.4) 186 0 R (cite.OOS) 758 0 R (cite.Tanenbaum) 416 0 R (cite.Vorlesung) 638 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) 357 0 R (figure.2.27) 358 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) 359 0 R (figure.3.2) 360 0 R (figure.3.3) 361 0 R (figure.3.4) 362 0 R (figure.3.5) 363 0 R (figure.3.6) 364 0 R (figure.3.7) 365 0 R (figure.3.8) 366 0 R (figure.3.9) 367 0 R (page.1) 202 0 R (page.10) 422 0 R (page.11) 434 0 R (page.12) 443 0 R (page.13) 451 0 R (page.14) 462 0 R (page.15) 470 0 R (page.16) 476 0 R (page.17) 482 0 R (page.18) 491 0 R (page.19) 499 0 R (page.2) 214 0 R (page.20) 508 0 R (page.21) 516 0 R (page.22) 524 0 R (page.23) 529 0 R (page.24) 535 0 R (page.25) 542 0 R (page.26) 550 0 R (page.27) 555 0 R (page.28) 559 0 R (page.29) 563 0 R (page.3) 218 0 R (page.30) 579 0 R (page.31) 588 0 R (page.32) 595 0 R (page.33) 601 0 R (page.34) 608 0 R (page.35) 612 0 R (page.36) 619 0 R (page.37) 626 0 R (page.38) 633 0 R (page.39) 642 0 R (page.4) 225 0 R (page.40) 648 0 R (page.41) 655 0 R (page.42) 663 0 R (page.43) 670 0 R (page.44) 676 0 R (page.45) 684 0 R (page.46) 689 0 R (page.47) 693 0 R (page.48) 698 0 R (page.49) 705 0 R (page.5) 256 0 R (page.50) 714 0 R (page.51) 723 0 R (page.52) 727 0 R (page.53) 734 0 R (page.54) 739 0 R (page.55) 748 0 R (page.56) 755 0 R (page.57) 762 0 R (page.58) 767 0 R (page.59) 779 0 R (page.6) 285 0 R (page.60) 784 0 R (page.61) 795 0 R (page.62) 802 0 R (page.63) 813 0 R (page.64) 819 0 R (page.65) 827 0 R (page.66) 838 0 R (page.67) 846 0 R (page.68) 853 0 R (page.69) 857 0 R (page.7) 344 0 R (page.70) 867 0 R (page.71) 871 0 R (page.72) 876 0 R (page.73) 880 0 R (page.74) 886 0 R (page.75) 896 0 R (page.76) 910 0 R (page.77) 921 0 R (page.78) 929 0 R (page.79) 938 0 R (page.8) 371 0 R (page.80) 962 0 R (page.81) 966 0 R (page.82) 985 0 R (page.9) 414 0 R (section*.10) 463 0 R (section*.11) 465 0 R (section*.12) 477 0 R (section*.13) 484 0 R (section*.14) 492 0 R (section*.15) 509 0 R (section*.16) 517 0 R (section*.17) 519 0 R (section*.18) 525 0 R (section*.19) 530 0 R (section*.20) 531 0 R (section*.21) 536 0 R (section*.22) 537 0 R (section*.23) 543 0 R (section*.24) 627 0 R (section*.25) 658 0 R (section*.26) 666 0 R (section*.27) 685 0 R (section*.28) 728 0 R (section*.29) 872 0 R (section*.30) 881 0 R (section*.31) 914 0 R (section*.32) 939 0 R (section*.4) 423 0 R (section*.5) 425 0 R (section*.6) 426 0 R (section*.7) 435 0 R (section*.8) 444 0 R (section*.9) 445 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) 392 0 R (table.2.10) 401 0 R (table.2.11) 402 0 R (table.2.12) 403 0 R (table.2.13) 404 0 R (table.2.14) 405 0 R (table.2.15) 406 0 R (table.2.16) 407 0 R (table.2.17) 408 0 R (table.2.2) 393 0 R (table.2.3) 394 0 R (table.2.4) 395 0 R (table.2.5) 396 0 R (table.2.6) 397 0 R (table.2.7) 398 0 R (table.2.8) 399 0 R (table.2.9) 400 0 R (table.3.1) 409 0 R (table.3.2) 410 0 R] /Limits [(API) (table.3.2)] >> endobj -991 0 obj << -/Kids [990 0 R] +1008 0 obj << +/Kids [1007 0 R] >> endobj -992 0 obj << -/Dests 991 0 R +1009 0 obj << +/Dests 1008 0 R >> endobj -993 0 obj << +1010 0 obj << /Type /Catalog -/Pages 988 0 R -/Outlines 989 0 R -/Names 992 0 R +/Pages 1005 0 R +/Outlines 1006 0 R +/Names 1009 0 R /PageMode /UseOutlines /PageLayout/OneColumn /OpenAction 197 0 R >> endobj -994 0 obj << +1011 0 obj << /Author(Paul Btow)/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfeTeX-1.21a)/Keywords() -/CreationDate (D:20080808140111Z) +/CreationDate (D:20080808220713Z) /PTEX.Fullbanner (This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) kpathsea version 3.5.4) >> endobj xref -0 995 +0 1012 0000000001 65535 f 0000000002 00000 f 0000000003 00000 f 0000000004 00000 f 0000000000 00000 f 0000000009 00000 n -0000088575 00000 n -0000986198 00000 n +0000088944 00000 n +0000993183 00000 n 0000000054 00000 n 0000000143 00000 n -0000088636 00000 n -0000986126 00000 n +0000089005 00000 n +0000993111 00000 n 0000000190 00000 n 0000000290 00000 n -0000092279 00000 n -0000986053 00000 n +0000092648 00000 n +0000993038 00000 n 0000000338 00000 n 0000000438 00000 n -0000110513 00000 n -0000985928 00000 n +0000110882 00000 n +0000992912 00000 n 0000000484 00000 n 0000000592 00000 n -0000110575 00000 n -0000985854 00000 n +0000110944 00000 n +0000992838 00000 n 0000000640 00000 n 0000000875 00000 n -0000190926 00000 n -0000985767 00000 n +0000191295 00000 n +0000992751 00000 n 0000000923 00000 n 0000001038 00000 n -0000228966 00000 n -0000985680 00000 n +0000229335 00000 n +0000992664 00000 n 0000001086 00000 n 0000001186 00000 n -0000234839 00000 n -0000985556 00000 n +0000235208 00000 n +0000992540 00000 n 0000001234 00000 n 0000001349 00000 n -0000234901 00000 n -0000985482 00000 n +0000235270 00000 n +0000992466 00000 n 0000001402 00000 n 0000001557 00000 n -0000255537 00000 n -0000985395 00000 n +0000255906 00000 n +0000992379 00000 n 0000001610 00000 n 0000001790 00000 n -0000272110 00000 n -0000985308 00000 n +0000272479 00000 n +0000992292 00000 n 0000001843 00000 n 0000002084 00000 n -0000279153 00000 n -0000985234 00000 n +0000279522 00000 n +0000992218 00000 n 0000002137 00000 n 0000002353 00000 n -0000280706 00000 n -0000985109 00000 n +0000281075 00000 n +0000992093 00000 n 0000002401 00000 n 0000002501 00000 n -0000280768 00000 n -0000985035 00000 n +0000281137 00000 n +0000992019 00000 n 0000002554 00000 n 0000002756 00000 n -0000445322 00000 n -0000984948 00000 n +0000445691 00000 n +0000991932 00000 n 0000002809 00000 n 0000002990 00000 n -0000516223 00000 n -0000984861 00000 n +0000516592 00000 n +0000991845 00000 n 0000003043 00000 n 0000003224 00000 n -0000539291 00000 n -0000984774 00000 n +0000539660 00000 n +0000991758 00000 n 0000003277 00000 n 0000003711 00000 n -0000566983 00000 n -0000984687 00000 n +0000567352 00000 n +0000991671 00000 n 0000003764 00000 n 0000004076 00000 n -0000596804 00000 n -0000984600 00000 n +0000597173 00000 n +0000991584 00000 n 0000004129 00000 n 0000004474 00000 n -0000622250 00000 n -0000984513 00000 n +0000622619 00000 n +0000991497 00000 n 0000004527 00000 n 0000004751 00000 n -0000652841 00000 n -0000984426 00000 n +0000653210 00000 n +0000991410 00000 n 0000004804 00000 n 0000005033 00000 n -0000681603 00000 n -0000984339 00000 n +0000681972 00000 n +0000991323 00000 n 0000005086 00000 n 0000005329 00000 n -0000706375 00000 n -0000984265 00000 n +0000706744 00000 n +0000991249 00000 n 0000005383 00000 n 0000005651 00000 n -0000743633 00000 n -0000984151 00000 n +0000744002 00000 n +0000991135 00000 n 0000005699 00000 n 0000005838 00000 n -0000743695 00000 n -0000984073 00000 n +0000744064 00000 n +0000991057 00000 n 0000005892 00000 n 0000006190 00000 n -0000801542 00000 n -0000983995 00000 n +0000801911 00000 n +0000990979 00000 n 0000006244 00000 n 0000006476 00000 n -0000804426 00000 n -0000983864 00000 n +0000804796 00000 n +0000990847 00000 n 0000006523 00000 n 0000006662 00000 n -0000804489 00000 n -0000983785 00000 n +0000804859 00000 n +0000990768 00000 n 0000006711 00000 n 0000006872 00000 n -0000811912 00000 n -0000983653 00000 n +0000812282 00000 n +0000990636 00000 n 0000006921 00000 n 0000007108 00000 n -0000811975 00000 n -0000983574 00000 n +0000812345 00000 n +0000990557 00000 n 0000007162 00000 n 0000007318 00000 n -0000819658 00000 n -0000983495 00000 n +0000820028 00000 n +0000990478 00000 n 0000007372 00000 n 0000007498 00000 n -0000823128 00000 n -0000983363 00000 n +0000823498 00000 n +0000990346 00000 n 0000007547 00000 n 0000007648 00000 n -0000823191 00000 n -0000983284 00000 n +0000823561 00000 n +0000990267 00000 n 0000007702 00000 n 0000007919 00000 n -0000833554 00000 n -0000983205 00000 n +0000833924 00000 n +0000990188 00000 n 0000007973 00000 n 0000008245 00000 n -0000837020 00000 n -0000983073 00000 n +0000837390 00000 n +0000990056 00000 n 0000008294 00000 n 0000008622 00000 n -0000837083 00000 n -0000982994 00000 n +0000837453 00000 n +0000989977 00000 n 0000008676 00000 n 0000008807 00000 n -0000847183 00000 n -0000982915 00000 n +0000847553 00000 n +0000989898 00000 n 0000008861 00000 n 0000009190 00000 n -0000851436 00000 n -0000982783 00000 n +0000851807 00000 n +0000989766 00000 n 0000009239 00000 n 0000009340 00000 n -0000851499 00000 n -0000982704 00000 n +0000851870 00000 n +0000989687 00000 n 0000009394 00000 n 0000009626 00000 n -0000854058 00000 n -0000982611 00000 n +0000854429 00000 n +0000989594 00000 n 0000009680 00000 n 0000009947 00000 n -0000862296 00000 n -0000982532 00000 n +0000862667 00000 n +0000989515 00000 n 0000010001 00000 n 0000010213 00000 n -0000866749 00000 n -0000982439 00000 n +0000867977 00000 n +0000989422 00000 n 0000010262 00000 n 0000010494 00000 n -0000866812 00000 n -0000982346 00000 n +0000871940 00000 n +0000989329 00000 n 0000010543 00000 n 0000010755 00000 n -0000866938 00000 n -0000982253 00000 n +0000872066 00000 n +0000989236 00000 n 0000010804 00000 n -0000010996 00000 n -0000874878 00000 n -0000982174 00000 n -0000011045 00000 n -0000011196 00000 n -0000880246 00000 n -0000982081 00000 n -0000011243 00000 n -0000011324 00000 n -0000881794 00000 n -0000981988 00000 n -0000011372 00000 n -0000011453 00000 n -0000883827 00000 n -0000981909 00000 n -0000011501 00000 n -0000011642 00000 n -0000012601 00000 n -0000012723 00000 n -0000055128 00000 n -0000011694 00000 n -0000055002 00000 n -0000055065 00000 n -0000978725 00000 n -0000965876 00000 n -0000978555 00000 n -0000964587 00000 n -0000950734 00000 n -0000964417 00000 n -0000979821 00000 n -0000056406 00000 n -0000056221 00000 n -0000055249 00000 n -0000056343 00000 n -0000057546 00000 n -0000057361 00000 n -0000056491 00000 n -0000057483 00000 n -0000950201 00000 n -0000948338 00000 n -0000950041 00000 n -0000064655 00000 n -0000060020 00000 n -0000057644 00000 n -0000064529 00000 n -0000064592 00000 n -0000060362 00000 n -0000060517 00000 n -0000060674 00000 n -0000060829 00000 n -0000060984 00000 n -0000061140 00000 n -0000061297 00000 n -0000061454 00000 n -0000061611 00000 n -0000061774 00000 n -0000061937 00000 n -0000062100 00000 n -0000062263 00000 n -0000062420 00000 n -0000062582 00000 n -0000062745 00000 n -0000062908 00000 n -0000063071 00000 n -0000063232 00000 n -0000063394 00000 n -0000063557 00000 n -0000063720 00000 n -0000063883 00000 n -0000064046 00000 n -0000064203 00000 n -0000064366 00000 n -0000070601 00000 n -0000066731 00000 n -0000064740 00000 n -0000070538 00000 n -0000947259 00000 n -0000936094 00000 n -0000947084 00000 n -0000067041 00000 n -0000067195 00000 n -0000067352 00000 n -0000067509 00000 n -0000067672 00000 n -0000067834 00000 n -0000067991 00000 n -0000068153 00000 n -0000068316 00000 n -0000068472 00000 n -0000068634 00000 n -0000068797 00000 n -0000068954 00000 n -0000069117 00000 n -0000069280 00000 n -0000069443 00000 n -0000069600 00000 n -0000069757 00000 n -0000069914 00000 n -0000070071 00000 n -0000070226 00000 n -0000070382 00000 n -0000077856 00000 n -0000073166 00000 n -0000070699 00000 n -0000077730 00000 n -0000077793 00000 n -0000073516 00000 n -0000073670 00000 n -0000073825 00000 n -0000073981 00000 n -0000074137 00000 n -0000074293 00000 n -0000074449 00000 n -0000074605 00000 n -0000074761 00000 n -0000074917 00000 n -0000075073 00000 n -0000075228 00000 n -0000075385 00000 n -0000075542 00000 n -0000075698 00000 n -0000075855 00000 n -0000076011 00000 n -0000076168 00000 n -0000076324 00000 n -0000076481 00000 n -0000076637 00000 n -0000076794 00000 n -0000076949 00000 n -0000077106 00000 n -0000077262 00000 n -0000077418 00000 n -0000077574 00000 n -0000092404 00000 n -0000095646 00000 n -0000110637 00000 n -0000120728 00000 n -0000155623 00000 n -0000155687 00000 n -0000164556 00000 n -0000164620 00000 n -0000176136 00000 n -0000176199 00000 n -0000185208 00000 n -0000190862 00000 n -0000218517 00000 n -0000226233 00000 n -0000255473 00000 n -0000269162 00000 n -0000445384 00000 n -0000445448 00000 n -0000516285 00000 n -0000539353 00000 n -0000567045 00000 n -0000596866 00000 n -0000622312 00000 n -0000652903 00000 n -0000681665 00000 n -0000706437 00000 n -0000743758 00000 n -0000080897 00000 n -0000079060 00000 n -0000077941 00000 n -0000080834 00000 n -0000079274 00000 n -0000079431 00000 n -0000079587 00000 n -0000079743 00000 n -0000079899 00000 n -0000080055 00000 n -0000080211 00000 n -0000080367 00000 n -0000080523 00000 n -0000080679 00000 n -0000979938 00000 n -0000775954 00000 n -0000801605 00000 n -0000812038 00000 n -0000819721 00000 n -0000827294 00000 n -0000837146 00000 n -0000841324 00000 n -0000851372 00000 n -0000867001 00000 n -0000871022 00000 n -0000086274 00000 n -0000082914 00000 n -0000080982 00000 n -0000086148 00000 n -0000086211 00000 n -0000083200 00000 n -0000083354 00000 n -0000083509 00000 n -0000083664 00000 n -0000083819 00000 n -0000083974 00000 n -0000084129 00000 n -0000084284 00000 n -0000084439 00000 n -0000084594 00000 n -0000084750 00000 n -0000084905 00000 n -0000085061 00000 n -0000085217 00000 n -0000085371 00000 n -0000085527 00000 n -0000085682 00000 n -0000085838 00000 n -0000085993 00000 n -0000167690 00000 n -0000234712 00000 n -0000279090 00000 n -0000448384 00000 n -0000448448 00000 n -0000516159 00000 n -0000541782 00000 n -0000569500 00000 n -0000600113 00000 n -0000624147 00000 n -0000655089 00000 n -0000658097 00000 n -0000660204 00000 n -0000706311 00000 n -0000708645 00000 n -0000711802 00000 n -0000713837 00000 n -0000807253 00000 n -0000815438 00000 n -0000088698 00000 n -0000088210 00000 n -0000086372 00000 n -0000088512 00000 n -0000088352 00000 n -0000884016 00000 n -0000090872 00000 n -0000094274 00000 n -0000092594 00000 n -0000090730 00000 n -0000088796 00000 n -0000092216 00000 n -0000092341 00000 n -0000092060 00000 n -0000092468 00000 n -0000092531 00000 n -0000091789 00000 n -0000091920 00000 n -0000091967 00000 n -0000092039 00000 n -0000095710 00000 n -0000094152 00000 n -0000092720 00000 n -0000095520 00000 n -0000095583 00000 n -0000095249 00000 n -0000095380 00000 n -0000095427 00000 n -0000095499 00000 n -0000098166 00000 n -0000097678 00000 n -0000095836 00000 n -0000097977 00000 n -0000098040 00000 n -0000098103 00000 n -0000097820 00000 n -0000099662 00000 n -0000110701 00000 n -0000099504 00000 n -0000098264 00000 n -0000110450 00000 n -0000109983 00000 n -0000110137 00000 n -0000110293 00000 n -0000980055 00000 n -0000112769 00000 n -0000122276 00000 n -0000152730 00000 n -0000120855 00000 n -0000112619 00000 n -0000110835 00000 n -0000120602 00000 n -0000120665 00000 n -0000120288 00000 n -0000120792 00000 n -0000120445 00000 n -0000155751 00000 n -0000122154 00000 n -0000120989 00000 n -0000155560 00000 n -0000157416 00000 n -0000161840 00000 n -0000164684 00000 n -0000157274 00000 n -0000155898 00000 n -0000164430 00000 n -0000164493 00000 n -0000164273 00000 n -0000167817 00000 n -0000167165 00000 n -0000164831 00000 n -0000167627 00000 n -0000167315 00000 n -0000167754 00000 n -0000167471 00000 n -0000169440 00000 n -0000172116 00000 n -0000176263 00000 n -0000169298 00000 n -0000167915 00000 n -0000176010 00000 n -0000176073 00000 n -0000175853 00000 n -0000178414 00000 n -0000187997 00000 n -0000185272 00000 n -0000178256 00000 n -0000176412 00000 n -0000185145 00000 n -0000184675 00000 n -0000184832 00000 n -0000184988 00000 n -0000980172 00000 n -0000193018 00000 n -0000190988 00000 n -0000187839 00000 n -0000185394 00000 n -0000190736 00000 n -0000190799 00000 n -0000190266 00000 n -0000190422 00000 n -0000190579 00000 n -0000218707 00000 n -0000192876 00000 n -0000191123 00000 n -0000218454 00000 n -0000218581 00000 n -0000218296 00000 n -0000218644 00000 n -0000220752 00000 n -0000226360 00000 n -0000220630 00000 n -0000218842 00000 n -0000226170 00000 n -0000226297 00000 n -0000229154 00000 n -0000228781 00000 n -0000226495 00000 n -0000228903 00000 n -0000229028 00000 n -0000229091 00000 n -0000231799 00000 n -0000231488 00000 n -0000229252 00000 n -0000231610 00000 n -0000231673 00000 n -0000231736 00000 n -0000236961 00000 n -0000234963 00000 n -0000234351 00000 n -0000231910 00000 n -0000234649 00000 n -0000234776 00000 n -0000234493 00000 n -0000980289 00000 n -0000257609 00000 n -0000255598 00000 n -0000236819 00000 n -0000235061 00000 n -0000255410 00000 n -0000255252 00000 n -0000269225 00000 n -0000257487 00000 n -0000255746 00000 n -0000269099 00000 n -0000272172 00000 n -0000271925 00000 n -0000269373 00000 n -0000272047 00000 n -0000275548 00000 n -0000275363 00000 n -0000272283 00000 n -0000275485 00000 n -0000935741 00000 n -0000927398 00000 n -0000935563 00000 n -0000926958 00000 n -0000924675 00000 n -0000926798 00000 n -0000924382 00000 n -0000916566 00000 n -0000924209 00000 n -0000916217 00000 n -0000914161 00000 n -0000916056 00000 n -0000279215 00000 n -0000278564 00000 n -0000275711 00000 n -0000279027 00000 n -0000913711 00000 n -0000906420 00000 n -0000913536 00000 n -0000278714 00000 n -0000278871 00000 n -0000280830 00000 n -0000280521 00000 n -0000279391 00000 n -0000280643 00000 n -0000980406 00000 n -0000282470 00000 n -0000313669 00000 n -0000445512 00000 n -0000282320 00000 n -0000280928 00000 n -0000445259 00000 n -0000444947 00000 n -0000445105 00000 n -0000448512 00000 n -0000447858 00000 n -0000445661 00000 n -0000448321 00000 n -0000448008 00000 n -0000448164 00000 n -0000450609 00000 n -0000516349 00000 n -0000450487 00000 n -0000448610 00000 n -0000516096 00000 n -0000517845 00000 n -0000517318 00000 n -0000516484 00000 n -0000517782 00000 n -0000517468 00000 n -0000517626 00000 n -0000520578 00000 n -0000539416 00000 n -0000520420 00000 n -0000517930 00000 n -0000539228 00000 n -0000538759 00000 n -0000538916 00000 n -0000539073 00000 n -0000541908 00000 n -0000541597 00000 n -0000539616 00000 n -0000541719 00000 n -0000541845 00000 n -0000980523 00000 n -0000544706 00000 n -0000567109 00000 n -0000544540 00000 n -0000542032 00000 n -0000566920 00000 n -0000566293 00000 n -0000566454 00000 n -0000566610 00000 n -0000566764 00000 n -0000883953 00000 n -0000569564 00000 n -0000569138 00000 n -0000567309 00000 n -0000569437 00000 n -0000569280 00000 n -0000572175 00000 n -0000596930 00000 n -0000572053 00000 n -0000569675 00000 n -0000596741 00000 n -0000906091 00000 n -0000903983 00000 n -0000905922 00000 n -0000600240 00000 n -0000599586 00000 n -0000597143 00000 n -0000600050 00000 n -0000599736 00000 n -0000599894 00000 n -0000600177 00000 n -0000602528 00000 n -0000622439 00000 n -0000602378 00000 n -0000600364 00000 n -0000622187 00000 n -0000621872 00000 n -0000622030 00000 n -0000622376 00000 n -0000624211 00000 n -0000623962 00000 n -0000622574 00000 n -0000624084 00000 n -0000980640 00000 n -0000626723 00000 n -0000652967 00000 n -0000626557 00000 n -0000624322 00000 n -0000652778 00000 n -0000652155 00000 n -0000652311 00000 n -0000652466 00000 n -0000652622 00000 n -0000655215 00000 n -0000654904 00000 n -0000653102 00000 n -0000655026 00000 n -0000655153 00000 n -0000658161 00000 n -0000657912 00000 n -0000655326 00000 n -0000658034 00000 n -0000660268 00000 n -0000660019 00000 n -0000658259 00000 n -0000660141 00000 n -0000662374 00000 n -0000681729 00000 n -0000662224 00000 n -0000660366 00000 n -0000681540 00000 n -0000681225 00000 n -0000681383 00000 n -0000684344 00000 n -0000706501 00000 n -0000684178 00000 n -0000681864 00000 n -0000706248 00000 n -0000705620 00000 n -0000705778 00000 n -0000705935 00000 n -0000706091 00000 n -0000980757 00000 n -0000709023 00000 n -0000708460 00000 n -0000706636 00000 n -0000708582 00000 n -0000708708 00000 n -0000708771 00000 n -0000708834 00000 n -0000708897 00000 n -0000708960 00000 n -0000711866 00000 n -0000711617 00000 n -0000709134 00000 n -0000711739 00000 n -0000713964 00000 n -0000713652 00000 n -0000711964 00000 n -0000713774 00000 n -0000713901 00000 n -0000716097 00000 n -0000746355 00000 n -0000743822 00000 n -0000715955 00000 n -0000714075 00000 n -0000743570 00000 n -0000743413 00000 n -0000776018 00000 n -0000746189 00000 n -0000744009 00000 n -0000775891 00000 n -0000775253 00000 n -0000775411 00000 n -0000775569 00000 n -0000775730 00000 n -0000778648 00000 n -0000801669 00000 n -0000778498 00000 n -0000776179 00000 n -0000801479 00000 n -0000801166 00000 n -0000801322 00000 n -0000980874 00000 n -0000804551 00000 n -0000803905 00000 n -0000801856 00000 n -0000804363 00000 n -0000804055 00000 n -0000804209 00000 n -0000883890 00000 n -0000807317 00000 n -0000807068 00000 n -0000804662 00000 n -0000807190 00000 n -0000810158 00000 n -0000812102 00000 n -0000809992 00000 n -0000807428 00000 n -0000811849 00000 n -0000811223 00000 n -0000811380 00000 n -0000811537 00000 n -0000811693 00000 n -0000810952 00000 n -0000811083 00000 n -0000811130 00000 n -0000811202 00000 n -0000815502 00000 n -0000815253 00000 n -0000812229 00000 n -0000815375 00000 n -0000817938 00000 n -0000819785 00000 n -0000817796 00000 n -0000815613 00000 n -0000819595 00000 n -0000819438 00000 n -0000819087 00000 n -0000819218 00000 n -0000819265 00000 n -0000819337 00000 n -0000819417 00000 n -0000825242 00000 n -0000823254 00000 n -0000822603 00000 n -0000819912 00000 n -0000823065 00000 n -0000822753 00000 n -0000822908 00000 n -0000980991 00000 n -0000827483 00000 n -0000825120 00000 n -0000823352 00000 n -0000827231 00000 n -0000827358 00000 n -0000827421 00000 n -0000826879 00000 n -0000827010 00000 n -0000827057 00000 n -0000827129 00000 n -0000827209 00000 n -0000830674 00000 n -0000830250 00000 n -0000827610 00000 n -0000830548 00000 n -0000830611 00000 n -0000830392 00000 n -0000833617 00000 n -0000833369 00000 n -0000830772 00000 n -0000833491 00000 n -0000903152 00000 n -0000886052 00000 n -0000902981 00000 n -0000835512 00000 n -0000837210 00000 n -0000835362 00000 n -0000833741 00000 n -0000836957 00000 n -0000836646 00000 n -0000836802 00000 n -0000836375 00000 n -0000836506 00000 n -0000836553 00000 n -0000836625 00000 n -0000839502 00000 n -0000841387 00000 n -0000839380 00000 n -0000837350 00000 n -0000841261 00000 n -0000840989 00000 n -0000841120 00000 n -0000841167 00000 n -0000841239 00000 n -0000845151 00000 n -0000844791 00000 n -0000841501 00000 n -0000845088 00000 n -0000844933 00000 n -0000981108 00000 n -0000849374 00000 n -0000847245 00000 n -0000846998 00000 n -0000845236 00000 n -0000847120 00000 n -0000851562 00000 n -0000849232 00000 n -0000847356 00000 n -0000851309 00000 n -0000851152 00000 n -0000850801 00000 n -0000850932 00000 n -0000850979 00000 n -0000851051 00000 n -0000851131 00000 n -0000854121 00000 n -0000853873 00000 n -0000851702 00000 n -0000853995 00000 n -0000856369 00000 n -0000856121 00000 n -0000854245 00000 n -0000856243 00000 n -0000856306 00000 n -0000858280 00000 n -0000858095 00000 n -0000856480 00000 n -0000858217 00000 n -0000860329 00000 n -0000860081 00000 n -0000858378 00000 n -0000860203 00000 n -0000860266 00000 n -0000981225 00000 n -0000862674 00000 n -0000862111 00000 n -0000860440 00000 n -0000862233 00000 n -0000862359 00000 n -0000862422 00000 n -0000862485 00000 n -0000862548 00000 n -0000862611 00000 n -0000864677 00000 n -0000867065 00000 n -0000864527 00000 n -0000862798 00000 n -0000866560 00000 n -0000866623 00000 n -0000866686 00000 n -0000866875 00000 n -0000866247 00000 n -0000866403 00000 n -0000865976 00000 n -0000866107 00000 n -0000866154 00000 n -0000866226 00000 n -0000869787 00000 n -0000871086 00000 n -0000869665 00000 n -0000867205 00000 n -0000870959 00000 n -0000870688 00000 n -0000870819 00000 n -0000870866 00000 n -0000870938 00000 n -0000875004 00000 n -0000873952 00000 n -0000871213 00000 n -0000874815 00000 n -0000874118 00000 n -0000874941 00000 n -0000874291 00000 n -0000874466 00000 n -0000874642 00000 n -0000879655 00000 n -0000876643 00000 n -0000875128 00000 n -0000879592 00000 n -0000876897 00000 n -0000877070 00000 n -0000877253 00000 n -0000877421 00000 n -0000877599 00000 n -0000877783 00000 n -0000877957 00000 n -0000878155 00000 n -0000878326 00000 n -0000878497 00000 n -0000878698 00000 n -0000878872 00000 n -0000879051 00000 n -0000879231 00000 n -0000879409 00000 n -0000880309 00000 n -0000880061 00000 n -0000879766 00000 n -0000880183 00000 n -0000981342 00000 n -0000882801 00000 n -0000881609 00000 n -0000880394 00000 n -0000881731 00000 n -0000881857 00000 n -0000881920 00000 n -0000881983 00000 n -0000882046 00000 n -0000882109 00000 n -0000882172 00000 n -0000882235 00000 n -0000882298 00000 n -0000882361 00000 n -0000882424 00000 n -0000882487 00000 n -0000882550 00000 n -0000882613 00000 n -0000882676 00000 n -0000882739 00000 n -0000884079 00000 n -0000883642 00000 n -0000882886 00000 n -0000883764 00000 n -0000884164 00000 n -0000903635 00000 n -0000906328 00000 n -0000906304 00000 n -0000913963 00000 n -0000916468 00000 n -0000916436 00000 n -0000924621 00000 n -0000927258 00000 n -0000927186 00000 n -0000935992 00000 n -0000947784 00000 n -0000950572 00000 n -0000950443 00000 n -0000965178 00000 n -0000979161 00000 n -0000981435 00000 n -0000981553 00000 n -0000981671 00000 n -0000981756 00000 n -0000981834 00000 n -0000986307 00000 n -0000991404 00000 n -0000991443 00000 n -0000991481 00000 n -0000991633 00000 n +0000011120 00000 n +0000880242 00000 n +0000989157 00000 n +0000011169 00000 n +0000011320 00000 n +0000887190 00000 n +0000989063 00000 n +0000011367 00000 n +0000011448 00000 n +0000888738 00000 n +0000988969 00000 n +0000011496 00000 n +0000011577 00000 n +0000890771 00000 n +0000988889 00000 n +0000011625 00000 n +0000011766 00000 n +0000012725 00000 n +0000012847 00000 n +0000055252 00000 n +0000011818 00000 n +0000055126 00000 n +0000055189 00000 n +0000985670 00000 n +0000972820 00000 n +0000985499 00000 n +0000971530 00000 n +0000957676 00000 n +0000971359 00000 n +0000986767 00000 n +0000056530 00000 n +0000056345 00000 n +0000055373 00000 n +0000056467 00000 n +0000057670 00000 n +0000057485 00000 n +0000056615 00000 n +0000057607 00000 n +0000957143 00000 n +0000955280 00000 n +0000956983 00000 n +0000064779 00000 n +0000060144 00000 n +0000057768 00000 n +0000064653 00000 n +0000064716 00000 n +0000060486 00000 n +0000060641 00000 n +0000060798 00000 n +0000060953 00000 n +0000061108 00000 n +0000061264 00000 n +0000061421 00000 n +0000061578 00000 n +0000061735 00000 n +0000061898 00000 n +0000062061 00000 n +0000062224 00000 n +0000062387 00000 n +0000062544 00000 n +0000062706 00000 n +0000062869 00000 n +0000063032 00000 n +0000063195 00000 n +0000063356 00000 n +0000063518 00000 n +0000063681 00000 n +0000063844 00000 n +0000064007 00000 n +0000064170 00000 n +0000064327 00000 n +0000064490 00000 n +0000070746 00000 n +0000066877 00000 n +0000064864 00000 n +0000070683 00000 n +0000954201 00000 n +0000943036 00000 n +0000954026 00000 n +0000067187 00000 n +0000067341 00000 n +0000067498 00000 n +0000067655 00000 n +0000067818 00000 n +0000067980 00000 n +0000068137 00000 n +0000068299 00000 n +0000068462 00000 n +0000068618 00000 n +0000068780 00000 n +0000068943 00000 n +0000069100 00000 n +0000069263 00000 n +0000069426 00000 n +0000069589 00000 n +0000069746 00000 n +0000069903 00000 n +0000070059 00000 n +0000070216 00000 n +0000070371 00000 n +0000070527 00000 n +0000078001 00000 n +0000073311 00000 n +0000070844 00000 n +0000077875 00000 n +0000077938 00000 n +0000073661 00000 n +0000073815 00000 n +0000073970 00000 n +0000074126 00000 n +0000074282 00000 n +0000074438 00000 n +0000074594 00000 n +0000074750 00000 n +0000074906 00000 n +0000075062 00000 n +0000075218 00000 n +0000075373 00000 n +0000075530 00000 n +0000075687 00000 n +0000075843 00000 n +0000076000 00000 n +0000076156 00000 n +0000076313 00000 n +0000076469 00000 n +0000076626 00000 n +0000076782 00000 n +0000076939 00000 n +0000077094 00000 n +0000077251 00000 n +0000077407 00000 n +0000077563 00000 n +0000077719 00000 n +0000092773 00000 n +0000096015 00000 n +0000111006 00000 n +0000121097 00000 n +0000155992 00000 n +0000156056 00000 n +0000164925 00000 n +0000164989 00000 n +0000176505 00000 n +0000176568 00000 n +0000185577 00000 n +0000191231 00000 n +0000218886 00000 n +0000226602 00000 n +0000255842 00000 n +0000269531 00000 n +0000445753 00000 n +0000445817 00000 n +0000516654 00000 n +0000539722 00000 n +0000567414 00000 n +0000597235 00000 n +0000622681 00000 n +0000653272 00000 n +0000682034 00000 n +0000706806 00000 n +0000744127 00000 n +0000081266 00000 n +0000079266 00000 n +0000078086 00000 n +0000081203 00000 n +0000079488 00000 n +0000079645 00000 n +0000079801 00000 n +0000079957 00000 n +0000080113 00000 n +0000080269 00000 n +0000080425 00000 n +0000080581 00000 n +0000080737 00000 n +0000080893 00000 n +0000081049 00000 n +0000986885 00000 n +0000776323 00000 n +0000801974 00000 n +0000812408 00000 n +0000820091 00000 n +0000827664 00000 n +0000837516 00000 n +0000841694 00000 n +0000851743 00000 n +0000868040 00000 n +0000876145 00000 n +0000880178 00000 n +0000086643 00000 n +0000083283 00000 n +0000081351 00000 n +0000086517 00000 n +0000086580 00000 n +0000083569 00000 n +0000083723 00000 n +0000083878 00000 n +0000084033 00000 n +0000084188 00000 n +0000084343 00000 n +0000084498 00000 n +0000084653 00000 n +0000084808 00000 n +0000084963 00000 n +0000085119 00000 n +0000085274 00000 n +0000085430 00000 n +0000085586 00000 n +0000085740 00000 n +0000085896 00000 n +0000086051 00000 n +0000086207 00000 n +0000086362 00000 n +0000168059 00000 n +0000235081 00000 n +0000279459 00000 n +0000448753 00000 n +0000448817 00000 n +0000516528 00000 n +0000542151 00000 n +0000569869 00000 n +0000600482 00000 n +0000624516 00000 n +0000655458 00000 n +0000658466 00000 n +0000660573 00000 n +0000706680 00000 n +0000709014 00000 n +0000712171 00000 n +0000714206 00000 n +0000807623 00000 n +0000815808 00000 n +0000089067 00000 n +0000088579 00000 n +0000086741 00000 n +0000088881 00000 n +0000088721 00000 n +0000890960 00000 n +0000091241 00000 n +0000094643 00000 n +0000092963 00000 n +0000091099 00000 n +0000089165 00000 n +0000092585 00000 n +0000092710 00000 n +0000092429 00000 n +0000092837 00000 n +0000092900 00000 n +0000092158 00000 n +0000092289 00000 n +0000092336 00000 n +0000092408 00000 n +0000096079 00000 n +0000094521 00000 n +0000093089 00000 n +0000095889 00000 n +0000095952 00000 n +0000095618 00000 n +0000095749 00000 n +0000095796 00000 n +0000095868 00000 n +0000098535 00000 n +0000098047 00000 n +0000096205 00000 n +0000098346 00000 n +0000098409 00000 n +0000098472 00000 n +0000098189 00000 n +0000100031 00000 n +0000111070 00000 n +0000099873 00000 n +0000098633 00000 n +0000110819 00000 n +0000110352 00000 n +0000110506 00000 n +0000110662 00000 n +0000987003 00000 n +0000113138 00000 n +0000122645 00000 n +0000153099 00000 n +0000121224 00000 n +0000112988 00000 n +0000111204 00000 n +0000120971 00000 n +0000121034 00000 n +0000120657 00000 n +0000121161 00000 n +0000120814 00000 n +0000156120 00000 n +0000122523 00000 n +0000121358 00000 n +0000155929 00000 n +0000157785 00000 n +0000162209 00000 n +0000165053 00000 n +0000157643 00000 n +0000156267 00000 n +0000164799 00000 n +0000164862 00000 n +0000164642 00000 n +0000168186 00000 n +0000167534 00000 n +0000165200 00000 n +0000167996 00000 n +0000167684 00000 n +0000168123 00000 n +0000167840 00000 n +0000169809 00000 n +0000172485 00000 n +0000176632 00000 n +0000169667 00000 n +0000168284 00000 n +0000176379 00000 n +0000176442 00000 n +0000176222 00000 n +0000178783 00000 n +0000188366 00000 n +0000185641 00000 n +0000178625 00000 n +0000176781 00000 n +0000185514 00000 n +0000185044 00000 n +0000185201 00000 n +0000185357 00000 n +0000987121 00000 n +0000193387 00000 n +0000191357 00000 n +0000188208 00000 n +0000185763 00000 n +0000191105 00000 n +0000191168 00000 n +0000190635 00000 n +0000190791 00000 n +0000190948 00000 n +0000219076 00000 n +0000193245 00000 n +0000191492 00000 n +0000218823 00000 n +0000218950 00000 n +0000218665 00000 n +0000219013 00000 n +0000221121 00000 n +0000226729 00000 n +0000220999 00000 n +0000219211 00000 n +0000226539 00000 n +0000226666 00000 n +0000229523 00000 n +0000229150 00000 n +0000226864 00000 n +0000229272 00000 n +0000229397 00000 n +0000229460 00000 n +0000232168 00000 n +0000231857 00000 n +0000229621 00000 n +0000231979 00000 n +0000232042 00000 n +0000232105 00000 n +0000237330 00000 n +0000235332 00000 n +0000234720 00000 n +0000232279 00000 n +0000235018 00000 n +0000235145 00000 n +0000234862 00000 n +0000987239 00000 n +0000257978 00000 n +0000255967 00000 n +0000237188 00000 n +0000235430 00000 n +0000255779 00000 n +0000255621 00000 n +0000269594 00000 n +0000257856 00000 n +0000256115 00000 n +0000269468 00000 n +0000272541 00000 n +0000272294 00000 n +0000269742 00000 n +0000272416 00000 n +0000275917 00000 n +0000275732 00000 n +0000272652 00000 n +0000275854 00000 n +0000942683 00000 n +0000934342 00000 n +0000942505 00000 n +0000933902 00000 n +0000931619 00000 n +0000933742 00000 n +0000931326 00000 n +0000923510 00000 n +0000931153 00000 n +0000923161 00000 n +0000921105 00000 n +0000923000 00000 n +0000279584 00000 n +0000278933 00000 n +0000276080 00000 n +0000279396 00000 n +0000920655 00000 n +0000913364 00000 n +0000920480 00000 n +0000279083 00000 n +0000279240 00000 n +0000281199 00000 n +0000280890 00000 n +0000279760 00000 n +0000281012 00000 n +0000987357 00000 n +0000282839 00000 n +0000314038 00000 n +0000445881 00000 n +0000282689 00000 n +0000281297 00000 n +0000445628 00000 n +0000445316 00000 n +0000445474 00000 n +0000448881 00000 n +0000448227 00000 n +0000446030 00000 n +0000448690 00000 n +0000448377 00000 n +0000448533 00000 n +0000450978 00000 n +0000516718 00000 n +0000450856 00000 n +0000448979 00000 n +0000516465 00000 n +0000518214 00000 n +0000517687 00000 n +0000516853 00000 n +0000518151 00000 n +0000517837 00000 n +0000517995 00000 n +0000520947 00000 n +0000539785 00000 n +0000520789 00000 n +0000518299 00000 n +0000539597 00000 n +0000539128 00000 n +0000539285 00000 n +0000539442 00000 n +0000542277 00000 n +0000541966 00000 n +0000539985 00000 n +0000542088 00000 n +0000542214 00000 n +0000987475 00000 n +0000545075 00000 n +0000567478 00000 n +0000544909 00000 n +0000542401 00000 n +0000567289 00000 n +0000566662 00000 n +0000566823 00000 n +0000566979 00000 n +0000567133 00000 n +0000890897 00000 n +0000569933 00000 n +0000569507 00000 n +0000567678 00000 n +0000569806 00000 n +0000569649 00000 n +0000572544 00000 n +0000597299 00000 n +0000572422 00000 n +0000570044 00000 n +0000597110 00000 n +0000913035 00000 n +0000910927 00000 n +0000912866 00000 n +0000600609 00000 n +0000599955 00000 n +0000597512 00000 n +0000600419 00000 n +0000600105 00000 n +0000600263 00000 n +0000600546 00000 n +0000602897 00000 n +0000622808 00000 n +0000602747 00000 n +0000600733 00000 n +0000622556 00000 n +0000622241 00000 n +0000622399 00000 n +0000622745 00000 n +0000624580 00000 n +0000624331 00000 n +0000622943 00000 n +0000624453 00000 n +0000987593 00000 n +0000627092 00000 n +0000653336 00000 n +0000626926 00000 n +0000624691 00000 n +0000653147 00000 n +0000652524 00000 n +0000652680 00000 n +0000652835 00000 n +0000652991 00000 n +0000655584 00000 n +0000655273 00000 n +0000653471 00000 n +0000655395 00000 n +0000655522 00000 n +0000658530 00000 n +0000658281 00000 n +0000655695 00000 n +0000658403 00000 n +0000660637 00000 n +0000660388 00000 n +0000658628 00000 n +0000660510 00000 n +0000662743 00000 n +0000682098 00000 n +0000662593 00000 n +0000660735 00000 n +0000681909 00000 n +0000681594 00000 n +0000681752 00000 n +0000684713 00000 n +0000706870 00000 n +0000684547 00000 n +0000682233 00000 n +0000706617 00000 n +0000705989 00000 n +0000706147 00000 n +0000706304 00000 n +0000706460 00000 n +0000987711 00000 n +0000709392 00000 n +0000708829 00000 n +0000707005 00000 n +0000708951 00000 n +0000709077 00000 n +0000709140 00000 n +0000709203 00000 n +0000709266 00000 n +0000709329 00000 n +0000712235 00000 n +0000711986 00000 n +0000709503 00000 n +0000712108 00000 n +0000714333 00000 n +0000714021 00000 n +0000712333 00000 n +0000714143 00000 n +0000714270 00000 n +0000716466 00000 n +0000746724 00000 n +0000744191 00000 n +0000716324 00000 n +0000714444 00000 n +0000743939 00000 n +0000743782 00000 n +0000776387 00000 n +0000746558 00000 n +0000744378 00000 n +0000776260 00000 n +0000775622 00000 n +0000775780 00000 n +0000775938 00000 n +0000776099 00000 n +0000779017 00000 n +0000802038 00000 n +0000778867 00000 n +0000776548 00000 n +0000801848 00000 n +0000801535 00000 n +0000801691 00000 n +0000987829 00000 n +0000804921 00000 n +0000804275 00000 n +0000802225 00000 n +0000804733 00000 n +0000804425 00000 n +0000804579 00000 n +0000890834 00000 n +0000807687 00000 n +0000807438 00000 n +0000805032 00000 n +0000807560 00000 n +0000810528 00000 n +0000812472 00000 n +0000810362 00000 n +0000807798 00000 n +0000812219 00000 n +0000811593 00000 n +0000811750 00000 n +0000811907 00000 n +0000812063 00000 n +0000811322 00000 n +0000811453 00000 n +0000811500 00000 n +0000811572 00000 n +0000815872 00000 n +0000815623 00000 n +0000812599 00000 n +0000815745 00000 n +0000818308 00000 n +0000820155 00000 n +0000818166 00000 n +0000815983 00000 n +0000819965 00000 n +0000819808 00000 n +0000819457 00000 n +0000819588 00000 n +0000819635 00000 n +0000819707 00000 n +0000819787 00000 n +0000825612 00000 n +0000823624 00000 n +0000822973 00000 n +0000820282 00000 n +0000823435 00000 n +0000823123 00000 n +0000823278 00000 n +0000987947 00000 n +0000827853 00000 n +0000825490 00000 n +0000823722 00000 n +0000827601 00000 n +0000827728 00000 n +0000827791 00000 n +0000827249 00000 n +0000827380 00000 n +0000827427 00000 n +0000827499 00000 n +0000827579 00000 n +0000831044 00000 n +0000830620 00000 n +0000827980 00000 n +0000830918 00000 n +0000830981 00000 n +0000830762 00000 n +0000833987 00000 n +0000833739 00000 n +0000831142 00000 n +0000833861 00000 n +0000910096 00000 n +0000892996 00000 n +0000909925 00000 n +0000835882 00000 n +0000837580 00000 n +0000835732 00000 n +0000834111 00000 n +0000837327 00000 n +0000837016 00000 n +0000837172 00000 n +0000836745 00000 n +0000836876 00000 n +0000836923 00000 n +0000836995 00000 n +0000839872 00000 n +0000841757 00000 n +0000839750 00000 n +0000837720 00000 n +0000841631 00000 n +0000841359 00000 n +0000841490 00000 n +0000841537 00000 n +0000841609 00000 n +0000845521 00000 n +0000845161 00000 n +0000841871 00000 n +0000845458 00000 n +0000845303 00000 n +0000988065 00000 n +0000849745 00000 n +0000847615 00000 n +0000847368 00000 n +0000845606 00000 n +0000847490 00000 n +0000851933 00000 n +0000849603 00000 n +0000847726 00000 n +0000851680 00000 n +0000851523 00000 n +0000851172 00000 n +0000851303 00000 n +0000851350 00000 n +0000851422 00000 n +0000851502 00000 n +0000854492 00000 n +0000854244 00000 n +0000852073 00000 n +0000854366 00000 n +0000856740 00000 n +0000856492 00000 n +0000854616 00000 n +0000856614 00000 n +0000856677 00000 n +0000858651 00000 n +0000858466 00000 n +0000856851 00000 n +0000858588 00000 n +0000860700 00000 n +0000860452 00000 n +0000858749 00000 n +0000860574 00000 n +0000860637 00000 n +0000988183 00000 n +0000863045 00000 n +0000862482 00000 n +0000860811 00000 n +0000862604 00000 n +0000862730 00000 n +0000862793 00000 n +0000862856 00000 n +0000862919 00000 n +0000862982 00000 n +0000865608 00000 n +0000868103 00000 n +0000865450 00000 n +0000863169 00000 n +0000867788 00000 n +0000867851 00000 n +0000867914 00000 n +0000867319 00000 n +0000867475 00000 n +0000867632 00000 n +0000867048 00000 n +0000867179 00000 n +0000867226 00000 n +0000867298 00000 n +0000874512 00000 n +0000872129 00000 n +0000870921 00000 n +0000868243 00000 n +0000871877 00000 n +0000871095 00000 n +0000871252 00000 n +0000871409 00000 n +0000872003 00000 n +0000871564 00000 n +0000871720 00000 n +0000878770 00000 n +0000876208 00000 n +0000874390 00000 n +0000872227 00000 n +0000876082 00000 n +0000875811 00000 n +0000875942 00000 n +0000875989 00000 n +0000876061 00000 n +0000880305 00000 n +0000878628 00000 n +0000876335 00000 n +0000880115 00000 n +0000879942 00000 n +0000879671 00000 n +0000879802 00000 n +0000879849 00000 n +0000879921 00000 n +0000886586 00000 n +0000882959 00000 n +0000880445 00000 n +0000886460 00000 n +0000886523 00000 n +0000883237 00000 n +0000883412 00000 n +0000883589 00000 n +0000883763 00000 n +0000883936 00000 n +0000884119 00000 n +0000884288 00000 n +0000884466 00000 n +0000884650 00000 n +0000884824 00000 n +0000885022 00000 n +0000885193 00000 n +0000885364 00000 n +0000885564 00000 n +0000885739 00000 n +0000885919 00000 n +0000886099 00000 n +0000886277 00000 n +0000988301 00000 n +0000887253 00000 n +0000887005 00000 n +0000886710 00000 n +0000887127 00000 n +0000889745 00000 n +0000888553 00000 n +0000887338 00000 n +0000888675 00000 n +0000888801 00000 n +0000888864 00000 n +0000888927 00000 n +0000888990 00000 n +0000889053 00000 n +0000889116 00000 n +0000889179 00000 n +0000889242 00000 n +0000889305 00000 n +0000889368 00000 n +0000889431 00000 n +0000889494 00000 n +0000889557 00000 n +0000889620 00000 n +0000889683 00000 n +0000891023 00000 n +0000890586 00000 n +0000889830 00000 n +0000890708 00000 n +0000891108 00000 n +0000910579 00000 n +0000913272 00000 n +0000913248 00000 n +0000920907 00000 n +0000923412 00000 n +0000923380 00000 n +0000931565 00000 n +0000934202 00000 n +0000934130 00000 n +0000942934 00000 n +0000954726 00000 n +0000957514 00000 n +0000957385 00000 n +0000972121 00000 n +0000986106 00000 n +0000988403 00000 n +0000988523 00000 n +0000988643 00000 n +0000988731 00000 n +0000988813 00000 n +0000993293 00000 n +0000998430 00000 n +0000998471 00000 n +0000998511 00000 n +0000998667 00000 n trailer << -/Size 995 -/Root 993 0 R -/Info 994 0 R -/ID [<1B9D2A4E1C2D929653D0E9F8274BF03F> <1B9D2A4E1C2D929653D0E9F8274BF03F>] +/Size 1012 +/Root 1010 0 R +/Info 1011 0 R +/ID [<FDFC137682B8CDD4DDB05984395C9FD0> <FDFC137682B8CDD4DDB05984395C9FD0>] >> startxref -991900 +998935 %%EOF diff --git a/LaTeX/images/simulator.eps b/LaTeX/images/simulator.eps new file mode 100644 index 0000000..c3b7b7b --- /dev/null +++ b/LaTeX/images/simulator.eps @@ -0,0 +1,719 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%BoundingBox: 172 76 615 332 +%%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 408 translate +1.0 1.0 scale +1.0 1.0 1.0 setrgbcolor +newpath +176 -120 moveto +310 0 rlineto +0 -20 rlineto +-310 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +176 -120 moveto +310 0 rlineto +0 -20 rlineto +-310 0 rlineto +closepath +stroke +isolatin1encoding /_Helvetica /Helvetica RE +/_Helvetica findfont +10 scalefont setfont +180 -133 moveto +(simulator) show +1.0 1.0 1.0 setrgbcolor +newpath +176 -140 moveto +359 0 rlineto +0 -187 rlineto +-359 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +176 -140 moveto +359 0 rlineto +0 -187 rlineto +-359 0 rlineto +closepath +stroke +isolatin1encoding /_TimesRoman /TimesRoman RE +/_TimesRoman findfont +10 scalefont setfont +1.0 1.0 1.0 setrgbcolor +newpath +464 -160 moveto +59 0 rlineto +0 -21 rlineto +-59 0 rlineto +closepath +eofill +newpath +464 -160 moveto +59 0 rlineto +0 -1 rlineto +-59 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +464 -160 moveto +60 0 rlineto +0 -2 rlineto +-60 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +464 -162 moveto +59 0 rlineto +0 -19 rlineto +-59 0 rlineto +closepath +eofill +isolatin1encoding /_Helvetica /Helvetica RE +/_Helvetica findfont +10 scalefont setfont +0.0 0.0 0.0 setrgbcolor +476 -175 moveto +(VSMain) show +newpath +464 -160 moveto +60 0 rlineto +0 -22 rlineto +-60 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +320 -160 moveto +95 0 rlineto +0 -21 rlineto +-95 0 rlineto +closepath +eofill +newpath +320 -160 moveto +95 0 rlineto +0 -1 rlineto +-95 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +320 -160 moveto +96 0 rlineto +0 -2 rlineto +-96 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +320 -162 moveto +95 0 rlineto +0 -19 rlineto +-95 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +324 -175 moveto +(VSSimulatorFrame) show +newpath +320 -160 moveto +96 0 rlineto +0 -22 rlineto +-96 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +320 -216 moveto +65 0 rlineto +0 -21 rlineto +-65 0 rlineto +closepath +eofill +newpath +320 -216 moveto +65 0 rlineto +0 -1 rlineto +-65 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +320 -216 moveto +66 0 rlineto +0 -2 rlineto +-66 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +320 -218 moveto +65 0 rlineto +0 -19 rlineto +-65 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +324 -231 moveto +(VSSimulator) show +newpath +320 -216 moveto +66 0 rlineto +0 -22 rlineto +-66 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +328 -288 moveto +129 0 rlineto +0 -21 rlineto +-129 0 rlineto +closepath +eofill +newpath +328 -288 moveto +129 0 rlineto +0 -1 rlineto +-129 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +328 -288 moveto +130 0 rlineto +0 -2 rlineto +-130 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +328 -290 moveto +129 0 rlineto +0 -19 rlineto +-129 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +332 -303 moveto +(VSSimulatorVisualization) show +newpath +328 -288 moveto +130 0 rlineto +0 -22 rlineto +-130 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +216 -248 moveto +59 0 rlineto +0 -21 rlineto +-59 0 rlineto +closepath +eofill +newpath +216 -248 moveto +59 0 rlineto +0 -1 rlineto +-59 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +216 -248 moveto +60 0 rlineto +0 -2 rlineto +-60 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +216 -250 moveto +59 0 rlineto +0 -19 rlineto +-59 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +221 -263 moveto +(VSLogging) show +newpath +216 -248 moveto +60 0 rlineto +0 -22 rlineto +-60 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +184 -160 moveto +98 0 rlineto +0 -21 rlineto +-98 0 rlineto +closepath +eofill +newpath +184 -160 moveto +98 0 rlineto +0 -1 rlineto +-98 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +184 -160 moveto +99 0 rlineto +0 -2 rlineto +-99 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +184 -162 moveto +98 0 rlineto +0 -19 rlineto +-98 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +188 -175 moveto +(VSMenuItemStates) show +newpath +184 -160 moveto +99 0 rlineto +0 -22 rlineto +-99 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +424 -216 moveto +80 0 rlineto +0 -21 rlineto +-80 0 rlineto +closepath +eofill +newpath +424 -216 moveto +80 0 rlineto +0 -1 rlineto +-80 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +424 -216 moveto +81 0 rlineto +0 -2 rlineto +-81 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +424 -218 moveto +80 0 rlineto +0 -19 rlineto +-80 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +428 -231 moveto +(VSCreateTasks) show +newpath +424 -216 moveto +81 0 rlineto +0 -22 rlineto +-81 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +320 -80 moveto +73 0 rlineto +0 -21 rlineto +-73 0 rlineto +closepath +eofill +newpath +320 -80 moveto +73 0 rlineto +0 -1 rlineto +-73 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +320 -80 moveto +74 0 rlineto +0 -2 rlineto +-74 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +320 -82 moveto +73 0 rlineto +0 -19 rlineto +-73 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +324 -95 moveto +(utils.VSFrame) show +newpath +320 -80 moveto +74 0 rlineto +0 -22 rlineto +-74 0 rlineto +closepath +stroke +newpath +357 -160 moveto +357 -102 lineto +stroke +1.0 1.0 1.0 setrgbcolor +newpath +357 -102 moveto +364 -114 lineto +350 -114 lineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +357 -102 moveto +364 -114 lineto +350 -114 lineto +closepath +stroke +[5.0 5.0 ] 0 setdash +newpath +464 -168 moveto +416 -168 lineto +stroke +[] 0 setdash +newpath +428 -161 moveto +416 -168 lineto +stroke +newpath +428 -175 moveto +416 -168 lineto +stroke +[5.0 5.0 ] 0 setdash +newpath +360 -182 moveto +360 -216 lineto +stroke +[] 0 setdash +newpath +353 -204 moveto +360 -216 lineto +stroke +newpath +367 -204 moveto +360 -216 lineto +stroke +[5.0 5.0 ] 0 setdash +newpath +386 -224 moveto +424 -224 lineto +stroke +[] 0 setdash +newpath +412 -231 moveto +424 -224 lineto +stroke +newpath +412 -217 moveto +424 -224 lineto +stroke +[5.0 5.0 ] 0 setdash +newpath +368 -238 moveto +368 -288 lineto +stroke +[] 0 setdash +newpath +361 -276 moveto +368 -288 lineto +stroke +newpath +375 -276 moveto +368 -288 lineto +stroke +[5.0 5.0 ] 0 setdash +newpath +336 -238 moveto +336 -264 lineto +stroke +newpath +336 -264 moveto +276 -264 lineto +stroke +[] 0 setdash +newpath +288 -257 moveto +276 -264 lineto +stroke +newpath +288 -271 moveto +276 -264 lineto +stroke +newpath +319 -264 2 -2 0 360 ellipse +eofill +1.0 1.0 1.0 setrgbcolor +newpath +319 -264 1 -1 0 360 ellipse +eofill +0.0 0.0 0.0 setrgbcolor +[5.0 5.0 ] 0 setdash +newpath +328 -304 moveto +256 -304 lineto +stroke +newpath +256 -304 moveto +256 -270 lineto +stroke +[] 0 setdash +newpath +263 -282 moveto +256 -270 lineto +stroke +newpath +249 -282 moveto +256 -270 lineto +stroke +[5.0 5.0 ] 0 setdash +newpath +320 -168 moveto +283 -168 lineto +stroke +[] 0 setdash +newpath +295 -161 moveto +283 -168 lineto +stroke +newpath +295 -175 moveto +283 -168 lineto +stroke +[5.0 5.0 ] 0 setdash +newpath +320 -216 moveto +283 -182 lineto +stroke +[] 0 setdash +newpath +296 -184 moveto +283 -182 lineto +stroke +newpath +287 -195 moveto +283 -182 lineto +stroke +1.0 1.0 1.0 setrgbcolor +newpath +424 -80 moveto +108 0 rlineto +0 -21 rlineto +-108 0 rlineto +closepath +eofill +newpath +424 -80 moveto +108 0 rlineto +0 -1 rlineto +-108 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +424 -80 moveto +109 0 rlineto +0 -2 rlineto +-109 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +424 -82 moveto +108 0 rlineto +0 -19 rlineto +-108 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +428 -95 moveto +(prefs.VSDefaultPrefs) show +newpath +424 -80 moveto +109 0 rlineto +0 -22 rlineto +-109 0 rlineto +closepath +stroke +[5.0 5.0 ] 0 setdash +newpath +496 -160 moveto +496 -102 lineto +stroke +[] 0 setdash +newpath +503 -114 moveto +496 -102 lineto +stroke +newpath +489 -114 moveto +496 -102 lineto +stroke +1.0 1.0 1.0 setrgbcolor +newpath +176 -80 moveto +102 0 rlineto +0 -21 rlineto +-102 0 rlineto +closepath +eofill +newpath +176 -80 moveto +102 0 rlineto +0 -1 rlineto +-102 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +176 -80 moveto +103 0 rlineto +0 -2 rlineto +-103 0 rlineto +closepath +stroke +1.0 1.0 1.0 setrgbcolor +newpath +176 -82 moveto +102 0 rlineto +0 -19 rlineto +-102 0 rlineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +180 -95 moveto +(utils.VSAboutFrame) show +newpath +176 -80 moveto +103 0 rlineto +0 -22 rlineto +-103 0 rlineto +closepath +stroke +newpath +279 -88 moveto +320 -88 lineto +stroke +1.0 1.0 1.0 setrgbcolor +newpath +320 -88 moveto +308 -95 lineto +308 -81 lineto +closepath +eofill +0.0 0.0 0.0 setrgbcolor +newpath +320 -88 moveto +308 -95 lineto +308 -81 lineto +closepath +stroke +[5.0 5.0 ] 0 setdash +newpath +320 -160 moveto +279 -102 lineto +stroke +[] 0 setdash +newpath +291 -107 moveto +279 -102 lineto +stroke +newpath +280 -115 moveto +279 -102 lineto +stroke +showpage +%%Trailer |
