diff options
| author | Paul Buetow <paul@buetow.org> | 2008-08-13 22:44:42 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-08-13 22:44:42 +0000 |
| commit | b6465860231b9cffe78e8c97be2fc8b93081c8b0 (patch) | |
| tree | 47ddc4d26ad618a51f9d98608e445eff56465223 | |
| parent | 8026283bc06394c036d1b4b25a3239d05d399815 (diff) | |
foo
| -rw-r--r-- | LaTeX/chapters/implementierung.tex | 2 | ||||
| -rw-r--r-- | LaTeX/chapters/protokolle.tex | 47 | ||||
| -rw-r--r-- | LaTeX/chapters/simulator.tex | 58 | ||||
| -rw-r--r-- | LaTeX/diplomarbeit.pdf | 5794 |
4 files changed, 2978 insertions, 2923 deletions
diff --git a/LaTeX/chapters/implementierung.tex b/LaTeX/chapters/implementierung.tex index 3ce7c94..90fd713 100644 --- a/LaTeX/chapters/implementierung.tex +++ b/LaTeX/chapters/implementierung.tex @@ -280,7 +280,7 @@ In diesem Abschnitt wird auf die Implementierung der Protokolle und das Protokol \begin{figure}[h]
\centering
\includegraphics[width=12cm]{images/protocols}
- \caption{Die Pakete \textit{protocols} und \textit{protocols.*}}
+ \caption{Das Paket \textit{protocols.*}}
\label{fig:PackageProtocols}
\end{figure}
diff --git a/LaTeX/chapters/protokolle.tex b/LaTeX/chapters/protokolle.tex index 0fc8f7b..d214f42 100644 --- a/LaTeX/chapters/protokolle.tex +++ b/LaTeX/chapters/protokolle.tex @@ -86,6 +86,8 @@ Werden die Ereignisse wie in Tabelle \ref{tb:PingPongSturmTasks}. vorgegeben, so \caption{Programmierte Broadcast Ereignisse}
\label{tb:BroadcastSturmTasks}
\end{table}
+
+\newpage
\section{Das Broadcast Protokoll \small{\textit{(broadcast.dat)}}}
\begin{figure}[h]
@@ -149,7 +151,7 @@ Dieses Protokoll verwendet folgende zwei clientseitige Variablen, die in den Pro $t'_{min}$ und $t'_{max}$ sind die bei den Protokollberechnungen verwendeten Werte. Sie knnen sich allerdings von den tatschlichen Nachrichtenbertragungszeiten $t_{min}$ und $t_{max}$ (s. Kap. 2.4.3.) unterscheiden. Somit lassen sich auch Szenarien simulieren, in denen das Protokoll falsch eingestellt wurde und wobei der Zeitsynchronisierung groe Fehler auftreten knnen.
-
+\newpage
\section{Christians Methode zur externen Synchronisierung \small{\textit{(ext-vs-int-sync.dat)}}}
\begin{figure}[h]
@@ -565,6 +567,15 @@ In diesem Beispiel bentigt der Client bis zur erfolgreichen Auslieferung des zu \label{tb:ReliableMulticastTasks}
\end{table}
+\subsubsection{Protokollvariablen}
+
+Dieses Protokoll verwendet folgende serverseitige Variablen, die in den Prozesseinstellungen unter dem Punkt ``Reliable Multicast Server'' konfiguriert werden knnen:
+
+\begin{itemize}
+ \item \textbf{Zeit bis erneute Anfrage} \textit{(Long: timeout = 2500)}: Gibt die Anzahl von Millisekunden an, die gewartet werden sollen, bis der Muticast erneut verschickt wird.
+ \item \textbf{PIDs beteiligter Prozesse} \textit{(Integer[]: pids = [1,3])}: Dieser Vektor aus Integerwerten beinhaltet alle PIDs der Serverprozesse, die die Multicast-Nachricht erhalten sollen.
+\end{itemize}
+
\begin{table}
\centering
\fbox{
@@ -599,6 +610,17 @@ In diesem Beispiel bentigt der Client bis zur erfolgreichen Auslieferung des zu \hline
005952 & 1 & Nachricht erhalten; ID: 283; Protokoll: Reliable Multicast\\
\hline
+ \end{tabular}
+ }
+ \caption{Auszug aus dem Logfenster des Reliable-Multicast Beispiels}
+ \label{tb:ReliableMulticastLogs}
+\end{table}
+
+\begin{table}
+ \centering
+ \fbox{
+ \begin{tabular}{c|c|l}
+ \textbf{Zeit (ms)} & \textbf{PID} & \textbf{Lognachricht} \\
005952 & 1 & Nachricht versendet; ID: 284; Protokoll: Reliable Multicast\\
& & Integer: pid=1; Boolean: isAck=true\\
\hline
@@ -636,18 +658,6 @@ In diesem Beispiel bentigt der Client bis zur erfolgreichen Auslieferung des zu \hline
011213 & 1 & Nachricht versendet; ID: 289; Protokoll: Reliable Multicast\\
& & Integer: pid=1; Boolean: isAck=true\\
- \end{tabular}
- }
- \caption{Auszug aus dem Logfenster des Reliable-Multicast Beispiels}
- \label{tb:ReliableMulticastLogs}
-\end{table}
-
-\begin{table}
- \centering
- \fbox{
- \begin{tabular}{c|c|l}
- \textbf{Zeit (ms)} & \textbf{PID} & \textbf{Lognachricht} \\
- \hline
011213 & 1 & ACK erneut versendet\\
\hline
011813 & 2 & Nachricht erhalten; ID: 288; Protokoll: Reliable Multicast\\
@@ -665,16 +675,7 @@ In diesem Beispiel bentigt der Client bis zur erfolgreichen Auslieferung des zu \label{tb:ReliableMulticastLogs2}
\end{table}
-\subsubsection{Protokollvariablen}
-
-Dieses Protokoll verwendet folgende serverseitige Variablen, die in den Prozesseinstellungen unter dem Punkt ``Reliable Multicast Server'' konfiguriert werden knnen:
-
-\begin{itemize}
- \item \textbf{Zeit bis erneute Anfrage} \textit{(Long: timeout = 2500)}: Gibt die Anzahl von Millisekunden an, die gewartet werden sollen, bis der Muticast erneut verschickt wird.
- \item \textbf{PIDs beteiligter Prozesse} \textit{(Integer[]: pids = [1,3])}: Dieser Vektor aus Integerwerten beinhaltet alle PIDs der Serverprozesse, die die Multicast-Nachricht erhalten sollen.
-\end{itemize}
-
-
+\newpage
\section{Weitere Beispiele}
Bisher wurden alle verfgbaren Protokolle anhand von Beispielen aufgefhrt. Mit dem Simulator lassen sich jedoch noch weitere Szenarien simulieren. Aus diesem Grund soll hier auf weitere Anwendungsbeispiele eingegangen werden.
diff --git a/LaTeX/chapters/simulator.tex b/LaTeX/chapters/simulator.tex index f4d74ba..b344c5e 100644 --- a/LaTeX/chapters/simulator.tex +++ b/LaTeX/chapters/simulator.tex @@ -144,6 +144,8 @@ In der Sidebar gibt es neben dem Ereignis-Tab einen weiteren Tab ``Variablen''. \subsubsection{Das Logfenster}
+Das Logfenster (s. Abb. \ref{fig:NeuErstellteSimulation}., unten) protokolliert in chronologischer Reihenfolge alle eingetroffenen Ereignisse. In Abbildung \ref{fig:Logfenster}. ist das Logfenster nach Erstellung der Demo-Simulation zu sehen, an welcher 3 Prozesse beteiligt sind. Am Anfang eines Logeintrages wird stets die globale Zeit in Millisekunden protokolliert. Bei jedem Prozess werden ebenso seine lokalen Zeiten sowie die Lamport- und die Vektor-Zeitstempel aufgefhrt. Hinter den Zeitangaben werden weitere Angaben, wie beispielsweise welche Nachricht mit welchem Inhalt verschickt wurde und welchem Protokoll sie angehrt, gemacht. Dies wird spter noch anhand von Beispielen demonstriert.
+
\begin{figure}[h]
\centering
\fbox{\includegraphics[width=16.5cm]{images/ss-loggfenster}}
@@ -151,8 +153,6 @@ In der Sidebar gibt es neben dem Ereignis-Tab einen weiteren Tab ``Variablen''. \label{fig:Logfenster}
\end{figure}
-Das Logfenster (s. Abb. \ref{fig:NeuErstellteSimulation}., unten) protokolliert in chronologischer Reihenfolge alle eingetroffenen Ereignisse. In Abbildung \ref{fig:Logfenster}. ist das Logfenster nach Erstellung der Demo-Simulation zu sehen, an welcher 3 Prozesse beteiligt sind. Am Anfang eines Logeintrages wird stets die globale Zeit in Millisekunden protokolliert. Bei jedem Prozess werden ebenso seine lokalen Zeiten sowie die Lamport- und die Vektor-Zeitstempel aufgefhrt. Hinter den Zeitangaben werden weitere Angaben, wie beispielsweise welche Nachricht mit welchem Inhalt verschickt wurde und welchem Protokoll sie angehrt, gemacht. Dies wird spter noch anhand von Beispielen demonstriert.
-
Mit dem Deaktivieren des Logging-Schalters lsst sich das Loggen von Nachrichten temporr ausstellen. Mit deaktiviertem Loggen werden keine neuen Nachrichten mehr ins Logfenster geschrieben. Nach Reaktivieren des Schalters werden alle ausgelassenen Nachrichten nachtrglich in das Fenster geschrieben. Ein deaktiviertes Loggen kann zu verbessertem Leistungsverhalten des Simulators fhren. Dieser Umstand ist der sehr langsamen Java-Implementierung der JTextArea-Klasse zu verdanken, die schnelle Updates nur sehr trge durchfhrt.
ber den Schalter ``Expertenmodus'' wird der Expertenmodus aktiviert, bzw. deaktiviert.
@@ -303,6 +303,33 @@ Im Folgenden werden alle in den Simulationseinstellungen verfgbaren Variablen b Alle weiteren Simulationeinstellungen unter ``Einstellungen fr neue Prozesse'' sowie ``Nachrichteneinstellungen fr neue Prozesse'' definieren das Verhalten des jedes neu erzeugten Prozesses.
+\begin{table}
+ \centering
+ \fbox{
+ \begin{tabular}{l|l}
+ \textbf{Schlssel} & \textbf{Beschreibung}\\
+ \hline
+ \textit{col.background} & Hintergrundfarbe des Simulationsfensters\\
+ \textit{col.message.arrived} & Nachrichtenfarbe wenn sie ihr Ziel erreicht hat\\
+ \textit{col.message.lost} & Nachrichtenfarbe wenn sie verloren ging\\
+ \textit{col.message.sending} & Nachrichtenfarbe wenn sie noch unterwegs ist\\
+ \textbf{\textit{col.process.crashed}} & Prozessfarbe wenn er abgestrzt ist\\
+ \textbf{\textit{col.process.default}} & Prozessfarbe wenn die Simulation aktuell nicht luft und \\
+ & der Prozess aktuell nicht abgestrzt ist \\
+ \textbf{\textit{col.process.highlight}} & Prozessfarbe wenn die Maus ber seinem Balken liegt\\
+ \textit{col.process.line} & Farbe, in der die kleine ``Prozessfahne'' an der auch die \\
+ & lokale Prozesszeit angegeben wird, dargestellt wird\\
+ \textbf{\textit{col.process.running}} & Prozessfarbe wenn er nicht abgestrzt ist und die\\
+ & Simulation aktuell luft\\
+ \textit{col.process.secondline} & Farbe der Sekunden-Zeitgitter\\
+ \textit{col.process.sepline} & Farbe der globalen Zeitachse\\
+ \textbf{\textit{col.process.stopped}} & Prozessfarbe wenn die Simulation pausiert wurde\\
+ \end{tabular}
+ }
+ \caption{Farbeinstellungen}
+ \label{tb:Farbeinstellungen}
+\end{table}
+
\subsection{Prozess- und Protokolleinstellungen}
Jeder Prozess besitzt folgende Variablen:
@@ -335,32 +362,5 @@ Im Prozesseditor lassen sich ebenfalls die Protokollvariablen editieren. Die Pro \subsection{Einstellungen im Expertenmodus}
-\begin{table}
- \centering
- \fbox{
- \begin{tabular}{l|l}
- \textbf{Schlssel} & \textbf{Beschreibung}\\
- \hline
- \textit{col.background} & Hintergrundfarbe des Simulationsfensters\\
- \textit{col.message.arrived} & Nachrichtenfarbe wenn sie ihr Ziel erreicht hat\\
- \textit{col.message.lost} & Nachrichtenfarbe wenn sie verloren ging\\
- \textit{col.message.sending} & Nachrichtenfarbe wenn sie noch unterwegs ist\\
- \textbf{\textit{col.process.crashed}} & Prozessfarbe wenn er abgestrzt ist\\
- \textbf{\textit{col.process.default}} & Prozessfarbe wenn die Simulation aktuell nicht luft und \\
- & der Prozess aktuell nicht abgestrzt ist \\
- \textbf{\textit{col.process.highlight}} & Prozessfarbe wenn die Maus ber seinem Balken liegt\\
- \textit{col.process.line} & Farbe, in der die kleine ``Prozessfahne'' an der auch die \\
- & lokale Prozesszeit angegeben wird, dargestellt wird\\
- \textbf{\textit{col.process.running}} & Prozessfarbe wenn er nicht abgestrzt ist und die\\
- & Simulation aktuell luft\\
- \textit{col.process.secondline} & Farbe der Sekunden-Zeitgitter\\
- \textit{col.process.sepline} & Farbe der globalen Zeitachse\\
- \textbf{\textit{col.process.stopped}} & Prozessfarbe wenn die Simulation pausiert wurde\\
- \end{tabular}
- }
- \caption{Farbeinstellungen}
- \label{tb:Farbeinstellungen}
-\end{table}
-
Im Expertenmodus lassen sich zustzliche Variablen, wie Farbwerte und Fenstergren, editieren. Abbildung \ref{fig:SimulationseinstellungenExperten}. zeigt alle einstellbaren Farben. Die fett gedruckten Schlssel in Tabelle \ref{tb:Farbeinstellungen}. sind mit Standardwerten fr die neu zu erstellenden Prozesse belegt. Alle Werte sind in den Prozesseinstellungen des jeweiligen Prozesses individuell einstellbar.
diff --git a/LaTeX/diplomarbeit.pdf b/LaTeX/diplomarbeit.pdf index a9e97e8..41687b9 100644 --- a/LaTeX/diplomarbeit.pdf +++ b/LaTeX/diplomarbeit.pdf @@ -535,7 +535,7 @@ endobj /ProcSet [ /PDF ] >> endobj 200 0 obj << -/Length 2496 +/Length 2497 /Filter /FlateDecode >> stream @@ -543,13 +543,13 @@ x[oF+(/6
A(5Ł"ĕdhb98A:@%SSy]ocf 5 P8v'#T[Mz"ULA3|2|j|
`OOv?,9]=wTW03\8,0 <q$LOMJfsSpQS"L $;Lvy)b}{YzwJG@Tq ;깪\PGGuMms^52NG75yoYIǼ܍Cˈeh[oZhmߟgh/K-T[2aVV:I4sx -Z=*Om%-Ο_RXi?z~<:&g1IlL]UúPhpPC<cݞʱA둅 53s˱F!T[
**+ce²yO%19KrŏKkݦ.}˻5 R98i$eYl8Ԍ;}|'Ē&5V:ē?O9<XxP>w[oPV9Vj{LdёVKMsۗ$X#4`Ĭ^Y+95T9XQ09?-NUjvN]uRol84Y)I)
R3Ns$=tN"(BQHLorVT!C0e`Y~g\g)zAjYO}grD,chRm5
;j[-"QVwRum -4;ѾBpP)oz(m;NexԌ]^hP%;я+2D+-оjvC{ߜv;֏N~:uX*vcdJxˡ, -Xs4=<q\ҀZf'D9Nlj
߬ʢܬ,PYn&@[/>)J=^h ЏQӽ'>;ٖHYǔ$ -1Y7vhhȩzPC*s'0I1d_ݮ<2XYS#
Sq7-rwd} -Au˫8/tu+bKWL|R~jPIYF1o^:>}YTElt-i U+}4to`Xd_*JYHf工@HCJ8g㊪ȭ$Z̜uB
lvӷ:u~rK9PŜAj5>T9&LpxɉpGy?+HC9ǓjH:"j54GV:E -_isӂT>#歿n7})\}niaTjQl?t1*rxbVj&egT1bDjTPW -+yj#v7p~Y7*~+.][&5VW^V4͜PgFRXl1X;><<V8ZFjE 54!?Ԓ)b$XZBq4#XR3Awv/j!G<!j7PW\@P{Bp"' #.|X=P$|)z՞7LQ *~~OK@'T[Nj<aZ#Bui)st]mu*62TN
L +Z=*Om%-Ο_RXi?z~<:&g1IlL]UúPhpPC<cݞʱA둅 53s˱F!T[
**+ce²yO%19KrŏKkݦ.}˻5 R98i$eYl8Ԍ;}|'Ē&5V:ē?O9<XxP>w[oPV9Vj{LdёVKMsۗ$X#4`Ĭ^Y+95T9XQ09?-NUjvN]uRol84Y)I)
R3Ns$=tN"(BQHLorVT!C0e`Y~g\g)zAjYO}grD,chRm5rDqZE߭(iv}1JREP۴w0"'\TS;~JvW +eVZ}e'$2DL9v>tI1TbCYֱ7Ti@s{.
xnSmvzNG=s 6YW-EYY*Lշ_f[}Sz@K{mUO|F-v-!,)IV'5:b(nS$ѐ#*ѐSmxOϡVT>DO@a? 2
ba]WydG<n +KW*DWMfI9!NAU&fҧS{]Ǽ{e + #y'TQF)bi\|(qg!MoIߖR~
+"
+V+"h1s 5MX~}..sp@AsոP昂^0eNAj&'Qb!E"O#$k +Y_u(|MR]|[bͦpqQFų/4PYT[QǠƓjQކC^*n8P09eQܯ@ݮtm 3,Za>^=xuZ$c7sBe,Hb`Dn4F4T[M^j*1Q'h4[GRK"<:bi ь`Jݵڽjjy +qÉ>x'ͺ*nϻOcQcDB
dU{"|pHXt2)#OGRXlN="gq?n|O,hRm5fO5x´F SȑbTSUUl"LϷe1Z/*B>Dz/(¸6Ywq³#,'S)4d1%|LNr +K?LpZ0Y?}7мsgdgbs#[|#{,T[
z݅4ؠfBB'֑enh55<zo/&@/a|FCMrK ȋyz1=<<6fXZM.uqT]X6t]wkgt|SmWx2''g͚?IR3A m@4Ĉ@4T[M"j߿12_,4RO]tPjYN/s#]Cÿendstream endobj 199 0 obj << /Type /Page @@ -757,10 +757,11 @@ endobj >> stream xYn6}WQj=ftntܗAI[,As)ʌ"h -6-" d"y 5![mIZڂ.BD>"n>.ΪqEy|<-Wn~t~8H ATX`
AvBͯB<(6&HJ0mӤILZ,'y&1S$#1
\-j!N0i(\K$eSN-QkfKI6!*'B**2)Wk*Ux]Z -<HBxINGuodĔ&nl$ʰK/~U;<Ҵ ;}_4_H/T5iA*Ue[Ne2y9FAs͏o^ZpS<(k*7'vs2fDyLDʰUՂV$iub8<PLy,4]qhVa#pV` ҤYø|X6)0șH!73j!O4:P_JJy=GB)b^% EAja9dT?$(潁~F]DI@N>YY럅ZzV^gI@"Wni[zO+cW!/gi ~]9':~)R fܱZ?d*LG'A7=Hk }l֤Gg&rFV`Pm7|J# -Ef>^-j!?R"L<EwV>1zy[3<,=2m1e0[=d14=OLFE34=y'7.3FCE1@Z0O3yo&;f>Vk.לY#J/4hN¼=T~y: -xő9#;vzKZW>WsA5z )>f`[youK +6-" d"y 5![mIZڂ.BD>"n>.ΪqEy|<-Wn~t~8H ATX`
AvBͯB<(6&HJ0mӤILZ,'y&1S$#1
\-j!N0i(\
K$eSN-QkfKI6!*'B**2)Wk*Ux]Z +<HBxINGuodĔ&nl$ʰK/~U;<Ҵ ;}_4_H/T5iA*Ue[Ne2y9FAs͏o^ZpS<(k*7'vs2fDyLDʰUՂV$iub8<PLy,4]qhVa#pV` ҤYø|X6)0șH!73j!O4:P_JJy=GB)b^% EAja9dT?$(潁~F]DI@N>YY럅53J,HDm1py+ܷ_Oֿ~Epx*=cZ,-ٯ+DO9EJ18;VLC$ga-Ú,5$S_Qz| +,t]Rz&OiybDlKE-[JHjǃ#F/ck[L׳`.zl@ŔHlL?W?2Xn$8k +1mbŤ-j<IN/fhΛZ9>9׳4G̕^h&-ќɭ)Xy{n~%Kt, "X;n/-j!<#sFv+.g#ѫ豵Zb^>蕃4"F-djAR^}Jo&7TĒqhQqQB&Fڔ:'Q/ŽD?z%JeepIgqԳULYQФjXܢYudEtzh +@)8|(Ӑܼ13XEE-Ƣ,f9鄲,9atZIMKiqu4} endobj 234 0 obj << /Type /Page @@ -869,25 +870,21 @@ endobj /ProcSet [ /PDF /Text ] >> endobj 252 0 obj << -/Length 2297 -/Filter /FlateDecode ->> -stream -xo8W~0WM=nW{ރkPY^Xv")S4Lnٞp3t,_8,8^NW0&B#Wz0ŅV+~""3o9?$HHʲ?~XKkeYoj۫w~:\fpʝfxve %utEg@e -B0YFF>F-Wś*wi˒&R-e]UU[%ႣB3ڄ֟{79Rp{D:hh;!Q\sVah{#-y -8CM -zJ4L>y)072*I_ez:廙$.|to5^m˃(OlOڐ-͂!B8Bm1*6< ' - -7Rﻪ)]-/eTccT3+0ncUBəYP'i -&:UM -yC^*|~]bpjn|/me%6+cQngMxV *DIAڟ1ʓBp:WùJTe]WmeVKsS]uWMٟlJ˔d$GQ+t7iM` -ơtV W(CJ(q`ѺTFJu!~tܙdY$3
iJJDbj[%Dgr֓jq<yGK1y TaF0z|֗vIfz^kj=,Qk#BfY%&, -:[I>4|iGn=:lIj7rOs$)o%'fٴ2D(!KmFՍO=PVG눘*3(;l
/4u?a9J,UoPܗՁTV4^N>*QV{#'q|C tγPȄZg/Y& -8#azΨȠ" \ŕ<_sߝ/fF狃~VʲJW/ie 1@Lc<Z -UToJUVodQ>ͺ=?2$Yy:kU
%~.(`: -AsP%4UUEEU5._/}n[#lc3<Bq:oU" -<*0'$P&ţ:IlRY&1Au]xTZ7?ymetueG9[%r0?ь
B:H"'nOrv|#muia?bmQ4'UAyyDP`$rE0+ph;9,Je(eQNfan=JoPd)"EvtV ssR>$P(ţuPN7^@M*BnwᅰI2UBP _@&xF27bLod,f{VK}rWgJeFoiZ' -}-$PRDƣuN7٠*Ej:&m)'2c:/3=endstream +/Length 2300 +/Filter /FlateDecode +>> +stream +x[۸)h?+^%>n.[h`gc+Y^XvO_R$egݙ oCgC,<+$UO06WySb\ħBLUKZ?dNOC He-~nv}N_+/zT۫wapvsD~N=ً,Tt2[ X;Pf%B0U
">F-Wświ˒~Nr6\JDX^f *=(̃z{78GAw8Z
V(7%\2u1 2В@t<?/I86Mu Xo>kP%$ % ++pz(^Y*Ta`H{I*yW$qi}]oٶ:'թ;WZ Y,"-٩!5\qO(P<8p89ŔHP`Ӊ]zjE +s B8;U,eY]yٳ7UVbx#Y/r=UXK-궲eTAAĪX
vw$gz>vJG+p2N+dujGD:R[[DmjZ7ݺ\,g[KWZ*P=ߩZ"J$Q +ef8Z +W\Ze"+RwuSw^*R/ήOUuף[f6OwUw]^W`]D-F2 *1:QhOopN@8ZZ`#z9s>7F
F˧+ZuMOtK")|zT ωj;y(P<2ąȄ!Dv&Nw][wն= +mat/ݒ7/z\>F AEL6V0 +)D 1$'duޒJH'wsB,ޮ;CߏO̪U +YU"RJ<|ʓC:$#I0Gh原 +nLl;ZU[¹>)M>dJ(`z(9Prݢ +([()Q2AU%\;2Ȅ /'3lVIq2Ȑ)f{՛KsrVgeC*^J+?rG! +&5G4IpșWqՖr9v0pyc/)=endstream endobj 251 0 obj << /Type /Page @@ -1090,16 +1087,15 @@ endobj /ProcSet [ /PDF /Text ] >> endobj 309 0 obj << -/Length 1629 +/Length 1593 /Filter /FlateDecode >> stream -xo6W`<nXW`[
afZ;a_?JeJOkkJt;~HBqı2]R{v7WϾ^B##%/T0D%gW7^.75+{z&~(oW?<{~Շ#-%}Zn1]Hʌv?H"\ -iapAJgpYF`"7JV
Uzn^>rjX{~<N8qLiĨl]R*!=8oF(XjF[yRgBBʉ&xZo8^՛_lYW -q 15H3 :Pz%s>K#TdM|xe $S7a^ġR8LFĥ$e#:WI!#VASo-<+uQ%ŮB1SKQG,ľ)qO<ؓo]c<4O2K$J`5 -9w0xӏ[Y"{S"AbhԉKon]GBIB
A
-zk$5uI+oE2 u0PeP5+mr=_Ͳh7+{A`AAzk!yȡ*7ut;iyȃ/|w<))*x'6wg5ߪУ\v+&O`;n0"DHxע7` -EEzk+Xw}53P)[jxl֛cR-$)⑦`5#ub0CEă¥TxW$w]wΗڹ=7Dۓv8H[$ \7gJFpTDekNE|B%Z:[PEEVpy<Ͳ:Z^͋87ɾ_ -,'OT<PE5H$);|XP/S݆@Bh#V=]oO]~j!m8:ͨܪ5r'_zkT:0H3@{eǺܧҥn.&v6:A旽yAxZonQt \cd0|Ll:"wy#ܸ)))k⥹> _0*G,C*'ZEd :-inj`ԡ^A5 +xKoF<JآiAȡEqY˒+EO%K-ܡS@>23<}R(86PB3\ܺ{/On&KVhdջ +d7kWp[beO}egϯpbOˍ30VظIt[3Z!-0H)lp:ިCFwjJ^}^S}]U:]sߏIGR""^0ɕ25tTJ?o#qmfL5j +'z&(dhzOoI<?mUŖuU0HAX'I?#Qd>c,y#:ǞZ2y|1C=BLf0ؤͷkW>@2uE*3XdD\JQN_6s=b=*BQUR*34u2Oaۺ<ݖ{kl>]IR"ɥ,~i(6|'uHHHP[K E=IA|H)vݤ Q%G]2z>_+~۶n0ɥwbZȍ}DdEPZiLDe~7,d.)RbD0M?nfMu Q'J.-jfy1
%=5$t5(tQZ<P%}}+I-ڮ^eC*m]F8^oøprHrP[9CE]T[IC<|ɶhMHQ8 ;RZ1 6$x6(x[.KČW-z#`yqV٤4{f['lHlP[KΓ
E]җW4pyeG{}쾶S47=oU,Gb L, gM!zmw
L'M_|R3,(QĊ$RV31!!Cw[H(#M(`%EZ(wSxS7(c}ڸnE>Ig530k2k"
!
+zkV$4uҮH/=l q{Zosmq{U@%|VDI+ N +|}v(gċK|t4Z愁VpSy<Ͳz[SR@v=Edd_zHCzGLuuQ%)gn0vWg{>kjExe CCxgҞnquq6qqu3QiPOxA%bT%ֲ_.a4cd7X&X~}S(]"Nhb颳ɻ)d~Y7,;4#}`Mnqjj**&g{}_zC#!_-#PEuZҦ0C915 endobj 308 0 obj << /Type /Page @@ -1182,7 +1178,7 @@ endobj 321 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [86.8628 567.6586 254.8524 577.927] +/Rect [86.8628 567.6586 195.7829 577.927] /Subtype /Link /A << /S /GoTo /D (figure.4.7) >> >> endobj @@ -1236,15 +1232,14 @@ endobj /ProcSet [ /PDF /Text ] >> endobj 347 0 obj << -/Length 1834 +/Length 1831 /Filter /FlateDecode >> stream -x[o6)h3;vm솠
e8Bͧ)2eGN%M1/<_x9fHIGg"Q3OIg8Yk?VùD\He^\w1-Th$8VWT&H'a\\5H5-u^>]:'x<ܔ6◳]2-"4A ј$j=ZY2D N$;ЉFܺhUȚt.JSK)MΩҳuʌ*/2l_S*fyq^mRs5n}y<ci>kޙGaL!J1M|T#Nȫ5*U {NK?g,΄-wakAI4gaLBUPd -qN@H[ڿd-* aU_U3\oSeAn`[4<Q@&Kp<tWKu&ތ1 f$ngQ&^daReHHa&a
yQnwf7_15)ЩF"&"axpzD`{y[yg<,Xj -(^gSN%CevL(q`{dBNg -&Ӊ2W!~}~_n+5Ҙď4$֩F$vf-=bTB6F%$*jV%`*HjZ.R "X٪F>~X %ΣL\Z}uJ)Tr3xh[CD
D*ƻ}!*]/\ƨ|rF?-x1XfgGzcNpe}O>n]oWXބ,VG%ܖ>Ob$,s"8kWK=Bq{Aqmٸ9cj ')L{Np&xm䖍slڴ՟ͭmxafeuN5Q=orCZ$# :IZL6"T2YEWic4kÌ#>:\olUs_JzL!xuT"D
D'kƈi?ps]g xY [!q^'A5t¬]w0Si*o'6A[퉌>ϋ"_2m6~!N5b)w%0|@DA<@wak5j*Xf*u+rKA|:WQt|ȔDius<45W
y=YbmmK,`S&Y:Qi--r~+N*)RkE#STTQLy, -[Y[^'(8rE'jY:_w ?BZՈ3DѤ'eF(G`lD,:F&46"#L%7bxj&^!QF(qS8iZM:8$jdD-qYI84}9ZՈ]&͠v(yE<bZM^:5KEԫ̋=gxM=yݵ_=G
^iE:pԫu'?% +x[o6)h3]!h>lك(PG.dkGJLґSuISb<_x9fHIG(!'+{3h8쓞6*\©_Ľd0K.ۀEl.["x1+9,_ȷh{<4Đ1ZEEi6 +(AgWN%C
+ +)3[Q͙A6NֳjTv7}TeDuI|<yՈGFm]L=# endobj 346 0 obj << /Type /Page @@ -1487,8 +1482,8 @@ endobj 404 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080813231100Z00'00') -/ModDate (D:20080813231100Z00'00') +/CreationDate (D:20080814002410Z00'00') +/ModDate (D:20080814002410Z00'00') >> endobj 405 0 obj @@ -1581,8 +1576,8 @@ endobj 414 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080813231100Z00'00') -/ModDate (D:20080813231100Z00'00') +/CreationDate (D:20080814002409Z00'00') +/ModDate (D:20080814002409Z00'00') >> endobj 415 0 obj @@ -2173,7 +2168,7 @@ endobj /XObject << /Im10 464 0 R /Im11 465 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -476 0 obj << +475 0 obj << /Length 1847 /Filter /FlateDecode >> @@ -2187,13 +2182,13 @@ kur%0e̫Sk\X,O%[,
n!xZ^s.E~[nrpkt
[W.^ &t cxCh#Z`!o:hT#36^[mcgu
PZJG$8DV pXff gC,"b-ub;-no{|چ/'c$eiM
j֣f*S5ޡxG`Op8H;2<ۇK
r{!V> l?ßh^#endstream endobj -475 0 obj << +474 0 obj << /Type /Page -/Contents 476 0 R -/Resources 474 0 R +/Contents 475 0 R +/Resources 473 0 R /MediaBox [0 0 595.2757 841.8898] /Parent 456 0 R -/Annots [ 478 0 R 479 0 R 480 0 R 481 0 R ] +/Annots [ 477 0 R 478 0 R 479 0 R 480 0 R ] >> endobj 472 0 obj << /Type /XObject @@ -2223,59 +2218,57 @@ Of"WRE+<nzM0"sqk{یT־Jr٢kFms*(9zl]F|O g}(mvy^[/F !Օ\ VZ?endstream endobj -478 0 obj << +477 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [153.6421 756.7859 168.0976 767.3682] /Subtype /Link /A << /S /GoTo /D (figure.2.6) >> >> endobj -479 0 obj << +478 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [205.0421 738.8587 219.4976 749.441] /Subtype /Link /A << /S /GoTo /D (figure.2.9) >> >> endobj -480 0 obj << +479 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [306.7373 720.9315 321.1929 733.0693] /Subtype /Link /A << /S /GoTo /D (figure.2.8) >> >> endobj -481 0 obj << +480 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [307.8138 153.5425 327.2546 164.1248] /Subtype /Link /A << /S /GoTo /D (figure.2.13) >> >> endobj -477 0 obj << -/D [475 0 R /XYZ 74.4095 793.4011 null] +476 0 obj << +/D [474 0 R /XYZ 74.4095 793.4011 null] >> endobj 291 0 obj << -/D [475 0 R /XYZ 264.6686 370.023 null] +/D [474 0 R /XYZ 264.6686 370.023 null] >> endobj -474 0 obj << +473 0 obj << /Font << /F63 220 0 R /F28 173 0 R >> /XObject << /Im12 472 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 485 0 obj << -/Length 2285 +/Length 2309 /Filter /FlateDecode >> stream -xڭ]s6ݿB3Y7gƝ6q3h-Jں_ -zIz߭}&[ 0|]JwVw@UD2(fHq}:a,(NM8N)F -"O@Ⴁ!eW_heHu)4a%/}xvgPi@di"7/2LA K1Y۳TYH(I3wxDHHuS'7hϢ~ `3J$7q,E$6t̎n$hbnMUŴ/ŏY|ozLaP'>ZɕnAw3Qb_D2E'MOam|eYWa-*5VX% FN,"C-俤qQmYCH9bunZcX gq&?쭨ו[~>L7%FfB\3{T;NJ7dC3Ɩgڡ}ZrVAڦ`3`#fk*56M}dם6ec^R-D$1OD$BNΏԋ -۳nZ07ϗ3)!zDs:Νq[¦@ -8ZݢB?[XA+?
o؆ -+B{IH˙ -oAI;k;q#7fu@Y- - -N|~]Sšhx^FCɹJ8@zLK7*E/""w~
s"d$(xto&H0Q%Y$wٔ[p@"3y l h :i0P m["n=V#AD=!JaIQ,sdhX:8 qq2 ]d
#)1 S;"!;
ie[H- tِu$uʊz@>(R^ Y$xr@;s~<g,[V@Rh$m[1-Y0jLIv6@;oQ"xtG8fuGaDxBW\V~is$9aŇGjojkUAHR
U83 L;,JM^ҁ! +xڭ]s6=BLR>dtuM䈑yG*Mg(˖A$ + xgL!BAٯSVi&BhN^E$[q +M-Rjp<_gb2{($Qfu+a0">jy֑E}Ȩ*S:Y +@E2Rr Fy%חRR,Q7e&H0snVTԊD$pQ}fpEEC58a(
&V|?.u8 &TO(P6js$.W%zl7%캜 peC@qt$XvD{3FJQtJ2sq N]EU8MT{$!}wMӏ;t ~\EVGFZz!OsjrCJ]4`bb;6X!.7 +,;o(P߅FEf_|p.#v=^TIZ*(JRS*:W]x4W<k + +J" endobj 484 0 obj << /Type /Page @@ -2285,7 +2278,7 @@ endobj /Parent 456 0 R /Annots [ 488 0 R 489 0 R 490 0 R ] >> endobj -473 0 obj << +481 0 obj << /Type /XObject /Subtype /Image /Width 576 @@ -2310,14 +2303,14 @@ endobj 488 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.7158 584.1684 183.1714 594.7507] +/Rect [168.7158 718.7484 183.1714 729.3307] /Subtype /Link /A << /S /GoTo /D (figure.2.3) >> >> endobj 489 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [115.1975 566.2412 134.6383 576.8234] +/Rect [115.1975 700.8212 134.6383 711.4035] /Subtype /Link /A << /S /GoTo /D (figure.2.10) >> >> endobj @@ -2331,18 +2324,18 @@ endobj 486 0 obj << /D [484 0 R /XYZ 74.4095 793.4011 null] >> endobj -292 0 obj << -/D [484 0 R /XYZ 300.9731 674.9144 null] ->> endobj 487 0 obj << -/D [484 0 R /XYZ 74.4095 615.4719 null] +/D [484 0 R /XYZ 74.4095 750.0755 null] +>> endobj +292 0 obj << +/D [484 0 R /XYZ 300.9731 516.4846 null] >> endobj 26 0 obj << -/D [484 0 R /XYZ 74.4095 343.552 null] +/D [484 0 R /XYZ 74.4095 343.6023 null] >> endobj 483 0 obj << -/Font << /F63 220 0 R /F28 173 0 R /F26 170 0 R >> -/XObject << /Im13 473 0 R >> +/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R >> +/XObject << /Im13 481 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 494 0 obj << @@ -3083,25 +3076,20 @@ endobj /ProcSet [ /PDF /Text /ImageC ] >> endobj 544 0 obj << -/Length 2768 -/Filter /FlateDecode ->> -stream -xڭZo߿2")c-wwتe)3RdYE<p>~B$bQUI 8_=n<f_r,JI\|+[R\oD7*f -CavGM/ -GmUzO2zP{5YޔHdqEDe,IawoK˃j_NkhfA^1"0\UyihZOm&&fI2v(N,#(eShwD5H|tDauQi~ӧkҴ.8)+TjI8bp15HIPd -h#y[w0qޣIFw -Hrb9ۄL͘,M+- 2p14{Xy ~KR(K7aE{ -y2%,<Zꙮx.FR?Wo2`oQ/
~[o2|wЩVȧ)쥩wNݏЙ|"3ԕD(&=z>X5Veqhc4
R+[Nh['c#w#QSEY(q40S71H`#ٜb'rrn/Mm^_g%3ǩtYpRt>ɢuSH;{~It퀓g܀k)<ۻ$pS7n(+Ub#-Tz;lނP3zWW{w臫[fgav/d)W- -2ToՓ2 -giQ|}@TCZ4V4\Iy?iҝѡ[ĈCB_V9a6X\':& y0 ydUkUA#;S3(}mNw= \h6~w2) -6CS|9Ly +e)UFQeIq1R92O[PUKӜ2͓wp]c~P0.bG4զh\جXvh/<' ~(Lr8[r-t(OwWRHco_5/8#uvL.b}!zؕ5BfJojE4
oHd -]\s~k86߶v 1 of(o}Oտe4)Џpn.VFNyA -Ν67"cpcҔuʼZ~M
Nꕵ`Al@^m - -H_+ -LRVNLv:.A^>%xX4K؈FA lsZe\g7/Vz;Pͺ+>$*`I-b,xvԡ(+f8ڽ=96. L@qNvP&۹xhj:=lEU~[F_|VD924}š*ox][?`wn{X7K8O!fklE} :_GRrw
k!"rP`rYbJZ70b.툖?=ۡ/ ͨ'd\ŘwNst\z9ͩ9sNqX/#kLcX2.}u|Fw7!`MW -6A+yX+2X5kAIʎQ HWqĉܟfCo +/Length 2729 +/Filter /FlateDecode +>> +stream +xڭZm۸m b7 .^+fw{dkJ[Iᐲ$[dcRp8|8/)E"VL^ĩM/wn1Qwj&u|y})oM +D,[:>Ezޔ{l^Z$TuxW}pיEȒ(߶&"t/Y%q_K)X"L"pO7BT,o$Z|Naɘ0h`\2Tp!4]ZJt#p\:aBJڙ{_X5
lO!S4a1Q:ܩ:
2a2MC&&_JE +R2\-=S{t:s?`_p)zSlmͯc[,XTEF%/[S +:mz2k;>?:@SUJ &ukvtX"Zktc<sAV +쾳(>G*yF`*IUa霃QBX?L~<cA@<Qy@r9֓}a@Є"kB9
P:d9H +2^U^Nf]~st+WM=s$'Qs/֨0:4fS#{jC# +)Q~ +زu 2]C +GGXX/e-lD4O$#+ *`z>XAuMkr8qeW
uR$:[ĐF'1(\2[J`j0U^Gm,цnYͅ>gh#99}=xunh+V岭?Nī}8\l|dQz٪SB`i@rz| TɀQ*K\'R٬n0T% i*8jtW1nG?\Oy +/){lm?Tc(n@5PF;˔}ZlC.c[qj%ʇDDJs4wKePe97'k3>5,?=ap^Z%gPx5a@N?'e`*֗n
Ip-3+80_4:½oո5)'/ɜNxn?Ki߬Xs\v/FM~ސXN0J_}dfg٬`/:[?/~/SnXTY^e;l )F>" TS=:c(0kĉRVlX;ab 0_mbgM{OX< endobj 543 0 obj << /Type /Page @@ -3113,85 +3101,94 @@ endobj 545 0 obj << /D [543 0 R /XYZ 74.4095 793.4011 null] >> endobj +371 0 obj << +/D [543 0 R /XYZ 287.609 530.5247 null] +>> endobj 46 0 obj << -/D [543 0 R /XYZ 74.4095 566.251 null] +/D [543 0 R /XYZ 74.4095 297.8463 null] >> endobj 542 0 obj << -/Font << /F63 220 0 R /F28 173 0 R /F35 193 0 R /F26 170 0 R >> +/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R /F68 548 0 R /F35 193 0 R >> /ProcSet [ /PDF /Text ] >> endobj -548 0 obj << -/Length 2622 +551 0 obj << +/Length 2858 /Filter /FlateDecode >> stream -xZo_G d{!Npצhk -(k-BQ)I]YR$Er -?how-fiyjf.U@1^~E]>W|g,azv00eAOyRd.bi8ϳ;e}}fW7?ǫNM#9K>^Lz\1봞92֢)W? -f?yI>(X1-FCVpQ>/#m!jGPta/vQؖLN+_)k|%S0Ti?*/0[TG~Z$Kl0{yBXm ]$)yc"ճʓ-¥?{ldn\枝ܣY3w0뇼l3W\ˠ?g37䖲!sלN\K\(qaM\ I$.8YJIv$O1uR۽..m0L0Gu_I1yCGHӉ<%NO~adf3Io
"m1!q)bCTڲ@'4c\d_hHDߔ'Jm·1pG]gaiÝrg\3UP5.Xo?;@H+f${I!ߤ'L$?G]pzye4%Gm_CxC 96nkLZ*[c -̈́d!WT3ɷaQdM+CTƢȐ5csQἫ@ -i3r+M;WPL8*^D\Cmܔ9oNXnjB X/ -,r@:>T, -TZίs/cSNu*bNeN|PHX^*I!AsӡsZpC0h( -5.>[K!<%ҡ1S<\[&Si>x7|pؗc +xڽZ[ۺ~?6SJ IqФ=A^smueyaI3Rw7 +?hD9pP3?1siB̮w>tOyy~?jZ=r30ei/VܕK鲹d||^\q.뭧7c{f? +/<3h[df^Sî=_)n]q_l+8Xl)2H\&5|\?80ؘfOu4DHʗ85_Qu!@hBir*cCin +@ݶqC<D=*Y-3f"}`M3!Xnc˴N+.XjX&,51=*
v{_,d|榨*߷b{gs洅sJ"o\'LXk<60%(4w_ Zh>g-O@VL8(W-Qh2D>oOveM%8 `hj`BG$jhgAh
s
vA*7QiӇwly[z".W@SZܐSC"m+m +\}!c{,_څRC@ۢӑYL)z}yIc_`*Ng0L.g8Zy{J2r>TOȌҰ7e9ץLl%K=s}/(:\ +)(d +8LQJmJr5*B[Hǐ"F-QJ~GܶGb+@{)CZ?tA0 .xW@ID/xs`J_O;m(霢p(^8m]@!xBྑxN +)! +<
֩FșM8\ B +8Ȥ;^ 9[`ff$/)䷡o ˙cZQGxq6$"LT +9LI؛@1^Ny8}m<uodYh?M +pyJ+Ax!PeaL,L<KS4\É/gDBEJ1839R:ץ2xgNo]goKkj>JG0B{6E*}fɺE@=`iBh +J˩w*RYuOT6E`\CD&X?P3ǔjǜV\E,T_Ѝ*%ga>Eסs=b\gM\6|HLdޫ@@],9n<}UIwPİr)Хڟ{tv=uAI>ig1? endobj -547 0 obj << +550 0 obj << /Type /Page -/Contents 548 0 R -/Resources 546 0 R +/Contents 551 0 R +/Resources 549 0 R /MediaBox [0 0 595.2757 841.8898] /Parent 541 0 R -/Annots [ 562 0 R 563 0 R ] >> endobj -562 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [73.4132 172.7854 92.854 183.3676] -/Subtype /Link -/A << /S /GoTo /D (figure.2.15) >> ->> endobj -563 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [388.7626 172.7854 403.2182 183.3676] -/Subtype /Link -/A << /S /GoTo /D (table.2.3) >> +552 0 obj << +/D [550 0 R /XYZ 74.4095 793.4011 null] >> endobj 549 0 obj << -/D [547 0 R /XYZ 74.4095 793.4011 null] ->> endobj -50 0 obj << -/D [547 0 R /XYZ 74.4095 255.1817 null] ->> endobj -546 0 obj << -/Font << /F63 220 0 R /F28 173 0 R /F35 193 0 R /F26 170 0 R /F70 552 0 R /F74 555 0 R /F65 558 0 R /F69 561 0 R >> +/Font << /F63 220 0 R /F28 173 0 R /F35 193 0 R /F26 170 0 R /F71 555 0 R /F75 558 0 R /F65 561 0 R /F70 564 0 R >> /ProcSet [ /PDF /Text ] >> endobj -566 0 obj << -/Length 1302 +567 0 obj << +/Length 1273 /Filter /FlateDecode >> stream -xڭ[oF)x20}MUVf`d.FO3ǷI(2Ƈ?ߜC"$RqE4BG9v$m<Ǿ|'ɢi)y4( uМgߦ3,*R4fF4}Ę˕q?ޙʞv?fDLMS/Lq7z>MA1Jo{&%B(X`QӉ&N}Q'њF!p<LbSH`M1KbB:<NaeV0(Q, -#9-^L5:JEc )Xc!Er^25,AL;:S,fbO&T#ʴuZ %)yӚ1йf^3EY$vKHunom]-btDŽi:EؾۿUg,fҶYɘ<ϻ-Ӯvgfos` f
i5x>pz6m - @V/QXJQJ3 T^cC4
8HobYup"NG!D? -9:v{3IP̰/g($[{ȩQ~ծwnV^07qэp +xڝWKs6WHM#OhdbgN:m(Je6T.?~ +t"7Lϗ¢)3rFCiAO)py/bϒYt/ee=e!"KXq+|*DP>ѻ֚$~}E3ytkM04qkTg>lyCp8[mUC
6&ެ +(.w7x6T+eIK"o }MvWois(f1hI4XYEi7/n +lh1/<W:<ޔe0+8[t>M#\w{Ң)F,|3bM $(mt"ƨ%1άcj5B2nEX:`F,~2WMmkeƤq{(w\VWbM.]L#S`
ɂJ=lL,
M-B +i0D>. +# 5C z| +q\%\)kDO,(>vp5tăD*Tu#(JaMpp)36=0 =MpS,T]Z +il\du(TjU+B+mG9vĠ~m{m$hVx^O P"JK1|4uhI)Gzb#Q<sG뢓EVG}
JZSWIkfoi=} ůZF/o(A`w qF!xxLr(թϛNعV[v9J`۳=k?8Oq>t%~ +>A endobj -565 0 obj << +566 0 obj << /Type /Page -/Contents 566 0 R -/Resources 564 0 R +/Contents 567 0 R +/Resources 565 0 R /MediaBox [0 0 595.2757 841.8898] /Parent 541 0 R +/Annots [ 569 0 R 570 0 R ] >> endobj -567 0 obj << -/D [565 0 R /XYZ 74.4095 793.4011 null] +569 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [73.4132 546.8494 92.854 557.4317] +/Subtype /Link +/A << /S /GoTo /D (figure.2.15) >> >> endobj -371 0 obj << -/D [565 0 R /XYZ 287.609 342.786 null] +570 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [388.7626 546.8494 403.2182 557.4317] +/Subtype /Link +/A << /S /GoTo /D (table.2.3) >> >> endobj -564 0 obj << -/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R /F79 570 0 R >> +568 0 obj << +/D [566 0 R /XYZ 74.4095 793.4011 null] +>> endobj +50 0 obj << +/D [566 0 R /XYZ 74.4095 629.2458 null] +>> endobj +565 0 obj << +/Font << /F63 220 0 R /F71 555 0 R /F65 561 0 R /F75 558 0 R /F70 564 0 R /F35 193 0 R /F28 173 0 R /F26 170 0 R >> /ProcSet [ /PDF /Text ] >> endobj 573 0 obj << @@ -3242,11 +3239,15 @@ endobj /ProcSet [ /PDF /Text ] >> endobj 582 0 obj << -/Length 1353 +/Length 1352 /Filter /FlateDecode >> stream -xڽXKo6Wh7niQAGKJ_Rd9x4pPcDL%&@0\3aElځ!rvAĒLk,o-1T'է}Ѻ"YymwNƅjwh˳eX뼖RIRΈ{b3e $cLcp}TF1&MpBBd:j(q0YfQ=bP%U5ۣ݃MPP6NԓdT}Sȋ$*oՀk$Dd+:&+">(aYƓr3JX.fͱIsXY,Ȯ2A5"ݱֻ| +xڽXo6_GX~[tCaȖ +wPStmw:оݙ7yv]YM +KPyܩՁN||ħt5c]<ǣKx$^I^ +{<NϊML[rK1 +/>o@`ZG+4;$|, `FAoc_@(5]߷ŗD7nFGH#i`RזVVP:oEendstream endobj 581 0 obj << /Type /Page @@ -3900,176 +3901,94 @@ endobj /D [581 0 R /XYZ 263.9246 185.0508 null] >> endobj 580 0 obj << -/Font << /F63 220 0 R /F26 170 0 R /F79 570 0 R /F28 173 0 R >> +/Font << /F63 220 0 R /F26 170 0 R /F68 548 0 R /F28 173 0 R >> /XObject << /Im19 578 0 R /Im20 579 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -589 0 obj << -/Length 2988 +588 0 obj << +/Length 2113 /Filter /FlateDecode >> stream -xڽZݏ۸߿6fO}tsmr!-л{Ю[Y[Zؿ3R%C @pf8|?>SՓJhp>yd%<S7nYc3-L?-~X>W["/:˦vv4t^;jqU\9:AXaxJ's1ERG*YT<ci{odoWd[+&!rfUqd}l27q
'yѺx&=Vs^HVMJw&<\I&$U-iLg} -iY58,z9E_<9Z(
yO2$2Fd3Hķ;W-ąx/q͊4,)OH.k-,Q촱Um}`9"ֹPӆ|;/9CU/|iTupʧr;WYC9l`,!,*a%'%H<en7lL)a10y(0%)ϻϦ2-@*dh -X'KܷNLP;]\L\ᶀ@(Wƨ;5i"Iqc(:$c JGuA!7ov$n6. -69(%H@p@j9 -<7v CD.\AGcg3G2$Ӏ=-rx[-iն~'Ͽ\zKB4^?8jC7ćޡT<XKX5+mzqKnQd=Oy'l?3@L2oW߇{C_˦UĭWmtagWUU*jԸ*Lvz -=1jProZmtӻ -O 1n9͟E -9sn~#Pw1s;ݞ*AIjn-,r<Y#u9"eمlFd%-[8,X
iZ攗0K;#Gzml1풺7#
kg-a!nnhW˒!]Ra h]=vл<C^ qLw^e2>,ݚyhP>qzBHuip1<G,ǡ+$k@ۺh}RBBzoc!sTgU04Dx-wPݢ^X@S\-R`cB/a<)eTB -BO[8/xA#m(!e;VlĂG<Ld?XݑT$R'Xa\[28O>%""л*T)֭AQq QFȾt*MD^@O!za'b=*A{7(d<ND1\c(DJED0 - bO2}fہYAP~j;2l8*)*ZBn{wy.` -<-ma^+. LZr"ͳ -}q6=Jt
CK`^5tH;}"\L2c ÈTr0:(wWd(XxϽ1 f4"Py'}f![endstream +xڽZmo6_6wߒ-HhrN ɴ$n"Ç3gq?HXy"5*K0/i+ҷWND!-KBG?/Ec˔Hh,[Uf$b?v(Wqk0W; dH Aއ12I FB(KR8ӠI$Պ[^{@ +ZdwEDjl>]i̒T09e+4SbEʺ K;Yk"\!BhE?g<?P2!8,AcUt2uAA7 +B;68G#8='n%j+n?SN>\C"xVGD:<d!9]1E/>jlmt^&tN9*_:!<:ea˧jEnrpwL5ٝEiRM;l+L!$LcP``!P +rF5p'Y/1H$0fL
$I5P:Pڜںt+LiyrTzP< +EBf)OPزTi+"|_"eD:\&(qẏiOb_)\CTXS2ƚa[ +`4@}שe
P,2కY&X:h9 +UMTΔn*8oF} +<I%&vNOPlA\ ͠8-ԥe첎> dvNYaũZx-BS#~9i<i,v7D +iqĠ Rhs +6ks
T߭=3=AV.<@6t?2]y9ʳcE)'łO,25Ey0P?~6^{U;5߆)oy:w#eQ6br7?<y?.2ucќj&b,s9KEԝanڿ7jΏm endobj -588 0 obj << +587 0 obj << /Type /Page -/Contents 589 0 R -/Resources 587 0 R +/Contents 588 0 R +/Resources 586 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 596 0 R -/Annots [ 591 0 R 592 0 R 593 0 R 594 0 R 595 0 R ] +/Parent 593 0 R +/Annots [ 590 0 R 591 0 R 592 0 R ] >> endobj -591 0 obj << +590 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [343.4855 450.9387 357.941 461.5209] +/Rect [343.4855 452.0198 357.941 462.6021] /Subtype /Link /A << /S /GoTo /D (table.2.1) >> >> endobj -592 0 obj << +591 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [225.8926 423.829 240.3482 434.4113] +/Rect [225.8926 426.8697 240.3482 437.4519] /Subtype /Link /A << /S /GoTo /D (table.3.2) >> >> endobj -593 0 obj << +592 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [115.6891 370.0473 130.1446 380.6296] +/Rect [115.6891 373.088 130.1446 383.6702] /Subtype /Link /A << /S /GoTo /D (figure.3.2) >> >> endobj -594 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [501.9286 189.397 516.3841 199.9793] -/Subtype /Link -/A << /S /GoTo /D (figure.3.3) >> ->> endobj -595 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [290.2353 135.6153 304.6908 146.1976] -/Subtype /Link -/A << /S /GoTo /D (table.3.3) >> ->> endobj -590 0 obj << -/D [588 0 R /XYZ 74.4095 793.4011 null] +589 0 obj << +/D [587 0 R /XYZ 74.4095 793.4011 null] >> endobj 372 0 obj << -/D [588 0 R /XYZ 249.1572 703.8744 null] +/D [587 0 R /XYZ 249.1572 703.8744 null] >> endobj 373 0 obj << -/D [588 0 R /XYZ 232.8565 592.4279 null] ->> endobj -66 0 obj << -/D [588 0 R /XYZ 74.4095 353.3585 null] ->> endobj -587 0 obj << -/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R /F79 570 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -600 0 obj << -/Length 2921 -/Filter /FlateDecode ->> -stream -xڽ[r}Wf~q%NvS(RJII!U_ -ΈS/FV(*ߋwl }wm/87Zӝۋ)ZfJ[X$Y%P]L) -|d2`k2xs<a8C9 \MA\jB5g&>Z&
16,ȱҞIא1" -ƓF\6SI&ذ1#8.vX??(#F`NH&sPC%!l(GXS#6N)IF<.\ؠ3@y6dF^u,iJP<P7oh6y3 G7_A{җ#+$4Ve3U zGWi"`{gXI30&]) -)(
͘i~)bumm9ݫ!zЎ)<<`P~Fo;:=Vo-]B`` -a2\v8{7`0TL:nx -MW={1/d֩o>$p{։Xk9?>엨lpbb*a*ܩ #He{ߖDzTc" M%壾o@N^A = -O7w3m<>\BՄڔݲ<:,ZvW.\&08y,͛$1<: -V?D -VkӧYSE%@V]ZzP*5U=6{)[nNd`B5x@;uuJ#Cř#FYVoFd$[DF!L_u#mo -{adU&YeЀJfh?dj!ʇw%"Ok -nŻupi|U<)/S5aoV8i B>P~-OK>KDPB8D0TjSN4dB"1:7lOKKB}wبDt`k_zE_-]&"MIb\]Y|DRWou>QyГ"SĂ>Ƚ|ScyLC$imvS*/ Zd(6q Q
FjH5`{ -Hbæ. #3}cޠ\`2lU~XHIKc2֠-XE U;D OGd;,)eQKU[@fC`\u_[gU!]/h`]yJ&)RڞlDw(͖~:-NK'
A|9ߥHm(/Cee8ہ"M
,6:;R5#V]KcZnJa$~ -[t{ޘ@ ka%!#$Ʃ̘I'e9bLvw;s),O-lO$vendstream -endobj -599 0 obj << -/Type /Page -/Contents 600 0 R -/Resources 598 0 R -/MediaBox [0 0 595.2757 841.8898] -/Parent 596 0 R -/Annots [ 602 0 R 603 0 R 604 0 R ] ->> endobj -602 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [123.9939 319.2661 138.4494 331.4039] -/Subtype /Link -/A << /S /GoTo /D (figure.3.4) >> ->> endobj -603 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [102.8135 183.3535 134.6997 192.1246] -/Subtype /Link -/A << /S /GoTo /D (cite.Vorlesung) >> ->> endobj -604 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [290.937 135.6153 305.3926 146.1976] -/Subtype /Link -/A << /S /GoTo /D (table.3.4) >> ->> endobj -601 0 obj << -/D [599 0 R /XYZ 74.4095 793.4011 null] ->> endobj -374 0 obj << -/D [599 0 R /XYZ 249.6817 544.9705 null] +/D [587 0 R /XYZ 232.8565 592.9685 null] >> endobj -70 0 obj << -/D [599 0 R /XYZ 74.4095 507.8183 null] ->> endobj -598 0 obj << -/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R /F79 570 0 R /F70 552 0 R /F35 193 0 R /F65 558 0 R /F74 555 0 R /F69 561 0 R >> +586 0 obj << +/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R >> /ProcSet [ /PDF /Text ] >> endobj -607 0 obj << -/Length 2205 +597 0 obj << +/Length 1781 /Filter /FlateDecode >> stream -xZmo6_6f.hbIkAGYZn/fHJlIbݢ ShpއK($DR -0<lnhOh-"拿kbc¹!)Un}|S3dPyl[_W+?&/Ep]DqJ2Rj"NgDk-Uj$J5 -I~W0(ads-%\XΔ77?ui`VJg_,W& ' -Qrior:by5vlՍ10j` r"V
MiZe#'\XVz9U,2pd,MI1R#3[M@d\j'E=UtS_vbG79Q~Atʜ8Qr<B\~ F
&Ɩ9࿚ø]^>ʌ ZpY\bK|0#ҢcyF43 -83q -%#1BJ"($J6!<{aᛪwIjVeWϲP仼3A1 jkȈJsB+֤r(VVz'rK>aݑWD=Pw%URf>4WDxP4N=1&wXd@Q7"鬙 5"jrJA`b)jש'M{ -i(x
,%KBTJ~Vu -UP -ӑӷdJhZ@xr_2x輮'1[Ə((k:.zLp;y+8U):lVOa/CׯHXeuFE5
}w+zZk}Y
}0zVƯAe ܉pb]n^?$ú$2{\y@u֠(:{ G=P - _}hzFU:O|G1*~B"46Zwb5$|I??y-,E߹8 -}~?.TE`zM -V!
H<Cq/m^sӏs^_.hLg/Rx -n{[@/.I'IQZ0p3Q9s*aXcb1R3'A]MڿCh,{-Zq!NH]_5@^7/c[!7G"01
NgXoʰQ YG[a!5?vXKa
DtJ|: -q3 ;;e+endstream +xڽKo8:@-ro],hmBlQ!:2iV&G?GK(eI&V%pX2_Ohru6S{-C2I87$JN]<3SAftz6w3Nժpu]-[Y@wW)1ZǩRtM[wVZQ"Qh}+M`qҖ>J<YO85Bw%ɧ߽G +qAbܙeYʌ$$UQ݇k/*b +̄p(w._e1n;1>E4q!9ܻL}ǢTpqQk015v.i8\[ݶ(o>ʌ%6S +<j81EpJ{)5R*!)00Q)?*DEV@"M@;{y^nW(mQaT"qjԲ<!0][m#CpVc>/ҟ6ca@G6sO!+|VeQg$g010ш"*1Qc>/`< +Qhg03sfQ!+<RA?f\M:Gpm" +p8</D3Ds~fQ#+|!8<<!NMP< +{ᡬP +gR<(x)|!.
~4gT
0zb0>C428L {fcQ@#, <ͫi~۾?w9t(83DD);$IXaW]01]&p@e<3c(#BfT(p^Wک(.Gս]o11.䷣!!1uu#))ޚdvs@,:mjty(u%&B1sRhIb:1L3MAOwO)j`0L<.cFۥ.gz0˯k*3S+R&tYkYSIAl#pr +p0pKgvkehÈ]~(*ӏ:ݝ8a +Se +
¢ +ݵΗj.G<yɩ^b2ߑ^;R~3>]E]M˛A endobj -606 0 obj << +596 0 obj << /Type /Page -/Contents 607 0 R -/Resources 605 0 R +/Contents 597 0 R +/Resources 595 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 596 0 R +/Parent 593 0 R >> endobj -586 0 obj << +594 0 obj << /Type /XObject /Subtype /Image /Width 621 @@ -4342,40 +4261,48 @@ 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 -608 0 obj << -/D [606 0 R /XYZ 74.4095 793.4011 null] +598 0 obj << +/D [596 0 R /XYZ 74.4095 793.4011 null] >> endobj -300 0 obj << -/D [606 0 R /XYZ 280.7497 569.3586 null] +374 0 obj << +/D [596 0 R /XYZ 249.6817 544.9705 null] >> endobj -375 0 obj << -/D [606 0 R /XYZ 210.136 443.4681 null] +66 0 obj << +/D [596 0 R /XYZ 74.4095 508.1989 null] >> endobj -609 0 obj << -/D [606 0 R /XYZ 74.4095 289.8156 null] +300 0 obj << +/D [596 0 R /XYZ 280.7497 266.4413 null] >> endobj -605 0 obj << -/Font << /F63 220 0 R /F28 173 0 R /F26 170 0 R /F35 193 0 R /F70 552 0 R >> -/XObject << /Im21 586 0 R >> +595 0 obj << +/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R /F68 548 0 R >> +/XObject << /Im21 594 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -613 0 obj << -/Length 1126 +602 0 obj << +/Length 2199 /Filter /FlateDecode >> stream -xWKs6WḦ́0ޏޚ:$vXq KSBRI_]N{ttXG%FIJ`,hfr6~]\iXⴖ>Cx2??,<Ʀ3Eis]ÜӴ* -ve}hbDqJeQKT$gDkkڃQkBOiY/0xqG
bv=e4H9M4ux~97&F$8k;s')Ә;g0bT,!\
[o7'Os%J4gg:b%^E9ĨAmSM?j>:Ȕ*R)ƙv2ި36\
+7%#JL2j}%ck岉ݙ(zqR/n]Wehn1b. H L(Z)c9u2+b`ѝuPSdrw^?!^_.csBy6ؘ])U~3eSi5CAPt?4]ˇr@/:qAR'Cխ::݇9WqNH]azȻX}u Yþ
nVLb+t3JΥDXݺMe??v]`=v½ČuWX4W40,F $[D+}Ce;"|;[ʼnP*p8, ,1إҀ`#0nF4N -GzE6bWao1gP :Ww1VQ穻 +xڵYYs#~ׯG,¸Wa7r*9"gEלaO7sqF@h4?94&sA@l}DjWCwW_ɪ̳`2)=sܨ)˕t~re8_|8Rq/h\mh(e?}w]'ykۤbK?S 9'ԟ +i)(5fbS4rKX-6z->*wJECTOihx{<ivQi]4<WMq?8,\mC; +4e)̢$GnxSw~ 2fdAj+!jN۬8og547*X15BB\z 7<V,8p `"(J4cY6ҁHmQ1 h$h,4In
uò +H<?Dg4z8mZŽ5pBCMD#
I4(ǔ,xH$,'%=7e<}Po3!XǤU~E5-ŢPo~8 [%79d[U=~b(Rd4MQ62+lIL^5.ӱsvh'eډ}̫%9*UǓa< +}*6 _(]R@4 Tr&7,cސ.=iNy?.Wm/H+N1[DuP'MMJ|Xޓd%Y;"m& +aM:ڛn-V]T]r>.*Z{v*kP<wüua}!
J/4)}h-SCT+d6yfYU*h'zp?C}Y^<OVBMlӶK5͔i+ .A>QnLOe?*q +oҒ [mE5,$[66;tk.CM =[&hL
V/<0}BlRUÎFq +v:cGG>viqm4<W:8CL/W?̳
~wfj1W2pKA3۫:.e<3ȁYv[S*}dZ}H +hA$bHm{tĽ̵GL^d@Q<XrZ/ +c2d6פήH}E<B}?\etLzL_8w'F^$ endobj -612 0 obj << +601 0 obj << /Type /Page -/Contents 613 0 R -/Resources 611 0 R +/Contents 602 0 R +/Resources 600 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 596 0 R +/Parent 593 0 R +/Annots [ 604 0 R 605 0 R 606 0 R ] >> endobj -597 0 obj << +599 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -4434,7 +4361,125 @@ 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 +604 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [501.9286 756.7859 516.3841 767.3682] +/Subtype /Link +/A << /S /GoTo /D (figure.3.3) >> +>> endobj +605 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [290.2353 703.0042 304.6908 713.5865] +/Subtype /Link +/A << /S /GoTo /D (table.3.3) >> +>> endobj +606 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [123.9939 224.3798 138.4494 236.5177] +/Subtype /Link +/A << /S /GoTo /D (figure.3.4) >> +>> endobj +603 0 obj << +/D [601 0 R /XYZ 74.4095 793.4011 null] +>> endobj +70 0 obj << +/D [601 0 R /XYZ 74.4095 682.6476 null] +>> endobj +301 0 obj << +/D [601 0 R /XYZ 241.2041 277.8899 null] +>> endobj +600 0 obj << +/Font << /F63 220 0 R /F28 173 0 R /F26 170 0 R /F68 548 0 R /F71 555 0 R /F35 193 0 R /F65 561 0 R /F75 558 0 R >> +/XObject << /Im22 599 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> endobj +609 0 obj << +/Length 2695 +/Filter /FlateDecode +>> +stream +xZ[o~ׯ#_ARAU+ja%%Կe9{#3ߜQfFI'`VC""/rn.z|qnJ,.>Vr}\(JWnx|^am_/j>V%̿XPKTɩ)fJ +I~xΖ@E}Js|t#PfkQŦY(BтC vm,ᖻV\gbgMdBxvATѧ'Xo$}-Ese(b +qXAB 9t-ARܕm#z`[$@|ݬPAOOUTPҳϟ1UKynsa + ؑGi-H8FO߶*f!<g*6,ºs]Ѳ*q`c.dlp3WU|ʪ.%ڗ/ p(xLY8C*#h3 aND|)3hm,:x +{[CcT{(*?)eĨB@Q"@!]%Ht>Q|T&,Xx-BEmL+}p0Ns3ɀ$3hIt,vlj[!0`2뗬/aCL2F}uq[C*EmCA+Tjlzg4`_o0OAթpџ;,)#FE;'xnPtP̄q i^!n=OyȦ@4&_41bTLLPڬuj8NA2/`iAy'm +j2Vk#édv8+xvԳO0I7J+)EHƓBq1B}Nl;F!\weU# +4O{jpFmD\R0m|$8؞<
8/G, +jqVdm2c_z +{]]7Zsk X(¹i?B<~dV]d5 +̈́&-XhDКKNͥrAbf`X5
w~A)8uw^Hm_5@^7/u0yS!MjX+VgGnC9Q}ᆴ_I t֏Vj2-d2@{ +;ywWj7X\64h.-'CUQ?#F1a/6PeSӂM-!d. 埋">9'`U_5 j8\CD.r$~cr{mCq^7_*.NaWzU%NX7i/s#n&|/6pMp4S7nX_|mʹi-^.#EaTX?z; +endobj +608 0 obj << +/Type /Page +/Contents 609 0 R +/Resources 607 0 R +/MediaBox [0 0 595.2757 841.8898] +/Parent 593 0 R +/Annots [ 611 0 R 612 0 R ] +>> endobj +611 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [102.8135 607.348 134.6997 616.1191] +/Subtype /Link +/A << /S /GoTo /D (cite.Vorlesung) >> +>> endobj +612 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [290.937 562.4594 305.3926 573.0417] +/Subtype /Link +/A << /S /GoTo /D (table.3.4) >> +>> endobj 610 0 obj << +/D [608 0 R /XYZ 74.4095 793.4011 null] +>> endobj +375 0 obj << +/D [608 0 R /XYZ 210.136 674.7766 null] +>> endobj +613 0 obj << +/D [608 0 R /XYZ 74.4095 446.205 null] +>> endobj +607 0 obj << +/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R /F70 564 0 R /F65 561 0 R /F75 558 0 R /F71 555 0 R /F35 193 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +617 0 obj << +/Length 2488 +/Filter /FlateDecode +>> +stream +xڵYsܶ_ǻ @}H$M2m][MgjQ:Vw<ȋ[NVA8`؏vAqYdW0"_~H'|H&ұrnsy_wn[;ܭ%_vN͆Tu{_W0.{EY+֖ic,Y! + +%u6i3!zϊlxoǺiaOp:ҠZOWmׂ`nxjn`^N8@i͌tF_[Mmv[6K`* +jp粜3]`Ż< + Z2% r#N>wO0 +轪wژ}5
?1x")=Ȍ*ci +US=SjC*PiVn_U]U_ojt)$1
ϼ7O]]sC$*$ +
]Ů>g*cui*ƛ:ٜ]l@($NݜQUGM F#!U`z;4Ii6nKj3\Wx6$^,^?ܩ{huA=./!D]5sJXBdLoh.qh4HJc}G΅[MU0ϼv*п EN{ҹ?{Ur[ނ`\iŸ:ٛxB +rl"$a0`FMi_w_-5kR +,1K0b͐#D7$xDLEՠD.2HUÒ搎p'EYEW0弸Յ܇0_9)l{vckbeX'rrj +:(h +E& +6Q!ꇪ)OmB);6rT3ig|q;Ϥްwܣn98txe W0.Τ;67趞_>d6 +,v~zGLEo4|3lӞ|iFeB'Bى&ӇD)3n(&Ewj%R@#C1E>hB3P_o;RM>
-34[ܕF_Z|H1~>pɠ.Wx㖹|qRCav ~lh8ًhrL>nhFO& +%zFV-gyyD)6*oNaz +E˫j7~=t2s~O>ܴ`(Hݘ*1.>%vm + qBmyE)c|{W1:1Tb0obIJ3o۪GMp6*MyAK_UnAG)AS!:.;9Ƶ= ^d@sPg?S?!wendstream +endobj +616 0 obj << +/Type /Page +/Contents 617 0 R +/Resources 615 0 R +/MediaBox [0 0 595.2757 841.8898] +/Parent 593 0 R +/Annots [ 619 0 R 620 0 R 621 0 R 622 0 R ] +>> endobj +614 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -4530,124 +4575,75 @@ 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 -614 0 obj << -/D [612 0 R /XYZ 74.4095 793.4011 null] ->> endobj -301 0 obj << -/D [612 0 R /XYZ 241.2041 567.7502 null] ->> endobj -74 0 obj << -/D [612 0 R /XYZ 74.4095 480.2939 null] ->> endobj -302 0 obj << -/D [612 0 R /XYZ 204.5277 221.5739 null] ->> endobj -611 0 obj << -/Font << /F63 220 0 R /F28 173 0 R /F26 170 0 R /F79 570 0 R /F70 552 0 R >> -/XObject << /Im22 597 0 R /Im23 610 0 R >> -/ProcSet [ /PDF /Text /ImageC ] ->> endobj -618 0 obj << -/Length 3319 -/Filter /FlateDecode ->> -stream -xڵ[Ys~#Xю>\lَJXSKb l,_9TU`d3 -DRf 06\־o?Y-qS}swZ,qZÌsKUfz_n\BQ:}?=^s:ZvhauUzշ7 Sb/ZJMfVpF&NT -"g_l?^mpj[tV0YmXaeT0cQԮ&WתL:s3,BATe}}r~ 912OH5eYD|\hT75%\Q1}9&8mU/zחYAANp"OA/ueY<6Si{xRA!;R澜GsOKؚ;f_m!Լi{߬몉QV>j[5Lp%Y fb*\b Z%9eD';gIxʴUr _`y^3:/b/aciqD22r&dw~Dhi [~m35wlvJh5A]/9RaF],9)P -I3fYHؚ%p2r>y,#$y2VAvQK)Nr3-a2OGѨ5dxNY0q9 ֘F.5EMFq 9e!{\P£i%lMK9!NH~Qe<L$9ڞ xд2?C\0)pss9 L.g3&PI(/i甉u'rM4-ak\O$3q ZHޕtY4XJ =tCZ)ҵdߛkwU}D/]@RK5Ή2^ۧ%3ud X8kpWakK/U} -Su^GT`~}P`h2(mݨMW(6 -W{6>'Ir:G>>3ލa`/84|XV+/e\ ss3hK -)<3 -Sȥs/#RC/EHc2AtJP]̈́iR荡f,
7.(n0j^+IhJTpó@ GAZpTbm -sPu
}ڇa%<<<e46{yޠr_{4gy-fanBbLGsނ"49l - F:MRWOx*|o'vlC=_dE"S䛆8"@
Kǩh;# K_bpk?Х0x"9L73)up y+M<` -Ӄ_\T.˰\r 3Hlԁeݞ'wg괪C\$PC6RIN8.qHjMuPt< fr ? - 5N%5a?"(yH:%/Q\S"G/6i]EG뀧ݢ<tVƦ8Vvt,m -vᑰlQcxר$ߴFkL`I!_Ӟ"4yO%pwx};pV1yf.j)DADG(}Gq88.@f#n`-ڴg@" -sjendstream -endobj -617 0 obj << -/Type /Page -/Contents 618 0 R -/Resources 616 0 R -/MediaBox [0 0 595.2757 841.8898] -/Parent 596 0 R -/Annots [ 620 0 R 621 0 R 622 0 R 623 0 R 624 0 R ] ->> endobj -620 0 obj << +619 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] -/Rect [152.4237 393.4244 184.3098 402.1954] +/Rect [152.4237 270.2298 184.3098 279.0008] /Subtype /Link /A << /S /GoTo /D (cite.Vorlesung) >> >> endobj -621 0 obj << +620 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [401.2691 362.214 415.7246 372.7963] +/Rect [401.2691 243.1787 415.7246 253.761] /Subtype /Link /A << /S /GoTo /D (figure.3.4) >> >> endobj -622 0 obj << +621 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [499.436 326.3595 513.8916 336.9418] +/Rect [499.436 207.3242 513.8916 217.9065] /Subtype /Link /A << /S /GoTo /D (figure.3.5) >> >> endobj -623 0 obj << +622 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [284.7531 272.5778 299.2087 283.1601] +/Rect [284.7531 153.5425 299.2087 164.1248] /Subtype /Link /A << /S /GoTo /D (table.3.5) >> >> endobj -624 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [134.9791 225.2515 149.4346 235.8337] -/Subtype /Link -/A << /S /GoTo /D (figure.3.5) >> +618 0 obj << +/D [616 0 R /XYZ 74.4095 793.4011 null] >> endobj -619 0 obj << -/D [617 0 R /XYZ 74.4095 793.4011 null] +74 0 obj << +/D [616 0 R /XYZ 74.4095 771.7323 null] >> endobj -376 0 obj << -/D [617 0 R /XYZ 171.4645 602.5475 null] +302 0 obj << +/D [616 0 R /XYZ 204.5277 528.1279 null] >> endobj -616 0 obj << -/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R /F70 552 0 R /F65 558 0 R /F74 555 0 R /F35 193 0 R /F69 561 0 R >> -/ProcSet [ /PDF /Text ] +615 0 obj << +/Font << /F63 220 0 R /F26 170 0 R /F68 548 0 R /F28 173 0 R /F71 555 0 R /F65 561 0 R /F75 558 0 R /F35 193 0 R /F70 564 0 R >> +/XObject << /Im23 614 0 R >> +/ProcSet [ /PDF /Text /ImageC ] >> endobj -627 0 obj << -/Length 2319 +626 0 obj << +/Length 2166 /Filter /FlateDecode >> stream -xڭYs6_Gy!&=i⛛EI)%xv -}($|s3f)ݷ4eM]R ˶,}FK.`mCL@
~;<9[̋c;tsmlq3;7[pW>[q>@Fl{!=gRyf&e{wm,-cf)ιn;j9w>P07[Icaga`)s/inE%S\ -9)' fN*Huf'Ƚ-%lLwGީ4J1LKhP~CZsi C3榉9v*5ؐjR5ӠB0 -l{hjXm46Q*#K #kPiZuޡcGE0kܢuQ|@eUYC#DЖ<hEw!C'
iW#mQ2JDASVA4@`]F-J`%y疾ȟ08u -b'jdM;yu4x/"oh.UÎ6%V(MƶnذFpa@?Du -f"[5f[aRe#I~_hv9 -PYmMqCܓZJ\jy+7Ǥ -U(?Xu\8()(p/ -УnR#To9>H
Ƨ(!{atLJ8SN4tf
Uh{!53p}$~!p>m0Pg5͘U)L37A<D϶eL)oG@~|3
f^`#4¨j - -P[3<9ߪ -_jp/ &\X=˂\IC):\]!G -ԝk)}38'n{Jp_5_O{~@y9?Nô Eɱ=kV--MlЍ;xȩݢ^+m רqZN=wv|-2tCН0L˸p# -ʗq@<~
GB{jy/Ϝ8endstream +xڵZK6ϯQ2a[8TRN<s,JD)Nק +Yb$ԩ8
ƒO;ٿOdF8_߽|EbZ& D~o)7v&<UwncWyQVwwo[ Sb淡RIRΈҍ)B~&K.~/0xciz6w~j$eZnUaTfp(e8]SM5;בٙuDS,Bx7/ޜ +s{rHAsK0OHuU4QpՂ1+*X3!6*AԚh}^ʢ:ɬ Zp<I0Ž*Xic"zW戓aTI7)ߑK\J"( J6Lt;tߕ|qfeHS*?vSePQ5dg%` +lRV"c':5VCر2e%Fx+Y3:VA:d0D91X&HE0E!(GR#v
fjVT"+&9PW38MhH5%-1Z(Z&DraKKp4r=H''9B +R5J1Lt;z6 썚
3[,d#9Ɔa)1q-16ER8t + 9FҐLRLfaKMkV +0 ))tQPgs<xCQ4(F&!KXBzT}qc&1KS +
$J[kKW8l@i8z^'+A0W#.)Nxk}+9B@mg,fb̈́"(э[dJ1͘4:uBZ"dSH]BNKSJ),*X] 6_g?xآUPʠ=U^MEQypZ +,kzo7[4\x_z<{a|(.!JR +2"j⁓8r\FHVl:~C#slV}qXoqǰ:ӴV,33MJ Ϣ0Z%m<_.#¶[Tx +/cco7_th*n':kku0ԺPuz2 Qw.U-(O:Cr눕TOgQU9,$TXB<pdҊ%IC0Ӓx$A +sM"C300(#H9aT6O9X|*.zwLH[x7r&,8֝-CG'ƙ-kB麀FסN&,<"MzͬGt( JoR$ZwA./FfYendstream endobj -626 0 obj << +625 0 obj << /Type /Page -/Contents 627 0 R -/Resources 625 0 R +/Contents 626 0 R +/Resources 624 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 596 0 R +/Parent 593 0 R +/Annots [ 628 0 R ] >> endobj -615 0 obj << +623 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -4760,100 +4756,111 @@ z,`^A,`^ab`X 1''G$ +77W,K" ?,'OT<R}6XԟX;'_+?IzTlbF/HFb4V endstream endobj 628 0 obj << -/D [626 0 R /XYZ 74.4095 793.4011 null] +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [134.9791 550.4924 149.4346 561.0747] +/Subtype /Link +/A << /S /GoTo /D (figure.3.5) >> +>> endobj +627 0 obj << +/D [625 0 R /XYZ 74.4095 793.4011 null] +>> endobj +376 0 obj << +/D [625 0 R /XYZ 171.4645 602.5475 null] >> endobj 78 0 obj << -/D [626 0 R /XYZ 74.4095 771.7323 null] +/D [625 0 R /XYZ 74.4095 443.692 null] >> endobj 303 0 obj << -/D [626 0 R /XYZ 217.04 526.8934 null] +/D [625 0 R /XYZ 217.04 185.5348 null] >> endobj -625 0 obj << -/Font << /F63 220 0 R /F26 170 0 R /F79 570 0 R /F28 173 0 R /F70 552 0 R /F74 555 0 R /F65 558 0 R /F69 561 0 R /F86 631 0 R /F35 193 0 R >> -/XObject << /Im24 615 0 R >> +624 0 obj << +/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R /F71 555 0 R /F68 548 0 R >> +/XObject << /Im24 623 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -635 0 obj << -/Length 2934 +631 0 obj << +/Length 3248 /Filter /FlateDecode >> stream -xڽZm۶~BuSA23v$qO:Sx'9rEn,A"sJ$ž>IS -+lf+9[aSE$^^}ʙY!JLB23L.>6}^輘qȤmõz]ܾ]yt?ALKQ8NjkgsERG*RbEF4zAΖ*|)TYJk+ -e}rt2SY2 Va2Z"H3[w2YM|/3uOm:wXhDQw6+eX.Rc5SHs(/F"\亸S镴@YMw,*')/&*7Rd,vs2eATP,,BSIRN۔ٖ5wsBL١ꤵ/'`
N{^*DE8n6X7zWtDk!̐wLOR] sA.-R Or9/`T3ٜr沙1y2Ĩ̹e7X&*DSyvI<DJ*|\Ph';BEysXW rޟ5U3U5UCq}Tp0y仰ғg]9KJ ZER8JY06S~!P dZAM=F8M %;1n"S=7d"&vH'=j˓M!\ʢ837dp%2T :iD*3asVA#y6%d6`jݤ'd 3Ai110z0?$t
ӹ,1vW*Nmv6%üI\GJ~(tirJI$`TE1C~/uߡ# `5nv7C'j@J'Cg(eل Zo*DـI -},qTOm;JY57=d[BOY-W7|DD tKoBFM D^6cjey]J@sh}M*y[ryY]SB6f&|_4%| *dPMnښ%~EejB!vCON𲃲{O@~0|W8f.{ט 6<eBHԶ#nީ"N#ܽ7֮#(1ղK39r8e8̰wp3G?^blwռF۱%4qw{ܒO>xC#_ǜƫ\|Y -_UuuW]#Qe$ nNowycc| $)J5zn}d>ECUDӶ@v);Se6*I*Dծ<:Y͔
`~Bt`B9+S~PJylm+ʃLw^'&gc78yoUbB`Aoz9$(}۳MC7rZ -
)f{D8i*wT8T*b噀Q -_Lðݒ)Da=dϷ˸ðʗP;pԨ-W@hD]O҇jeWۭWי$ -eH0:cr"̟Dqh~M ߇G۪ -&)1"e([\Ƣ;RCR.-xڕhC}
&P -v +xڽ]s]D}3}PjI<f:8x"/".dO뻋NR8b]q+ff{3+ߺ_a xC{}wVLJ +n#կwU[n/ps.O}|nKzPhmY5uG9k2ml1[HuE +G*҅G=ĢZΌ:,A!ï/xySvb e;N1~$yvUITtϟvB:1W^VfF骆*4QPAY(`ޛI&tdh9̓eA%7u)k*.oQմ82Δ^>94^ɈqFV%4R:^wRu'f!f[W-%E<(XUEIip 'n.A aB3-Ia +` + +_v+k$&fۉt6$wnmI +\=^-[[N0.-4!瀘 +# +,$2m$NU#yj@UUb)aC4(ўyp@$|e=vG0_I ߀M}3&ϤP o=qi"}_} +T1((f˴9b ȺMc "/
ruZA9p xPn-]-u0G荮))8ϓ&U3k*Z4TYENL]]uٮ !quKc>ޮz#C N41ÃMES[(n7M`Tq|́C=?y^>ޫtW-8 +) +GV)sSރu寂M@`Ѿӑ:z%xvxDI
2=66Gt}+ZHVSsQw4Y%͏HG@RR)o7u5͑rOj)
sv|Bt;<~= f}-S.8t-TRz*7Or=P2Ǻﰝ +✙)F(fƚ8jD|a6j*0?)O:$8A4! +\ȔLeL).6K[x\Q $XWB$N0;3s-<
ˬAvBvq$h XbtQ皨d[_ZiM5= +"6rJYL-9o(,]d3/_;(>E~hXr%sT`TYs&1lj3'\C~/1F8MáoOf/sVȮ⼟8?4~0Nax<\"I0zx3aNl;fAP`\QmeU?S=#11tT)?,)ݢ\qdE-;Jl~QjӺB~ոcW$ȐA5a+NJ㝑a?.f83;(B
?\*kt +7Cvn״a{XP endobj -634 0 obj << +630 0 obj << /Type /Page -/Contents 635 0 R -/Resources 633 0 R +/Contents 631 0 R +/Resources 629 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 640 0 R -/Annots [ 637 0 R 638 0 R ] +/Parent 638 0 R +/Annots [ 636 0 R 637 0 R ] >> endobj -637 0 obj << +636 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [169.6232 593.0416 184.0788 603.6239] +/Rect [169.6232 225.2515 184.0788 235.8337] /Subtype /Link /A << /S /GoTo /D (figure.3.6) >> >> endobj -638 0 obj << +637 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [379.9066 575.1144 394.3622 585.6966] +/Rect [379.9066 207.3242 394.3622 217.9065] /Subtype /Link /A << /S /GoTo /D (table.3.6) >> >> endobj -636 0 obj << -/D [634 0 R /XYZ 74.4095 793.4011 null] +632 0 obj << +/D [630 0 R /XYZ 74.4095 793.4011 null] >> endobj 377 0 obj << -/D [634 0 R /XYZ 217.8873 674.9828 null] ->> endobj -639 0 obj << -/D [634 0 R /XYZ 74.4095 451.2206 null] ->> endobj -82 0 obj << -/D [634 0 R /XYZ 74.4095 295.3664 null] +/D [630 0 R /XYZ 217.8873 674.9828 null] >> endobj -633 0 obj << -/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R /F70 552 0 R /F35 193 0 R /F65 558 0 R /F74 555 0 R /F79 570 0 R >> +629 0 obj << +/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R /F71 555 0 R /F75 558 0 R /F65 561 0 R /F70 564 0 R /F86 635 0 R /F35 193 0 R >> /ProcSet [ /PDF /Text ] >> endobj -643 0 obj << -/Length 2210 +642 0 obj << +/Length 2097 /Filter /FlateDecode >> stream -xڭZYF~_G ;}g
0dd@8f(!)_U}PcfwuWgWf,3HTfcf+Xye6Oͷ?iYⴖSƹ%*czcS<]7/sNg.ڶY>U%y -a7#3YbJr;فn Ca1gtY%5C !,,SnU=]ل7uՇ^<`*@PN - 4LjsDU 7;j鈢H?Ӗd -HfRP;cc@fPs9m{@]w/l_TӘJ,1)fL\}wN JGeK"J=۲Z5UwNB7yĬx̛g>fz$3X̟ɀ6ũ":qUxIB -<qa eK -T>8KU.vP2'P]9k|'AV oA#\b+$afJn CMh -&!8mW)(n H@.9u38Ъ/{r5M -ᷫS<oBR>_9K:T=|7XIjz,qN;&Qcg -a2gլ)n&8߷m}GR)(Y<N2Ǘs]m9Ipċ>bVp0Wjqj(e| yùESIdKԄeܶ r -`.2;!f~4<>cFy'rnMKu +B勝 -!i",6UwsDSϻɘʻ((heOR3A&*CzD4=uD)O
ӳEN [Leyj4(
q -*b ſ7f>@` aUd7(nauXxkUCZ@/Tݫlx՟82$tKFT('[ptendstream +xڭXKs6W(UY :V(KCRq_MQgR*Fj&OͲD$2,70Pj_>*]FwR3s"Odv0ډLZ4xz[,uF,V]Byy;%
{<R4ߦu"i6[j%ec3eJdF'm:6"2Lkhh8/ڪX-|=`&MJ#*RɝSITn*nc'㒛vgTץaahKDvE>6Ydhb FME\~Y1_ aAX5Us&8= +C{rw{t$xg2[?kmy#!?R}<6 ԟԛAR=Qڠw8QԵ=V6ՊwVIk9`zlt[=H5ia vԌB;SJ &W%ƽ2*J3JޖNFYKA|{_M}\zۑ!\P (RԅlgO_'6ԵOyƧ@ᗅُ}ڲ +*Kz[zLp
M-elk)ĺDh{%gn +3µ R&1qvmUt.7EG هc_5d&,)R53NǺmgPoi +Xŕǫũ<eftP3Ga ܈s7J@1a T6
ļq=Ln`>{VlƀKrxd(T8Jb-r'goimt@!PN] %C,344<ijXȉ.Wt9 +o˲1N4pUD[!d&o"U{`ֹ՞<;'O_큽)DWiy˂&+ +PcKSW4y9B4;xn}Jl*"2Pn{->I>o}A7GX~곆W͊[ U`
|˯&llA(&D7E +cXh.C3s +bl;!M[Vu +D
,z;:q40Qp3pC
sZPMM0]Nb߶Vk:U=%>qqS5eef0iD:DE"_hE1(I\P
v|[ CZ|㮋-j`p0;,aEg_9|=lauwp"]R)s=hy}8U6z2]HWfIM@u?%$m_ +J$h0}"WdNyLAzh*QŝBfPIkWD*p~4or +^fO.J=7wCt՝ᦵc6Xg#.v.z}mF +j7x#++kf{YzMmD%>v/ӷR6~=29j@frnrߝcP֦LV'_ELSۘCplh``~1j^|r-32>:`LMkjSIIrC,endstream endobj -642 0 obj << +641 0 obj << /Type /Page -/Contents 643 0 R -/Resources 641 0 R +/Contents 642 0 R +/Resources 640 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 640 0 R +/Parent 638 0 R /Annots [ 645 0 R 646 0 R ] >> endobj -632 0 obj << +639 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -4956,63 +4963,98 @@ endobj 645 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [306.4882 374.8651 320.9438 385.4474] +/Rect [306.4882 171.4698 320.9438 182.052] /Subtype /Link /A << /S /GoTo /D (figure.3.7) >> >> endobj 646 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [388.0257 374.8651 402.4813 385.4474] +/Rect [388.0257 171.4698 402.4813 182.052] /Subtype /Link /A << /S /GoTo /D (table.3.7) >> >> endobj +643 0 obj << +/D [641 0 R /XYZ 74.4095 793.4011 null] +>> endobj 644 0 obj << -/D [642 0 R /XYZ 74.4095 793.4011 null] +/D [641 0 R /XYZ 74.4095 752.1971 null] +>> endobj +82 0 obj << +/D [641 0 R /XYZ 74.4095 599.1271 null] >> endobj 304 0 obj << -/D [642 0 R /XYZ 261.0732 567.7502 null] +/D [641 0 R /XYZ 261.0732 341.0556 null] +>> endobj +640 0 obj << +/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R /F35 193 0 R /F68 548 0 R >> +/XObject << /Im25 639 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> endobj +650 0 obj << +/Length 2634 +/Filter /FlateDecode +>> +stream +xڽZo8_GyY`Mh{6}c֑s +,obNe{K۱3jJQ
XCJsF`+2(9e9<"M呄3:kÌptE*C9E&J9MP20Ciw})R+ +#<_"B豆U6(5L"Lj솬6SRKג%of,RCX!@AtFNgR"11 +fH:S_uZXƥSi4490+j*NȰBF΄` ZM} +t3a *\>i
MqjI43ǑpEo#= +YSP$+:Y@-/xb 2AAM»9WNj(ㄤ};rɟrqIqw7W|,/ʹ*vqw"zC +ĴB>=(2rԀe{kdr>7[Ä?= i +6u0UAEH{(*Q;AihYGf't<2-@S@G 7sҕfX[j. +swO2 +Mۦ}ɪR~0hkeV[5T-/Xӛ6ke^|[A5n"s\Ф!*kK9ފCME +(p
?u7F8 +V[L4kv_-Eu?,xR=F2Z$TGc<|
&]e +,-C
*==.Ŕ0
6ZI"-EHg4L1jbj¦^0̫MwkJ튁0t)*mPW\GeAi'Lh khͲؤ>b` +endobj +649 0 obj << +/Type /Page +/Contents 650 0 R +/Resources 648 0 R +/MediaBox [0 0 595.2757 841.8898] +/Parent 638 0 R +>> endobj +651 0 obj << +/D [649 0 R /XYZ 74.4095 793.4011 null] >> endobj 378 0 obj << -/D [642 0 R /XYZ 230.0052 427.0651 null] +/D [649 0 R /XYZ 230.0052 660.3308 null] >> endobj -647 0 obj << -/D [642 0 R /XYZ 74.4095 217.0326 null] +652 0 obj << +/D [649 0 R /XYZ 74.4095 501.0372 null] >> endobj -641 0 obj << -/Font << /F63 220 0 R /F28 173 0 R /F26 170 0 R /F35 193 0 R >> -/XObject << /Im25 632 0 R >> -/ProcSet [ /PDF /Text /ImageC ] +86 0 obj << +/D [649 0 R /XYZ 74.4095 332.1887 null] >> endobj -651 0 obj << -/Length 2308 +648 0 obj << +/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R /F35 193 0 R /F68 548 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +655 0 obj << +/Length 2320 /Filter /FlateDecode >> stream -xڭ]oݿ`'S$=mK@ċDH;KQ"e;h
gggkc-"4ܙ$s - -Ȼ߶e.QC
̢.=!ϲS\[3J9{K#*2#Q_'_OuRODSe:k߀!J/]PJe!>:/W臮pp[t0}ݗ
}ŵ -Dud&p{Cn#ſd7;?ԥa\i1vpy]V6eG -eWuA!{oǢ -W, -ObbTF1U faQ b6<\ߟjqwQ_ -|G +O22#Vvu"guN3R99x#Hnn5Y?q5H<)U>g9쯤L*'"fwKYʝ̌6r`a)3ŔT~ֳKSSν ә`>y K?߃o`K2m
Go$\;y+eK!$Ѕ3`
s\D/zkeoOo|DYPe7**Ju"*z*3-p.hɔUkJ)J!2*RUua
qIm
W2t[կ;thᆊ[| -Ԭi%VM*qIX@JI!ojy|ׁnZ/ʙtYcoP1D^|Ͳ,M{})* -|"TvjgQL
$ (dh^:, -1^^mdtOhg'
iּC*Ktf -z%l&2TZfPalvD6Y7taXa
IB7Αc'|SGWaB#<8E6r骤U#1S٩C:.x3M:[mn>q@Q%SQ>@YqR`[s9)8ƨye=:}1RP3!&1^:vm`~|!SEYjhmO ܾ**z84\DV""ϵ)`-n"DfI.^:v-ޖіsmC& ˔7@Ff*}KN
RkA~¡FL")PcQw=Yn(=ƿү1N\+ZWtX;>V~)L!OMx?]-GH͕l0aޥRJ6
2Zۊ~ù\sKYofmPڦ¹bv^D -D5Vc;aݿ -hb.cTM )ԡ x4xǶ5Vj:ŨŇg(Q""ydXC!1ۜnTcu +xڽZݓ۶ҌgԩqkDKIEbq7Ԟ1b(_iM{!
0Swg}nѪ1o>eR:sBMV<Wmd&Mgɇ<M%lVvߕU\@:EY+_֖icl&}ĕ;&sٌ3A?n~gs`&Rg{oL*/eu柝@̈́rNad(L1rI?`W˹?\܄w%r&MZv³|DJ-3<sYT|G0/aZuَcC~0|PzC@JQRfMFt\tKC]n4*UVˢ)k"~Yƃ:TUyϔ⨪#`ޛcBK9W^2WVٓajhZq +26J"g}c1C:xw;RQ{&PT11@ePQKf![#_$CYfYO0} +%?-ʫz'HP +f>PQvۻ~ɓUUq\<'Y)p=K]P-F_ohkI=+jゆC
Ozc|J3\L mꚞsq jGPT]s=
9a皾`=ғy#, +q!X#5<2ZQ"p +f +Ŷ*B~乹psUH˒oAT[q;E Ey9xZ (Ͱ݅6q) 8G}C0eݩr'/*+Ph:OxR0k8_h+0k!oOyRˌR'\Hti!w9sR&^8t])+o'C/HKFVB:(hBo[i,sr2Y(!'MST߫ժj'|e$>߯^,h&ݗ#L8lB endobj -650 0 obj << +654 0 obj << /Type /Page -/Contents 651 0 R -/Resources 649 0 R +/Contents 655 0 R +/Resources 653 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 640 0 R -/Annots [ 653 0 R 654 0 R 655 0 R 656 0 R ] +/Parent 638 0 R +/Annots [ 657 0 R 658 0 R 659 0 R 660 0 R ] >> endobj -648 0 obj << +647 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -5171,183 +5213,71 @@ 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 -653 0 obj << +657 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [172.013 225.3591 186.4686 235.8337] +/Rect [172.013 404.6983 186.4686 415.1729] /Subtype /Link /A << /S /GoTo /D (figure.3.8) >> >> endobj -654 0 obj << +658 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [172.6361 207.3242 187.0916 217.9065] +/Rect [172.6361 386.6634 187.0916 397.2457] /Subtype /Link /A << /S /GoTo /D (table.3.8) >> >> endobj -655 0 obj << +659 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [465.1031 207.3242 479.5587 217.9065] +/Rect [465.1031 386.6634 479.5587 397.2457] /Subtype /Link /A << /S /GoTo /D (table.3.9) >> >> endobj -656 0 obj << +660 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [499.9291 207.3242 519.3699 217.9065] +/Rect [499.9291 386.6634 519.3699 397.2457] /Subtype /Link /A << /S /GoTo /D (table.3.10) >> >> endobj -652 0 obj << -/D [650 0 R /XYZ 74.4095 793.4011 null] ->> endobj -86 0 obj << -/D [650 0 R /XYZ 74.4095 691.5308 null] +656 0 obj << +/D [654 0 R /XYZ 74.4095 793.4011 null] >> endobj 305 0 obj << -/D [650 0 R /XYZ 258.1322 431.9683 null] ->> endobj -649 0 obj << -/Font << /F63 220 0 R /F28 173 0 R /F35 193 0 R /F26 170 0 R /F79 570 0 R >> -/XObject << /Im26 648 0 R >> -/ProcSet [ /PDF /Text /ImageC ] ->> endobj -660 0 obj << -/Length 2672 -/Filter /FlateDecode ->> -stream -xڽko{~?_}u"wm3.Zͯeɏ4p8^>I?>1ꉱOW餄<&9cLNrfLMn'B̤Z,NV<V[adDzi73N7]{W5>th<˸V*cJgfβ,7}eFMIkod?]|[+&+qf</W襠eiѹh%R 2F^"y:gBJRjIN
?Sb<pRZ'xJC;Ig!_>XTd1ĢLkp?m]UU3dt&g\</iXyrM%OwҲTW5EXj}}Dr,WS }ج1>*WuV+<5g2N"K!d -b[i&v<Y HPFA7kGM#7#(5ɠ5&;CC8uM-4ؕ
bҿcJu15Km7%l -wјO᪓.fԆ+CtR)PAZeM<&qQ#Z`-I|[Vw8Q<$[\OeKf3[ϻ-oe#e$ -#b>VߐqECn4.@hu?,ᚶtMK7BofC'LjY]0{k܉G4C? -8FSw. -\IOFTgu5t¤T>VAʌN -JJ%WfU" avn`ʰ̠d UxQЦf\Tu -)bpt[k# -OFhpZC@yaIX3+L]:YƗi}Dv)Epg6(ͧz?PL -}=/txZE'tǪfYl}:o([ -
`k[2-;y"Ѧ)98;VC.oz½cj!0Q;gS$8F?7l9d&TnY 8&op}w_qrxg0rd1_weabOV<RɵF-6"r@1a+LgSR(u>9 !>r#GaI,yD̀gT8̠3{BB/S)K=Kui< -)Ӫ6 ͫh˴'{ b^:k -endobj -659 0 obj << -/Type /Page -/Contents 660 0 R -/Resources 658 0 R -/MediaBox [0 0 595.2757 841.8898] -/Parent 640 0 R -/Annots [ 663 0 R 664 0 R ] ->> endobj -663 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [395.9489 250.4436 410.4044 261.0259] -/Subtype /Link -/A << /S /GoTo /D (figure.3.9) >> ->> endobj -664 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [296.5386 196.6619 315.9795 207.2442] -/Subtype /Link -/A << /S /GoTo /D (table.3.11) >> ->> endobj -661 0 obj << -/D [659 0 R /XYZ 74.4095 793.4011 null] +/D [654 0 R /XYZ 258.1322 567.7502 null] >> endobj 379 0 obj << -/D [659 0 R /XYZ 227.0642 689.2224 null] +/D [654 0 R /XYZ 227.0642 456.3737 null] >> endobj -662 0 obj << -/D [659 0 R /XYZ 74.4095 575.3509 null] ->> endobj -90 0 obj << -/D [659 0 R /XYZ 74.4095 312.1704 null] ->> endobj -658 0 obj << -/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R /F35 193 0 R /F79 570 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -667 0 obj << -/Length 2511 -/Filter /FlateDecode ->> -stream -x͜[s+[a,pZyÃĵ'V*~==,⨑CCVZGi}Z3?fr:Y7]ܜo@{>;?Β!o3zvwZөU>ݮUeZ>*׳oO>@<hBi|F]ȨRJpw/%IGV&gݜXbO'N~gla<Xݯ-9F -]C -oS{ݚ?WiiovIMg# -#
j|:`އ\И@c'h@}CFŌcB#Q&<d~{Y^̍>]5
kf,PnY{.HĆ8
T(Fk$N/ p߿ۮ(!Bw}"zY&]/>+ 0:dlzx͢Jb>J`isU&PBX^V/77Uic\0ڋ&3 ɡIrhpD䠘0.!%`seK82qy"!yIEhLFJ9n`oBX^\cwnh@m.7_j6k?Tm+sPt\[FSیʯuܴq'lnMQg̢! -8iZn7EbrE1xr!X^J(:6 -CqHHQN-HL:ݮ5T_^UóӨH|hHN$E~][,DKrD$>{P; ZDBr9P^CdQ YD1E,ao%<~f,־̙>naGDLGcHQcvD$$F)>CfxlhHB2R8lxk -*ku!SP2X x9{)ז6ڛa`j%4$TƯ?)A4YiiL.)&bD!W`I0Z뭱+^191(&SG1X^JxHFz]" XdWཝblDEh9naoOY4 <~ȬX/zi<ʓ4+(Z3ҘFHhQ¡Fs@zzuUW?`T{"Z1x7K߬u{jJ!)
%ǯ:MJ*@](#!LJI8^w4,KMìzhdfTdA%;6VS6u<9~BP£*,UYRN4$g*&YAA"b2X"J8̇Үj\?w?ѐ:Af:I';6iLF:r:<ah-5C8x)ך1<F/.J뽟0C< D. -endobj -666 0 obj << -/Type /Page -/Contents 667 0 R -/Resources 665 0 R -/MediaBox [0 0 595.2757 841.8898] -/Parent 640 0 R ->> endobj -668 0 obj << -/D [666 0 R /XYZ 74.4095 793.4011 null] +661 0 obj << +/D [654 0 R /XYZ 74.4095 231.52 null] >> endobj -380 0 obj << -/D [666 0 R /XYZ 195.7629 163.7542 null] +653 0 obj << +/Font << /F63 220 0 R /F28 173 0 R /F26 170 0 R /F35 193 0 R >> +/XObject << /Im26 647 0 R >> +/ProcSet [ /PDF /Text /ImageC ] >> endobj 665 0 obj << -/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -671 0 obj << -/Length 1687 +/Length 2090 /Filter /FlateDecode >> stream -x͚KsG{;BA dkЃHrӧjYڶpZwofz*`e!P*Zdv
^v)s\_ɢHSuA:Ӌ^>~)wbFLr'f[h9^/Ef5/KYG/.:#NKק|r$\"&'{fPHRrd>Yލ~e)տ(A~e_,WF
s02.ڣ+krf^jaCH_:I'[_ݍR 0
u[k1
cw=jxQH">=VB=Y_W%MYk@7t@< -;K֞2e*o=Ki
vW?<b6p9DO:*\.ZY]kʍo쟉vb-V -Eɴ`8QX@ئ!t6W-6bW__=T_ :;<eIPNC0r&kSP -n!gWJ24)M!6!avxCJ*6V"$IadPRc3HQ@<x;F!M -#l!tcf.#0vѴ7k
iRaFlF#F{!K,u$$><8:I:&rGESG˫h>[t9]GYt9c#[x!jև$gMݴ>O3mKk&l>>=/Î=u⒫jS0a%)JtF!AY+&I`aD:1v+lXbU̗Ŧ9^`ʦ)nK07Ĺ%)n|:6-
s-dۆ5Ě7:C
;<1lXuqXA1'a䤐)X$0bs0"a/Y溸\}DE5At,Rq+R$\$pڱ.`M -l -et3z(^Lw庩'p:0>\duSGmacub ǎ1UƜu¸\W -a?,j_<:Rpg8C/mnLo~iV7Mf5+śPڽYZPZޙmU;j]zIPh% R>-y~(HZxW-U6Tny%endstream +xڭXKo8Whm";݃bٝ`NX5%wbl)I!tX/DOdV3ͽɬW"^l
{E]$ŐOs9\g7YnQcՕ|!)6_g]{K>uI{fEe>V%пv7H\Zil˥C ߌgZL&HtrYφraύ9)t67ҚZe>`Te;ٲʪ]G>ʶ
!<&^ XB>~t>VLI7<3DieUdS>܁-..Qv:9ϺeY5. +pP:y(V&$Zv=^մP5vf;xhhR*mqV]\GOH
\%8`:Lk}\TV?9
r~" hPB'2R6vVaHC# +X'!W̶s@$J}ſYν{Y ,.# u"炸oКs|2msg +2\Vr³|(!Uo/$vy7 K! +,mR/`@8nvG>aU@UFpD?[b}${C/teO{2N#jFHgaTTwvJZGLn3aCԁ\>xSQG endobj -670 0 obj << -/Type /Page -/Contents 671 0 R -/Resources 669 0 R -/MediaBox [0 0 595.2757 841.8898] -/Parent 640 0 R ->> endobj -672 0 obj << -/D [670 0 R /XYZ 74.4095 793.4011 null] ->> endobj -381 0 obj << -/D [670 0 R /XYZ 191.5309 310.8025 null] ->> endobj -669 0 obj << -/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -676 0 obj << -/Length 1815 -/Filter /FlateDecode ->> -stream -xڵZێ6}W"Kߚ&-Y @.ڵ֫ƗD~}(іMym5ΙÐ_(86"QAv3 -V6i(zw<K(Haz?E)Uz"ϯ]x[sn]ƫ9~7{s#-%5q!UR*RJ#NR}%1&5QfY>$%F">}AY>9Tӊ%uUbM#"H^PށO5c`nCRmXNgQ!ш)HOFB -!e]뤬z x~SA#U)CO8XIAhX^gUYUܦuqU<cxȕƨ0xqj*ڔ#ɷ $ysy>A -t@cZ -!,,ABS)iz -hH|S:)Ȁ0_}=5SB* J`|Sj[T@ JyܜәJqHE\
Z)Ra=҂))u#QҳOc|g -endobj -675 0 obj << +664 0 obj << /Type /Page -/Contents 676 0 R -/Resources 674 0 R +/Contents 665 0 R +/Resources 663 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 678 0 R +/Parent 638 0 R +/Annots [ 667 0 R 668 0 R ] >> endobj -657 0 obj << +662 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -5458,47 +5388,121 @@ 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 -677 0 obj << -/D [675 0 R /XYZ 74.4095 793.4011 null] +667 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [395.9489 289.5456 410.4044 300.1278] +/Subtype /Link +/A << /S /GoTo /D (figure.3.9) >> +>> endobj +668 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [296.5386 235.7639 315.9795 246.3461] +/Subtype /Link +/A << /S /GoTo /D (table.3.11) >> +>> endobj +666 0 obj << +/D [664 0 R /XYZ 74.4095 793.4011 null] +>> endobj +90 0 obj << +/D [664 0 R /XYZ 74.4095 599.6248 null] >> endobj 306 0 obj << -/D [675 0 R /XYZ 270.7926 567.7502 null] +/D [664 0 R /XYZ 270.7926 339.7947 null] >> endobj -382 0 obj << -/D [675 0 R /XYZ 242.2172 343.1044 null] +663 0 obj << +/Font << /F63 220 0 R /F35 193 0 R /F26 170 0 R /F28 173 0 R /F68 548 0 R >> +/XObject << /Im27 662 0 R >> +/ProcSet [ /PDF /Text /ImageC ] >> endobj +671 0 obj << +/Length 2509 +/Filter /FlateDecode +>> +stream +x͜[s+[a,pZyÃĵ'V*~==,⨑CCVZGi}Z3?fr:Y7]ܜo@{>;?Β!o3zvwZөU>ݮUeZ>*׳oO>@<hBi|F]ȨRJpw/%IGV&gݜXbO'N~gla<Xݯ-9F +]C -oS{ݚ?WiiovIMg# +#
j|:`އ\И@c'h@}CFŌcB#Q&<d~{Y^̍>]5
kf,PnY{.HĆ8
T(Fk$N/ p߿ۮ(!Bw}"zY&]/>+ 0:dlzx͢Jb>J`isU&PBX^V/77Uic\0ڋ&3 ɡIrhpD䠘0.!%`seK82qy"!yIEhLFJ9n`oBX^\cwnh@m.7_j6k?Tm+sPt\[FSیʯuܴq'lnMQg̢! +8iZn7EbrE1xr!X^J(:6 +CqHHQN-HL:ݮ5T_^UóӨH|hHN$E~][,DKrD$>{P; ZDBr9P^CdQ YD1E,ao%<~f,־̙>naGDLGcHQcvD$$F)>CfxlhHB2R8lxk +*ku!SP2X x9{)ז6ڛa`j%4$TƯ?)A4YiiL.)&bD!W`I0Z뭱+^191(&SG1X^JxHFz]" XdWཝblDEh9naoOY4 <~ȬX/zi<ʓ4+(Z3ҘFHhQ¡Fs@zzuUW?`T{"Z1x7K߬u{jJ!)
%ǯ:MJ*@](#!LJI8^w4,KMìzhdfTdA%;6VS6u<9~BP£*,UYRN4$g*&YAA"b2X"J8̇Үj\?w?ѐ:Af:I';6iLF:r:<ah-5C8x)ך1<F/.J뽟0C< D. +endobj +670 0 obj << +/Type /Page +/Contents 671 0 R +/Resources 669 0 R +/MediaBox [0 0 595.2757 841.8898] +/Parent 638 0 R +>> endobj +672 0 obj << +/D [670 0 R /XYZ 74.4095 793.4011 null] +>> endobj +380 0 obj << +/D [670 0 R /XYZ 195.7629 163.7542 null] +>> endobj +669 0 obj << +/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +675 0 obj << +/Length 1687 +/Filter /FlateDecode +>> +stream +x͚KsG{;BA dkЃHrӧjYڶpZwofz*`e!P*Zdv
^v)s\_ɢHSuA:Ӌ^>~)wbFLr'f[h9^/Ef5/KYG/.:#NKק|r$\"&'{fPHRrd>Yލ~e)տ(A~e_,WF
s02.ڣ+krf^jaCH_:I'[_ݍR 0
u[k1
cw=jxQH">=VB=Y_W%MYk@7t@< -;K֞2e*o=Ki
vW?<b6p9DO:*\.ZY]kʍo쟉vb-V +Eɴ`8QX@ئ!t6W-6bW__=T_ :;<eIPNC0r&kSP +n!gWJ24)M!6!avxCJ*6V"$IadPRc3HQ@<x;F!M +#l!tcf.#0vѴ7k
iRaFlF#F{!K,u$$><8:I:&rGESG˫h>[t9]GYt9c#[x!jև$gMݴ>O3mKk&l>>=/Î=u⒫jS0a%)JtF!AY+&I`aD:1v+lXbU̗Ŧ9^`ʦ)nK07Ĺ%)n|:6-
s-dۆ5Ě7:C
;<1lXuqXA1'a䤐)X$0bs0"a/Y溸\}DE5At,Rq+R$\$pڱ.`M +l +et3z(^Lw庩'p:0>\duSGmacub ǎ1UƜu¸\W +a?,j_<:Rpg8C/mnLo~iV7Mf5+śPڽYZPZޙmU;j]zIPh% R>-y~(HZxW-U6
Tny&endstream +endobj 674 0 obj << -/Font << /F63 220 0 R /F28 173 0 R /F26 170 0 R >> -/XObject << /Im27 657 0 R >> -/ProcSet [ /PDF /Text /ImageC ] +/Type /Page +/Contents 675 0 R +/Resources 673 0 R +/MediaBox [0 0 595.2757 841.8898] +/Parent 677 0 R +>> endobj +676 0 obj << +/D [674 0 R /XYZ 74.4095 793.4011 null] +>> endobj +381 0 obj << +/D [674 0 R /XYZ 191.5309 310.8025 null] +>> endobj +673 0 obj << +/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R >> +/ProcSet [ /PDF /Text ] >> endobj 681 0 obj << -/Length 1903 +/Length 1940 /Filter /FlateDecode >> stream -xڭYK6QߤrKhtKӃjd9_>$ٲ-<>C-(cDBe0`,{ls,b >N̒Bk=>g[bOOeŒX*J>.8Uܱބ[WJ?wDqJ˼RɖX¨ْQXfxV<. -$ow -id&8엜*DX#2N -ko*1{cAr~s;l-#+o.-T\JK0?ۓ]甒B2XGh%k0L76zRQ<đec+SgjΙ6tݪ
.wUZRǪ+VmNޤs/E!R^r`), IQKQ$v_] -JC:cii7!p=ѡ<qMBh66'VTC^ A$DҫL3,# r Q'^QERK6[;#{JkAh %-7BU\,qWk,:F!1ziW>!c5MU: -?EsaS lxx֕;3ev}X.[$MgB(CVpVu*]y -ĩCr^qmvW[j0y>v~щmDd4l1\sQ0
Pq5($j(jD@#ͱ<-somD7>.}j[^ -}?오*_[wtA$Pl\{|>-$~ - AoO 9/^LMpdx<SY5;?՝j
Z}y1O9mhv®֮vcr"-~͌WSݑ
>-9t5gw-qnZ],Ӛ9&cbtj5{BٝhsxfΗȁxa7 5gwsNlcy%1,}3s/G_kܮqx@^ 歷']5m/nM -l_Pk$3a؞ "^n5 ҫbpp떑kԞ߹*hhַF4Y:7nj:9Dmk/[<`ıy7zR3jiXJu)Uh{pRAZgb1ɨ Hyjs$a)_&{r
fp+Ž*t1f&~T3jj4p^ިSX8*AٽtAAV\ ߎ(^9P{ Wua_FM:Wԥ]%LoߤV<|:_9 -b.F p p -jĶN?64RWhViza7Myno=7|۱J<7Yf#>=0{gD7~j!ѼDoqj:bMџJ?n4kF^pkR/#|KpV\*E%kqendstream +xڵZn8}W*wv^[9VmeHɴe 4@CQK($DR +h0,/hwM;4x!Vk\&Q%vJ'_˦)Di(\m˔ɺ +neQ_?_x}Q5j)5JgIdt'e-iJ5 +E]|L9@ 'z.]+I2K2ieC +|b*IQ:IIP[h%^
pP3'貆١E9DnKA)+r2
u1sUv՛WJcbD-1bUև@k倂G9$wיJR:Djq-a))PFe|rKJ,O=Q|=!˼.o\&}TRʷ/M,6 +QY#vAG3F$n+D)N2#q=%!Ӕ+6T)Wl
h1nvtƸAE6ce<;n{nB%_nN_&$4q~"Fe?BJaEN3"3{~B;qn#`M36 +x쌈pMagmZ'Vg ta3Έwa0eufy]E8t>3: cG=DlA%:cH%9 +k}Y̋3oWYt7͘:cr"d<; +{ +B!,ZCN:c0؟eg<;~{~BORVX̘:#(3=?O8;)lN<FXG;dPc4.!3yupG ƙ Fx/փVWOeGl^6f-OGrY!=pЯJKj4(t!$V]ڮ4P\'%Ze|HOymd;27w<Ao{Ԓm\U ؞ֻ#ePoo7 +ͷ-]hS +b[wZb,͢Rw^]xU} vqR1uoD:%O0 +]%|ÚYH5St`Ƭ +np,BSTH
x
%L]drAo
qv~ÕyYcN,Pp}j\;H/'3w{K>KkΊfʠE
Ŀrpu Z)7.z5ư qٵ+Z;y;5_o;qblzZsBd{s8`O"𑘰X]B*z="#Jendstream endobj 680 0 obj << /Type /Page /Contents 681 0 R /Resources 679 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 678 0 R -/Annots [ 683 0 R 684 0 R 685 0 R 686 0 R ] +/Parent 677 0 R >> endobj -673 0 obj << +678 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -5594,161 +5598,185 @@ 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 -683 0 obj << +682 0 obj << +/D [680 0 R /XYZ 74.4095 793.4011 null] +>> endobj +382 0 obj << +/D [680 0 R /XYZ 242.2172 588.3079 null] +>> endobj +94 0 obj << +/D [680 0 R /XYZ 74.4095 458.2749 null] +>> endobj +328 0 obj << +/D [680 0 R /XYZ 268.1431 202.6358 null] +>> endobj +679 0 obj << +/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R /F68 548 0 R >> +/XObject << /Im28 678 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> endobj +685 0 obj << +/Length 1755 +/Filter /FlateDecode +>> +stream +xYKo6QbO=mhl^䘱յ ç)"@A|!dQpq%E`@/$rUxs(Q|qDnGsr\ѢZ,)Ύ4vce=5;A1*n=]6-eP +EA^R2{^NZolPjLyf_7\˓lVGV +N;cKn"k[Ǔ[k(fݒ@eon"ZUn/W;5ʳ_ m}Eo,&Dl
>]$"Cucpy6{,pV.KrQ@x8A%*S]U8iZS*(<YENPbeQ)މ7ŋnLtLO
?'o
:YPŠě%+h%}ݜ&d<G"wJN齛cT`m1psRk1U%"ECx't@$CYՕ*|lXT/þo_Yv̓%$[-̾7NR]L-1yn;}r1m15_\QTR2kLJFq;
60MMx@%{fhV7QƁ:a@]LoAiWV"^Tu@^qFFkRr!Ι0us3Al0/( +Vu\1,p+W60eWStz.Jy_~4VNSoֲgynI
OB5<=.ꍶF¶^LwKhθxFyQuֹ L1n +L~_`%/rLk'7!jz+gٗb'R"<N@ Jǜ'3D^AcPW=j4?`T/ +qZ1R9J} +ƶ;5rkurɀFͽ1GdXL70RAtCc=RqNuZ}kq+l3/ +abd1ʼn}1Mӈ>ݔW(ghB.(9!3 y&IJHR22<`*!F\TՆXz\jľj'vURL$$EpD $IH<N{Ywޥ2?Tbendstream +endobj +684 0 obj << +/Type /Page +/Contents 685 0 R +/Resources 683 0 R +/MediaBox [0 0 595.2757 841.8898] +/Parent 677 0 R +/Annots [ 687 0 R 688 0 R 689 0 R 690 0 R ] +>> endobj +687 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [343.4641 423.2541 362.9049 433.8364] +/Rect [343.4641 738.8587 362.9049 749.441] /Subtype /Link /A << /S /GoTo /D (figure.3.10) >> >> endobj -684 0 obj << +688 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [401.4926 423.2541 420.9335 433.8364] +/Rect [401.4926 738.8587 420.9335 749.441] /Subtype /Link /A << /S /GoTo /D (table.3.12) >> >> endobj -685 0 obj << +689 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [427.562 423.2541 447.0028 433.8364] +/Rect [427.562 738.8587 447.0028 749.441] /Subtype /Link /A << /S /GoTo /D (table.3.13) >> >> endobj -686 0 obj << +690 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [469.7349 423.2541 489.1758 433.8364] +/Rect [469.7349 738.8587 489.1758 749.441] /Subtype /Link /A << /S /GoTo /D (table.3.14) >> >> endobj -682 0 obj << -/D [680 0 R /XYZ 74.4095 793.4011 null] +686 0 obj << +/D [684 0 R /XYZ 74.4095 793.4011 null] >> endobj -328 0 obj << -/D [680 0 R /XYZ 268.1431 567.7502 null] +691 0 obj << +/D [684 0 R /XYZ 74.4095 633.1 null] >> endobj -94 0 obj << -/D [680 0 R /XYZ 74.4095 530.7039 null] +692 0 obj << +/D [684 0 R /XYZ 74.4095 527.0621 null] >> endobj -687 0 obj << -/D [680 0 R /XYZ 74.4095 323.1485 null] +693 0 obj << +/D [684 0 R /XYZ 74.4095 424.808 null] >> endobj -688 0 obj << -/D [680 0 R /XYZ 74.4095 230.4029 null] +694 0 obj << +/D [684 0 R /XYZ 74.4095 336.6973 null] >> endobj -679 0 obj << -/Font << /F63 220 0 R /F28 173 0 R /F26 170 0 R /F79 570 0 R /F35 193 0 R >> -/XObject << /Im28 673 0 R >> -/ProcSet [ /PDF /Text /ImageC ] +695 0 obj << +/D [684 0 R /XYZ 74.4095 234.4432 null] >> endobj -691 0 obj << -/Length 2006 +683 0 obj << +/Font << /F63 220 0 R /F28 173 0 R /F35 193 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +698 0 obj << +/Length 2623 /Filter /FlateDecode >> stream -xZMo8Whm?af{vгۋL0AG-g%oQiʲ(7{eXXHJ!3d8؈2.=ll
~ ]zellngj`e/EoKR`<vyA|\~)rhrϷi)y9fKJZp3%FhaM{`D)o\q[pgKFqg#gew$ -dTROez "Qx[_rRJ[5tưomrb0|0(RKB. 2BAʋuY8X#DSCNi|.c#rbnb383n.xs2Q~91Mjkէ)_b낊sS|-*/ -*D`o585S%qoN}ycNKx]'{x1B)#u^FR7WSm
j꽯Mw}CUD -u[)B"$!nd!ǁGްk7T4yjF]۾K&sa.6;
r'A0YzvV;Xٝfw:Aq̳f77XYbRb -vbJb>-^zvs)O% vӄ$9<BHj$w -톽sU|,Z)^uM-9+KwUEwkxUn⋈ݟnhe*odJH2A~Q -^c^ݤ^Ӂ^O. LR!Yo7MH2#qJ=':c%DV÷g6U־6{VكrZ HՐ(oFLT^/]SWCn\k~fm\KKݽ?ʎ1τ;wՃ(ʮ!/ -l -+ΪtyIDendstream +x[[o~УT<_\!izANcqdk#/,|?jVR +=
)!L'vfg1OҐp@DHfD*4J؆"ܙ(5Q!$͏/MYm7hZUҽˌ)@>twJ#씎"Olmn8}e[,W 9L]2QLaPk0F**_e l|(
ݺ^^W" %PquʡƦׄ
gʳv p,6/S#E~(:Ɉs*}) /:TT?B0҃ktݐ沎B
C)zrDHث4DKf.]}C-PWjN<ڟ?hXXc'Fa[вzQn=6y +>cɳ +fþ$q'-$4[Rˬ>˷$Q&̘͘wabػ!DT"쨀TT <!w
ѐY|A+iHdȂaFȒ!"KaGX06we0 + 1 +`l" +Dv +-e>.ͻ'Ư1ֺO<ozEӐ^{,bѾ5{U3b[q DnQ5%>EPIq
b,+A?z=Zh]Yq9dNેwWmPv{;,t`Ȯ[VXAg_h#epwK8==}߮/+pd:֡uҪ|?h/%Qf| ]
qvk7şr|YMY؍3y( +syRyZq!nZb~֭jϐopvݲ1 (F
vxYw۟uxxz ^Ve2_ Ll˛U1;t>__O'ywA`Xc7aXuw?N%I3
:aq^j4~@p.(c&<??*=trK&1h-R~|:IAʓ{X0t endstream endobj -690 0 obj << +697 0 obj << /Type /Page -/Contents 691 0 R -/Resources 689 0 R +/Contents 698 0 R +/Resources 696 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 678 0 R +/Parent 677 0 R >> endobj -692 0 obj << -/D [690 0 R /XYZ 74.4095 793.4011 null] +699 0 obj << +/D [697 0 R /XYZ 74.4095 793.4011 null] >> endobj 383 0 obj << -/D [690 0 R /XYZ 237.0751 660.537 null] +/D [697 0 R /XYZ 237.0751 660.537 null] >> endobj -693 0 obj << -/D [690 0 R /XYZ 74.4095 622.2066 null] ->> endobj -694 0 obj << -/D [690 0 R /XYZ 74.4095 553.6361 null] +384 0 obj << +/D [697 0 R /XYZ 205.7738 371.4993 null] >> endobj -695 0 obj << -/D [690 0 R /XYZ 74.4095 450.7097 null] +700 0 obj << +/D [697 0 R /XYZ 74.4095 316.0319 null] >> endobj 696 0 obj << -/D [690 0 R /XYZ 74.4095 295.929 null] ->> endobj -689 0 obj << /Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R /F35 193 0 R >> /ProcSet [ /PDF /Text ] >> endobj -699 0 obj << -/Length 2406 +703 0 obj << +/Length 2008 /Filter /FlateDecode >> stream -x͜Mo#M:6|ص`m'pZb)j#R6>˙fQRT-"0Uoup&I -&T<m -a)ɟ$c6q.doEϯ~>aagS7gS3gOonfu7_}wߟ弁&!1M>TR{7dBq2Ɨu\ѮߟAc
&7'ރ ?L1[q-#bScb%!f[iszޤ(at&X7+/<)dlNaj} -5/=Ar5YOo{@>$?r6w^.o^{ql}|<niӜr
tq:Qd ~g<Ι׳"K"mkhm[};y_zvw6
t K0&*$ xPl
H4,>`jU#dN 8|vQab=ż[۳wɸGl;]0qĒ<#FXiC#\SG -! Aހ-W-߬7FEٸWTiJ(xy2' #:z;ܓ⊃!']0Q)H
3U -Fȼ"6pdžljB=
AMLTpusTuӔ1727M,rE6S?r]#vo|L xcBBuⳁ>/-Q|LS*>)!3H،_Cᑪ -* cEM.*d#aQŬ{^U5u)j,"a:<bTڣ*DC6xkNcUpjW_LT/
2,jbA73&#^R}qLU#d^ 8VJUu+sq7ƇqS -HUQ FsO.*]tb\S<)T!H|XG^$ࢂՁ)39EՋ\S -%Aѫ6\S*>)!3H،wOew~ {=A䢂'\1]V -ω@m )j"a<b@N2ؚ^鄘٦gףtDxyR=)/WDUDP^;?#ZA&yw]tb|L[EP.*$=aH/8L_fbդ3M)s|L#dI [9N)S9^碂5.䦈$5%7qLaQ#dn 8ܔD梂Mp%&su%)xIYIkNxGzYs>zNiCPuA.*ԝ|՝{QdRqLODq]lR -{F<.rMs|=FyB$l癝1*E>O1G}\S0K2%w^vHeNNivȺzTɉB@̧Z'hْ -EdΑ8X>ɫ߫iגrL -endstream +x͛MoFM:h3"ii6 +4AG,Z9ılOP#@P䫗r0oK + Ӕ a.:=`3xS<1Q &.A49BaLSpRspv8q(vH̝ؒԨ;(_w e%FrşE*]V?))ğCC;kd(.`.LT0ֻ>B"\Sbf!簣BvRY9)geL82w'5j"Kzܽ>*Q5ĸb +1nCF谣;cZU'լ:Ϭ>$mv&*uO&ڜ7Jv +XLsg)mIv3П`!G4REJ0 (` ;7\Sd˦@CF谥daCr&٬jOU5MW.BSГ-M$E%z51a^h}O0F:Ȫ\SQsvpw1DsQLƼY2$܇9~vzQ#MVE#V>+6n4tiIAB=Ǣ|LҾ;[6;X7!UAx\^V7prR[JzC9WeG_ΛՌgC}Q5_g,.wcw܅eDa%}̝u)M){DR` &zesUleb7?vendstream endobj -698 0 obj << +702 0 obj << /Type /Page -/Contents 699 0 R -/Resources 697 0 R +/Contents 703 0 R +/Resources 701 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 678 0 R +/Parent 677 0 R >> endobj -700 0 obj << -/D [698 0 R /XYZ 74.4095 793.4011 null] +704 0 obj << +/D [702 0 R /XYZ 74.4095 793.4011 null] >> endobj -384 0 obj << -/D [698 0 R /XYZ 205.7738 171.1763 null] +385 0 obj << +/D [702 0 R /XYZ 199.0491 244.9994 null] >> endobj -697 0 obj << +701 0 obj << /Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R >> /ProcSet [ /PDF /Text ] >> endobj -704 0 obj << -/Length 2245 +709 0 obj << +/Length 1828 /Filter /FlateDecode >> stream -xڽZ[6~_}
T"O&-33elyj4~!)
51j<:tsecY!Ve0`,_lk?t,pJx!Vk]}87J<(quW6nya,sE9.9]v;N&^+yUDqJyD*]d9gDkSҭQ2kuǟ4ۀ軋8{0kyhgvv -i3j4VL+/RP+}e9(yk͈OLubz&
Pp!&X=Ut_c2gEA2@ -v9+#s謤-##$Q}VF$:S8:F0(o7]Ƿ_7&NR_\diהzKr)Q:%&=KڄM,9.0't6|u\J&%puL4C(Z9$Jg!6zCDAsF$*g9ŏk1eG[dG=Bqv+wqCSO1.YY*c`""k84k -KtQgMs7)Iޜ
_GytsRt_s"RtK53撖!W R y=6s/=&ݪ)]tMagHV*K˯lZF̳5՚@oQJcmgXSЂWK>u^)^f&C,SXں?1b"ظ}@[\U75gwR?kē2I#y-L$SG
8i,H-3i8v:tj)~_ -H%=qiRs-@ 4tb+ -
Ho3B|b(v:[ -o˺QՒ-/lw8}:L4gB O#$a -pU7G[\ZKH՞0!
Ak
+7e9~(P[jsWj붫jm-/WhnJu$PGri14GGڭ}i;M,|m발!DM}h% 9[-a|Qf. &N^Bmih$smO!2/&gRcD: -dڥof<K7B@r:9l>E\Jo)gYɖC.i8>pT2SJ|[IZ;<]el_kYL+6 -Fʹ -mT%cXcLʙRSwKrCpM<yW(at`k}䠫m
O!h|~1A7؋ʧ,4i {|D| j3L'ۦT6lì*ٳWHXe_^Xa\@h#0|R0Ӷ*RW -7RZv?;msr3U4THxGl ҃d/J2E`'FY;--w!Y5@IQ<.-[h}=?Eΰ+6Xl>7PBozN;7qηp,
.!aa**,kob1,{X.ۣۻFpA<nHO>
})IOO)њ?$#@yj.Tֹ S-[UÂP?Ů2>Rw_ӐKtq;#80_3TX#BKv! )Z -I{3)G0% ɈQ$B 潐r|pՇp"`J8~خ>^KD,O:A!'X7c]sh0y?;+kf}Նe4$8춱ܩ:5/J~ͺyL$ kjRP1 +xXKoFW ;c= N +`ꏹVh +\4,Υkn::<K! U0.X~{yt[1~s@m0fc-\/s"
Ssɠd8i˩M/@y@]a/J,\BB6.sڠ<i_㑦-%-R/uӾj~JvfXlt}7O5=,0bmմ}nx9C[~*cDlNUWwnY7 +zEKKh"D|"y nZVe'4MB +}:1A*s&cY4!8tnڸMђ!4( קpB<<(, ` *ڢ!LpvY'uhOMwꡎX h>^:\ +!f:][9#|вc$Z&t ߳ ~;$ݨXihB~JfVyݩ,e%#2exR{_aK|xv`Ўj1"U 'b GmM;cTO"b +)8i 4!i&ǀXnl)#`!:<e6TE+N0)w,J^P=7I9#tOe6^w*o0{jsVl~bsJ)!kLIrz5))"ͣ)gJ'oAjH)|8xwӯ}XCL;klsLM'TA6ӂ& .7Xi uQ$``]1ԋmq<`Nx"tWkPbb+}AG> akF'0,;WPIZ8;˄} +=%^ǵ9H$9 +#xbKZ:{R.ca"Ġ#V#w 5"~~F endobj -703 0 obj << +708 0 obj << /Type /Page -/Contents 704 0 R -/Resources 702 0 R +/Contents 709 0 R +/Resources 707 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 678 0 R -/Annots [ 706 0 R ] +/Parent 677 0 R +/Annots [ 711 0 R ] >> endobj -701 0 obj << +705 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -5874,55 +5902,58 @@ tq($JKKnksd^X \y C쉪xɓi:wz*Wu̚Tpbsb5\t_G9=6lƌʿ!oeT txt QA@Dp@ޑjpendstream endobj -706 0 obj << +711 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [305.3531 189.397 324.7939 199.9793] +/Rect [305.3531 311.9708 324.7939 322.553] /Subtype /Link /A << /S /GoTo /D (figure.3.11) >> >> endobj -705 0 obj << -/D [703 0 R /XYZ 74.4095 793.4011 null] ->> endobj -385 0 obj << -/D [703 0 R /XYZ 199.0491 658.3383 null] +710 0 obj << +/D [708 0 R /XYZ 74.4095 793.4011 null] >> endobj 98 0 obj << -/D [703 0 R /XYZ 74.4095 623.8919 null] +/D [708 0 R /XYZ 74.4095 771.7323 null] >> endobj 102 0 obj << -/D [703 0 R /XYZ 74.4095 523.3628 null] +/D [708 0 R /XYZ 74.4095 661.451 null] >> endobj 329 0 obj << -/D [703 0 R /XYZ 289.9536 272.4116 null] +/D [708 0 R /XYZ 289.9536 399.7893 null] >> endobj -702 0 obj << -/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R /F70 552 0 R /F74 555 0 R >> -/XObject << /Im29 701 0 R >> +707 0 obj << +/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R /F71 555 0 R /F75 558 0 R /F65 561 0 R /F70 564 0 R >> +/XObject << /Im29 705 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -710 0 obj << -/Length 1807 +714 0 obj << +/Length 1764 /Filter /FlateDecode >> stream -xXYoF~#GyhZ7Hz hZ˴%ʑ8MI%;HQzsR$~"qiL₂'S{vώ`UYV'g9nԆmcvq6KSFcyz(7#lio]Lh<<WG'g"Fr歕ӺU`YLqZ0C.QzEP1%Nƒq}E6t#.$wa2zRF5]"d0&z2̦R(
6.bcVxGh̳OC\DaǢAhT5.B_sp
?R -<QL,4YV拂X\e%y-tB[>a\0̲|T3$eg[- 㛴z+gB^U@֯-9ӶUKaF{#DtCl6V91sfӸS'1Lp1g*@ -Y2(y~ftz3"< rCEW´̙jf4[_O_ -f-fKPahACɺ6@IHd;$ -PSM"Zjf$^b pӗ3#OC7< Ě7dg^1>/]-Q7YQ;o /L.6 -"݊|\glFFl6kzIMohVY)u`<p0!\ZtH,a܃0haILn -j>d2~Ў9GDK.v4|SY=>'N@o)/wtcuIRX
Mlk;7Lzܵ_JQ6go%:_S7^~ɓޘ7}"}/ɬ|1Fa-{h\endstream +xڭrF쮯}rI{h$1iif KkD9wXp)QgX, +Kܕ_3i]83oUKOwjF3_JG/:C|ZL&,ϝݥT1K2T|{ϓ{8p&B&ˑ,8~$f[y\1rւ-rV%lqGКs@e +fM8+4O+lK!R +Bԩ63 +4ZP!\ +9K3k-aۮdlKb^٦Ǻ=ٯG eXB';:-D_d_Z6:˗ͺ;PcpbȌs4Vf{7Z(* +Z6cl:mOciRDD +W!ann \y
G#hp="hF +ulu%Ca<DG!qWJ|OSߢUĞ&|Ò,lCPq_(hxggO%I~;Bzw4~n skA\!C'u/ +T?Om|j# +mMu +(}r9 +cwa%%qh'Y)m+b`0& endobj -709 0 obj << +713 0 obj << /Type /Page -/Contents 710 0 R -/Resources 708 0 R +/Contents 714 0 R +/Resources 712 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 678 0 R -/Annots [ 712 0 R ] +/Parent 720 0 R +/Annots [ 716 0 R ] >> endobj -707 0 obj << +706 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -6039,113 +6070,48 @@ 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 -712 0 obj << +716 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [411.3247 403.999 430.7655 414.5812] +/Rect [411.3247 516.0541 430.7655 526.6364] /Subtype /Link /A << /S /GoTo /D (figure.3.12) >> >> endobj -711 0 obj << -/D [709 0 R /XYZ 74.4095 793.4011 null] +715 0 obj << +/D [713 0 R /XYZ 74.4095 793.4011 null] >> endobj 330 0 obj << -/D [709 0 R /XYZ 293.9794 453.6718 null] +/D [713 0 R /XYZ 293.9794 569.5529 null] >> endobj -708 0 obj << -/Font << /F63 220 0 R /F70 552 0 R /F74 555 0 R /F65 558 0 R /F69 561 0 R /F28 173 0 R /F26 170 0 R /F88 715 0 R >> -/XObject << /Im30 707 0 R >> +712 0 obj << +/Font << /F63 220 0 R /F28 173 0 R /F71 555 0 R /F75 558 0 R /F26 170 0 R /F88 719 0 R >> +/XObject << /Im30 706 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -719 0 obj << -/Length 2823 -/Filter /FlateDecode ->> -stream -xڭZYs6~GN!dQެHJ0"9VV~ -ho7 -cOo[D3dcV>+К`Y*1ԠT9r+)xfgnazGAd<a84<(;ZΦ83l19*z@i8)EpmZ8N'Q,M"hYQ>^ \L~Y
YԎea \U~eE+sY4KvRpa@YƪqfW=NMzN08e_!hw!R7 C%v7gFfth4Sr\ QP2z#2?eO$d@l4_6aㇿf7^LSK٨d\̵!g<|,=\/컔fC -7&N8vYB^Baæ);J3c.Bec<V~'.ɕ -r -stlk*zD(}X/ZVإl<u0^hV:dV^Hý +4aHcU-{5/鴐:n@/
\%8S߷Ki"loU!\!6:17<#TiB'q&\nj^J7J 1e\#="g>)'<4X&g`ӕ&nHgZ2 -?|xGH@뒤 -ؑK:5pX/Z"D%4gZtļ\/mej -/ -ZMS?>(@urU[1:)?^;i.~\gKSOL'ʾK qz+ 7aխt(&S(e?mђW)}չN" N
LLudن),cal$|MNK͊@oF&jyS*y9 -l -JįykvE+ٮAX4C2x4i1K.@JL&>) -# -endobj -718 0 obj << -/Type /Page -/Contents 719 0 R -/Resources 717 0 R -/MediaBox [0 0 595.2757 841.8898] -/Parent 726 0 R -/Annots [ 721 0 R 722 0 R 723 0 R 724 0 R 725 0 R ] ->> endobj -721 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [182.7075 656.1271 202.1483 666.7094] -/Subtype /Link -/A << /S /GoTo /D (figure.3.12) >> ->> endobj -722 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [338.3391 510.4024 370.2252 519.1734] -/Subtype /Link -/A << /S /GoTo /D (cite.Vorlesung) >> ->> endobj -723 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [396.1444 510.4024 422.4804 518.9671] -/Subtype /Link -/A << /S /GoTo /D (cite.Tanenbaum) >> ->> endobj 724 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [248.2076 325.9103 262.6631 336.4926] -/Subtype /Link -/A << /S /GoTo /D (table.3.5) >> ->> endobj -725 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.5015 225.2515 162.9423 237.3893] -/Subtype /Link -/A << /S /GoTo /D (figure.3.13) >> ->> endobj -720 0 obj << -/D [718 0 R /XYZ 74.4095 793.4011 null] ->> endobj -106 0 obj << -/D [718 0 R /XYZ 74.4095 491.8799 null] ->> endobj -717 0 obj << -/Font << /F63 220 0 R /F28 173 0 R /F26 170 0 R /F79 570 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -729 0 obj << -/Length 1025 +/Length 2250 /Filter /FlateDecode >> stream -xڭWMFWQFYb
I/ic]kBXͯ/#ɒ,{
tF|C((.(^ Ē^
8_&7^k="/u4:[|)j -,J}!!Sq1)e)PKSW'\xz:m::m@HE\5ar#ql<W[~|7aENfKwŁ16~"]q?t(o#vK,5IfG,Gʱ:Zdcqv̶⾲ICV)8yeMoOdEUkYɶuaޕUZ̟jtjKNIӅ&x䕀kտvSqSB.!UG
4j|~^swgJ|PcyaO.1.-oAMkui6Ma ǚFCE5
-]/QU`lkpٿ:vm
endstream +xڭ]sݿBҌ طwI/'(9&)Gέ}w +쑭Xoq@~O24xUVLȱ&R)FZ,S];rXEEj21%U +2q^~m~O~"MYȯc9Xe&%9
c ee /X|鞺>+sstbu[e @Ss/2`G_%/;8\_rGR ii._֏{߮lp7.oP]+dm{aLM||wpv?aPw*.h~k;\miGZmJJvPwʘ;>F8gemYǩ}v5ئE=NpmQwc5B|A'|{*r
J!7PWH#k R̆H6[g8vUA^L6ݮ)qo/ XcJ;)?y<ټv{@Ҝ^]tNmJ003! +b u+뺋Q{F>3];WCyynO9iUȳ:.OSXp0m Г?lLuHLFÞpeo@%suJPl+ejs;O"%Â +
,@ѴO{3IENzG2*;:@NX@RKPj +\9dՊ,(a>F
с}!_kbW#_!Tz4t:H<p>p2t$Pm5c=k4_[924Xۡu6X4Z{Cܺ. +&
ӑI
9|FvU0ӸPodifjN0cA?R];&e4xÀ~^Y]1)yՓ|&%ߞ]$,ld&ϊ\ØIqCG&* +@&2wjG|O]=,S鄆?Tei5e]Tu6Dƙ4y|O{L"PQO+g*f!gME_
G/S ++Yng/0 7Z#껏5\ٻ0_KkNG9?ϢJ2f6.i`R,O5hH=]?!ˤ8w(eZ#eP{na3|
B;}_Pq ٳ;ksW\2BT>?
%e&endstream endobj -728 0 obj << +723 0 obj << /Type /Page -/Contents 729 0 R -/Resources 727 0 R +/Contents 724 0 R +/Resources 722 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 726 0 R -/Annots [ 731 0 R ] +/Parent 720 0 R +/Annots [ 726 0 R 727 0 R 728 0 R 729 0 R ] >> endobj -716 0 obj << +721 0 obj << /Type /XObject /Subtype /Image /Width 629 @@ -6265,25 +6231,93 @@ 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 -731 0 obj << +726 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [188.8177 443.6876 208.2586 454.2699] +/Rect [182.7075 756.7859 202.1483 767.3682] /Subtype /Link -/A << /S /GoTo /D (figure.3.13) >> +/A << /S /GoTo /D (figure.3.12) >> >> endobj -730 0 obj << -/D [728 0 R /XYZ 74.4095 793.4011 null] +727 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [338.3391 617.1322 370.2252 625.9032] +/Subtype /Link +/A << /S /GoTo /D (cite.Vorlesung) >> +>> endobj +728 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [396.1444 617.1322 422.4804 625.697] +/Subtype /Link +/A << /S /GoTo /D (cite.Tanenbaum) >> +>> endobj +729 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [248.2076 444.1116 262.6631 454.6938] +/Subtype /Link +/A << /S /GoTo /D (table.3.5) >> +>> endobj +725 0 obj << +/D [723 0 R /XYZ 74.4095 793.4011 null] +>> endobj +106 0 obj << +/D [723 0 R /XYZ 74.4095 600.5805 null] >> endobj 331 0 obj << -/D [728 0 R /XYZ 252.1563 567.7502 null] +/D [723 0 R /XYZ 252.1563 155.0474 null] >> endobj -727 0 obj << -/Font << /F63 220 0 R /F28 173 0 R /F65 558 0 R /F74 555 0 R /F70 552 0 R /F69 561 0 R >> -/XObject << /Im31 716 0 R >> +722 0 obj << +/Font << /F63 220 0 R /F28 173 0 R /F26 170 0 R /F68 548 0 R >> +/XObject << /Im31 721 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj +732 0 obj << +/Length 1360 +/Filter /FlateDecode +>> +stream +xڭXMFWpD3O.ǩU))^" +B[}x +XjX KX@ʄYnԣU5(ZW.#iPed8?Շp<<c+Շo%q,C=h +2kP) +pÛ0!7z9Hfp˩M-wpLPo~yzX>E,Xc1C1ܾ֠'p_anTU?ͮ^Fbk]yhRPEX +pz!pf"Ƭl:մA^%g1@[v c{WV{nE4p +qc[`9_$Os5}`0e ;k˪ܕ_1hg
8+ph0rkFl85>2?ݕx~wH/*RE4Bj슪b62%Szļ' 9B4gri&UcZ.,zhl a[1ܰM˄U^S55Ub +G=@҄?Phh-31DM#JI?t:&'(?KxDx~aP]ŴjxEzW-ڏ'chI6<$=4|ZNKá1n?;nמ\o{34\FgX +#dۋ<~Rendstream +endobj +731 0 obj << +/Type /Page +/Contents 732 0 R +/Resources 730 0 R +/MediaBox [0 0 595.2757 841.8898] +/Parent 720 0 R +/Annots [ 734 0 R 735 0 R ] +>> endobj 734 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [143.5015 756.7859 162.9423 768.9238] +/Subtype /Link +/A << /S /GoTo /D (figure.3.13) >> +>> endobj +735 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [188.8177 569.2496 208.2586 579.8318] +/Subtype /Link +/A << /S /GoTo /D (figure.3.13) >> +>> endobj +733 0 obj << +/D [731 0 R /XYZ 74.4095 793.4011 null] +>> endobj +730 0 obj << +/Font << /F63 220 0 R /F28 173 0 R /F65 561 0 R /F75 558 0 R /F71 555 0 R /F70 564 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +738 0 obj << /Length 1866 /Filter /FlateDecode >> @@ -6293,47 +6327,47 @@ xڅXmo8_h۵;l'Vz˯?R'qZhi")C|4ũ٪ Gz.Y2f[}j*cXV\#=e.;!HF+y+>/Uv>*ME6ιhZ61SƵ̚y{Ԭm_Km$z yh&ED0$gAY"d<m<6H[EH %B6ϞHlh/ZTٍo,&o=q2LxutsTj$e$uXy -ƧC3h%endstream +&C3hA%endstream endobj -733 0 obj << +737 0 obj << /Type /Page -/Contents 734 0 R -/Resources 732 0 R +/Contents 738 0 R +/Resources 736 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 726 0 R -/Annots [ 736 0 R 738 0 R ] +/Parent 720 0 R +/Annots [ 740 0 R 742 0 R ] >> endobj -736 0 obj << +740 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [368.9368 348.4399 383.3923 359.0222] /Subtype /Link /A << /S /GoTo /D (table.4.1) >> >> endobj -738 0 obj << +742 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [125.5849 153.5425 140.0405 164.1248] /Subtype /Link /A << /S /GoTo /D (figure.4.1) >> >> endobj -735 0 obj << -/D [733 0 R /XYZ 74.4095 793.4011 null] +739 0 obj << +/D [737 0 R /XYZ 74.4095 793.4011 null] >> endobj 110 0 obj << -/D [733 0 R /XYZ 74.4095 771.7323 null] +/D [737 0 R /XYZ 74.4095 771.7323 null] >> endobj 114 0 obj << -/D [733 0 R /XYZ 74.4095 315.2478 null] +/D [737 0 R /XYZ 74.4095 315.2478 null] >> endobj -737 0 obj << -/D [733 0 R /XYZ 74.4095 179.689 null] +741 0 obj << +/D [737 0 R /XYZ 74.4095 179.689 null] >> endobj -732 0 obj << +736 0 obj << /Font << /F26 170 0 R /F28 173 0 R /F63 220 0 R >> /ProcSet [ /PDF /Text ] >> endobj -742 0 obj << +746 0 obj << /Length 1970 /Filter /FlateDecode >> @@ -6346,127 +6380,122 @@ xڭYMs6W(̈́( Luk76=bHWԿ OO<(H0 s}5bgњY'c)Ǚ;-n}y9_Na>80?=+u4$0ϋXke
ߗESGBB9+we TM5#s苍gusyAp~BiB?ӫK%P$Ĥs
Y/]x^uT\"xGAQV,sNP:G@Q&
|[~+Z~l\|GC+6K /r&4G1Sgܞ1
1T˽>[Pԛ} OFi#T44_T:ɠ[vkvDܞH*nlO_y%yv(b!39trp/\L3hXR%% m9_*Iˈ(G뇏BJ<AyT$0ZD%4Y\ɝwͫ0SeH of8ޙ?wuVn=w嫠OT"v.{!eQ;Eڑ}qDKAG=ςGu M 믱dD=YWųo+k{询YFζ?92pv7</>~WӦA-~mZW랢-`x'R6Bi6xθ$)ILI}i^o.W h 3̩%P,S -o:1o1Znk<k j9KJ=gˁ6_z$
3&u/Rhg/B/:N"zagm!XƥEބfT><I
*WpU)o_)v~uvtAk+XxQxZ`)kE< uyZw?PV<䟋Uܱ#UAã@w[4 +o:1o1Znk<k j9KJ=gˁ6_z$
3&u/Rhg/B/:N"zagm!XƥEބfT><I
*WpU)o_)v~uvtAk+XxQxZ`)kE< uyZw?PV<䟋Uܱ#UAã@w[4 endobj -741 0 obj << +745 0 obj << /Type /Page -/Contents 742 0 R -/Resources 740 0 R +/Contents 746 0 R +/Resources 744 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 726 0 R +/Parent 720 0 R >> endobj -739 0 obj << +743 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 744 0 R +/PTEX.InfoDict 748 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 267.00000000 265.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 745 0 R ->>/Font << /R8 746 0 R >> +/R7 749 0 R +>>/Font << /R8 750 0 R >> >> -/Length 747 0 R +/Length 751 0 R /Filter /FlateDecode >> stream xUn0+xlsH9IACѠz)rp\*Qa@3-IP2$q7D?qq\Е-gJp endobj -744 0 obj +748 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080813231059Z00'00') -/ModDate (D:20080813231059Z00'00') +/CreationDate (D:20080814002409Z00'00') +/ModDate (D:20080814002409Z00'00') >> endobj -745 0 obj +749 0 obj << /Type /ExtGState /OPM 1 >> endobj -746 0 obj +750 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -747 0 obj +751 0 obj 540 endobj -743 0 obj << -/D [741 0 R /XYZ 74.4095 793.4011 null] +747 0 obj << +/D [745 0 R /XYZ 74.4095 793.4011 null] >> endobj 386 0 obj << -/D [741 0 R /XYZ 288.8373 559.4163 null] +/D [745 0 R /XYZ 288.8373 559.4163 null] >> endobj 332 0 obj << -/D [741 0 R /XYZ 296.9921 220.1071 null] +/D [745 0 R /XYZ 296.9921 220.1071 null] >> endobj -740 0 obj << +744 0 obj << /Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R >> -/XObject << /Im32 739 0 R >> +/XObject << /Im32 743 0 R >> /ProcSet [ /PDF /Text ] >> endobj -750 0 obj << +754 0 obj << /Length 2564 /Filter /FlateDecode >> stream -xZm۸_/@̊(`k.&ݦ@ [Y[^HroCʴ$SCӢ!3/4Y8,%48D
Vv鄗'Y$g7g"L(Oެ1]<-"1[,U_vzbXmɋVeI"c'=TRdU4FN8i,zͨyU_1_v<>/x4U׳eP]ќF4#w -`ԡ -7=1cQI;9Se%պӂ ߔÈBX<,EjW7c`1YXmYnvbaF,Y;K͖WQ -)$"[V&ݶHS/*;I5PqRwl<TNu^VOV֮GWAw[!`Z,-Eb5$U+mk]GKѬFK]u=
W -LFrnk*js -]QL1ܫ?op4{yd!c4a2WrcuSޜ!mQW14DAVf-k)d8~h+ -|zW4Xbsw8vwwQ2giKKw!Yswަz',͢^vkw1gK+8$/1v<=K~(iͤ8lB~f7_O4q"/mk~FIkvU#RMr,_x.0`R F۫ҳ+*̢ zFG-0WZ7 -1ȸmhFZ[<[z]*J;zVp|&q=}pv>cx4'=_ʄT3Y ccxi1 -,0DuBCÊdIt,VƋ~O+8L7a,vu8W,xЗ -p؉MqD8sx8C% " RL8/"؉MB=G@ ;,NĔzR!$!}߃R$SIubPOQ/룞EApBN'bɉMB=GڹGָ'ȗ -ӉMDs -vl=vg5f!@FLf;R!$_!_}|
.HyZr8O*D$0z"z@)7VSIubPOQ/]}YNŗn<hK*ɔ{R!8IPO^gn<AD2x-_*`NlzAzq띡Og_<05(oW@Q L"IDR!C9ICPO^0*VaC̴Wo:7,4TJi 7sqOK3%i&Rצ,3a^uo\>#Ee|՝X\6d&$QƌԴgIp}Lbk`_5REg+d!HTynʦTё5_*#iޫ1zU5|V!c2n3Wv{ -T< "]e[vH$_ -*g -;F,O^řAy.{_FC3a-"&RcIS]Sc -4h<(ʼn#ғXiR.zuMȸP|y) -bW'KUppK'-%w$˹s*uz{{,\U)f<N\b1(Wn]P -S?@ww)nN
cGtT^ e\
1acIw]5#M5_wԷQ1~QSw8TfӔ]ߎ݇g&bW{e1MK-µ)O=ᑊ>J$ݒH/~@7+)endstream -endobj -749 0 obj << +xZ[۸~ϯK6El44<fledy 9H$SEӢC~߹[PID"E h0;<eVv'EJ87<KEoXV5OeDVkITUWk&jOO^tS1XIzJvIk;M"lAH,?UrbtgPetiFi0fo++UT)I*`_&%,J8UN(KUe$xbW:4S`i[}Qnv|aen,YRR +mv6zzMQXJ`A}?y{MH?Rm}nE7T&Թj|< +N$sov<5g\)[Rc<p*QOpH؆Hm\l!@C{-|A +ezp*$L8oڔKPsi]K+V܋"~)r/"MW@YernSf.U`&T GN*7DwFanVHjx(rnSG-\w)kP{i +LZr糮kks +Ug$ܫ?ofp4{ΐXI|)koΘʨ+AKe:``Nhs>\WZ
ϕ l̛f*g1po9Z}@(鳴5Kwqh,GP+ιVG1IR:HpڹηS00)oR +>K̄r"%gE mPϠtFc:HzڮQșkv +1;ȸm̸:xT)ݕv-͡#=˛}pv>ah2'=_JH&!ccxi +d%$0DuBcÊ qEYlTkB0=o)^0/uQ& ,sK88vP9<C^ڡwu`hpgԗ +f Q/'.*b>砞T?'6_oz?{Spgb9=NljO>Y:nn>d 7ŜzR!,K!Ԟ!|}v=d4DTNl jGu3Oy8S[ZӐeF3Krb|P{Q3\ "<pT@'6K`'pz@7sIubP{vQxޡyyxZbI%}O*d'6kjo!Ɠ1 Y D7Bz{8;|C>\v0ӃI1" 3_*d('6kjo!C"6TMJOkM3L熂傆 +Y י +2#vhv%Yàz/?DXrj_˥B.+3ͨw7FZ9o(zWN ~n/;
u FT`Fᡀ/'$즒H0>슍=lEoZq, &){NYTWt2V|G9W>I"nWo*EEqt^26X%i2{LŁFP +^{4rkBy9cq^{Tzhy?jROqMUqZ4er6Ei2pm=ըЙW-Xȴi^*LOLs>۩$W
]L9tw!6s\A0()y-◁_5!endstream +endobj +753 0 obj << /Type /Page -/Contents 750 0 R -/Resources 748 0 R +/Contents 754 0 R +/Resources 752 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 726 0 R -/Annots [ 752 0 R 753 0 R ] +/Parent 720 0 R +/Annots [ 756 0 R 757 0 R ] >> endobj -752 0 obj << +756 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [246.1558 640.711 260.6113 651.2932] /Subtype /Link /A << /S /GoTo /D (table.4.2) >> >> endobj -753 0 obj << +757 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [175.399 622.7837 189.8546 633.366] /Subtype /Link /A << /S /GoTo /D (table.2.2) >> >> endobj -751 0 obj << -/D [749 0 R /XYZ 74.4095 793.4011 null] +755 0 obj << +/D [753 0 R /XYZ 74.4095 793.4011 null] >> endobj -748 0 obj << +752 0 obj << /Font << /F63 220 0 R /F28 173 0 R /F35 193 0 R >> /ProcSet [ /PDF /Text ] >> endobj -756 0 obj << +760 0 obj << /Length 3177 /Filter /FlateDecode >> @@ -6486,37 +6515,37 @@ dCucMR!EVg=1W*74|@h ؒ6a`ugi혡;7Tu&e _W"#{>fа+LicG>8(TM)FLrG Vé)rDbVҍ dΫ~ -u?(p1jP⚶Z릛"\utH9*Sja>%`x^ӝhK"q\:ot~#~{}ӏڽ8Taa +u?(p1jP⚶Z릛"\utH9*Sja>%`x^ӝhK"q\:ot~#~{}ӏڽ8Taa endobj -755 0 obj << +759 0 obj << /Type /Page -/Contents 756 0 R -/Resources 754 0 R +/Contents 760 0 R +/Resources 758 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 726 0 R -/Annots [ 759 0 R ] +/Parent 764 0 R +/Annots [ 763 0 R ] >> endobj -759 0 obj << +763 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [208.0609 153.5425 222.5164 164.1248] /Subtype /Link /A << /S /GoTo /D (figure.4.2) >> >> endobj -757 0 obj << -/D [755 0 R /XYZ 74.4095 793.4011 null] +761 0 obj << +/D [759 0 R /XYZ 74.4095 793.4011 null] >> endobj 387 0 obj << -/D [755 0 R /XYZ 232.5292 645.8849 null] +/D [759 0 R /XYZ 232.5292 645.8849 null] >> endobj -758 0 obj << -/D [755 0 R /XYZ 74.4095 197.874 null] +762 0 obj << +/D [759 0 R /XYZ 74.4095 197.874 null] >> endobj -754 0 obj << +758 0 obj << /Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R >> /ProcSet [ /PDF /Text ] >> endobj -763 0 obj << +768 0 obj << /Length 2220 /Filter /FlateDecode >> @@ -6533,32 +6562,32 @@ xڝYs6_f""{M5g_n>PL1HW;(~n:/(T/L*a 8gp]|UXK5Y;шTrp0^~#J!Yn]cݩ%P5B8${{y!uh%F|fx$^}. @ yC: % )/K: LJ<xw__QE.&ifDpS[/- ;6GB64b"Y-?3:t\~ -=a5اi(z96Ӿk<C#asVef"gM#?Mympm endstream +=a5اi(z96Ӿk<C#asVef"gM#?Mymp!endstream endobj -762 0 obj << +767 0 obj << /Type /Page -/Contents 763 0 R -/Resources 761 0 R +/Contents 768 0 R +/Resources 766 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 768 0 R -/Annots [ 765 0 R 766 0 R 767 0 R ] +/Parent 764 0 R +/Annots [ 770 0 R 771 0 R 772 0 R ] >> endobj -760 0 obj << +765 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 769 0 R +/PTEX.InfoDict 773 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 395.00000000 240.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 770 0 R ->>/Font << /R8 771 0 R /R9 772 0 R >> +/R7 774 0 R +>>/Font << /R8 775 0 R /R9 776 0 R >> >> -/Length 773 0 R +/Length 777 0 R /Filter /FlateDecode >> stream @@ -6568,72 +6597,72 @@ Y2 ^kJ0GIFodN/9FIXm[Ov/WUq$0Z l =+2Nf cC;#ta*\*{q=&bj7y=vh;fzu|`Z3ۙj8Zqrֶnf6[xf^ޭYiLLM+7zF0.9Ps@2.ty4's&i~-+F3l|g<=h́c-#tzce+162,l97&;lih>/a). y%'4MXS0]yi9endstream endobj -769 0 obj +773 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080813231059Z00'00') -/ModDate (D:20080813231059Z00'00') +/CreationDate (D:20080814002408Z00'00') +/ModDate (D:20080814002408Z00'00') >> endobj -770 0 obj +774 0 obj << /Type /ExtGState /OPM 1 >> endobj -771 0 obj +775 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -772 0 obj +776 0 obj << /BaseFont /Helvetica-Oblique /Type /Font /Subtype /Type1 >> endobj -773 0 obj +777 0 obj 754 endobj -765 0 obj << +770 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [233.1997 685.1846 259.3474 695.453] /Subtype /Link /A << /S /GoTo /D (cite.Swing) >> >> endobj -766 0 obj << +771 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [179.683 320.9124 199.1238 331.4947] /Subtype /Link /A << /S /GoTo /D (figure.2.14) >> >> endobj -767 0 obj << +772 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [460.9394 320.9124 480.3802 331.4947] /Subtype /Link /A << /S /GoTo /D (figure.2.13) >> >> endobj -764 0 obj << -/D [762 0 R /XYZ 74.4095 793.4011 null] +769 0 obj << +/D [767 0 R /XYZ 74.4095 793.4011 null] >> endobj 333 0 obj << -/D [762 0 R /XYZ 282.3592 443.6981 null] +/D [767 0 R /XYZ 282.3592 443.6981 null] >> endobj 118 0 obj << -/D [762 0 R /XYZ 74.4095 231.7102 null] +/D [767 0 R /XYZ 74.4095 231.7102 null] >> endobj -761 0 obj << +766 0 obj << /Font << /F63 220 0 R /F28 173 0 R /F26 170 0 R >> -/XObject << /Im33 760 0 R >> +/XObject << /Im33 765 0 R >> /ProcSet [ /PDF /Text ] >> endobj -778 0 obj << +782 0 obj << /Length 1751 /Filter /FlateDecode >> @@ -6648,32 +6677,33 @@ h~FDv.zB
by7@% 3χ[v|&+߃bv*1v |oVx""j[+Juv Q!jena~MazG^:o|4n9El`F*;('"q[jڛ'-J{1N.k*tk)BLߕ@>MR"ˎj'sɤ@@GcIڢun" -RMXf8B/AW0ruJ_l|~.qk<sqm6~ -wM@|U7U~?
=OF{>:g3Dtr|6w{t0,3ZYYM5NݿOtDd?+ sBφ|;ޏޏޏxPޏޏФ{ 8uU5րic.'GZO=}[2K]_,HE endstream +wM@|U7U~?
=OF{>:g3Dtr|6w{t0,3ZYYM5NݿOtDd?+ sBφ|;ޏޏޏxPޏޏФ{ 8uU5րic.'GZO=}[2K]_,HE +endstream endobj -777 0 obj << +781 0 obj << /Type /Page -/Contents 778 0 R -/Resources 776 0 R +/Contents 782 0 R +/Resources 780 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 768 0 R -/Annots [ 780 0 R ] +/Parent 764 0 R +/Annots [ 784 0 R ] >> endobj -775 0 obj << +779 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 783 0 R +/PTEX.InfoDict 787 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 784 0 R ->>/Font << /R8 785 0 R /R9 786 0 R >> +/R7 788 0 R +>>/Font << /R8 789 0 R /R9 790 0 R >> >> -/Length 787 0 R +/Length 791 0 R /Filter /FlateDecode >> stream @@ -6686,61 +6716,61 @@ iH86HU ZpR*ӷo;>ݻwP/qd߫/./Qh(F =Whz|?,@dˋj4Bpis2i0*|,J'K5*!k2J~pkCY.X0l,<JFT1L%^4ΐ3۠/6@#srM*cC&Mwg9ͻIRui@q"Q
&z(4U,3cd?+<WHna}%jjpe_Ds6{RfJ4y{JH|%؛)HD\$ .(tʈ]ei$AߴC](TvBJ=\~y͠}6EweBp#TwH&Jj4r5֎3L_endstream endobj -783 0 obj +787 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080813231100Z00'00') -/ModDate (D:20080813231100Z00'00') +/CreationDate (D:20080814002410Z00'00') +/ModDate (D:20080814002410Z00'00') >> endobj -784 0 obj +788 0 obj << /Type /ExtGState /OPM 1 >> endobj -785 0 obj +789 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -786 0 obj +790 0 obj << /BaseFont /Helvetica-Oblique /Type /Font /Subtype /Type1 >> endobj -787 0 obj +791 0 obj 1207 endobj -780 0 obj << +784 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [219.8054 277.4352 234.2609 288.0174] /Subtype /Link /A << /S /GoTo /D (figure.4.3) >> >> endobj -779 0 obj << -/D [777 0 R /XYZ 74.4095 793.4011 null] +783 0 obj << +/D [781 0 R /XYZ 74.4095 793.4011 null] >> endobj 334 0 obj << -/D [777 0 R /XYZ 290.821 346.8729 null] +/D [781 0 R /XYZ 290.821 346.8729 null] >> endobj -781 0 obj << -/D [777 0 R /XYZ 74.4095 275.2894 null] +785 0 obj << +/D [781 0 R /XYZ 74.4095 275.2894 null] >> endobj -782 0 obj << -/D [777 0 R /XYZ 74.4095 162.3174 null] +786 0 obj << +/D [781 0 R /XYZ 74.4095 162.3174 null] >> endobj -776 0 obj << +780 0 obj << /Font << /F63 220 0 R /F28 173 0 R /F35 193 0 R >> -/XObject << /Im34 775 0 R >> +/XObject << /Im34 779 0 R >> /ProcSet [ /PDF /Text ] >> endobj -790 0 obj << +794 0 obj << /Length 2806 /Filter /FlateDecode >> @@ -6759,64 +6789,64 @@ hf@fڀx@vxc\73ry>!L _!LlDAM!͗\dL7 Dᇩy;̿4x/)!$^]q=TvC.BӘqafiؐњc3&!=3(pu/?`ҎW;5tKPnlK<<KY.\J-dlG_ IiKĢ+x 8`bU5!>7 xU7[cV~xs/2`&+rI\+TY^R{*Ԝr2h]xs2|
L> --XUey_%endstream +-XUe2%endstream endobj -789 0 obj << +793 0 obj << /Type /Page -/Contents 790 0 R -/Resources 788 0 R +/Contents 794 0 R +/Resources 792 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 768 0 R -/Annots [ 793 0 R ] +/Parent 764 0 R +/Annots [ 797 0 R ] >> endobj -793 0 obj << +797 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [420.2475 422.3523 434.7031 432.7283] /Subtype /Link /A << /S /GoTo /D (figure.4.3) >> >> endobj -791 0 obj << -/D [789 0 R /XYZ 74.4095 793.4011 null] +795 0 obj << +/D [793 0 R /XYZ 74.4095 793.4011 null] >> endobj -792 0 obj << -/D [789 0 R /XYZ 74.4095 466.7283 null] +796 0 obj << +/D [793 0 R /XYZ 74.4095 466.7283 null] >> endobj -788 0 obj << +792 0 obj << /Font << /F63 220 0 R /F35 193 0 R /F28 173 0 R >> /ProcSet [ /PDF /Text ] >> endobj -796 0 obj << +800 0 obj << /Length 2338 /Filter /FlateDecode >> stream -xڭY[w~УԳBqɓu9@I5E9$m;(M -+Z\F !} Nn - ,dnY=Si2|Pq\U'Q8/gތ``R+d)]#؋8Mdb+Ԅ+S T8M`UQ|"I{liXmPZDL"KPK&8Op<=-OrHKx~Jא"4e?k}C;eɠktݧmҴg*LkXէUkXukU/NcՀkT*|(q@4C}XC>shpƑlg=.ux^uցs,Q/VEK!mvi -Ň!Ȥ&ױ"۾.#Ħ⑊6K绬Th9g ayT;u -LǶ[\<1ٯrITk1NR5)$#Px}ݑvtDBv
"0n]~a
?_*L'#߸p3Ff3 %L.h#jOe{Ho}WѹdEM1eek sMڒL^zir}^E_pkI<>'b$Aϩcs9CxgH3GD~a,r錄6!T_NU'iFMɰͪ˗cfo RǿJsMgi
5sk"+P|8ةP.!MQ9wnWz|ŮEEh^,ؐQ0 -63WS)`\321ȯ"
Q<:B;`"V+\On%f8=d&a;%ZGXGxqe٥):ӥ4Vx -?s/ endstream +xڭY[w~УԳBq%:9@I05E9"m;(0$f,LskfU!lv}~CfIgw3Fӡwub)lbi8=UntR.?߽Y$d_ +)ōeiJ/[א|X(>w 4e!`氉W7frmiH?aO)~|qx۱RT*%\t{ݝno~]H38K}sUXgJ K 19Z2
2"s)ˤЗF\\$zZH>5i_nhT{nmKnVkp&&*f"htд4hۃ+W-\Y?:5NBet<8mC#-u"{'su~0|ڒk&1زGuɖU[^z[my.bOL4 +5jb4߀ŋl6
TMz|/]d-xK2+͑ +Ň!Ȥ[&Dm; HEemb~W*E??d'Q3m,L3NoIj
dz"$QyTIAHNl%i@eerD.DtGZD_E= +u6mtjT/Ƈ10(ąGAQ_}v-
?BzB%knJ,P[D[,mNuf˶S]}G/rl\OQ9<=git8ti! +} ++ 3@qv'L( wYK7X첌qRIZ^B$OqƜ
endstream endobj -795 0 obj << +799 0 obj << /Type /Page -/Contents 796 0 R -/Resources 794 0 R +/Contents 800 0 R +/Resources 798 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 768 0 R +/Parent 764 0 R >> endobj -797 0 obj << -/D [795 0 R /XYZ 74.4095 793.4011 null] +801 0 obj << +/D [799 0 R /XYZ 74.4095 793.4011 null] >> endobj -798 0 obj << -/D [795 0 R /XYZ 74.4095 368.6742 null] +802 0 obj << +/D [799 0 R /XYZ 74.4095 368.6742 null] >> endobj -794 0 obj << -/Font << /F63 220 0 R /F28 173 0 R /F35 193 0 R /F26 170 0 R /F88 715 0 R >> +798 0 obj << +/Font << /F63 220 0 R /F28 173 0 R /F35 193 0 R /F26 170 0 R /F88 719 0 R >> /ProcSet [ /PDF /Text ] >> endobj -801 0 obj << +805 0 obj << /Length 1306 /Filter /FlateDecode >> @@ -6825,24 +6855,23 @@ xڵWms6_}|K]e5C-%O."خ:v9_(x JQ:9(ID e;D`*]/0|q }InA;p쵖C#)k8iU|˦rAn A(^# BBEB)|L@m,5ni.go^ 1A+LN@p"6.T)
/01g>'<"_v
mwI~ev? -<ܔmT`>0`12 uX#DgƐ_d[VdK+c#]BY, -endstream +<ܔmT`>0`12 uX#DgƐ_d[VdK+c#]BY, endobj -800 0 obj << +804 0 obj << /Type /Page -/Contents 801 0 R -/Resources 799 0 R +/Contents 805 0 R +/Resources 803 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 768 0 R +/Parent 764 0 R >> endobj -802 0 obj << -/D [800 0 R /XYZ 74.4095 793.4011 null] +806 0 obj << +/D [804 0 R /XYZ 74.4095 793.4011 null] >> endobj -799 0 obj << -/Font << /F63 220 0 R /F88 715 0 R /F28 173 0 R >> +803 0 obj << +/Font << /F63 220 0 R /F88 719 0 R /F28 173 0 R >> /ProcSet [ /PDF /Text ] >> endobj -807 0 obj << +811 0 obj << /Length 2539 /Filter /FlateDecode >> @@ -6854,104 +6883,104 @@ xڭYs6_3+~fAeZi+i9V+vLL bWb**% h"m3Vẍ6 mC^\y<ƕP>#WA[SCe2/#Z
.WWEsGNPJzk% ƥ7fKCJi+)D"3r kxG9{-|-o
sȫ?U;, ,е%RW.hZktl*9U# -*LTGƶR0ܣZ
Ԇ:&8-HTQ("ph5jhi~NU +*LTGƶR0ܣZ
Ԇ:&8-HTQ("ph5jhi~NU endobj -806 0 obj << +810 0 obj << /Type /Page -/Contents 807 0 R -/Resources 805 0 R +/Contents 811 0 R +/Resources 809 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 768 0 R -/Annots [ 809 0 R 810 0 R 811 0 R 812 0 R ] +/Parent 817 0 R +/Annots [ 813 0 R 814 0 R 815 0 R 816 0 R ] >> endobj -803 0 obj << +807 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 813 0 R +/PTEX.InfoDict 818 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 814 0 R ->>/Font << /R8 815 0 R >> +/R7 819 0 R +>>/Font << /R8 820 0 R >> >> -/Length 816 0 R +/Length 821 0 R /Filter /FlateDecode >> stream xO0+zTWڵMp!a"smlڱb 45FGe-!qm k,?Lp!SȾ͂>rED$*"]Rq<ܕURkyjge[:\(v<<veྠ͍ -!S;Uk endobj -813 0 obj +818 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080813231100Z00'00') -/ModDate (D:20080813231100Z00'00') +/CreationDate (D:20080814002410Z00'00') +/ModDate (D:20080814002410Z00'00') >> endobj -814 0 obj +819 0 obj << /Type /ExtGState /OPM 1 >> endobj -815 0 obj +820 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -816 0 obj +821 0 obj 417 endobj -809 0 obj << +813 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [213.5029 720.8502 227.9585 731.4325] /Subtype /Link /A << /S /GoTo /D (figure.4.4) >> >> endobj -810 0 obj << +814 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [126.1158 490.6786 140.5714 501.2609] /Subtype /Link /A << /S /GoTo /D (figure.4.5) >> >> endobj -811 0 obj << +815 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [413.7311 244.9899 440.1388 253.761] /Subtype /Link /A << /S /GoTo /D (cite.Algorithms) >> >> endobj -812 0 obj << +816 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [448.6037 244.9899 476.5177 253.761] /Subtype /Link /A << /S /GoTo /D (cite.AlgorithmsC) >> >> endobj -808 0 obj << -/D [806 0 R /XYZ 74.4095 793.4011 null] +812 0 obj << +/D [810 0 R /XYZ 74.4095 793.4011 null] >> endobj 122 0 obj << -/D [806 0 R /XYZ 74.4095 771.7323 null] +/D [810 0 R /XYZ 74.4095 771.7323 null] >> endobj 335 0 obj << -/D [806 0 R /XYZ 288.6243 539.3332 null] +/D [810 0 R /XYZ 288.6243 539.3332 null] >> endobj -805 0 obj << +809 0 obj << /Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R >> -/XObject << /Im35 803 0 R >> +/XObject << /Im35 807 0 R >> /ProcSet [ /PDF /Text ] >> endobj -822 0 obj << +827 0 obj << /Length 2100 /Filter /FlateDecode >> @@ -6961,32 +6990,32 @@ X4sƙu֨_Vꗫ/'ɜ ] })[G6Ke7F'Jɣcewl;coseU YC'' m3)"ʦ!Btp(3#s!dᜲ ~k"S.wCW*m uBx:$ϋQ`Aa/`tCkIͲ[˧
0&C4+_G*Q;Ofla(TV<OiI$qa+bc}Rcq Ü2O e.)RפAIR\2KdLz)_[#]`;i;P2I],sIu$EǪ -*Xr-_;Xq/"=s`
Hc8W% )@f6[Knek.^cFշҲܨ\84p6F)`1WV,@Eqe`>b]`J#<hJŦ\& n[E2D=^<0r!J`Q2"|LG{sAu|3҄sF# +*Xr-_;Xq/"=s`
Hc8W% )@f6[Knek.^cFշҲܨ\84p6F)`1WV,@Eqe`>b]`J#<hJŦ\& n[E2D=^<0r!J`Q2"|LG{sAu|3҄sF# endobj -821 0 obj << +826 0 obj << /Type /Page -/Contents 822 0 R -/Resources 820 0 R +/Contents 827 0 R +/Resources 825 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 826 0 R -/Annots [ 824 0 R 825 0 R ] +/Parent 817 0 R +/Annots [ 829 0 R 830 0 R ] >> endobj -804 0 obj << +808 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 827 0 R +/PTEX.InfoDict 831 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 419.00000000 354.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 828 0 R ->>/Font << /R8 829 0 R /R9 830 0 R >> +/R7 832 0 R +>>/Font << /R8 833 0 R /R9 834 0 R >> >> -/Length 831 0 R +/Length 835 0 R /Filter /FlateDecode >> stream @@ -6995,62 +7024,62 @@ xVKo@WāDطmn !RD\(7!$`;E뙙]NRD7;<~1>W˛-D0 '
Sob2 vCn]ż}˧揕!zLG\ dA}\-ՠ4QRcW_G9Ü?CO'ȟC18y]ş˦6wEE.,Ou脁D0OR+iEIpNɘC?<B1eT`9LL\EY8a
}_O:6:яujOE%>L58ii;GԊ|wsΚ3Rƌl Qa?`xE_\靌ؙh1Q}T1.;Sfr3^*|zњ
wRX\!qZ)# vqb))g2WWЩ$Xj4!j4wj_,1;P,.zpKw-5vA{]qTEZPyػBȩe-nar.ʊsިg@OzYT˿]U endobj -827 0 obj +831 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080813231059Z00'00') -/ModDate (D:20080813231059Z00'00') +/CreationDate (D:20080814002409Z00'00') +/ModDate (D:20080814002409Z00'00') >> endobj -828 0 obj +832 0 obj << /Type /ExtGState /OPM 1 >> endobj -829 0 obj +833 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -830 0 obj +834 0 obj << /BaseFont /Helvetica-Oblique /Type /Font /Subtype /Type1 >> endobj -831 0 obj +835 0 obj 1031 endobj -824 0 obj << +829 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [419.5946 451.0827 434.0502 461.6649] /Subtype /Link /A << /S /GoTo /D (table.2.2) >> >> endobj -825 0 obj << +830 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [464.8944 415.2282 479.3499 425.8105] /Subtype /Link /A << /S /GoTo /D (figure.4.6) >> >> endobj -823 0 obj << -/D [821 0 R /XYZ 74.4095 793.4011 null] +828 0 obj << +/D [826 0 R /XYZ 74.4095 793.4011 null] >> endobj 336 0 obj << -/D [821 0 R /XYZ 298.272 522.2791 null] +/D [826 0 R /XYZ 298.272 522.2791 null] >> endobj -820 0 obj << +825 0 obj << /Font << /F63 220 0 R /F28 173 0 R >> -/XObject << /Im36 804 0 R >> +/XObject << /Im36 808 0 R >> /ProcSet [ /PDF /Text ] >> endobj -834 0 obj << +838 0 obj << /Length 2328 /Filter /FlateDecode >> @@ -7067,31 +7096,31 @@ xڥYm۶~B[{|q'wufR$(TozX"%^l8]>WD1ųh p8#<NbBz8 oT3I,aByF/ ܊P_ؠUTqe> x}3(LǮIcUv5*SBкlZlK&yEX=C_b͞rg\Cgo6 :!^>%"-W ~%iݎ
IN$n6[XPR*XN<,Z`Hbd"+9nO0Hc*}Ps Wq{m >룏FN;2b){}XBrph'(ɗAeϩ?3i1G%old!}]` -5$4}#'gtlK(@/Ã:Qn5*SuJya)=p=zz dF[G<[CwY҅ +5$4}#'gtlK(@/Ã:Qn5*SuJya)=p=zz dF[G<[CwY҅ endobj -833 0 obj << +837 0 obj << /Type /Page -/Contents 834 0 R -/Resources 832 0 R +/Contents 838 0 R +/Resources 836 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 826 0 R +/Parent 817 0 R >> endobj -819 0 obj << +824 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (/usr/home/buetow/svn/vs/trunk/LaTeX/images/wrapping.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 836 0 R +/PTEX.InfoDict 840 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 416.00000000 248.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 837 0 R ->>/Font << /R8 838 0 R >> +/R7 841 0 R +>>/Font << /R8 842 0 R >> >> -/Length 839 0 R +/Length 843 0 R /Filter /FlateDecode >> stream @@ -7099,41 +7128,41 @@ xQo0)vjäjJM"7JH}Ξm$4H?s~Ɋ.wkaCK9 \e I&B+뾲rrN2sj{S,SSU?1((BYzl_'cendstream endobj -836 0 obj +840 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080813231100Z00'00') -/ModDate (D:20080813231100Z00'00') +/CreationDate (D:20080814002410Z00'00') +/ModDate (D:20080814002410Z00'00') >> endobj -837 0 obj +841 0 obj << /Type /ExtGState /OPM 1 >> endobj -838 0 obj +842 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -839 0 obj +843 0 obj 580 endobj -835 0 obj << -/D [833 0 R /XYZ 74.4095 793.4011 null] +839 0 obj << +/D [837 0 R /XYZ 74.4095 793.4011 null] >> endobj 337 0 obj << -/D [833 0 R /XYZ 206.8833 575.8724 null] +/D [837 0 R /XYZ 206.8833 575.8724 null] >> endobj -832 0 obj << +836 0 obj << /Font << /F63 220 0 R /F28 173 0 R >> -/XObject << /Im37 819 0 R >> +/XObject << /Im37 824 0 R >> /ProcSet [ /PDF /Text ] >> endobj -843 0 obj << +847 0 obj << /Length 2211 /Filter /FlateDecode >> @@ -7150,72 +7179,79 @@ T*ǎ2`7o dXms5F
$"ś8Е+א'1 Q>$5y/^oRA&kZR@{ihy eg,\Sz.3CTƢ3;ۇ=t?19ec -+HygmGt8qM5x)!E֨qqc'XEDF1D||7[ ; ++HygmGt8qM5x)!E֨qqc'XEDF1D||7[ ; endobj -842 0 obj << +846 0 obj << /Type /Page -/Contents 843 0 R -/Resources 841 0 R +/Contents 847 0 R +/Resources 845 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 826 0 R -/Annots [ 846 0 R ] +/Parent 817 0 R +/Annots [ 850 0 R ] >> endobj -846 0 obj << +850 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [128.9946 243.1787 143.4501 253.761] /Subtype /Link /A << /S /GoTo /D (figure.4.9) >> >> endobj -844 0 obj << -/D [842 0 R /XYZ 74.4095 793.4011 null] +848 0 obj << +/D [846 0 R /XYZ 74.4095 793.4011 null] >> endobj -845 0 obj << -/D [842 0 R /XYZ 74.4095 750.7482 null] +849 0 obj << +/D [846 0 R /XYZ 74.4095 750.7482 null] >> endobj 126 0 obj << -/D [842 0 R /XYZ 74.4095 375.5382 null] +/D [846 0 R /XYZ 74.4095 375.5382 null] >> endobj -841 0 obj << -/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R /F88 715 0 R >> +845 0 obj << +/Font << /F63 220 0 R /F26 170 0 R /F28 173 0 R /F88 719 0 R >> /ProcSet [ /PDF /Text ] >> endobj -850 0 obj << -/Length 1955 +854 0 obj << +/Length 1938 /Filter /FlateDecode >> stream -xڭXOsS(Y$EJT)馝әA, HYd ?Ōß)^Y^@1{^x?E]DPtfXej<*eRx/u/dnyrUvk|!tr?}jə2m6*1|eɇ)@F*fGqK^jH~sXn귫o=3˘4WFOzf%BKTVޱb\d:/7gߟQqmPə-|v,+/sY4$J3!:훮yj$G҂ Ki"gJ4@ϩ# -{ֵk]a4Qك7/o'~o
nY@L -!+!!TUKcS199!_mGO}~`iM؆n[EOOdY%t
'ŠiSvagҹ}AC?-K_[ 1gя`AoMG"Bк/e]#ZkUa}hKf!+5{ZF,] eHrUQޔH|Mms9@҅IТR}.LD`O(cXw@>pJnWt_نgWmi)a\7FV-rv,$Crͧd -W ou%3BRᒎ1QdRKB1P#d{GOA!U}a)6<#.x䥂ԙjZ2͠/^ECrm+i"ڝ3|auSP.!J\f4]4v7MSٲF`|2l2Z-:wB,'-!Pa> -+-XR1dݤ[h -~(@ٖk=Xak&5,c{?m?&k_3C0(4DOH3P[T -mşk5endstream +xڭXAs6W(<$EJTlҝәty׃36Yr-ɯ_ eɖw +5~q~ms^Xhf1TFOz沔)KFZJqfרa\sVݜxFi4EφF}Zrr[\|K=9 $Ze}5M`0٤'(rL#BO2bK!2fPMI+]wtYۚ]}Q"W4~j+!0)<>o,diݖFweB% +w{ֵk(]9K~~g<a/.0Y!1qWde!,LiSU- ˃MX$}^Z>w!nu# +3ʛr,k[3-'2(02IZj\JP@h e0lQnb(\*[MB?]ֳˮqޕG[%z5? +;+{a +>^b52^T"Y넌}P} +pU}a)74 .D䵂c'$j9Q4S`,k[u89a.n* +W<¥=kR8, +iklY#0Al2Z-gB,4ܻ4L!oݚwD!%]Y*`"Y-<-bjY;"ĭ(WZ\bɺI[h +~(0*]-;z/H&5Lu~T|}| +eFۧW/Sč&ըtnu|yʲ\UȔ"A"r`' +L5tUIY.uLncuzac0]KʓZ
dmIrU$c7l?8c^l,J/T{mWcO"OpxOcC>EGV;zZ-4 B-B)w+65Ev숢f&
DO[7v{Omu˛#
=88eqҬ_m7pgzGZ&\fۯh48X@9BU]ņ_--:}^s2lbOAsMM;7~M{ߑx<\ +⤡dw1_T<]\srjZB3azb<!A]Q;u⤟"ŁS +Դ. }<ƭD1Vq_Ϣmo錷N5?uqK],<3;Pw\\y7endstream endobj -849 0 obj << +853 0 obj << /Type /Page -/Contents 850 0 R -/Resources 848 0 R +/Contents 854 0 R +/Resources 852 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 826 0 R +/Parent 817 0 R >> endobj -840 0 obj << +844 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 852 0 R +/PTEX.InfoDict 856 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 853 0 R ->>/Font << /R8 854 0 R /R9 855 0 R >> +/R7 857 0 R +>>/Font << /R8 858 0 R /R9 859 0 R >> >> -/Length 856 0 R +/Length 860 0 R /Filter /FlateDecode >> stream @@ -7223,48 +7259,48 @@ xWKs0Wdn<:>2`@$ߣ]I+IFo?JY}Y
O+n7go+U !yWb>YtzZ V;k#\u8䑇q3&.g(3b6wyxt2&{I&yң%n,x!{5!RYqvݢ{nGc X͢N4zJ
E*=Hd32Im^N i9۟L/T=)>vUd4~Zi)hj;oy#L&ImH fp탛] llG2f4<8j¶ĀmH=764KXbDx@ 4kyFC[aUq6NJFt/)`D<(H2)Mbw~@)V[Ry-8W!QTJHd5$B;.i{ͤGϬ(/t'܈L/xS̀P}uendstream endobj -852 0 obj +856 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080813231059Z00'00') -/ModDate (D:20080813231059Z00'00') +/CreationDate (D:20080814002409Z00'00') +/ModDate (D:20080814002409Z00'00') >> endobj -853 0 obj +857 0 obj << /Type /ExtGState /OPM 1 >> endobj -854 0 obj +858 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -855 0 obj +859 0 obj << /BaseFont /Helvetica-Oblique /Type /Font /Subtype /Type1 >> endobj -856 0 obj +860 0 obj 975 endobj -851 0 obj << -/D [849 0 R /XYZ 74.4095 793.4011 null] +855 0 obj << +/D [853 0 R /XYZ 74.4095 793.4011 null] >> endobj 338 0 obj << -/D [849 0 R /XYZ 256.0589 536.9157 null] +/D [853 0 R /XYZ 285.5937 536.9157 null] >> endobj -848 0 obj << +852 0 obj << /Font << /F63 220 0 R /F28 173 0 R /F35 193 0 R >> -/XObject << /Im38 840 0 R >> +/XObject << /Im38 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj -859 0 obj << +863 0 obj << /Length 1668 /Filter /FlateDecode >> @@ -7278,16 +7314,16 @@ RRaix1TQCw I$R_F-x'*Cl]*yACb)B0u=\^l EirJ&\ba 'S?|H%tU~N`6E䣻TA3( CPqXCq@W31aFMj0OC@! M T$"jB"rIHS\Ci?8{\F=&I_p -VvGNϳbY6h89I8t;\D~P4A"LT\G
t~g ;?1endstream +VvGNϳbY6h89I8t;\D~P4A"LT\G
t~g ;?fendstream endobj -858 0 obj << +862 0 obj << /Type /Page -/Contents 859 0 R -/Resources 857 0 R +/Contents 863 0 R +/Resources 861 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 826 0 R +/Parent 817 0 R >> endobj -847 0 obj << +851 0 obj << /Type /XObject /Subtype /Image /Width 400 @@ -7372,18 +7408,18 @@ OsL@6mڤj^y.+qRjx'G䬬Hײyh+WT?^"( Gš`ޑjQU?7
ei%WRCzW;ęRÐWxhcCxp@q(n<UIYFY,EQ>96vΜԶ+ G}g$&߬]̯|)ݱs״iĎ2տ+!!aԸKh^4Q)n "ofΚ79s~#..B5Sph_+!šh)pk3cF"0|\Y`w+7mh<;^+!(.Rn\HyXNzDJvÃ4{ĵp]oA%i87lGWVkV=K{.}/|_To~"]_߅'::gpO<C}I&L!ͥɽ"KiMk~ΦdQ3qmNz~єS_FCCV^1t㓿pxDc^ԢJ?Ĩ(k37Hnf5Mggd@Ŀ?-W:'O?:J~ߊ!"xhDpFV=&/$E[ѕ'LO|~gK#>(SxH;o=*x':ϧ^N!j*oMyX'O^zXw@5[X`-rk~)
UN
ԟ\nN\"Pm%$)s>ҫXD~7,SCl߅mU*zl?</YWjÖGKd_x2DMɽ"}=*anzk6(lA² [j?Z1sJ>n|?Misojo]"eӱGkūT9K`tժtCpٌ]"eӱGkū]Lg---<Z(^t.Ҳ£jUc[w0Kl:hZxut.Ҳ£jxxtl EQԀ(("("+F"()ȫ_PEQEQ*endstream endobj -860 0 obj << -/D [858 0 R /XYZ 74.4095 793.4011 null] +864 0 obj << +/D [862 0 R /XYZ 74.4095 793.4011 null] >> endobj 339 0 obj << -/D [858 0 R /XYZ 258.7823 478.2865 null] +/D [862 0 R /XYZ 258.7823 478.2865 null] >> endobj -857 0 obj << -/Font << /F63 220 0 R /F28 173 0 R /F35 193 0 R /F88 715 0 R >> -/XObject << /Im39 847 0 R >> +861 0 obj << +/Font << /F63 220 0 R /F28 173 0 R /F35 193 0 R /F88 719 0 R >> +/XObject << /Im39 851 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj -863 0 obj << +867 0 obj << /Length 2530 /Filter /FlateDecode >> @@ -7399,23 +7435,23 @@ o۩J^' ܳ"=z)cTOgdy~^3tnjk,]yՅ<z_O]z B۠D9YCx_yKVlojmq ~[gxU nj0-j#)=ߏG0ǝ(t Oj'ǜ 8|C8uE<<sOfC_y!jW+q$@f@lŖ@ڂxuĞ!!i
=z^sDna~@lbb$x,^œʼn-2eu_,.Ĝ2zj# Nl9C`Z=C1#Dl[1U rdef _H -=4Hendstream +ɿ?Hendstream endobj -862 0 obj << +866 0 obj << /Type /Page -/Contents 863 0 R -/Resources 861 0 R +/Contents 867 0 R +/Resources 865 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 826 0 R +/Parent 869 0 R >> endobj -864 0 obj << -/D [862 0 R /XYZ 74.4095 793.4011 null] +868 0 obj << +/D [866 0 R /XYZ 74.4095 793.4011 null] >> endobj -861 0 obj << -/Font << /F63 220 0 R /F88 715 0 R /F28 173 0 R /F35 193 0 R >> +865 0 obj << +/Font << /F63 220 0 R /F88 719 0 R /F28 173 0 R /F35 193 0 R >> /ProcSet [ /PDF /Text ] >> endobj -867 0 obj << +872 0 obj << /Length 2475 /Filter /FlateDecode >> @@ -7427,23 +7463,23 @@ UrM
Nbg4&`{ՅiÃ? AМ7DBz[9!r{Ԥm. |f]QM{h]y0a;[g+&:F`C2p4gr<ƚ |N?h=9%ŐDJ|P^FnQt46M|[gxz=ąR,
%cdɇڳ4F]`E44_ޣV1᳚qhؾ@4s|n7fAP{Qz+0vumbwd,IG<(e( }9r &dǕbޝ9?0jv<jf!5{Q'j|#saB.2GS^/Fm?Q<JN9SGI !iaʵ1m̂LP{ǨLjNPro7gvށsAGx -'cj}^fu%MUn\qߌC0VSm1endstream +'cj}^fu%MUn\qߌC0VSm2endstream endobj -866 0 obj << +871 0 obj << /Type /Page -/Contents 867 0 R -/Resources 865 0 R +/Contents 872 0 R +/Resources 870 0 R /MediaBox [0 0 595.2757 841.8898] /Parent 869 0 R >> endobj -868 0 obj << -/D [866 0 R /XYZ 74.4095 793.4011 null] +873 0 obj << +/D [871 0 R /XYZ 74.4095 793.4011 null] >> endobj -865 0 obj << +870 0 obj << /Font << /F63 220 0 R /F35 193 0 R /F28 173 0 R >> /ProcSet [ /PDF /Text ] >> endobj -872 0 obj << +876 0 obj << /Length 1971 /Filter /FlateDecode >> @@ -7455,26 +7491,26 @@ U"V룏3X|աsR:R}u7eqWmU{z&2ͯyq|oQ(e
]t7QލZ Òe_~5ٟ.bL#&4κwZ).9bO^fc`=ɘ'B^
7! rY!z -yn^Y0Z]:,va+ cb𘒩뺧=c)_f48#_x^wFS]NzyN!ôGN)V6FJw[H4`q=Xf,<__hnst0ϯGhܺRؔq#7B]-U0cGT&̺l$(M(uu{v!~~60iXLl0#t__@Iy ?%`+pW"!x|-@?_nt7'j폵.XV1nZ\r@?xM3;t]?Dt0ͼUZa<0.R5zR2}ۇ6 CcTAendstream +yn^Y0Z]:,va+ cb𘒩뺧=c)_f48#_x^wFS]NzyN!ôGN)V6FJw[H4`q=Xf,<__hnst0ϯGhܺRؔq#7B]-U0cGT&̺l$(M(uu{v!~~60iXLl0#t__@Iy ?%`+pW"!x|-@?_nt7'j폵.XV1nZ\r@?xM3;t]?Dt0ͼUZa<0.R5zR2}ۇ6 CcTBendstream endobj -871 0 obj << +875 0 obj << /Type /Page -/Contents 872 0 R -/Resources 870 0 R +/Contents 876 0 R +/Resources 874 0 R /MediaBox [0 0 595.2757 841.8898] /Parent 869 0 R >> endobj -873 0 obj << -/D [871 0 R /XYZ 74.4095 793.4011 null] +877 0 obj << +/D [875 0 R /XYZ 74.4095 793.4011 null] >> endobj -874 0 obj << -/D [871 0 R /XYZ 74.4095 620.419 null] +878 0 obj << +/D [875 0 R /XYZ 74.4095 620.419 null] >> endobj -870 0 obj << -/Font << /F63 220 0 R /F35 193 0 R /F28 173 0 R /F26 170 0 R /F88 715 0 R >> +874 0 obj << +/Font << /F63 220 0 R /F35 193 0 R /F28 173 0 R /F26 170 0 R /F88 719 0 R >> /ProcSet [ /PDF /Text ] >> endobj -877 0 obj << +881 0 obj << /Length 1879 /Filter /FlateDecode >> @@ -7485,31 +7521,31 @@ xڵXs_ꉜ!m:c7NGIܺ&i<Q 4/ͬ(,'|wE]}'֪czvq5Z1izi}uKYf|~71nfk6/;yu153g|#}#3r<)YQ2ٸk֨<`iQ c.|XH3Džs߬}JO>^kLq[,*4!p gnB@3_%/ SIgmL#SkǴ|WlÌ.Le$hsZaC@zzpٛBy[K?[*U鴚-ᄥWL(Bu,c-
)EDiS&owqB,!@wF@QR==i!0h7{i)4}%:潲i%1z~qQۂAh.KJF136av/%G>/gDQ2c92 FޓjxE|uyD
LÅC>g>[ߝpJ]SDk˴ ?F|ϖaaAX^,3B FpŔ+9OTX8@Ak_t]BtDgǤcJV8RJ+І5/uRp@!@odH˄/eNhCHMH#AhdªisiݭXO5ggO lX>~"nwh;}+MƲnS&Mph+7G1ob -^iHRw]
Fp,ut3HVcctk߀qS\ף,\4#65zwΛdј_-|>~Q~秐9k:WuJ7j +^iHRw]
Fp,ut3HVcctk߀qS\ף,\4#65zwΛdј_-|>~Q~秐9k:WuJ7j endobj -876 0 obj << +880 0 obj << /Type /Page -/Contents 877 0 R -/Resources 875 0 R +/Contents 881 0 R +/Resources 879 0 R /MediaBox [0 0 595.2757 841.8898] /Parent 869 0 R -/Annots [ 879 0 R ] +/Annots [ 883 0 R ] >> endobj -879 0 obj << +883 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [466.0992 738.9663 480.5547 749.441] /Subtype /Link /A << /S /GoTo /D (figure.4.8) >> >> endobj -878 0 obj << -/D [876 0 R /XYZ 74.4095 793.4011 null] +882 0 obj << +/D [880 0 R /XYZ 74.4095 793.4011 null] >> endobj -875 0 obj << -/Font << /F63 220 0 R /F28 173 0 R /F88 715 0 R >> +879 0 obj << +/Font << /F63 220 0 R /F28 173 0 R /F88 719 0 R >> /ProcSet [ /PDF /Text ] >> endobj -882 0 obj << +886 0 obj << /Length 1437 /Filter /FlateDecode >> @@ -7518,50 +7554,54 @@ xڵrF}Bh2HI #"¾~:XJz?9s?g? 73X^0"IBldrv6m` '12vD)D$PbGD%H(?mzIz{T#Ƶb
EVw/ieO]_v2mN^T֥L$}n:pTo?1
"9)fo@&mǜPW<bDxfT Q^Tzy'D'NU>Tiܭ?ox]x[6yJ^LH.~m(2"PB*mw8ډBWLJ@va̪jpBF?_0iRN5@n1ü3S.Bhz2k$F\tp6L0ǹzciq˴t!Z+˘ex8ೞSXEOt@ڷ%1ϜMҋ$JE<ȸLm3$N1Ʉ|/)nFP&$,Z CF>% -e*!pL0"`o]L"ˀp!a t6EY,ݼA۽-&M3X9#je{7|wxrb$KӪv`賃x_M@}2ct6mYW]ZTGUr[<?lqyRm^e[㞿|;Dri7rOvdr:Gw~<2pF;VjICe+@:d⊁ȿbԱN>xAD4u5jr&[/ bk+[=g,ǘ;>c9XPyr5^xir%fI尤|։X(?4cy*dE^Ua%;]֙>pc#0߽K]
AcB,fB>S،1y`ׅΆe}Po~₫onjHV|~_*lgM(9*G0%~Wp +e*!pL0"`o]L"ˀp!a t6EY,ݼA۽-&M3X9#je{7|wxrb$KӪv`賃x_M@}2ct6mYW]ZTGUr[<?lqyRm^e[㞿|;Dri7rOvdr:Gw~<2pF;VjICe+@:d⊁ȿbԱN>xAD4u5jr&[/ bk+[=g,ǘ;>c9XPyr5^xir%fI尤|։X(?4cy*dE^Ua%;]֙>pc#0߽K]
AcB,fB>S،1y`ׅΆe}Po~₫onjHV|~_*lgM(9*G0~Wp endobj -881 0 obj << +885 0 obj << /Type /Page -/Contents 882 0 R -/Resources 880 0 R +/Contents 886 0 R +/Resources 884 0 R /MediaBox [0 0 595.2757 841.8898] /Parent 869 0 R >> endobj -883 0 obj << -/D [881 0 R /XYZ 74.4095 793.4011 null] +887 0 obj << +/D [885 0 R /XYZ 74.4095 793.4011 null] >> endobj -880 0 obj << -/Font << /F63 220 0 R /F88 715 0 R /F28 173 0 R >> +884 0 obj << +/Font << /F63 220 0 R /F88 719 0 R /F28 173 0 R >> /ProcSet [ /PDF /Text ] >> endobj -886 0 obj << -/Length 1528 +890 0 obj << +/Length 1527 /Filter /FlateDecode >> stream -xڵX[o6~d5NjHI-4ݐv%>(meOsx(vY[(oeqQg:J2!jģ2<EmO?,3&.瑌Z[|Z[N2I1L5զ+[֓ZL>^jYj<86,&2e<Sg# -~=Len3e2ZS.F298,YRs, +,CRLE.Ic`',"ʘ;M#Y3<c6J7L
z -Zh_̖JkNG04 -Rk/n`l{A/$L&Y,`:4~so+X!lUxOfA_/| C X(w6xWO$d]BuY6&n r.I)J @D걭|< F(6 qK{nEϓsWԵdn7Қ*gHJ2)thYgEWËuU6ǭ[mWn7=[4`WPS]H-Yn'|,*|,aشv+z6vE; $օ
:5h%Ber%.keo}y<:1KSJh|I>PI\ѯh3֭vnնXrw+-zY;ya~VxU8'w5KInl0/ʄ+ʻT[WԞ7.Rk(X -z+ȓ=`L!bge&ै<0)Dh.LL+>]8R3JyA9y_WJ1#0 -h&EuAzwUD*!R2Ni8G_:+ռ'SbmD*5ZS9H=z WZ64W`́ޢ1e -e8PH +xڵX[o6~d5ǻ}HnHݒamʲKt9<c;N-@yH8dI&t9~<EmO?[,V'DjŤQVe~&_֕CFc|.Uwh,̰棏.7j,Vg֖ic'Xk"?yR +f> +Bs)R~b8`L +EڧeuEֹhѕ|8uMAi9N]veyӳ c jθ욉yXEE%lUyE»-|'u3$pW͠Y쟽WPe +zc@1ְbW50OGg9&>viRiU( Çj>mB`}|ƺ
nM6Kny/k'"5",{ݒ +@^BFs)ɍESw|_ʼŁ\Eq
` o~sxAnϺYorٌԦb5F +%EOq" +W +
x3" ztklqz pXUE<$F^^p{ܛj$ Y-URR_>#ߜ4~1ݡ93QBW6;Q;?#nEev}Uvx8xn.=F;ܻo:tDd<* +Dw<?mWlӭ]
Bbˋmv#fUUoՕ"^Uڑru%fOŇP ۻ>xg83~J!+_
$|[ +6ImjKؾ endobj -885 0 obj << +889 0 obj << /Type /Page -/Contents 886 0 R -/Resources 884 0 R +/Contents 890 0 R +/Resources 888 0 R /MediaBox [0 0 595.2757 841.8898] /Parent 869 0 R >> endobj -887 0 obj << -/D [885 0 R /XYZ 74.4095 793.4011 null] +891 0 obj << +/D [889 0 R /XYZ 74.4095 793.4011 null] >> endobj -884 0 obj << -/Font << /F63 220 0 R /F88 715 0 R /F26 170 0 R /F28 173 0 R >> +888 0 obj << +/Font << /F63 220 0 R /F88 719 0 R /F26 170 0 R /F28 173 0 R >> /ProcSet [ /PDF /Text ] >> endobj -890 0 obj << +894 0 obj << /Length 2133 /Filter /FlateDecode >> @@ -7572,48 +7612,48 @@ JI˴juvC/48^k,0fɘj!&X$sNIT,q*R iکc!<{n^\~q"$ t+D8MO SN819PJRj%c!+!ռR{**uQd#zd/ -IkYY`ͼ3Efe+3+aޟ/0N7#)S;jhz_4Nv&45X(-Е1XĚЀj:**
hIɀEh(yL. 8EU$!J@/<(P
օ1
D];c.v)UgBg{o~*Q=Ϲ=SВ`p/ZW+ /D^Ӷ͔(ȴ6jme哟Q?ŝ-:y7tt#lm9DǸ}*ᐖڴqs$*
@^4t&b*as1'ҬC<n00$rV$a}Q3~*B +IkYY`ͼ3Efe+3+aޟ/0N7#)S;jhz_4Nv&45X(-Е1XĚЀj:**
hIɀEh(yL. 8EU$!J@/<(P
օ1
D];c.v)UgBg{o~*Q=Ϲ=SВ`p/ZW+ /D^Ӷ͔(ȴ6jme哟Q?ŝ-:y7tt#lm9DǸ}*ᐖڴqs$*
@^4t&b*as1'ҬC<n00$rV$a}Q3~*B endobj -889 0 obj << +893 0 obj << /Type /Page -/Contents 890 0 R -/Resources 888 0 R +/Contents 894 0 R +/Resources 892 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 869 0 R ->> endobj -891 0 obj << -/D [889 0 R /XYZ 74.4095 793.4011 null] ->> endobj -892 0 obj << -/D [889 0 R /XYZ 74.4095 539.1505 null] ->> endobj -893 0 obj << -/D [889 0 R /XYZ 74.4095 474.3707 null] ->> endobj -894 0 obj << -/D [889 0 R /XYZ 74.4095 448.7119 null] +/Parent 904 0 R >> endobj 895 0 obj << -/D [889 0 R /XYZ 74.4095 422.9455 null] +/D [893 0 R /XYZ 74.4095 793.4011 null] >> endobj 896 0 obj << -/D [889 0 R /XYZ 74.4095 379.2518 null] +/D [893 0 R /XYZ 74.4095 539.1505 null] >> endobj 897 0 obj << -/D [889 0 R /XYZ 74.4095 355.189 null] +/D [893 0 R /XYZ 74.4095 474.3707 null] >> endobj 898 0 obj << -/D [889 0 R /XYZ 74.4095 225.9939 null] +/D [893 0 R /XYZ 74.4095 448.7119 null] >> endobj 899 0 obj << -/D [889 0 R /XYZ 74.4095 162.378 null] +/D [893 0 R /XYZ 74.4095 422.9455 null] >> endobj -888 0 obj << -/Font << /F63 220 0 R /F88 715 0 R /F28 173 0 R /F26 170 0 R /F35 193 0 R >> -/ProcSet [ /PDF /Text ] +900 0 obj << +/D [893 0 R /XYZ 74.4095 379.2518 null] +>> endobj +901 0 obj << +/D [893 0 R /XYZ 74.4095 355.189 null] +>> endobj +902 0 obj << +/D [893 0 R /XYZ 74.4095 225.9939 null] >> endobj 903 0 obj << -/Length 2297 +/D [893 0 R /XYZ 74.4095 162.378 null] +>> endobj +892 0 obj << +/Font << /F63 220 0 R /F88 719 0 R /F28 173 0 R /F26 170 0 R /F35 193 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +908 0 obj << +/Length 2296 /Filter /FlateDecode >> stream @@ -7623,32 +7663,32 @@ dƛ<^͔HTiQ;=hó,!ٛGS3 3o|J:S}]-5㩐ʨޅ[>"Q ՟
Q Zz!jf97 I5Nn#CF $ml)3"?-ښ>R9"QY{xW^>H ;m^F*&-ed
7-SxwKTpY'=93n(P@K}~U'Px4b~3náӿG*3y|ϊ.mі\:'|btT[gE݄nX
:UK}K-ށލYu碏7X;r|*ƙi@NMkJ]"BG(?2t,բP9FKöSɿ:u3^J|ZCvqCA:[5}Sz.VaɅkB M
[wtwQՀ>S]!"ڈeknz%<3~j@wklWJL$Vw㡚Ԇ%CQgy uBw$زK^!WG -y}fh wB=wn\m~*'&@z*xˉ/Go]p@If
ԩB'{E +y}fh wB=wn\m~*'&@z*xˉ/Go]p@If
ԩB?"Gendstream endobj -902 0 obj << +907 0 obj << /Type /Page -/Contents 903 0 R -/Resources 901 0 R +/Contents 908 0 R +/Resources 906 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 912 0 R -/Annots [ 905 0 R 906 0 R 907 0 R 908 0 R 909 0 R 910 0 R 911 0 R ] +/Parent 904 0 R +/Annots [ 910 0 R 911 0 R 912 0 R 913 0 R 914 0 R 915 0 R 916 0 R ] >> endobj -900 0 obj << +905 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (/usr/home/buetow/svn/vs/trunk/LaTeX/images/simulator.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 913 0 R +/PTEX.InfoDict 917 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 443.00000000 256.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 914 0 R ->>/Font << /R8 915 0 R >> +/R7 918 0 R +>>/Font << /R8 919 0 R >> >> -/Length 916 0 R +/Length 920 0 R /Filter /FlateDecode >> stream @@ -7657,93 +7697,93 @@ xVM0Wa{o| $v[e!,i 4[Mį3IP]}3g0}eϯ%3`9l *~mJ!v*&'(66)hByhO[uǽ:A$JaO!L =@X Sx^g]l&>4sP% J0mid8ҩowGvynV3'r_PBagg䲋qWH5?}3qo4M_-S8K}jZJ977}(=am@Ҝ%ၽ lr(aa-xs#x].0Js0=kg$:.008!+.,'v+e%a誰#tc`)5>|xjrM-m
endobj -913 0 obj +917 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080813231058Z00'00') -/ModDate (D:20080813231058Z00'00') +/CreationDate (D:20080814002408Z00'00') +/ModDate (D:20080814002408Z00'00') >> endobj -914 0 obj +918 0 obj << /Type /ExtGState /OPM 1 >> endobj -915 0 obj +919 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -916 0 obj +920 0 obj 889 endobj -905 0 obj << +910 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [189.8144 626.3371 204.27 636.9194] /Subtype /Link /A << /S /GoTo /D (figure.4.9) >> >> endobj -906 0 obj << +911 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [378.0215 544.5903 392.4771 555.1726] /Subtype /Link /A << /S /GoTo /D (figure.2.1) >> >> endobj -907 0 obj << +912 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [285.0414 508.7358 299.497 519.3181] /Subtype /Link /A << /S /GoTo /D (figure.2.3) >> >> endobj -908 0 obj << +913 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [209.4045 472.8814 223.8601 483.4636] /Subtype /Link /A << /S /GoTo /D (figure.2.5) >> >> endobj -909 0 obj << +914 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [372.1582 219.1733 392.2269 227.7381] /Subtype /Link /A << /S /GoTo /D (cite.Java2d) >> >> endobj -910 0 obj << +915 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [401.086 219.1733 421.4326 227.7381] /Subtype /Link /A << /S /GoTo /D (cite.Java2DAPI) >> >> endobj -911 0 obj << +916 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [430.2917 219.1733 456.1165 227.7381] /Subtype /Link /A << /S /GoTo /D (cite.Games) >> >> endobj -904 0 obj << -/D [902 0 R /XYZ 74.4095 793.4011 null] +909 0 obj << +/D [907 0 R /XYZ 74.4095 793.4011 null] >> endobj 130 0 obj << -/D [902 0 R /XYZ 74.4095 703.6873 null] +/D [907 0 R /XYZ 74.4095 703.6873 null] >> endobj 340 0 obj << -/D [902 0 R /XYZ 288.445 268.2272 null] +/D [907 0 R /XYZ 288.445 268.2272 null] >> endobj -901 0 obj << +906 0 obj << /Font << /F63 220 0 R /F28 173 0 R /F26 170 0 R >> -/XObject << /Im40 900 0 R >> +/XObject << /Im40 905 0 R >> /ProcSet [ /PDF /Text ] >> endobj -922 0 obj << +926 0 obj << /Length 2736 /Filter /FlateDecode >> @@ -7756,109 +7796,109 @@ jmt&8M1lq$u>YyD \j/nm^UVٻ] ԅs%p,zj6NKg P!(.Aɋ KZP:zJcIr& ^01NMбzm ?80\ e32l`ѷ#|-n)h#h^D -ik<[Q.' Ω;m=z7q[H:aAsBdO4o>{endstream +ik<[Q.' Ω;m=z7q[H:aAsBdO4oA>|endstream endobj -921 0 obj << +925 0 obj << /Type /Page -/Contents 922 0 R -/Resources 920 0 R +/Contents 926 0 R +/Resources 924 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 912 0 R -/Annots [ 924 0 R 925 0 R ] +/Parent 904 0 R +/Annots [ 928 0 R 929 0 R ] >> endobj -924 0 obj << +928 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [428.4717 712.6134 442.9273 723.1957] /Subtype /Link /A << /S /GoTo /D (figure.2.8) >> >> endobj -925 0 obj << +929 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [401.729 616.4705 423.8776 625.0353] /Subtype /Link /A << /S /GoTo /D (cite.Regexp) >> >> endobj -923 0 obj << -/D [921 0 R /XYZ 74.4095 793.4011 null] +927 0 obj << +/D [925 0 R /XYZ 74.4095 793.4011 null] >> endobj -926 0 obj << -/D [921 0 R /XYZ 74.4095 530.4281 null] +930 0 obj << +/D [925 0 R /XYZ 74.4095 530.4281 null] >> endobj -920 0 obj << +924 0 obj << /Font << /F63 220 0 R /F28 173 0 R /F26 170 0 R /F35 193 0 R >> /ProcSet [ /PDF /Text ] >> endobj -929 0 obj << +933 0 obj << /Length 2824 /Filter /FlateDecode >> stream -xڭ]6=OĬHJػHMiHy͵KNᐔdKmqHj1"KXti WOO`WxՇ~ɷ\L+,>\/D"H%-+[S-W"ˣ-WiGon*sk4劧ѱ.T,WJ< - 3 K1%X6<HvLL1ШKG1e2ι`Sz|^/PzԋYA/Q1 GdC*Q,B;G$gNI@:ק$$y!H -v\cƩq, R`o6BFӺs3R_A!S4AjF<bL5ae -(;]ۮch:&`1X3-K5#!ԥCIhe'>W.#!m47Gd7X7%#.I S2cV^w#RY^j!#\^⚴Q;)4j^}ii(ZMJsd{FJ}Kqjs%
ӣ=*=`vGohqO.nk+ɰBxa3Km]6oLCC+fEm٪tq!>Ԍ=~K6-9LgQv"|뽍v(qcTmkSRK4(k +xڭ]6=OĬHJػHMiHy͵KNᐔdKmqHj1"KXti WOO`WxՇ~ɷ\L+,>\/D"H%-+[S-W"ˣ-WiGon*sk4劧ѱ.T,WJ< +3ETR +5 eZh(acɺ H$;c M*QO!18}#i*Og,OU0ϸ@bX 4PqJӱ ]$"rlCz` Њ56*]sr!Pj73f3VlA%)i.m4ї6-Z耶Y6 rJHu"tܯK{#UwGgMV®hhI}ԃ!Wk`7(3đsWf$G!\%(ր0|9eBtysm1o<rӭ5~n nq5>4qWeiV&:j;M\i~b<cWý{o+:>;.ݶUMQ*ͩwGY@WY|,,Jn/vQݙI6uq,dM|:ҀmCkaX;!eIڿsjF2(}Mk -pxaאQ^KWNFSʊvPSbJg j.68SgVO{fr=NCo4T5;l\;z{sڹҫ]=vk(dgj"kl']ggeMS蚵7hx ~rV9]`&!~۶\=vm<[U(Qu.4X۠Ӝs
Y^H9JKe~˪g$==iy<3gt$q"O9I~CNC俣;zFqk
h5}Co+N pXM}QRms㛶`i- -|u8^eNMё<Ű.>vr@.__MX)xʔоxWbb/Btw.wAl'W,Nx?z#AR<R?`*bendstream +pxaאQ^KWNFSʊvPSbJg j.68SgVO{fr=NCo4T5;l\;z{sڹҫ]=vk(dgj"kl']ggeMS蚵7hx ~rV9]`&!~۶\=vm<[U(Qu.4X۠Ӝs
Y^H9JKe~˪g$==iy<3gt$q"O9I~CNC俣;zFqk
h5}Co+N pXM}QRms㛶`i- +ޑ\'àU +yBJs1Gfhendstream endobj -928 0 obj << +932 0 obj << /Type /Page -/Contents 929 0 R -/Resources 927 0 R +/Contents 933 0 R +/Resources 931 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 912 0 R -/Annots [ 938 0 R 939 0 R ] +/Parent 904 0 R +/Annots [ 942 0 R 943 0 R ] >> endobj -938 0 obj << +942 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [118.6528 357.4791 144.8005 367.7475] /Subtype /Link /A << /S /GoTo /D (cite.Swing) >> >> endobj -939 0 obj << +943 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [182.3002 215.1482 201.741 225.7304] /Subtype /Link /A << /S /GoTo /D (figure.4.10) >> >> endobj -930 0 obj << -/D [928 0 R /XYZ 74.4095 793.4011 null] ->> endobj -931 0 obj << -/D [928 0 R /XYZ 74.4095 736.7004 null] ->> endobj -932 0 obj << -/D [928 0 R /XYZ 74.4095 710.9492 null] ->> endobj -933 0 obj << -/D [928 0 R /XYZ 74.4095 685.8661 null] ->> endobj 934 0 obj << -/D [928 0 R /XYZ 74.4095 659.447 null] +/D [932 0 R /XYZ 74.4095 793.4011 null] >> endobj 935 0 obj << -/D [928 0 R /XYZ 74.4095 634.3638 null] +/D [932 0 R /XYZ 74.4095 736.7004 null] >> endobj 936 0 obj << -/D [928 0 R /XYZ 74.4095 607.501 null] +/D [932 0 R /XYZ 74.4095 710.9492 null] >> endobj 937 0 obj << -/D [928 0 R /XYZ 74.4095 564.4203 null] +/D [932 0 R /XYZ 74.4095 685.8661 null] +>> endobj +938 0 obj << +/D [932 0 R /XYZ 74.4095 659.447 null] +>> endobj +939 0 obj << +/D [932 0 R /XYZ 74.4095 634.3638 null] +>> endobj +940 0 obj << +/D [932 0 R /XYZ 74.4095 607.501 null] +>> endobj +941 0 obj << +/D [932 0 R /XYZ 74.4095 564.4203 null] >> endobj 134 0 obj << -/D [928 0 R /XYZ 74.4095 323.6375 null] +/D [932 0 R /XYZ 74.4095 323.6375 null] >> endobj -927 0 obj << -/Font << /F63 220 0 R /F28 173 0 R /F70 552 0 R /F69 561 0 R /F65 558 0 R /F74 555 0 R /F88 715 0 R /F26 170 0 R >> +931 0 obj << +/Font << /F63 220 0 R /F28 173 0 R /F71 555 0 R /F70 564 0 R /F65 561 0 R /F75 558 0 R /F88 719 0 R /F26 170 0 R >> /ProcSet [ /PDF /Text ] >> endobj -943 0 obj << +947 0 obj << /Length 1895 /Filter /FlateDecode >> @@ -7873,31 +7913,31 @@ kP"$``>20ml!&*t؆MuWmWL}ѢlޝCn0 ǐ`@U|0nF.Ȇ>A8`$IwZKjs6FXDwk߷ⓂGЀh #M ^Sx2LX*cPGc2@~\5 |F;arMe qgӶxa -ntKhGB~R_X,MչƑ+>D,Rf4$]υ^ӳ>!+endstream +ntKhGB~R_X,MչƑ+>D,Rf4$]υ^[?+endstream endobj -942 0 obj << +946 0 obj << /Type /Page -/Contents 943 0 R -/Resources 941 0 R +/Contents 947 0 R +/Resources 945 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 912 0 R +/Parent 904 0 R >> endobj -940 0 obj << +944 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (/usr/home/buetow/svn/vs/trunk/LaTeX/images/serialize.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 945 0 R +/PTEX.InfoDict 949 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 508.00000000 318.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 946 0 R ->>/Font << /R8 947 0 R /R9 948 0 R >> +/R7 950 0 R +>>/Font << /R8 951 0 R /R9 952 0 R >> >> -/Length 949 0 R +/Length 953 0 R /Filter /FlateDecode >> stream @@ -7906,89 +7946,89 @@ xWێ0}WBH BBb/nv)4-Yzf|fKU[d2s<3v~h4 7&!8ly/7$ȤOn'GG0zC٢8V]FM8z/۾YY4ۡ1}u T&\IP-
-&0D*2tRLNԤ<1hfkAId,m;mTkT;[|*,SZ?$hu}]E˼kPJPj)=iJIsVnTv_v;nU)]nuQlߎӲg<Gwi
0!N&ib~-Bۼ?␕T5\S5`G>Ic<0?% P4v*[V0y5 CJAUXs4,P ŀjaMWÛ7sK//<d2.p/Sw> endobj -945 0 obj +949 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080813231101Z00'00') -/ModDate (D:20080813231101Z00'00') +/CreationDate (D:20080814002411Z00'00') +/ModDate (D:20080814002411Z00'00') >> endobj -946 0 obj +950 0 obj << /Type /ExtGState /OPM 1 >> endobj -947 0 obj +951 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -948 0 obj +952 0 obj << /BaseFont /Helvetica-Oblique /Type /Font /Subtype /Type1 >> endobj -949 0 obj +953 0 obj 1046 endobj -944 0 obj << -/D [942 0 R /XYZ 74.4095 793.4011 null] +948 0 obj << +/D [946 0 R /XYZ 74.4095 793.4011 null] >> endobj 341 0 obj << -/D [942 0 R /XYZ 237.9156 250.2206 null] +/D [946 0 R /XYZ 237.9156 250.2206 null] >> endobj -941 0 obj << +945 0 obj << /Font << /F63 220 0 R /F35 193 0 R /F28 173 0 R >> -/XObject << /Im41 940 0 R >> +/XObject << /Im41 944 0 R >> /ProcSet [ /PDF /Text ] >> endobj -952 0 obj << -/Length 2382 +956 0 obj << +/Length 2381 /Filter /FlateDecode >> stream xڭY_۶O5c`dOɸL<NB"/K],H:J,*?|I&<YeyWM/@N_.Wi*Ww+!c&+Lu(2H( *}ugty~7onk1x3)ԄQ$gY Gnw^qEUi}iwUa_hL<I|lSQET~ǔD3]7f{舕{<AE;:
(3=rb+DfVS*[(oPx7ePwbA8 ->E5*抮:=/ԧ#v<`cLSۇw3D_hKmѕEwc@^ ߆鵩A($ȱׇOq)pꢶEoLMoZĕDZ"atD
I=sg5>ZS-fQΣrT)01XLb1MI9^{#MޫJjELOC->( +>E5*抮:=/ԧ#v<`cLSۇw3D_hKmѕEwc@^ ߆鵩A($ȱׇOq)pꢶEoLMoZĕDZ"atD
I=sg5>ZS-fQΣrT)01XLb1MI9^{#MޫJjBm1<>( ɦ^Y"R<)} uAE\ϿDhŹJVy.V)S&Вn67?'#(y0a~8n|gq&PcLJx(I 5lC<ee0hUomS'ύ{(\ՠϳ.YGSilm}wő67CO5o퀭GKo߿}0ĿΔήle-d7y#m{4.j+*qWZ~~b?fGc0%Tl_3}l.U̬N{FM|x^<V3N82'Q(C ,a9fJrL
1ED7rJ%Tz*U2P*VuL p dlHɐlaL{xG#X=pK0*рP'4K"`Gl{B.UA$V ig`2H4eQx94G
çX/L`ӆN8!-MO=<gs僩z%x$l.`W5(51oXV_6; Z ҩ;mSʎguڥW -v)w@$R_#dP_ b|:z +v)w@$R_#dP_ b|:z endobj -951 0 obj << +955 0 obj << /Type /Page -/Contents 952 0 R -/Resources 950 0 R +/Contents 956 0 R +/Resources 954 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 912 0 R -/Annots [ 955 0 R ] +/Parent 904 0 R +/Annots [ 959 0 R ] >> endobj -955 0 obj << +959 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [124.9883 171.4698 144.4292 182.052] /Subtype /Link /A << /S /GoTo /D (figure.4.13) >> >> endobj -953 0 obj << -/D [951 0 R /XYZ 74.4095 793.4011 null] +957 0 obj << +/D [955 0 R /XYZ 74.4095 793.4011 null] +>> endobj +958 0 obj << +/D [955 0 R /XYZ 74.4095 655.9716 null] >> endobj 954 0 obj << -/D [951 0 R /XYZ 74.4095 655.9716 null] ->> endobj -950 0 obj << -/Font << /F63 220 0 R /F28 173 0 R /F26 170 0 R /F79 570 0 R /F88 715 0 R >> +/Font << /F63 220 0 R /F28 173 0 R /F26 170 0 R /F68 548 0 R /F88 719 0 R >> /ProcSet [ /PDF /Text ] >> endobj -959 0 obj << +963 0 obj << /Length 2093 /Filter /FlateDecode >> @@ -7999,32 +8039,32 @@ f2)<$rT[49?KH MXz q9Q#k!}g"'DӾ7![ʤ~q;\sV0 \&.
qpgwv-ciy̢Z5l&I ?X([p99q'ߪNΟi뼡<G
b={
$㊖:1u%i;Nԭ\ўz]ڀ3rCޗI*
CnfUvSսhJ$hf-.&HP2`$]ÑEH&\da{kPp ;)j1P_'E-_|f̀hvX˝7ܐx/Y<N|؆d3'4⍙
9f1:9@FyOe&Bvi^<#1iL@rzX(c)۞g%72++ː!Th}s754eRbmitmj༶)3)rpʏ& -rj<l닼-vVeӿW+%ƧT?>^pfAx1RP]3 yrQp/s\Kendstream +rj<l닼-vVeӿW+%ƧT?>^pfAx1RP]3 yrQp/sKendstream endobj -958 0 obj << +962 0 obj << /Type /Page -/Contents 959 0 R -/Resources 957 0 R +/Contents 963 0 R +/Resources 961 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 912 0 R -/Annots [ 961 0 R 962 0 R ] +/Parent 967 0 R +/Annots [ 965 0 R 966 0 R ] >> endobj -956 0 obj << +960 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 963 0 R +/PTEX.InfoDict 968 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 411.00000000 192.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 964 0 R ->>/Font << /R8 965 0 R >> +/R7 969 0 R +>>/Font << /R8 970 0 R >> >> -/Length 966 0 R +/Length 971 0 R /Filter /FlateDecode >> stream @@ -8034,58 +8074,58 @@ t5;Бx RgNF cY=99!S `úٸ, -0&DyL*㜻6fcG[i{)Hy_b4} G@A7hes6RabRYm&i( _ɼRYu}ןn 2ԇr`:R3Xdb?spy0#ew֬}Rذn6n:U1D';}QִTancq
Vn3( ?+MkM=~ApK5Z#K.eB.%:geY۽_!V(Nô=A@+Ơ>.>Z%}S V6om&ӈ*׆l; ev1+AKv[A ̩TNgE;_La?RRD{ia1|>d0Fz7e&(<Mp$
3ę-*xsg"/02̃dծ5
5{=+& <bЄJaNP7 R9w&endstream endobj -963 0 obj +968 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080813231059Z00'00') -/ModDate (D:20080813231059Z00'00') +/CreationDate (D:20080814002409Z00'00') +/ModDate (D:20080814002409Z00'00') >> endobj -964 0 obj +969 0 obj << /Type /ExtGState /OPM 1 >> endobj -965 0 obj +970 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -966 0 obj +971 0 obj 861 endobj -961 0 obj << +965 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [305.2996 640.0505 324.7404 650.6327] /Subtype /Link /A << /S /GoTo /D (figure.4.11) >> >> endobj -962 0 obj << +966 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [433.2469 640.0505 452.6877 650.6327] /Subtype /Link /A << /S /GoTo /D (figure.4.12) >> >> endobj -960 0 obj << -/D [958 0 R /XYZ 74.4095 793.4011 null] +964 0 obj << +/D [962 0 R /XYZ 74.4095 793.4011 null] >> endobj 138 0 obj << -/D [958 0 R /XYZ 74.4095 720.6301 null] +/D [962 0 R /XYZ 74.4095 720.6301 null] >> endobj 342 0 obj << -/D [958 0 R /XYZ 301.4797 464.398 null] +/D [962 0 R /XYZ 301.4797 464.398 null] >> endobj -957 0 obj << +961 0 obj << /Font << /F63 220 0 R /F28 173 0 R /F26 170 0 R /F35 193 0 R >> -/XObject << /Im42 956 0 R >> +/XObject << /Im42 960 0 R >> /ProcSet [ /PDF /Text ] >> endobj -971 0 obj << +976 0 obj << /Length 2231 /Filter /FlateDecode >> @@ -8096,32 +8136,32 @@ xڕYKs8W(U H-8';dTxH\SF)Rlƣ~nBX1,N%8 Q8kO(5▸}*@=B샠 tb>l;UOhM[ TY l5M@FhPpʊfſ_ȏZO>"9awQ KPDjc&4l4GlҲ&#Q LE9@Gu4d'1B NĤ% d9ؙHb,!&BSO -C
NI
[khȨ>SP_>չ +C
NI
[khȨ>SP_>չ endobj -970 0 obj << +975 0 obj << /Type /Page -/Contents 971 0 R -/Resources 969 0 R +/Contents 976 0 R +/Resources 974 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 975 0 R -/Annots [ 973 0 R 974 0 R ] +/Parent 967 0 R +/Annots [ 978 0 R 979 0 R ] >> endobj -967 0 obj << +972 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 976 0 R +/PTEX.InfoDict 980 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 977 0 R ->>/Font << /R8 978 0 R >> +/R7 981 0 R +>>/Font << /R8 982 0 R >> >> -/Length 979 0 R +/Length 983 0 R /Filter /FlateDecode >> stream @@ -8130,88 +8170,88 @@ xSn0}WqۃL%{GRF@wo&.I=nވQGMs8iv 2Q0 +LaX^u0O<;F "]DC(t+wc;;kҐgF~8t0|endstream endobj -976 0 obj +980 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080813231100Z00'00') -/ModDate (D:20080813231100Z00'00') +/CreationDate (D:20080814002410Z00'00') +/ModDate (D:20080814002410Z00'00') >> endobj -977 0 obj +981 0 obj << /Type /ExtGState /OPM 1 >> endobj -978 0 obj +982 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -979 0 obj +983 0 obj 447 endobj -973 0 obj << +978 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [367.8739 291.8088 394.3354 300.3736] /Subtype /Link /A << /S /GoTo /D (cite.OOS) >> >> endobj -974 0 obj << +979 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [448.6598 291.8088 475.1214 300.3736] /Subtype /Link /A << /S /GoTo /D (cite.Richtlinien) >> >> endobj -972 0 obj << -/D [970 0 R /XYZ 74.4095 793.4011 null] +977 0 obj << +/D [975 0 R /XYZ 74.4095 793.4011 null] >> endobj 343 0 obj << -/D [970 0 R /XYZ 288.1558 497.1893 null] +/D [975 0 R /XYZ 288.1558 497.1893 null] >> endobj 142 0 obj << -/D [970 0 R /XYZ 74.4095 361.3525 null] +/D [975 0 R /XYZ 74.4095 361.3525 null] >> endobj -969 0 obj << +974 0 obj << /Font << /F63 220 0 R /F35 193 0 R /F28 173 0 R /F26 170 0 R >> -/XObject << /Im43 967 0 R >> +/XObject << /Im43 972 0 R >> /ProcSet [ /PDF /Text ] >> endobj -984 0 obj << +988 0 obj << /Length 351 /Filter /FlateDecode >> stream xڍOo0|;v۴?vmڡ]Y]}(jVDx~~ *TufLX :j/l鐾ɣɽ!a(bd
Ek4[JRr>fHRu<UQ]Y|%)xZ&octm-i"tGfTJ"
飤t !DRā] sF`v7`[Lkfu=GmOIgVcC
C6S&nk'yY-Tias33K{*n;X}z2CˣμmhE2;_ -_xǽ֍Ϙ%QՌϫ;;312endstream +_xǽ֍Ϙ%QՌݟWw v3f3endstream endobj -983 0 obj << +987 0 obj << /Type /Page -/Contents 984 0 R -/Resources 982 0 R +/Contents 988 0 R +/Resources 986 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 975 0 R +/Parent 967 0 R >> endobj -968 0 obj << +973 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (/usr/home/buetow/svn/vs/trunk/LaTeX/images/sequence-serialize.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 986 0 R +/PTEX.InfoDict 990 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 1286.00000000 1083.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 987 0 R ->>/Font << /R8 988 0 R >> +/R7 991 0 R +>>/Font << /R8 992 0 R >> >> -/Length 989 0 R +/Length 993 0 R /Filter /FlateDecode >> stream @@ -8220,41 +8260,41 @@ xWK8W-Юޏ=.ii'!u@}ER+. ɏH?2Z0k| q0ӈQQ.7 =BA5֖䯤t@PѮ DKkφi0bpsQ5 endobj -986 0 obj +990 0 obj << /Producer (GPL Ghostscript 8.61) -/CreationDate (D:20080813231058Z00'00') -/ModDate (D:20080813231058Z00'00') +/CreationDate (D:20080814002408Z00'00') +/ModDate (D:20080814002408Z00'00') >> endobj -987 0 obj +991 0 obj << /Type /ExtGState /OPM 1 >> endobj -988 0 obj +992 0 obj << /BaseFont /Helvetica /Type /Font /Subtype /Type1 >> endobj -989 0 obj +993 0 obj 1025 endobj -985 0 obj << -/D [983 0 R /XYZ 74.4095 793.4011 null] +989 0 obj << +/D [987 0 R /XYZ 74.4095 793.4011 null] >> endobj 344 0 obj << -/D [983 0 R /XYZ 284.7621 135.6551 null] +/D [987 0 R /XYZ 284.7621 135.6551 null] >> endobj -982 0 obj << +986 0 obj << /Font << /F63 220 0 R /F28 173 0 R >> -/XObject << /Im44 968 0 R >> +/XObject << /Im44 973 0 R >> /ProcSet [ /PDF /Text ] >> endobj -992 0 obj << +996 0 obj << /Length 2655 /Filter /FlateDecode >> @@ -8267,220 +8307,220 @@ M4"x^ 04S;2Iè>|循tJ侤|9S鰴.~
_apV,x)#xsI>V ^m)scn#.lO0tvB{8+Z n[f/%{*;қcغUb챧u z:
SEE:AYfy -d&ªcoUTfݸ_R<_Nə;+'='sݔ3ǵOOå3v4d*>i0|!} +d&ªcoUTfݸ_R<_Nə;+'='sݔ3ǵOOå3v4d*>i0|!} endobj -991 0 obj << +995 0 obj << /Type /Page -/Contents 992 0 R -/Resources 990 0 R +/Contents 996 0 R +/Resources 994 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 975 0 R -/Annots [ 994 0 R 995 0 R 996 0 R ] +/Parent 967 0 R +/Annots [ 998 0 R 999 0 R 1000 0 R ] >> endobj -994 0 obj << +998 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [295.8756 155.3538 316.4464 163.9186] /Subtype /Link /A << /S /GoTo /D (cite.Javadoc) >> >> endobj -995 0 obj << +999 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [104.1763 137.5073 124.6124 145.9913] /Subtype /Link /A << /S /GoTo /D (cite.AntManual) >> >> endobj -996 0 obj << +1000 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [147.5458 137.5073 167.9819 145.9913] /Subtype /Link /A << /S /GoTo /D (cite.AntIntro) >> >> endobj -993 0 obj << -/D [991 0 R /XYZ 74.4095 793.4011 null] +997 0 obj << +/D [995 0 R /XYZ 74.4095 793.4011 null] >> endobj 146 0 obj << -/D [991 0 R /XYZ 74.4095 341.3283 null] +/D [995 0 R /XYZ 74.4095 341.3283 null] >> endobj -990 0 obj << +994 0 obj << /Font << /F63 220 0 R /F35 193 0 R /F28 173 0 R /F26 170 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1002 0 obj << +1006 0 obj << /Length 2617 /Filter /FlateDecode >> stream -xڍZ[sۺ~ϯ#5s -] -qiDHLbw{NA_5Ü2D -PHۯVzδHQK-݊JߧNh!=6A!M۬Vtvn5F&t;>`4LŪRo|m=>-#}m1HZ,6r}OG$]%BGi6
x5|/h}58}~܉UW߄XRZ"oW{q2AP jwpgUXgt%#8ߺY+0}F ToTT\&Ob)ƵnZ"0qX_{p =<bZ_D5`brS*A.,oWrm*G/w"o+W+miy2cTKF'4uqS\ -کJlԔJ=<^:ЋqǕGb=l3\оf8Ml/1TBrpT]U'YSuhdro=;j߶uJ55\}d3JVl;Rs~ _WM/E>/ձ3o]'Uݧ*Դ0q[jj_$s%8ו营>W%>m|\ +56 -%,c PZ)Wm&sn[/pN34d7"_$:AXBGǡƲHVWx.taGU`u-`zH!N
Dlk%e,9(oYWԄ8-w?<0!f}cOk!IbeGg%*ӭh,\bIgL#JȀŵ/Zvx*p PވU*4)y :SX%ݹPB 2[uĔR~,"!K$ď"~~B$k.Mu (
h/> -g8x ;f$O(}Z)ƓD$fԟ:&[ɳ8 #?3Ӻ;Ecpzh$Y;b<-c5tWǿ]]5I%jY,X<`$F"sJR#r" -y -䧘l&4pi[ Ӵz| e~1"Rl'PvKQ2bI3 -Hq@De-` -0ڽ=@6zpu[!KTRA0Ee+6IoJ +xڍZ[sۺ~ϯ#5s +Zw#Tȕfrz٨iQש/XTY]$Y
>ХF$az?<|^$qb +w!_.\u*i!VM)FaaxV+s}LW;Sj.+j() +PHۯVBY-yThKY^QOKߧ.+h!=3HmfBLɷVtvn5F&t;>`4LŪRo|m=>-Ey>6$A@^#ծࣴ[<vуe58}~etecY JkϙxgJЬ2z< +8ݲ z-Y7pPFzVIMsKz1R3[_[!q[Ԯ{ O*N:|Lա!O
zvԾmP'!j:j0Ɍg$0|sw~5ћ^fVfT +̼m}*
8ϯJ>UIU"T>V
%+(/8TE,z,i''ziu_Q(Q=R'@Qj]\BN_d5:fhnDHuʱ@
Má֏CeC)ݛ,=[)_QЅU9%嶀e!d857l[+y\-SL&D^튺RZk<Ftۛi}Zg!W~qXB9>fm@ڃH%ty=āX\]ˎ~cOeンj7YU +
nmJ^;=T!VmmwP?̖{1Tt>H c?h2ZbS?CJڋA2'A|$ JbdzV +?z4$gVcbD=NLCεq fv0OK:8tMG5oWWgMRZV, QܟBA)&[I*
}#\V4*_?e~!mgLb|9 2zc1w
%R$pVl2CeL+ +[oy&aK.7F:\+6ɜo9 +0ڽ=@6zpu[!KTRA0Ee+6IoJ + endobj -1001 0 obj << +1005 0 obj << /Type /Page -/Contents 1002 0 R -/Resources 1000 0 R +/Contents 1006 0 R +/Resources 1004 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 975 0 R -/Annots [ 1005 0 R 1006 0 R 1007 0 R 1008 0 R 1009 0 R 1010 0 R 1011 0 R 1012 0 R 1013 0 R 1014 0 R 1015 0 R 1016 0 R 1017 0 R 1018 0 R ] +/Parent 967 0 R +/Annots [ 1009 0 R 1010 0 R 1011 0 R 1012 0 R 1013 0 R 1014 0 R 1015 0 R 1016 0 R 1017 0 R 1018 0 R 1019 0 R 1020 0 R 1021 0 R 1022 0 R ] >> endobj -1005 0 obj << +1009 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [186.6652 392.2744 353.6389 403.7995] /Subtype/Link/A<</Type/Action/S/URI/URI(http://httpd.apache.org)>> >> endobj -1006 0 obj << +1010 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [148.5137 372.432 329.8337 384.0648] /Subtype/Link/A<</Type/Action/S/URI/URI(http://argouml.tigris.org)>> >> endobj -1007 0 obj << +1011 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [139.5474 352.8049 299.3481 364.3301] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.eclipse.org)>> >> endobj -1008 0 obj << +1012 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [147.115 333.1166 306.9157 344.5954] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.FreeBSD.org)>> >> endobj -1009 0 obj << +1013 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [154.8081 313.3818 386.3397 324.8606] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.gnu.org/software/make)>> >> endobj -1010 0 obj << +1014 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [133.0648 293.6471 264.173 305.1259] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.vim.org)>> >> endobj -1011 0 obj << +1015 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [163.7833 273.7584 352.2764 285.3912] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.imagemagick.org)>> >> endobj -1012 0 obj << +1016 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [143.4568 254.1777 374.9885 265.6565] /Subtype/Link/A<</Type/Action/S/URI/URI(http://java.sun.com/j2s2/javadoc)>> >> endobj -1013 0 obj << +1017 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [167.8988 234.4429 327.6995 245.9217] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.mozilla.com)>> >> endobj -1014 0 obj << +1018 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [171.3148 214.5542 352.6348 226.187] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.OpenOffice.org)>> >> endobj -1015 0 obj << +1019 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [139.9598 194.9735 471.9148 206.4523] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pps.jussieu.fr/~beffara/soft/rubber)>> >> endobj -1016 0 obj << +1020 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [147.4467 175.2388 285.7281 186.7176] /Subtype/Link/A<</Type/Action/S/URI/URI(http://java.sun.com)>> >> endobj -1017 0 obj << +1021 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [151.5083 155.504 289.7897 166.9828] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.gimp.org)>> >> endobj -1018 0 obj << +1022 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [146.2633 135.7693 499.7376 147.2481] /Subtype/Link/A<</Type/Action/S/URI/URI(http://httpd.apache.org/docs/2.0/mod/mod_dav.html)>> >> endobj -1003 0 obj << -/D [1001 0 R /XYZ 74.4095 793.4011 null] +1007 0 obj << +/D [1005 0 R /XYZ 74.4095 793.4011 null] >> endobj -1004 0 obj << -/D [1001 0 R /XYZ 74.4095 420.45 null] +1008 0 obj << +/D [1005 0 R /XYZ 74.4095 420.45 null] >> endobj -1000 0 obj << -/Font << /F63 220 0 R /F28 173 0 R /F26 170 0 R /F35 193 0 R /F88 715 0 R >> +1004 0 obj << +/Font << /F63 220 0 R /F28 173 0 R /F26 170 0 R /F35 193 0 R /F88 719 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1021 0 obj << +1025 0 obj << /Length 622 /Filter /FlateDecode >> stream xڕˎ@E^WQb` !H<IDr(N[rv" YBM8н7Y<mqVOf7F1d5@j%oO/ۺ(\Z7ErPb_oc=owVKy]FDeR`a3hZu4ֲipʚN~paނYEtkX~qyAE -ukH΅HśLwu}x1=AuL*B>x
C?o][6.@]CQ}ؔn(0vM'c?5a+`_ ;zbx>8j\_ͮy1vm(@o].t]e1Zvq>va]zvC_v\Rصevk㫛^rHåoɥ5i\,,gXWUX`Ufu`707㈌Vv[W6-疸>ЇM*ed>]f%~]YI|f|W (EL4lݗsl@/
ڪ{7UX(Sendstream +ukH΅HśLwu}x1=AuL*B>x
C?o][6.@]CQ}ؔn(0vM'c?5a+`_ ;zbx>8j\_ͮy1vm(@o].t]e1Zvq>va]zvC_v\Rصevk㫛^rHåoɥ5i\,,gXWUX`Ufu`707㈌Vv[W6-疸>ЇM*ed>]f%~]YI|f|W (EL4lݗsl@/
ڪ{7UX(Kendstream endobj -1020 0 obj << +1024 0 obj << /Type /Page -/Contents 1021 0 R -/Resources 1019 0 R +/Contents 1025 0 R +/Resources 1023 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 975 0 R -/Annots [ 1023 0 R 1024 0 R 1025 0 R 1026 0 R 1027 0 R ] +/Parent 967 0 R +/Annots [ 1027 0 R 1028 0 R 1029 0 R 1030 0 R 1031 0 R ] >> endobj -1023 0 obj << +1027 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [147.2495 756.9399 321.3964 768.4187] /Subtype/Link/A<</Type/Action/S/URI/URI(http://websvn.tigris.org)>> >> endobj -1024 0 obj << +1028 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [134.069 737.4127 344.0813 748.9379] /Subtype/Link/A<</Type/Action/S/URI/URI(http://aspell.sourceforge.net)>> >> endobj -1025 0 obj << +1029 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [134.069 717.9318 344.0813 729.457] /Subtype/Link/A<</Type/Action/S/URI/URI(http://astyle.sourceforge.net)>> >> endobj -1026 0 obj << +1030 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [133.0649 698.4973 328.731 709.9761] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.foolabs.com/xpdf)>> >> endobj -1027 0 obj << +1031 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [122.108 678.9701 354.1378 690.4952] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.info-zip.org/Zip.html)>> >> endobj -1022 0 obj << -/D [1020 0 R /XYZ 74.4095 793.4011 null] +1026 0 obj << +/D [1024 0 R /XYZ 74.4095 793.4011 null] >> endobj -1019 0 obj << -/Font << /F63 220 0 R /F35 193 0 R /F28 173 0 R /F88 715 0 R >> +1023 0 obj << +/Font << /F63 220 0 R /F35 193 0 R /F28 173 0 R /F88 719 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1030 0 obj << +1034 0 obj << /Length 1936 /Filter /FlateDecode >> @@ -8489,26 +8529,26 @@ x}XYo6~ϯnuko.l7MZ4hXSV}Gp8Mb\U*7UɀH E&t_q2$nx3xيr (]XW t0ru_F;_B۶P({#5z9I}61MIVxV1#5>uLL=Q{UM+UV,L5Ҝ'pZȿO/V6 lhs`,n0ϒY'@@.%F͂4/6NUh@q-=m7>^2=e)O]jxVRG{(Äiat8mPMͺq,F\Q3:QiW; 6ς5 %OD62c^)Qŭ"x9w%ĕ`H:?T^Rwcgnr0$;xgl9,3(nD"~jl2{J.J.Xe3d2(aDG=+yd
P!Lj085c#}l%Sމ,Prr_|`@z&_M73'|`GĕGc=cdfϪ݇N'Oة`}W><|W<-=kk`sj.4M,?nr -3;B?IӤ\Y{cketPeFDg;`O+v<CPXQi~^ѡ"U\&M7ɷq7&L7
ICE=%6A'SD$06`cQ<;]tWU/XK։ WeJ&<Hպo +3;B?IӤ\Y{cketPeFDg;`O+v<CPXQi~^ѡ"U\&M7ɷq7&L7
ICE=%6A'SD$06`cQ<;]tWU/XK։ WeJ&<Hպo endobj -1029 0 obj << +1033 0 obj << /Type /Page -/Contents 1030 0 R -/Resources 1028 0 R +/Contents 1034 0 R +/Resources 1032 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 975 0 R +/Parent 1036 0 R >> endobj -1031 0 obj << -/D [1029 0 R /XYZ 74.4095 793.4011 null] +1035 0 obj << +/D [1033 0 R /XYZ 74.4095 793.4011 null] >> endobj 150 0 obj << -/D [1029 0 R /XYZ 74.4095 771.7323 null] +/D [1033 0 R /XYZ 74.4095 771.7323 null] >> endobj -1028 0 obj << +1032 0 obj << /Font << /F26 170 0 R /F28 173 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1034 0 obj << +1039 0 obj << /Length 1958 /Filter /FlateDecode >> @@ -8517,31 +8557,31 @@ xڍXYs6~ϯ#9cNƎ;8KxxHn뻋(2z
~l~8ϢYq06{,g }_TŪu%hRq(ՉP"RV.#&qȩcU,NpSFЍ?AGy5yҠyRs%r!j-6Dze)
|_}\JJyAƢ7ۡagYzcfa']ԭMpTrh>vw,u!W+jE2\kU[ Ԙw)x6"L,xIj(,H97z;{vy![[Z=:/9=@~O8 0 z;.>WO3
38Aع $
OT2?b, -dc,s}ڐ9ⱍi
P:H"@K8뺆{\w5rD/B0/xMG +dc,s}ڐ9ⱍi
P:H"@K8뺆{\w5rD/B0/xMG endobj -1033 0 obj << +1038 0 obj << /Type /Page -/Contents 1034 0 R -/Resources 1032 0 R +/Contents 1039 0 R +/Resources 1037 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 1037 0 R -/Annots [ 1036 0 R ] +/Parent 1036 0 R +/Annots [ 1041 0 R ] >> endobj -1036 0 obj << +1041 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [440.5227 436.1395 462.4384 444.9105] /Subtype /Link /A << /S /GoTo /D (cite.M32) >> >> endobj -1035 0 obj << -/D [1033 0 R /XYZ 74.4095 793.4011 null] +1040 0 obj << +/D [1038 0 R /XYZ 74.4095 793.4011 null] >> endobj -1032 0 obj << +1037 0 obj << /Font << /F63 220 0 R /F35 193 0 R /F28 173 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1041 0 obj << +1045 0 obj << /Length 1135 /Filter /FlateDecode >> @@ -8552,71 +8592,71 @@ xڝ]oF+|Ws|3s+'[*;QCۦg|CUEr093?9XE8 Q: B .C!-%ﮢUU16ðFLHmĴ"Su.bM2g*vE,Kuq08{g-FwxcU& XL+r0{hD4f\+"&gS\Nm>)ZTur)kyS6aMcUlw#BhHP+r@>Q&G>ʒ4YSP#U(piEfHho#OK6/IGRK6@Gq`G
FcdiEf$4>d_
̩Y)j$aUUhOI(E5CT
cCƎs#b?O:L<~4"/n?D5(LH#nh$#?&8^ɂ8F])]̏y>>^aP7vU>@+gZ+*y#
xfe6=n~$EqVN K٤*-VeBn֎FqL+r0L)0[8[majd&i 4ebƐcUvQP8%~9=CL-P Q5hU>TL5妚2:bf<XU3Il15ElCUt88z?A/n~͞ss.I'{* hEGªLL l'151ڇ-odP(?ƹXbUUxO[GPS?ӊA:{Cͳ3kWYUFSxiEdo
GjINeKO;ǢO"fZ^ID(p -¸ڨz4,(FJ͆ +¸ڨz4,(FJ͆ endobj -1040 0 obj << +1044 0 obj << /Type /Page -/Contents 1041 0 R -/Resources 1039 0 R +/Contents 1045 0 R +/Resources 1043 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 1037 0 R +/Parent 1036 0 R >> endobj -1042 0 obj << -/D [1040 0 R /XYZ 74.4095 793.4011 null] +1046 0 obj << +/D [1044 0 R /XYZ 74.4095 793.4011 null] >> endobj 154 0 obj << -/D [1040 0 R /XYZ 74.4095 771.7323 null] ->> endobj -1043 0 obj << -/D [1040 0 R /XYZ 74.4095 573.2241 null] ->> endobj -1044 0 obj << -/D [1040 0 R /XYZ 74.4095 548.0739 null] ->> endobj -1045 0 obj << -/D [1040 0 R /XYZ 74.4095 522.9238 null] ->> endobj -1046 0 obj << -/D [1040 0 R /XYZ 74.4095 497.7737 null] +/D [1044 0 R /XYZ 74.4095 771.7323 null] >> endobj 1047 0 obj << -/D [1040 0 R /XYZ 74.4095 472.6235 null] +/D [1044 0 R /XYZ 74.4095 573.2241 null] >> endobj 1048 0 obj << -/D [1040 0 R /XYZ 74.4095 447.4734 null] +/D [1044 0 R /XYZ 74.4095 548.0739 null] >> endobj 1049 0 obj << -/D [1040 0 R /XYZ 74.4095 422.3232 null] +/D [1044 0 R /XYZ 74.4095 522.9238 null] >> endobj 1050 0 obj << -/D [1040 0 R /XYZ 74.4095 397.1731 null] +/D [1044 0 R /XYZ 74.4095 497.7737 null] >> endobj 1051 0 obj << -/D [1040 0 R /XYZ 74.4095 372.0229 null] +/D [1044 0 R /XYZ 74.4095 472.6235 null] >> endobj 1052 0 obj << -/D [1040 0 R /XYZ 74.4095 346.8728 null] +/D [1044 0 R /XYZ 74.4095 447.4734 null] >> endobj 1053 0 obj << -/D [1040 0 R /XYZ 74.4095 321.7226 null] +/D [1044 0 R /XYZ 74.4095 422.3232 null] >> endobj 1054 0 obj << -/D [1040 0 R /XYZ 74.4095 296.5725 null] +/D [1044 0 R /XYZ 74.4095 397.1731 null] >> endobj 1055 0 obj << -/D [1040 0 R /XYZ 74.4095 271.4223 null] +/D [1044 0 R /XYZ 74.4095 372.0229 null] >> endobj 1056 0 obj << -/D [1040 0 R /XYZ 74.4095 246.2722 null] +/D [1044 0 R /XYZ 74.4095 346.8728 null] >> endobj 1057 0 obj << -/D [1040 0 R /XYZ 74.4095 221.122 null] +/D [1044 0 R /XYZ 74.4095 321.7226 null] >> endobj -1039 0 obj << +1058 0 obj << +/D [1044 0 R /XYZ 74.4095 296.5725 null] +>> endobj +1059 0 obj << +/D [1044 0 R /XYZ 74.4095 271.4223 null] +>> endobj +1060 0 obj << +/D [1044 0 R /XYZ 74.4095 246.2722 null] +>> endobj +1061 0 obj << +/D [1044 0 R /XYZ 74.4095 221.122 null] +>> endobj +1043 0 obj << /Font << /F26 170 0 R /F28 173 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1060 0 obj << +1064 0 obj << /Length 1902 /Filter /FlateDecode >> @@ -8629,75 +8669,75 @@ h1=㗗K+ԯXWn2n.NAm+";ZiF0 $=mߚ`l2Q^DfeTR̨fl^&Me7dr2
VLMM,RIx huH)_$
gl!/krH.x#6H}i7'Zyy_Yrk#;~? H2Xu|BvBp~ҞP}^UF)o<Eٝ@6D9ш<4ΟB(9qXZdp R4=Z -D`D|VYܘI_LoDC.HIx@?xjendstream +D`D|VYܘI_LoDC/HIx@?xkendstream endobj -1059 0 obj << +1063 0 obj << /Type /Page -/Contents 1060 0 R -/Resources 1058 0 R +/Contents 1064 0 R +/Resources 1062 0 R /MediaBox [0 0 595.2757 841.8898] -/Parent 1037 0 R +/Parent 1036 0 R >> endobj -1061 0 obj << -/D [1059 0 R /XYZ 74.4095 793.4011 null] +1065 0 obj << +/D [1063 0 R /XYZ 74.4095 793.4011 null] >> endobj 158 0 obj << -/D [1059 0 R /XYZ 74.4095 771.7323 null] +/D [1063 0 R /XYZ 74.4095 771.7323 null] >> endobj -999 0 obj << -/D [1059 0 R /XYZ 74.4095 573.2241 null] +1003 0 obj << +/D [1063 0 R /XYZ 74.4095 573.2241 null] >> endobj -998 0 obj << -/D [1059 0 R /XYZ 74.4095 548.0739 null] +1002 0 obj << +/D [1063 0 R /XYZ 74.4095 548.0739 null] >> endobj -919 0 obj << -/D [1059 0 R /XYZ 74.4095 522.9238 null] +923 0 obj << +/D [1063 0 R /XYZ 74.4095 522.9238 null] >> endobj -817 0 obj << -/D [1059 0 R /XYZ 74.4095 497.7737 null] +822 0 obj << +/D [1063 0 R /XYZ 74.4095 497.7737 null] >> endobj -980 0 obj << -/D [1059 0 R /XYZ 74.4095 472.6235 null] +984 0 obj << +/D [1063 0 R /XYZ 74.4095 472.6235 null] >> endobj -981 0 obj << -/D [1059 0 R /XYZ 74.4095 429.5461 null] +985 0 obj << +/D [1063 0 R /XYZ 74.4095 429.5461 null] >> endobj 506 0 obj << -/D [1059 0 R /XYZ 74.4095 386.4687 null] +/D [1063 0 R /XYZ 74.4095 386.4687 null] >> endobj -918 0 obj << -/D [1059 0 R /XYZ 74.4095 361.3186 null] +922 0 obj << +/D [1063 0 R /XYZ 74.4095 361.3186 null] >> endobj -997 0 obj << -/D [1059 0 R /XYZ 74.4095 336.1684 null] +1001 0 obj << +/D [1063 0 R /XYZ 74.4095 336.1684 null] >> endobj -917 0 obj << -/D [1059 0 R /XYZ 74.4095 311.0183 null] +921 0 obj << +/D [1063 0 R /XYZ 74.4095 311.0183 null] >> endobj -774 0 obj << -/D [1059 0 R /XYZ 74.4095 285.8681 null] +778 0 obj << +/D [1063 0 R /XYZ 74.4095 285.8681 null] >> endobj -1038 0 obj << -/D [1059 0 R /XYZ 74.4095 260.718 null] +1042 0 obj << +/D [1063 0 R /XYZ 74.4095 260.718 null] >> endobj 577 0 obj << -/D [1059 0 R /XYZ 74.4095 235.5679 null] +/D [1063 0 R /XYZ 74.4095 235.5679 null] >> endobj -818 0 obj << -/D [1059 0 R /XYZ 74.4095 192.4905 null] +823 0 obj << +/D [1063 0 R /XYZ 74.4095 192.4905 null] >> endobj 393 0 obj << -/D [1059 0 R /XYZ 74.4095 167.3403 null] +/D [1063 0 R /XYZ 74.4095 167.3403 null] >> endobj -1058 0 obj << +1062 0 obj << /Font << /F26 170 0 R /F28 173 0 R /F63 220 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1062 0 obj << +1066 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 -714 0 obj << +718 0 obj << /Length1 1612 /Length2 16042 /Length3 532 @@ -8706,7 +8746,7 @@ endobj >> stream xڬct-vضm۶mNcvm۶tu_}?<c<֬Y5k[dD*tBftL -5303` +5303` f/8^fgT?ڛTR/y`q~ $q/D#}tD7YމR[tvNbpldx&7<&)W@[' " PG?4NUѢ`ݾ]=<]7EYRf~:W(ek.kÍL o*nֆ4d&`䆲%ҧ֮!oadFޣ␌n$ʭAх[wEXwN}E
c9sY<=,,ES&"[с)ᐦm Is%~\Ҥ2OGMتj-OmmK9b\)p$:_g'(Aާn0EfWԘBv:4Yj҈jF#y0b;^atmtm^@D-`x;3`cݬpFįkHbfPA]OBN2R9%S$ۛ#I">"S{ ތ
#DAs. ٛ3~a%Y=M^E0B,R넰<h\¹w5FX9TU~!!%PyMi\ŧ&*g%nl6B? fO6"4%SI_ќMlUS`ȣ+fDթQ.A @@ -8773,35 +8813,35 @@ mawqrHY-D1vyZ<P_稄+mr_+8JUXMLԶD*k'$ |4
={FUV+*r $*^;ˋA3fUNE[en8T$ȡb4JkKF]t&K^oiSztC=x JX#TZ/
_zҒ40 0
hF(ٌ(0`OPiT<
wI¢ݨO_ WWnbR!@mm~2JGH, 4\!J GhZ%NjT"w,qʢFHuԫ~)xtd=Y:%|5&bpOǿХܮA_%| ~1T86TYB?܊0r&O~I[TWu;OxoeNJ?eSc*wp75P,,₲3 لd&BDn(NNWC(Fl70V)Fs"8(oln -3wrUC -bŧTOu:LHafNj7QCΑ9]K,W:#00QR-3¥LF߾6,b>x'C>f{E1
m[y&3Y1L6>|M7ǜUZ)<7{<I[elwr҄+\_Ydr-]\|F'/uӞ60
^!Z;Ŧ§)G|:7yLq[ϪX:ՀB5j0 9'5$?7( +bŧTOu:LHafNj7QCΑ9]K,W:#00QR-3¥LF߾6,b>x'C>f{E1
m[y&3Y1L6>|M7ǜUZ)<7{<I[elwr҄+\_Ydr-]\|F'/uӞ60
^!Z;Ŧ§)G|:7yLq[ϪX:ՀB5j0 9'5$?7( endobj -715 0 obj << +719 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1062 0 R +/Encoding 1066 0 R /FirstChar 33 /LastChar 252 -/Widths 1063 0 R -/BaseFont /SKMQEN+NimbusMonL-Regu -/FontDescriptor 713 0 R +/Widths 1067 0 R +/BaseFont /MUTGPV+NimbusMonL-Regu +/FontDescriptor 717 0 R >> endobj -713 0 obj << +717 0 obj << /Ascent 625 /CapHeight 557 /Descent -147 -/FontName /SKMQEN+NimbusMonL-Regu +/FontName /MUTGPV+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/udieresis) -/FontFile 714 0 R +/FontFile 718 0 R >> endobj -1063 0 obj +1067 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600 ] endobj -630 0 obj << +634 0 obj << /Length1 1606 /Length2 997 /Length3 532 @@ -8809,119 +8849,50 @@ endobj /Filter /FlateDecode >> stream -xT{XSoWW|rDn DmD(Lp%99' 8* BH'>,E7VЍ -vHN2_B'h* ->R 7B3Pkx -@EYD RHK% ,#pHqPT4Q4$LIs^+1< -%6@$T2WtȚ$z>b) -"ͽ>>q8
L-0 _ĜCK♏30(u,?&`Z2<HPr_Nr J2C43tL^,Id\vLJh_ -/Y{]?{nZ$.[u-zƗ8%"mnjF|S־6s>㹟_jn`Bco[gH?ayc֓KQ$ٖ9uwoK/ٱn_]]uX^}Z<l7 -w~t(-bk&omwk6@D1w;f,*wňnYU0lq5䏬nmҧogv}ׂ[N>p.{i57hæ56/䬍L4z{3vH·v?LݔĊYV{yjUFs#)Gۿo}ϑߔFk=QjI{ᗕŚs -emMiy#brv(bfzGƮt3عi/^ZQ5`8tԮ)6qDRP*mQy]/jɠP]ТiSwF''jHkKVyt[UG(.[홐r͢٧k?N8լ4{DیgMZzf
˚0VeWPоjgf?Ien7 ed)aڵ[u#~{^/JBl6ߋKm]Ɋ[l%L`zlU]w(
H&l`)zog1CՍ79/|9<qbjX;]F>J(S2}=in( +xT{Tgo46ZCy%ZDcP!L3LJQT\*jAxĵ("v9p.*,j]%hi==s~z̔)TT +H[# + +#URuKHt<pbNRA V˕q`` S5ZあRs1zLَ_K!qQ1@"! ++R\ I +b +cX*q6 +E`b:0w<IO5zcƚ8FjPE>%FRcǑ*8 o?1X-\G;0bjlKrD&QxZ\dg.HձR$$ +ۚӋa哆;e8?S;lu`҇677Rwf
B;?mV57)4Tp[wRمK$kMi?W(^`C.5΅<t?\`OGw-,]w䯕ezO-9|绒rz>;]uy|]Q?!W*ژֲא;\o2Vs2${RL;7:GvkÓ=__XثxCq<Qd
+%V+fvYp?pP>=
H(e]4ME,j`q9~_@ݦN8<>z]Cm;oz
p쑍8(4c_]X[y%9n,\;8?>y=G]W6,<Ԑ+7\r +&CxAruMmpcu{NSߛ_25]n1$W.&w)luR'DnmzlSOzm<A^._sO +O7B&pON)Cѯ?$ pc>l"endstream endobj -631 0 obj << +635 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1064 0 R +/Encoding 1068 0 R /FirstChar 229 /LastChar 229 -/Widths 1065 0 R -/BaseFont /OECGEG+StandardSymL -/FontDescriptor 629 0 R +/Widths 1069 0 R +/BaseFont /RBBPBS+StandardSymL +/FontDescriptor 633 0 R >> endobj -629 0 obj << +633 0 obj << /Ascent 504 /CapHeight 687 /Descent -228 -/FontName /OECGEG+StandardSymL +/FontName /RBBPBS+StandardSymL /ItalicAngle 0 /StemV 0 /XHeight 400 /FontBBox [-180 -293 1090 1010] /Flags 4 /CharSet (/summation) -/FontFile 630 0 R +/FontFile 634 0 R >> endobj -1065 0 obj +1069 0 obj [713 ] endobj -1064 0 obj << +1068 0 obj << /Type /Encoding /Differences [ 0 /.notdef 229/summation 230/.notdef] >> endobj -569 0 obj << -/Length1 1625 -/Length2 7793 -/Length3 532 -/Length 8650 -/Filter /FlateDecode ->> -stream -xveP\m.4x<4tC$ hCݙ9uujww=k=KUZMUfAX98`;sgTUPp2 -qX,1UaN..hKu@T%x2p2^4`ebf+ -7߱%VabK˂@j`'5X?rmFô@[ -@Pا?KhJiGSqA -⟇<07'+'C -`)awlsvu=0t&Nr)_2uҷ| `7.N=ԍ<U^G9a\tJ9~z%=06
&>~꒡oxprh:!l?,r1}rFƟdSnW`O)y-CHN~e<>ȕ4]eg!1N<-
@uk{bΤgQ#9,h%/da10<1|J>6dp͒;Z2ҞwF^<ى߆@^Sl|:=[l+zN+CE}<\`l<ոCdDj+$"Vje
pQs1(Se܇Rb29~q& -aqSƿ$f/ -EhV՝52zADg%"I=LjL0KQμк5<3ug6Gt'7"Q0I ;jO\boo-nEPY\5وPzqdT^>0^,&.T#iAoh0j`_>+[0A )9
nN,\8WeT^CX3XGfᡥ__ -ҲsE:s~[a/7n kRwc?Ft^>F -Y3赿Z%|^8qq%+#x0l"m`00ih&"huZp,`G=:+1`>ATuXj3@/MlgUw+өGk:fMu>D~v"bT2V'Vzs尥qsP^Ug!#zd[0*k`f%S.wz1Y
/Hub0-M7_vObvv2? ma3'e·H5d#Xr*c#BB9>`VڧϻO[YP*T?=e3ʨ}3rAZpsY։XU^%CB$c$)Od&0V3C]SS qȀ6T83tleZ:*CSt~:HDD':aG*Zt=,d8<)B0]\
~Z#f=
$PkiG.B2!MbhX -ͲS瞇a߄;>]H w^-^&pzּ"ZHiMc#Dbx=}/m~seDa{5npW -ek6A\ƒrJYiu\d@#9]FHE-2"X5B^m若E>kBx'VJ2qXv8HŤ̎h}ĐO/*FbᇑB,"TaTչauJ$F_;p~fv?@,(Φ^y -XrU1[Ee(60ԩ6nBy9
ڨ43i-)JDL=J(x]ꆑTZKm%S~&]ZEȉx&y1qA|lU[0756[^.täQZAb=ӑ^8+u@f|"~{kd-cjUαOk|.n=$(YWۖ\Z/Є1R<$#N[Rܔo< -m˩y2 -<ۑTe4ZXe -N^:I-Z}NxwI[ubk,A#unBVe7>ᑢĿ?d=XvOjN1u43˵r]B}ҋ[7#tuBAm -yBUG:s{Z#2NXrp۷`cJeP@)ɧVBaΘ<#+ -sB<u1NJ=HPw54d ;|bNjҬjAw֪!BBOU" -<=ejx4 -9v!JQ(txu0}H`}U&6?= -0',k˞0rL.nQEL31Us=s;<%hwzuw> mU~PV|vIy%pP4YyQfWû
U)mxQWlDȇT"C ԯ^]cj&$K&8ߖyLZL|0|Z,šv{e['ةV%1{Dc(D}.fi?n]ꆗQ)RCP--?GHmi_߂wZ)[saJda/-s0NRwgUh cQ˟D^n -$,hF}<?qíf1n7j3GyIH FK{+b6DU() 5\
ద7~ql,"X-Mzх^?[TVul6KLiȍ%ʰ=/`r;)kpI9Ly9odYt$ -asjQg_1PZBCǏwPOWJA&k4wڝ~]58vI}tћO`"+lش@q I -G([D3"l3hqx/ -Y{#p>X0D,~~F}2u -nrs*qQk'xm\/wL%8)09QX#(`9ȾݺϺ:Ϫ+C4[J]9u*5O -]MM%'Rk*sjzlSioTⷘz-л -<|hrkÅۼn
xuP\q ߈c'R$H41$x`±Cdm\pDUO)(0} -e;p?7(!Qwh&B?Q݈; -ӞfkkU67oJPD؎ʅww6>:vD*ˠ\piЁ\Y~?hӫbё5Q$o¾]=atkR$(K]v@Q-ҼMɅNJڑ -9tUy>Ux?\lMs|Wv
`6X [v./NZUNŻ?3X]{̈x3RM]|kcB1F9l`fm[vƻd7bJ=gѤ|me)' -bW6²bBߣ/^ͫI)hoO7Iyov+赺WׄbE}(Q|zS0SfGMY7+@Ju'Pt%c״/#b>~v gɒvW#f?<a__}YZ"C}BHFzIO~&)zâKjQwBԐ-ދc明$Hys?^݄IʀT85a9crT*3";BJW\st~}|[6V<|xXu1/o!e'G e-'otptġ]K]$`|:fjf5Wn[HȢw<t\nu|ihK$vnO
qHD_\{&+kLMUv"SZҽ?Gck}NRy)\r-Oam^H!D@%zInKN/)S -(]\/
m~ʿ~}5q =ړV/U%{/8axr,i)\{J>I0Ղʇ]@*uKmlLFuWӯԡ Kh 姉#oӸtP-OqQ?ѥ:*,[u,- -ȼ]=|ҬpbO/'SmoZ~w%DR^ -ѧ?O5JA -zVJ:&/wT9t&j[^}k,0E_Л.f|O_4xz_"M)J1-Qh$TX#fzX7g(r9"n<BqDJ*)#}B&hywAkw˕S(Q.\NweF%h/'fc]Bj3їriǾ`2Pm;/aeCnR4C&3{Y)H\=Ӈqer`1ϔ( ;u}ld~3
t5upxC=ۥ;Εlؒ::SIӭ2DVו9_gv1$͑70W[~P5}9Lj-Ρ b59\ixl~Ʒ9|b~;B:I)hp,2Y75E0kWH;n9i.jn;)>Ufn:e)|#3P jxQs8E$Gą/:۽J:_
{gsdݩʗ,F\
N#QpurmLX)rc-) -iR-<EZiqkuJ_Cɓ՟`61U]Hw_8Gin^Io=W٨hCbC~V"kNށCEvWcOǟqom[EE+7D
^/jU
F^ٱ>&,R$Qѕ1tόNݝ؊ 5x)F
ɑ-~-曈o&$%mKeq@:Mr~`s/ d3s/ɶendstream -endobj -570 0 obj << -/Type /Font -/Subtype /Type1 -/Encoding 1062 0 R -/FirstChar 40 -/LastChar 122 -/Widths 1066 0 R -/BaseFont /AVSAPU+NimbusSanL-BoldItal -/FontDescriptor 568 0 R ->> endobj -568 0 obj << -/Ascent 722 -/CapHeight 722 -/Descent -217 -/FontName /AVSAPU+NimbusSanL-BoldItal -/ItalicAngle -12 -/StemV 145 -/XHeight 532 -/FontBBox [-177 -309 1107 953] -/Flags 4 -/CharSet (/parenleft/parenright/comma/hyphen/period/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/r/s/t/u/v/w/x/y/z) -/FontFile 569 0 R ->> endobj -1066 0 obj -[333 333 0 0 278 333 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 611 556 611 556 333 611 611 278 0 556 278 889 611 611 611 0 389 556 333 611 556 778 556 556 500 ] -endobj -560 0 obj << +563 0 obj << /Length1 808 /Length2 1320 /Length3 532 @@ -8929,40 +8900,49 @@ endobj /Filter /FlateDecode >> stream -xRiXSWF"VTǃdl ` iYnI7
e\@q" eAYUuEbDڀu|5Ϝ|>3 cĚJ: -l5yTN}ilfߔ
4B-锦wz^otͯJ=ɦ6`jySơt+_NJ{%$][y/D6thRojkW'~^,g@~f3֣70$VV}E뭭#I^eT+%N7OLULZGZB}6O7HV>Vw +xRiXSuVTpx d +2D T瀅*:" +"Q +{{?g>묽&>6.|l;쁡R*864g +@$0$E0t=$eB@[(5t{a7I=p8PHS ?C`i o$ +O +J Ojbؿ2T4K4ŔLKPayy
hȚ^C&nD姜S!?H,8`|GSq`>"MϲṠBPmI8"@0" +,(&PL4&Jw + a#@X<<f
=[`O'qN͘ +UqFGev[`"`]mN-KFbn;)>s+{Ҳ}^R!sCL~[hnuo~TM0U\E 6ۯ5mҌx&3(+U=&P^˳S9:;vwv-c:rWsY`|#GtmwaҎB=܂:s۬^R7(߭X4{\3XpK"U?3^D^ӧ.?hweэ͍/'h?fiT:*^17O76/ZD,*M0d1*.\+q +1$<uQwѴѝ#~kYWw(@b@aGw7tk2EGͅz2Sf)uu8X0:uf_[(*7$
MPʨc4Bki)R[ v3v&RBGߜ]%1CkMzmO|mc̮[c?L˹5]Vb%벿5N;$?6t=y¯执!jI\~{+ܕlz9harH`5wChq_wBo*l>(7kike
q!
4B\_^]G#3jCs-LBbRA5(JH2vԁ&XC4;4;gv3sS})4ۑUMv=!k,[on)V6>OXnxx%˴u%7bAl.u};0(5lU :n?X[w{@~U~N|%үe?\oEcGs
Oes{se9"LY[y֮$NהOJ%{/KEÑ>%Z܇o=B`tHv+O}IQd[@Л.BVcu`Kaw6Z3jwz9eAAe=p+Ўϖg4UyKk_z$櫫swDp)&(endstream endobj -561 0 obj << +564 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1067 0 R +/Encoding 1070 0 R /FirstChar 58 /LastChar 62 -/Widths 1068 0 R -/BaseFont /TKUXBR+CMMI10 -/FontDescriptor 559 0 R +/Widths 1071 0 R +/BaseFont /MCNHKT+CMMI10 +/FontDescriptor 562 0 R >> endobj -559 0 obj << +562 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /TKUXBR+CMMI10 +/FontName /MCNHKT+CMMI10 /ItalicAngle -14.04 /StemV 72 /XHeight 431 /FontBBox [-32 -250 1048 750] /Flags 4 /CharSet (/period/comma/less/greater) -/FontFile 560 0 R +/FontFile 563 0 R >> endobj -1068 0 obj +1071 0 obj [278 278 778 0 778 ] endobj -1067 0 obj << +1070 0 obj << /Type /Encoding /Differences [ 0 /.notdef 58/period/comma/less 61/.notdef 62/greater 63/.notdef] >> endobj -557 0 obj << +560 0 obj << /Length1 1630 /Length2 6677 /Length3 532 @@ -8973,7 +8953,7 @@ stream xteT6
"!0tw RJ03P
ݥtHw]C /Y{Ηsw֬7Cm=^y5H A H4֮]&TRWd -ӋⳲ*AVH0dIA6 +ӋⳲ*AVH0dIA6 PWHB$)$_$/Y { @@ -8993,35 +8973,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 -558 0 obj << +561 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1062 0 R +/Encoding 1066 0 R /FirstChar 48 /LastChar 58 -/Widths 1069 0 R -/BaseFont /QNMXXV+NimbusRomNo9L-Regu -/FontDescriptor 556 0 R +/Widths 1072 0 R +/BaseFont /SMSDXM+NimbusRomNo9L-Regu +/FontDescriptor 559 0 R >> endobj -556 0 obj << +559 0 obj << /Ascent 678 /CapHeight 651 /Descent -216 -/FontName /QNMXXV+NimbusRomNo9L-Regu +/FontName /SMSDXM+NimbusRomNo9L-Regu /ItalicAngle 0 /StemV 85 /XHeight 450 /FontBBox [-168 -281 1000 924] /Flags 4 /CharSet (/zero/one/two/five/eight/colon) -/FontFile 557 0 R +/FontFile 560 0 R >> endobj -1069 0 obj +1072 0 obj [500 500 500 0 0 500 0 0 500 0 278 ] endobj -554 0 obj << +557 0 obj << /Length1 807 /Length2 1423 /Length3 532 @@ -9029,48 +9009,44 @@ endobj /Filter /FlateDecode >> stream -xR{8Tf4_͚B.a5Tn6c1$ea1f13
Ʈ(Qe$E*9*ơ]l]9uzgʀi fqq8GHa24tT.vP#sp
Y p(",ѩ,HF1`:r- -Ö,lLpZ
dS9 sZK(Oti|_akfv!#\@,H4: -n.5?L[ >/bd|`d!VedW;bQjrTUp+Ocbq䗦ZQ72T/}n+v) -z1DLVmw]tEϛNFs,]_e[#Do4PW]\' چzj;Lӕm:J/h*2m^ߙ4_Ip^w0/xJ`2 RGqjۇ9vNnN;q:M /[R-ʛ-v7W"UOL+hyGoyWx[ -Mk6*뜑ή-|-n:ݕ{T6Sgj%jS3}5w+imfC wYV23n^0)XJZs鋹[Zivey)q{~m4pR]^1& -aoG'C|]3P+6;}1"h|57gG| -ܾi}qg=%ua~}GLQiJi{apߠM9uxi4t-إpMlq[;=<;ыȊ'3'QۮUES0NVu7oЋƧY -R5ugT?1D^jFmwj)іq'9#;pFeQ*4aϸ9$ b -tޠ$S[1Mcc4~Ds6]YQ˹|l)=iwްLym+P+OnV
%P4HU }DnRo79 Հ91?|P3A*P9Ѩ? -endstream +xR{8Tf4NSj&rƠAa1f13k]Q.ȥDH"ݱ"]vuPB.j®s:Yk=~}gpatsxKFq +[#0[Ex` +?VwDjhMyiKvzS}*SSRb ȔJL+ɐ${LydZZ0؆W
Yo<iD^%\~F5av(h%3?/{C2F%!)~W:Zu*(p$WšW\7S|5on)E^2"S<AלxK`-!&}ZF3y&Q=kSy)<cE"- #UVRV +eW%Ƶg}?4Y)f.=WR~4j<X4}f<GW~JضDz[~KR085 .}T\QdW8:!%V+/ 7_k3R)?.^U{1+'&[.?l#FU癁T̆_H^Ր~Mc@QwYʷ|/ +鰖&mG勇L +ZqcNщ(sr)uO͍^[]5SQǹ:Cx=Q̺}tqϨI$1}rPˁl">gs'rotSe'־lZ}Ǿ*tjXP[]1Mec:zPg6CMUשj jA/C{WxV,ߴB)a0S )%|> 5~P(wF'l14^4]endstream endobj -555 0 obj << +558 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1070 0 R +/Encoding 1073 0 R /FirstChar 40 /LastChar 61 -/Widths 1071 0 R -/BaseFont /PJJKOX+CMR10 -/FontDescriptor 553 0 R +/Widths 1074 0 R +/BaseFont /DXIFRU+CMR10 +/FontDescriptor 556 0 R >> endobj -553 0 obj << +556 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /PJJKOX+CMR10 +/FontName /DXIFRU+CMR10 /ItalicAngle 0 /StemV 69 /XHeight 431 /FontBBox [-251 -250 1009 969] /Flags 4 /CharSet (/parenleft/parenright/plus/equal) -/FontFile 554 0 R +/FontFile 557 0 R >> endobj -1071 0 obj +1074 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 -1070 0 obj << +1073 0 obj << /Type /Encoding /Differences [ 0 /.notdef 40/parenleft/parenright 42/.notdef 43/plus 44/.notdef 61/equal 62/.notdef] >> endobj -551 0 obj << +554 0 obj << /Length1 1647 /Length2 8047 /Length3 532 @@ -9081,7 +9057,7 @@ stream xwePݲ. < |Afap44'Kp wާ{ϟs[wީwꪗFU]b\ 4=]́ ك G<8 -<"3~jjsn+;W գBme@@U`ijxx@|>:qq
Ӵۂ[GT,L?ƪ]tIG bo*II+[@#x%"L0+_wC,~lz
;`c +<"3~jjsn+;W գBme@@U`ijxx@|>:qq
Ӵۂ[GT%/%L?ƪ]tIG bo*II+[@#x%"L0+_wC,~lz
;`c X8Pr샂`&I~AN,h?U >k!2D1Fjl>7 ;2E бSh|grg>+3~:~ikU2;*]k54I rmgm7@3Oe)A%7o7Ѧjt_+{B")Ih$D27\՝Ăf[쾁ԍW DˮIm}7L>I!@ymj;TsRc!ܤ Ji|[Fo5Qg_43=@OIϚy[ԕzTzoLQqnCZJn2R84=4(|R!Vo=/;*%Bx9v.nPOv/ѳ=<nAS?+|ꧫdkc=7O#V[N+ypmfF*--څAϹIKTU~`E>:$N tTVזjY"uoS*f2()]aWb[\'g}$^MgR9*ov?yGYluA?~s_|*dGP߁,vf,WdJ8,33 <S5,S"@\c<D;eoUJޞ7Nu-.ejGqȖൺMȪHyxQ/]}҃؈WKkzwYct1_ef̧Rޘfz:rJ4[G~LDp|ҧߪf[զëu:KٸljHZR"OٔK<SKۛ<'ⶵ*]fWUЪNo俘PJang;clDL9ᤳZYbc63,z(^7Ϝ82}7ώ%:^+ PRY+GFD[)oN?5J+6lk?6@u:ntgz`4=נ77'| uTeǾv=I]9Kq4/o-P*pU^gǾI^w?o?0E}T@ZYZ8nۼŋBY&Wfu5S⭦gv^|u
eI36>تCU7;KA{Tmc8[Jux> 8I$,:NXms-_gk
P)q @@ -9102,34 +9078,106 @@ X mjއ!S_"[}we)BıN7kK/v^3iVVE+UDKp?^k|/7'ɤr)fKnli\ڝ,v6R!DohhMJ*l tp$o ^&cmsi ד}ȺiIh6XC#vP6m8MQHǹfAjɽnvT<p;f&yX%)w S)C!OQϭd/jejc$)@~7C39G^Kn9$*nC4,Tj(=R&mdד߳+Y[_1ݧ+oMte$'S2/kBeF)Q?oWH}£YY,yߴ*qhw3sՑ/=?La½X!w<(#`܈so|GlN\2D1&撥^tntYi*zq|]bبJdv/P;re,X]c.WUg(~P$,;Њ?<P*BTeq]^s|J8!em7|{}̂+Nj%4#kzI"m bj\p|@. 𘊠質;yVyX{~prC4
\%qzqlfM`8hUґ;)pJpfB
Ui>FMau |?Ô\D]h&,.XkVd:;-
,9cx DocޠK/n [Z)4Eq8v=kkwTUd 4
46OK0MI4DFJEfﯳz+X`*ě+4wÙٌ"= T=(=3;:
퍧[O%<m7NDtJ(/MLm9LB+&DFE6ۅ̍ks.'Y92_STt&ˊ -ʖ#ew~__Ѧc
<*%Kh`h=lCڄh+Raq$h?EЁ&:K/ؒF)ʝac,z}}S]\2zDءCk?A`n4!0[ +ʖ#ew~__Ѧc
<*%Kh`h=lCڄh+Raq$h?EЁ&:K/ؒF)ʝac,z}}S]\2zDءCk?A`n4!0[ endobj -552 0 obj << +555 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1062 0 R +/Encoding 1066 0 R /FirstChar 97 /LastChar 120 -/Widths 1072 0 R -/BaseFont /QNCKKM+NimbusRomNo9L-ReguItal -/FontDescriptor 550 0 R +/Widths 1075 0 R +/BaseFont /UJFUBY+NimbusRomNo9L-ReguItal +/FontDescriptor 553 0 R >> endobj -550 0 obj << +553 0 obj << /Ascent 668 /CapHeight 668 /Descent -193 -/FontName /QNCKKM+NimbusRomNo9L-ReguItal +/FontName /UJFUBY+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/p/r/s/t/u/v/w/x) -/FontFile 551 0 R +/FontFile 554 0 R >> endobj -1072 0 obj +1075 0 obj [500 0 444 500 444 0 500 0 278 278 444 278 722 500 0 500 0 389 389 278 500 444 667 444 ] endobj +547 0 obj << +/Length1 1625 +/Length2 7793 +/Length3 532 +/Length 8650 +/Filter /FlateDecode +>> +stream +xveP\m.4x<4tC$ hCݙ9uujww=k=KUZMUfAX98`;sgTUPp2 +qX,1UaN..hKu@T%x2p2^4`ebf+ +7߱%VabK˂@j`'5X?rmFô@[ +@Pا?K˩jGSqA +⟇<07'+'C +`)awlsvu=0t&Nr)_2uҷ| `7.N=ԍ<U^G9a\tJ9~z%=06
&>~꒡oxprh:!l?,r1}rFƟdSnW`O)y-CHN~e<>ȕ4]eg!1N<-
@uk{bΤgQ#9,h%/da10<1|J>6dp͒;Z2ҞwF^<ى߆@^Sl|:=[l+zN+CE}<\`l<ոCdDj+$"Vje
pQs1(Se܇Rb29~q& +aqSƿ$f/ +EhV՝52zADg%"I=LjL0KQμк5<3ug6Gt'7"Q0I ;jO\boo-nEPY\5وPzqdT^>0^,&.T#iAoh0j`_>+[0A )9
nN,\8WeT^CX3XGfᡥ__ +ҲsE:s~[a/7n kRwc?Ft^>F +Y3赿Z%|^8qq%+#x0l"m`00ih&"huZp,`G=:+1`>ATuXj3@/MlgUw+өGk:fMu>D~v"bT2V'Vzs尥qsP^Ug!#zd[0*k`f%S.wz1Y
/Hub0-M7_vObvv2? ma3'e·H5d#Xr*c#BB9>`VڧϻO[YP*T?=e3ʨ}3rAZpsY։XU^%CB$c$)Od&0V3C]SS qȀ6T83tleZ:*CSt~:HDD':aG*Zt=,d8<)B0]\
~Z#f=
$PkiG.B2!MbhX +ͲS瞇a߄;>]H w^-^&pzּ"ZHiMc#Dbx=}/m~seDa{5npW +ek6A\ƒrJYiu\d@#9]FHE-2"X5B^m若E>kBx'VJ2qXv8HŤ̎h}ĐO/*FbᇑB,"TaTչauJ$F_;p~fv?@,(Φ^y +XrU1[Ee(60ԩ6nBy9
ڨ43i-)JDL=J(x]ꆑTZKm%S~&]ZEȉx&y1qA|lU[0756[^.täQZAb=ӑ^8+u@f|"~{kd-cjUαOk|.n=$(YWۖ\Z/Є1R<$#N[Rܔo< +m˩y2 +<ۑTe4ZXe +N^:I-Z}NxwI[ubk,A#unBVe7>ᑢĿ?d=XvOjN1u43˵r]B}ҋ[7#tuBAm +yBUG:s{Z#2NXrp۷`cJeP@)ɧVBaΘ<#+ +sB<u1NJ=HPw54d ;|bNjҬjAw֪!BBOU" +<=ejx4 +9v!JQ(txu0}H`}U&6?= +0',k˞0rL.nQEL31Us=s;<%hwzuw> mU~PV|vIy%pP4YyQfWû
U)mxQWlDȇT"C ԯ^]cj&$K&8ߖyLZL|0|Z,šv{e['ةV%1{Dc(D}.fi?n]ꆗQ)RCP--?GHmi_߂wZ)[saJda/-s0NRwgUh cQ˟D^n +$,hF}<?qíf1n7j3GyIH FK{+b6DU() 5\
ద7~ql,"X-Mzх^?[TVul6KLiȍ%ʰ=/`r;)kpI9Ly9odYt$ +asjQg_1PZBCǏwPOWJA&k4wڝ~]58vI}tћO`"+lش@q I +G([D3"l3hqx/ +Y{#p>X0D,~~F}2u +nrs*qQk'xm\/wL%8)09QX#(`9ȾݺϺ:Ϫ+C4[J]9u*5O +]MM%'Rk*sjzlSioTⷘz-л +<|hrkÅۼn
xuP\q ߈c'R$H41$x`±Cdm\pDUO)(0} +e;p?7(!Qwh&B?Q݈; +ӞfkkU67oJPD؎ʅww6>:vD*ˠ\piЁ\Y~?hӫbё5Q$o¾]=atkR$(K]v@Q-ҼMɅNJڑ +9tUy>Ux?\lMs|Wv
`6X [v./NZUNŻ?3X]{̈x3RM]|kcB1F9l`fm[vƻd7bJ=gѤ|me)' +bW6²bBߣ/^ͫI)hoO7Iyov+赺WׄbE}(Q|zS0SfGMY7+@Ju'Pt%c״/#b>~v gɒvW#f?<a__}YZ"C}BHFzIO~&)zâKjQwBԐ-ދc明$Hys?^݄IʀT85a9crT*3";BJW\st~}|[6V<|xXu1/o!e'G e-'otptġ]K]$`|:fjf5Wn[HȢw<t\nu|ihK$vnO
qHD_\{&+kLMUv"SZҽ?Gck}NRy)\r-Oam^H!D@%zInKN/)S +(]\/
m~ʿ~}5q =ړV/U%{/8axr,i)\{J>I0Ղʇ]@*uKmlLFuWӯԡ Kh 姉#oӸtP-OqQ?ѥ:*,[u,- +ȼ]=|ҬpbO/'SmoZ~w%DR^ +ѧ?O5JA +zVJ:&/wT9t&j[^}k,0E_Л.f|O_4xz_"M)J1-Qh$TX#fzX7g(r9"n<BqDJ*)#}B&hywAkw˕S(Q.\NweF%h/'fc]Bj3їriǾ`2Pm;/aeCnR4C&3{Y)H\=Ӈqer`1ϔ( ;u}ld~3
t5upxC=ۥ;Εlؒ::SIӭ2DVו9_gv1$͑70W[~P5}9Lj-Ρ b59\ixl~Ʒ9|b~;B:I)hp,2Y75E0kWH;n9i.jn;)>Ufn:e)|#3P jxQs8E$Gą/:۽J:_
{gsdݩʗ,F\
N#QpurmLX)rc-) +iR-<EZiqkuJ_Cɓ՟`61U]Hw_8Gin^Io=W٨hCbC~V"kNށCEvWcOǟqom[EE+7D
^/jU
F^ٱ>&,R$Qѕ1tόNݝ؊ 5x)F
ɑ-~-曈o&$%mKeq@:Mr~`s/ d3s/ɯendstream +endobj +548 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 1066 0 R +/FirstChar 40 +/LastChar 122 +/Widths 1076 0 R +/BaseFont /DGMNUN+NimbusSanL-BoldItal +/FontDescriptor 546 0 R +>> endobj +546 0 obj << +/Ascent 722 +/CapHeight 722 +/Descent -217 +/FontName /DGMNUN+NimbusSanL-BoldItal +/ItalicAngle -12 +/StemV 145 +/XHeight 532 +/FontBBox [-177 -309 1107 953] +/Flags 4 +/CharSet (/parenleft/parenright/comma/hyphen/period/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/r/s/t/u/v/w/x/y/z) +/FontFile 547 0 R +>> endobj +1076 0 obj +[333 333 0 0 278 333 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 611 556 611 556 333 611 611 278 0 556 278 889 611 611 611 0 389 556 333 611 556 778 556 556 500 ] +endobj 219 0 obj << /Length1 1199 /Length2 11188 @@ -9140,7 +9188,7 @@ endobj stream x{UX]ݲ%!%8l`cٸwwO r -9OV[X
@́ln֬N@ßbe4h1o?B '۳rwfq+ _6 . +9OV[X
@́ln֬N@ßbe4h1o?B '۳rwfq+ _6 . STЈJ} !UU#.2=;h"̏HGd*>)aWwc-,I C4[ ||~s.Q2v^cnԣ#ɔS~pBTI9P_Q|W[3
-S_D;>x?@O0~//#,(ʩQ[bTBCvQB&nG7);0J֦ תetF)6Ĝ;KT@ёp 2\dBebmN\Nņ7u1!DCSVh%Aw+*b/wF:!aQ^OxEX:Yk0lQٺ-{<?
I*_9DaYv@`vj|%?'+K[b[w`ZֲttpԼ;`tqj4|2:5I'X)jϭ$֚^,N04}({1;$[Kpr8?Ye}JhK^I_ES=2wjoj f[0OiZGjl.xp^uy2O?!~$:~`7xَȒ6Iw! ^ؠ-p)pqU=%65`6a{v8a]Dc,R:-WǫkF,7"ځ_aU$,]CbR C6b+}M8V wkr॒hY Ä4-̏ȳ']BsdkO8Ngc,#LD>sDRѳ6Bp @@ -9184,23 +9232,23 @@ HMc2▬fH< ;.؉{&* <dZ+qؒY[%N{c&(ChKeΩ?%g4
qɗ"F傩/dvȇ6;qʻD;c^]̻,WCsszBTKNR;#,45Wĥ'q(Ń8BKꝹ:`{&~&8saU:oc"}E( @|wyMcMP+;O,>a3En{v?u\ɢpaqhGi4C,GED"}ũ{&mBk %2X0akmK&K7"!'_ q*'̑*,悤+`αt5蹢B NS=ʾigݫ<OACM
yϘw'.|^CMEg+uo7~OX͜] ;js[Ǿ!JP*-sA Q#AUa+!:(Leĉh}Jń@[\^o۾FRi!aԇ%g|h-50PRZBH:eu`5e$}
QjRΙQ-N|pp!^@hxcF"2r;*'&MC.0|IC{&u01;H7MlEHt0s&#!Iu66S,KO21`OՠOK
=ha=܆ҭb˖J<6inE)4t1(EwѣNIts2ϊ>V
-Q]R8S{?$^cdrEGzCɊ?Qg7}&BbvD#bA%Mpo(2$*Ws<K;PoqK'+Zy|6P -"kuot'f\q6OD6Ѕz + t +"kuot'f\q6OD6Ѕz + t endobj 220 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1062 0 R +/Encoding 1066 0 R /FirstChar 2 /LastChar 228 -/Widths 1073 0 R -/BaseFont /PHWPLN+NimbusSanL-ReguItal +/Widths 1077 0 R +/BaseFont /RKQROF+NimbusSanL-ReguItal /FontDescriptor 218 0 R >> endobj 218 0 obj << /Ascent 712 /CapHeight 712 /Descent -213 -/FontName /PHWPLN+NimbusSanL-ReguItal +/FontName /RKQROF+NimbusSanL-ReguItal /ItalicAngle -12 /StemV 88 /XHeight 523 @@ -9209,7 +9257,7 @@ endobj /CharSet (/fi/fl/percent/quoteright/parenleft/parenright/asterisk/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/bracketleft/bracketright/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/bar/quotedblleft/quotedblright/endash/adieresis) /FontFile 219 0 R >> endobj -1073 0 obj +1077 0 obj [500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 889 0 222 333 333 389 0 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 0 0 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 0 0 0 0 278 0 278 0 556 0 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 0 260 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 333 0 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 556 ] endobj 192 0 obj << @@ -9220,26 +9268,28 @@ endobj /Filter /FlateDecode >> stream -xR}\uO$9Pp-b| *d vnncyH K(>}4&%|KD@Ogէ>y}{KQJ<"/X -G'T?! dQq6}L ^%cu°E!IfXw_*ptBgU()vkᏪKo49|iKՌf~[*nlY9ч\-[VTRiadVRpI5=sU}ADi%}uχGŮG{zq8S'ph5\rז\}P:H2y.orW]+ -MIOnYׇ
ThJ=&L-dRU=CPЃ6kK| o~zagI;9r-EZQ5bx靆GyCKzm1[o }\o}ekч90$ox{k OnWbIʝUF4JĶ^sFyWǦͮHؖsBƽW鶱5U|Gq^|uUq؆+s)b;l,BEkwj=\=/=e<%/i%継NQo_;;ZǞ瞙LD8g?şy7b%2R>RSgZ[QhtCAENeOP
Fݹa.oo'NUӽD=kLŧC._S˼t8ط69;xI*asmi= -n>{:H+!Ŷ=]vW>gԦysS7(KklOJ#VYօ4wK=(>X?#+6B!?<̚Y)4{YԞWk|D^X[>M,f:ĸ5o|)
. K9*_zo7<)8*Qy乧'XgcFߑr,xUNYg~Wg.2zG˪S&'ѽҬC7Ft|;*εĞS
C\*T}cu,)I혻%pF
P
EXcendstream +xRXuO{(D +cn (6Nu
JJi !"gdh)%4MD@'{?}}ޗaHR W! +2=ȸ|MQ5f0EoxMi8筇ż
3ft?ꑺ9#+NgSǤsӳi>X_'jވUW=d{WVV&c_q4pX>ݡ8ҫF']n݊f/c[ڙf7f_mK +uqGm:IϟXYW2'
p˼4EF-1}uGJA&gO_pҥ2ۋ;%t_8~Kdl*bfZ-j\yQwz]<;v=RG +N݄nkzm="Ve/h&B]Ks^!HKy+{M멁eeE(&M
.MѣY]H"Ø]w +^Qn~[Kg~~e)5t Zt;"->_/y%TI`(uu_Yl=EG%k|m(ÇDT#4Ci:N?cendstream endobj 193 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1074 0 R +/Encoding 1078 0 R /FirstChar 0 /LastChar 48 -/Widths 1075 0 R -/BaseFont /OWOMEZ+CMSY10 +/Widths 1079 0 R +/BaseFont /JXAIQQ+CMSY10 /FontDescriptor 191 0 R >> endobj 191 0 obj << /Ascent 750 /CapHeight 683 /Descent -194 -/FontName /OWOMEZ+CMSY10 +/FontName /JXAIQQ+CMSY10 /ItalicAngle -14.035 /StemV 85 /XHeight 431 @@ -9248,10 +9298,10 @@ endobj /CharSet (/minus/plusminus/bullet/arrowright/prime) /FontFile 192 0 R >> endobj -1075 0 obj +1079 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 -1074 0 obj << +1078 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 @@ -9266,7 +9316,7 @@ stream x{Ex]Y%f&K̒E%fbffdh1{wf5&sƉ<qE-LII(aobbcf(X81 w IOӦ*Z@k98Ę͘ ?ۙEfbN@?Cynvnv^63H.,v.@iJBWp -ٙx9; +ٙx9; /Kॢ2xU`XLo3b#fM7ʐ2R$ژPgŢ~ܡKCaqպjq`4\c6VwmQX]fyɠ+GNz_isWy;vse]5ζGM*Q->ݟ_,kY4aKMXJ*uQ9?;&?[\j
ڟ3<X:`gkce@TU] giM<z8PVw]KaAN"U2'z`!MDeM6N l2aqq${B?s{}c^{ @@ -9323,23 +9373,23 @@ ZARFIP`+à,a&ؓ@\ԍt(g2&Fdv jT}W-LTkn&zBrT MRݟĒZNy;F-p"t
x2Ɩ >4ZHo30o X]8@^ۚ\IjݬF)3ñ%*֒Z-e?[a~Ɯ6͌@Dݡ,y\t~&3d|6 sʹs+'K\/hV^kHĄ 7kt={C@e駲jlfB6u_^}NO!ՖNzܥ-gı+3BI oR#/ (EOmrJSkTx~Rt˸᪄ t`#Փ;uXBN>jMgRqo
Ip9C[{ -\9.`^V}1|'h5rFr:B4endstream +\9.`^V}1|'h5rFr:t"endstream endobj 173 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1062 0 R +/Encoding 1066 0 R /FirstChar 2 /LastChar 252 -/Widths 1076 0 R -/BaseFont /PZSICY+NimbusSanL-Regu +/Widths 1080 0 R +/BaseFont /ORVDEP+NimbusSanL-Regu /FontDescriptor 171 0 R >> endobj 171 0 obj << /Ascent 712 /CapHeight 712 /Descent -213 -/FontName /PZSICY+NimbusSanL-Regu +/FontName /ORVDEP+NimbusSanL-Regu /ItalicAngle 0 /StemV 85 /XHeight 523 @@ -9348,7 +9398,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/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/quotedblleft/quotedblright/Adieresis/Odieresis/Udieresis/germandbls/adieresis/odieresis/udieresis) /FontFile 172 0 R >> endobj -1076 0 obj +1080 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 556 0 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 169 0 obj << @@ -9360,7 +9410,7 @@ endobj >> stream xweP]-!!@pwp!Hpww~3M}w~̯[z{^wCA&D/`dm -: +: Z;\9XL_k}{;@h&K+26kNG?
뿇t"-Zr%$Wf kuw2C(f{[wx$s=W1Ԏs699yٖıftecPpx3|H:Ru=^ʤ1G<jpvGIaBuVZʜ#ʘ[ޡخmBD nG!|*%a1屝]*Ԭ+8uk @@ -9409,23 +9459,23 @@ X`fYQLҵYiW*jA)J@`ciO+%9L'r{Tݵ,-bt 1ue}JڗYS/؉¡Eоc2xړ#_6v!gXrB"ǎԺD{i'~n#AbmkpD[aR#$ B=p {-.M5,cmHX;#f0ӜzN;Uw$ᅂnt6Mu~@aq27''&JA hk-yr'l[i$8(Lwy`ݢuOkw();El`v-8h8..u$=/,]|@x$_lR+/\`cylQ{N%b먘7eEق 3͑vضެ]pMG&x=6\pH|O_.^~GQ -nJzAIBwMW%%K[(7T:;%X\QhsOs\և탶߄#zA/Cp4<\A&lORADA +nJzAIBwMW%%K[(7T:;%X\QhsOs\և탶߄#zA/Cp4<\A&lORADA endobj 170 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1062 0 R +/Encoding 1066 0 R /FirstChar 2 /LastChar 252 -/Widths 1077 0 R -/BaseFont /YADDET+NimbusSanL-Bold +/Widths 1081 0 R +/BaseFont /LRBWUE+NimbusSanL-Bold /FontDescriptor 168 0 R >> endobj 168 0 obj << /Ascent 722 /CapHeight 722 /Descent -217 -/FontName /YADDET+NimbusSanL-Bold +/FontName /LRBWUE+NimbusSanL-Bold /ItalicAngle 0 /StemV 141 /XHeight 532 @@ -9434,129 +9484,129 @@ endobj /CharSet (/fi/fl/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/question/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 169 0 R >> endobj -1077 0 obj +1081 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 611 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 174 0 obj << /Type /Pages /Count 6 -/Parent 1078 0 R +/Parent 1082 0 R /Kids [162 0 R 176 0 R 180 0 R 184 0 R 188 0 R 195 0 R] >> endobj 232 0 obj << /Type /Pages /Count 6 -/Parent 1078 0 R +/Parent 1082 0 R /Kids [199 0 R 234 0 R 251 0 R 308 0 R 346 0 R 389 0 R] >> endobj 403 0 obj << /Type /Pages /Count 6 -/Parent 1078 0 R +/Parent 1082 0 R /Kids [396 0 R 410 0 R 419 0 R 427 0 R 435 0 R 443 0 R] >> endobj 456 0 obj << /Type /Pages /Count 6 -/Parent 1078 0 R -/Kids [451 0 R 458 0 R 467 0 R 475 0 R 484 0 R 493 0 R] +/Parent 1082 0 R +/Kids [451 0 R 458 0 R 467 0 R 474 0 R 484 0 R 493 0 R] >> endobj 505 0 obj << /Type /Pages /Count 6 -/Parent 1078 0 R +/Parent 1082 0 R /Kids [500 0 R 509 0 R 514 0 R 521 0 R 528 0 R 534 0 R] >> endobj 541 0 obj << /Type /Pages /Count 6 -/Parent 1078 0 R -/Kids [538 0 R 543 0 R 547 0 R 565 0 R 572 0 R 581 0 R] +/Parent 1082 0 R +/Kids [538 0 R 543 0 R 550 0 R 566 0 R 572 0 R 581 0 R] >> endobj -596 0 obj << +593 0 obj << /Type /Pages /Count 6 -/Parent 1079 0 R -/Kids [588 0 R 599 0 R 606 0 R 612 0 R 617 0 R 626 0 R] +/Parent 1083 0 R +/Kids [587 0 R 596 0 R 601 0 R 608 0 R 616 0 R 625 0 R] >> endobj -640 0 obj << +638 0 obj << /Type /Pages /Count 6 -/Parent 1079 0 R -/Kids [634 0 R 642 0 R 650 0 R 659 0 R 666 0 R 670 0 R] +/Parent 1083 0 R +/Kids [630 0 R 641 0 R 649 0 R 654 0 R 664 0 R 670 0 R] >> endobj -678 0 obj << +677 0 obj << /Type /Pages /Count 6 -/Parent 1079 0 R -/Kids [675 0 R 680 0 R 690 0 R 698 0 R 703 0 R 709 0 R] +/Parent 1083 0 R +/Kids [674 0 R 680 0 R 684 0 R 697 0 R 702 0 R 708 0 R] >> endobj -726 0 obj << +720 0 obj << /Type /Pages /Count 6 -/Parent 1079 0 R -/Kids [718 0 R 728 0 R 733 0 R 741 0 R 749 0 R 755 0 R] +/Parent 1083 0 R +/Kids [713 0 R 723 0 R 731 0 R 737 0 R 745 0 R 753 0 R] >> endobj -768 0 obj << +764 0 obj << /Type /Pages /Count 6 -/Parent 1079 0 R -/Kids [762 0 R 777 0 R 789 0 R 795 0 R 800 0 R 806 0 R] +/Parent 1083 0 R +/Kids [759 0 R 767 0 R 781 0 R 793 0 R 799 0 R 804 0 R] >> endobj -826 0 obj << +817 0 obj << /Type /Pages /Count 6 -/Parent 1079 0 R -/Kids [821 0 R 833 0 R 842 0 R 849 0 R 858 0 R 862 0 R] +/Parent 1083 0 R +/Kids [810 0 R 826 0 R 837 0 R 846 0 R 853 0 R 862 0 R] >> endobj 869 0 obj << /Type /Pages /Count 6 -/Parent 1080 0 R -/Kids [866 0 R 871 0 R 876 0 R 881 0 R 885 0 R 889 0 R] +/Parent 1084 0 R +/Kids [866 0 R 871 0 R 875 0 R 880 0 R 885 0 R 889 0 R] >> endobj -912 0 obj << +904 0 obj << /Type /Pages /Count 6 -/Parent 1080 0 R -/Kids [902 0 R 921 0 R 928 0 R 942 0 R 951 0 R 958 0 R] +/Parent 1084 0 R +/Kids [893 0 R 907 0 R 925 0 R 932 0 R 946 0 R 955 0 R] >> endobj -975 0 obj << +967 0 obj << /Type /Pages /Count 6 -/Parent 1080 0 R -/Kids [970 0 R 983 0 R 991 0 R 1001 0 R 1020 0 R 1029 0 R] +/Parent 1084 0 R +/Kids [962 0 R 975 0 R 987 0 R 995 0 R 1005 0 R 1024 0 R] >> endobj -1037 0 obj << +1036 0 obj << /Type /Pages -/Count 3 -/Parent 1080 0 R -/Kids [1033 0 R 1040 0 R 1059 0 R] +/Count 4 +/Parent 1084 0 R +/Kids [1033 0 R 1038 0 R 1044 0 R 1063 0 R] >> endobj -1078 0 obj << +1082 0 obj << /Type /Pages /Count 36 -/Parent 1081 0 R +/Parent 1085 0 R /Kids [174 0 R 232 0 R 403 0 R 456 0 R 505 0 R 541 0 R] >> endobj -1079 0 obj << +1083 0 obj << /Type /Pages /Count 36 -/Parent 1081 0 R -/Kids [596 0 R 640 0 R 678 0 R 726 0 R 768 0 R 826 0 R] +/Parent 1085 0 R +/Kids [593 0 R 638 0 R 677 0 R 720 0 R 764 0 R 817 0 R] >> endobj -1080 0 obj << +1084 0 obj << /Type /Pages -/Count 21 -/Parent 1081 0 R -/Kids [869 0 R 912 0 R 975 0 R 1037 0 R] +/Count 22 +/Parent 1085 0 R +/Kids [869 0 R 904 0 R 967 0 R 1036 0 R] >> endobj -1081 0 obj << +1085 0 obj << /Type /Pages -/Count 93 -/Kids [1078 0 R 1079 0 R 1080 0 R] +/Count 94 +/Kids [1082 0 R 1083 0 R 1084 0 R] >> endobj -1082 0 obj << +1086 0 obj << /Type /Outlines /First 7 0 R /Last 159 0 R @@ -9565,20 +9615,20 @@ endobj 159 0 obj << /Title 160 0 R /A 157 0 R -/Parent 1082 0 R +/Parent 1086 0 R /Prev 155 0 R >> endobj 155 0 obj << /Title 156 0 R /A 153 0 R -/Parent 1082 0 R +/Parent 1086 0 R /Prev 151 0 R /Next 159 0 R >> endobj 151 0 obj << /Title 152 0 R /A 149 0 R -/Parent 1082 0 R +/Parent 1086 0 R /Prev 111 0 R /Next 155 0 R >> endobj @@ -9646,7 +9696,7 @@ endobj 111 0 obj << /Title 112 0 R /A 109 0 R -/Parent 1082 0 R +/Parent 1086 0 R /Prev 55 0 R /Next 151 0 R /First 115 0 R @@ -9746,7 +9796,7 @@ endobj 55 0 obj << /Title 56 0 R /A 53 0 R -/Parent 1082 0 R +/Parent 1086 0 R /Prev 19 0 R /Next 111 0 R /First 59 0 R @@ -9811,7 +9861,7 @@ endobj 19 0 obj << /Title 20 0 R /A 17 0 R -/Parent 1082 0 R +/Parent 1086 0 R /Prev 7 0 R /Next 55 0 R /First 23 0 R @@ -9833,197 +9883,197 @@ endobj 7 0 obj << /Title 8 0 R /A 5 0 R -/Parent 1082 0 R +/Parent 1086 0 R /Next 19 0 R /First 11 0 R /Last 15 0 R /Count -2 >> endobj -1083 0 obj << -/Names [(API) 1043 0 R (BSD) 1044 0 R (Doc-Start) 167 0 R (GIMP) 1045 0 R (GNU) 1046 0 R (GUI) 1047 0 R (GVim) 1048 0 R (HTTPS) 1049 0 R (Item.1) 687 0 R (Item.10) 894 0 R (Item.11) 895 0 R (Item.12) 896 0 R (Item.13) 897 0 R (Item.14) 898 0 R (Item.15) 899 0 R (Item.16) 931 0 R (Item.17) 932 0 R (Item.18) 933 0 R (Item.19) 934 0 R (Item.2) 688 0 R (Item.20) 935 0 R (Item.21) 936 0 R (Item.22) 937 0 R (Item.3) 693 0 R (Item.4) 694 0 R (Item.5) 695 0 R (Item.6) 781 0 R (Item.7) 782 0 R (Item.8) 792 0 R (Item.9) 893 0 R (JRE) 1050 0 R (NID) 1051 0 R (PDF) 1052 0 R (PID) 1053 0 R (RTT) 1054 0 R (SDK) 1055 0 R (SVN) 1056 0 R (VS) 1057 0 R (appendix.A) 154 0 R (appendix.B) 158 0 R (chapter*.1) 202 0 R (chapter*.2) 254 0 R (chapter*.3) 349 0 R (chapter.1) 6 0 R (chapter.2) 18 0 R (chapter.3) 54 0 R (chapter.4) 110 0 R (chapter.5) 150 0 R (cite.Algorithms) 817 0 R (cite.AlgorithmsC) 818 0 R (cite.AntIntro) 999 0 R (cite.AntManual) 998 0 R (cite.Games) 919 0 R (cite.Java2DAPI) 918 0 R (cite.Java2d) 917 0 R (cite.Javadoc) 997 0 R (cite.M32) 1038 0 R (cite.OOS) 980 0 R (cite.Regexp) 506 0 R (cite.Richtlinien) 981 0 R (cite.Swing) 774 0 R (cite.Tanenbaum) 393 0 R (cite.Vorlesung) 577 0 R (figure.1.1) 281 0 R (figure.1.2) 282 0 R (figure.2.1) 283 0 R (figure.2.10) 292 0 R (figure.2.11) 293 0 R (figure.2.12) 294 0 R (figure.2.13) 295 0 R (figure.2.14) 296 0 R (figure.2.15) 297 0 R (figure.2.2) 284 0 R (figure.2.3) 285 0 R (figure.2.4) 286 0 R (figure.2.5) 287 0 R (figure.2.6) 288 0 R (figure.2.7) 289 0 R (figure.2.8) 290 0 R (figure.2.9) 291 0 R (figure.3.1) 298 0 R (figure.3.10) 328 0 R (figure.3.11) 329 0 R (figure.3.12) 330 0 R (figure.3.13) 331 0 R (figure.3.2) 299 0 R (figure.3.3) 300 0 R (figure.3.4) 301 0 R (figure.3.5) 302 0 R (figure.3.6) 303 0 R (figure.3.7) 304 0 R (figure.3.8) 305 0 R (figure.3.9) 306 0 R (figure.4.1) 332 0 R (figure.4.10) 341 0 R (figure.4.11) 342 0 R (figure.4.12) 343 0 R (figure.4.13) 344 0 R (figure.4.2) 333 0 R (figure.4.3) 334 0 R (figure.4.4) 335 0 R (figure.4.5) 336 0 R (figure.4.6) 337 0 R (figure.4.7) 338 0 R (figure.4.8) 339 0 R (figure.4.9) 340 0 R (page.1) 166 0 R (page.10) 310 0 R (page.11) 348 0 R (page.12) 391 0 R (page.13) 398 0 R (page.14) 412 0 R (page.15) 421 0 R (page.16) 429 0 R (page.17) 437 0 R (page.18) 445 0 R (page.19) 453 0 R (page.2) 178 0 R (page.20) 460 0 R (page.21) 469 0 R (page.22) 477 0 R (page.23) 486 0 R (page.24) 495 0 R (page.25) 502 0 R (page.26) 511 0 R (page.27) 516 0 R (page.28) 523 0 R (page.29) 530 0 R (page.3) 182 0 R (page.30) 536 0 R (page.31) 540 0 R (page.32) 545 0 R (page.33) 549 0 R (page.34) 567 0 R (page.35) 574 0 R (page.36) 583 0 R (page.37) 590 0 R (page.38) 601 0 R (page.39) 608 0 R (page.4) 186 0 R (page.40) 614 0 R (page.41) 619 0 R (page.42) 628 0 R (page.43) 636 0 R (page.44) 644 0 R (page.45) 652 0 R (page.46) 661 0 R (page.47) 668 0 R (page.48) 672 0 R (page.49) 677 0 R (page.5) 190 0 R (page.50) 682 0 R (page.51) 692 0 R (page.52) 700 0 R (page.53) 705 0 R (page.54) 711 0 R (page.55) 720 0 R (page.56) 730 0 R (page.57) 735 0 R (page.58) 743 0 R (page.59) 751 0 R (page.6) 197 0 R (page.60) 757 0 R (page.61) 764 0 R (page.62) 779 0 R (page.63) 791 0 R (page.64) 797 0 R (page.65) 802 0 R (page.66) 808 0 R (page.67) 823 0 R (page.68) 835 0 R (page.69) 844 0 R (page.7) 201 0 R (page.70) 851 0 R (page.71) 860 0 R (page.72) 864 0 R (page.73) 868 0 R (page.74) 873 0 R (page.75) 878 0 R (page.76) 883 0 R (page.77) 887 0 R (page.78) 891 0 R (page.79) 904 0 R (page.8) 236 0 R (page.80) 923 0 R (page.81) 930 0 R (page.82) 944 0 R (page.83) 953 0 R (page.84) 960 0 R (page.85) 972 0 R (page.86) 985 0 R (page.87) 993 0 R (page.88) 1003 0 R (page.89) 1022 0 R (page.9) 253 0 R (page.90) 1031 0 R (page.91) 1035 0 R (page.92) 1042 0 R (page.93) 1061 0 R (section*.10) 439 0 R (section*.11) 446 0 R (section*.12) 454 0 R (section*.13) 462 0 R (section*.14) 470 0 R (section*.15) 487 0 R (section*.16) 496 0 R (section*.17) 498 0 R (section*.18) 503 0 R (section*.19) 512 0 R (section*.20) 517 0 R (section*.21) 518 0 R (section*.22) 524 0 R (section*.23) 525 0 R (section*.24) 609 0 R (section*.25) 639 0 R (section*.26) 647 0 R (section*.27) 662 0 R (section*.28) 696 0 R (section*.29) 737 0 R (section*.30) 758 0 R (section*.31) 798 0 R (section*.32) 845 0 R (section*.33) 874 0 R (section*.34) 892 0 R (section*.35) 926 0 R (section*.36) 954 0 R (section*.37) 1004 0 R (section*.4) 399 0 R (section*.5) 401 0 R (section*.6) 402 0 R (section*.7) 413 0 R (section*.8) 422 0 R (section*.9) 423 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.3.1) 58 0 R (section.3.10) 94 0 R (section.3.11) 98 0 R (section.3.2) 62 0 R (section.3.3) 66 0 R (section.3.4) 70 0 R (section.3.5) 74 0 R (section.3.6) 78 0 R (section.3.7) 82 0 R (section.3.8) 86 0 R (section.3.9) 90 0 R (section.4.1) 114 0 R (section.4.2) 118 0 R (section.4.3) 122 0 R (section.4.4) 126 0 R (section.4.5) 130 0 R (section.4.6) 134 0 R (section.4.7) 138 0 R (section.4.8) 142 0 R (section.4.9) 146 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.3.11.1) 102 0 R (subsection.3.11.2) 106 0 R (table.2.1) 369 0 R (table.2.2) 370 0 R (table.2.3) 371 0 R (table.3.1) 372 0 R (table.3.10) 381 0 R (table.3.11) 382 0 R (table.3.12) 383 0 R (table.3.13) 384 0 R (table.3.14) 385 0 R (table.3.2) 373 0 R (table.3.3) 374 0 R (table.3.4) 375 0 R (table.3.5) 376 0 R (table.3.6) 377 0 R (table.3.7) 378 0 R (table.3.8) 379 0 R (table.3.9) 380 0 R (table.4.1) 386 0 R (table.4.2) 387 0 R] +1087 0 obj << +/Names [(API) 1047 0 R (BSD) 1048 0 R (Doc-Start) 167 0 R (GIMP) 1049 0 R (GNU) 1050 0 R (GUI) 1051 0 R (GVim) 1052 0 R (HTTPS) 1053 0 R (Item.1) 691 0 R (Item.10) 898 0 R (Item.11) 899 0 R (Item.12) 900 0 R (Item.13) 901 0 R (Item.14) 902 0 R (Item.15) 903 0 R (Item.16) 935 0 R (Item.17) 936 0 R (Item.18) 937 0 R (Item.19) 938 0 R (Item.2) 692 0 R (Item.20) 939 0 R (Item.21) 940 0 R (Item.22) 941 0 R (Item.3) 693 0 R (Item.4) 694 0 R (Item.5) 695 0 R (Item.6) 785 0 R (Item.7) 786 0 R (Item.8) 796 0 R (Item.9) 897 0 R (JRE) 1054 0 R (NID) 1055 0 R (PDF) 1056 0 R (PID) 1057 0 R (RTT) 1058 0 R (SDK) 1059 0 R (SVN) 1060 0 R (VS) 1061 0 R (appendix.A) 154 0 R (appendix.B) 158 0 R (chapter*.1) 202 0 R (chapter*.2) 254 0 R (chapter*.3) 349 0 R (chapter.1) 6 0 R (chapter.2) 18 0 R (chapter.3) 54 0 R (chapter.4) 110 0 R (chapter.5) 150 0 R (cite.Algorithms) 822 0 R (cite.AlgorithmsC) 823 0 R (cite.AntIntro) 1003 0 R (cite.AntManual) 1002 0 R (cite.Games) 923 0 R (cite.Java2DAPI) 922 0 R (cite.Java2d) 921 0 R (cite.Javadoc) 1001 0 R (cite.M32) 1042 0 R (cite.OOS) 984 0 R (cite.Regexp) 506 0 R (cite.Richtlinien) 985 0 R (cite.Swing) 778 0 R (cite.Tanenbaum) 393 0 R (cite.Vorlesung) 577 0 R (figure.1.1) 281 0 R (figure.1.2) 282 0 R (figure.2.1) 283 0 R (figure.2.10) 292 0 R (figure.2.11) 293 0 R (figure.2.12) 294 0 R (figure.2.13) 295 0 R (figure.2.14) 296 0 R (figure.2.15) 297 0 R (figure.2.2) 284 0 R (figure.2.3) 285 0 R (figure.2.4) 286 0 R (figure.2.5) 287 0 R (figure.2.6) 288 0 R (figure.2.7) 289 0 R (figure.2.8) 290 0 R (figure.2.9) 291 0 R (figure.3.1) 298 0 R (figure.3.10) 328 0 R (figure.3.11) 329 0 R (figure.3.12) 330 0 R (figure.3.13) 331 0 R (figure.3.2) 299 0 R (figure.3.3) 300 0 R (figure.3.4) 301 0 R (figure.3.5) 302 0 R (figure.3.6) 303 0 R (figure.3.7) 304 0 R (figure.3.8) 305 0 R (figure.3.9) 306 0 R (figure.4.1) 332 0 R (figure.4.10) 341 0 R (figure.4.11) 342 0 R (figure.4.12) 343 0 R (figure.4.13) 344 0 R (figure.4.2) 333 0 R (figure.4.3) 334 0 R (figure.4.4) 335 0 R (figure.4.5) 336 0 R (figure.4.6) 337 0 R (figure.4.7) 338 0 R (figure.4.8) 339 0 R (figure.4.9) 340 0 R (page.1) 166 0 R (page.10) 310 0 R (page.11) 348 0 R (page.12) 391 0 R (page.13) 398 0 R (page.14) 412 0 R (page.15) 421 0 R (page.16) 429 0 R (page.17) 437 0 R (page.18) 445 0 R (page.19) 453 0 R (page.2) 178 0 R (page.20) 460 0 R (page.21) 469 0 R (page.22) 476 0 R (page.23) 486 0 R (page.24) 495 0 R (page.25) 502 0 R (page.26) 511 0 R (page.27) 516 0 R (page.28) 523 0 R (page.29) 530 0 R (page.3) 182 0 R (page.30) 536 0 R (page.31) 540 0 R (page.32) 545 0 R (page.33) 552 0 R (page.34) 568 0 R (page.35) 574 0 R (page.36) 583 0 R (page.37) 589 0 R (page.38) 598 0 R (page.39) 603 0 R (page.4) 186 0 R (page.40) 610 0 R (page.41) 618 0 R (page.42) 627 0 R (page.43) 632 0 R (page.44) 643 0 R (page.45) 651 0 R (page.46) 656 0 R (page.47) 666 0 R (page.48) 672 0 R (page.49) 676 0 R (page.5) 190 0 R (page.50) 682 0 R (page.51) 686 0 R (page.52) 699 0 R (page.53) 704 0 R (page.54) 710 0 R (page.55) 715 0 R (page.56) 725 0 R (page.57) 733 0 R (page.58) 739 0 R (page.59) 747 0 R (page.6) 197 0 R (page.60) 755 0 R (page.61) 761 0 R (page.62) 769 0 R (page.63) 783 0 R (page.64) 795 0 R (page.65) 801 0 R (page.66) 806 0 R (page.67) 812 0 R (page.68) 828 0 R (page.69) 839 0 R (page.7) 201 0 R (page.70) 848 0 R (page.71) 855 0 R (page.72) 864 0 R (page.73) 868 0 R (page.74) 873 0 R (page.75) 877 0 R (page.76) 882 0 R (page.77) 887 0 R (page.78) 891 0 R (page.79) 895 0 R (page.8) 236 0 R (page.80) 909 0 R (page.81) 927 0 R (page.82) 934 0 R (page.83) 948 0 R (page.84) 957 0 R (page.85) 964 0 R (page.86) 977 0 R (page.87) 989 0 R (page.88) 997 0 R (page.89) 1007 0 R (page.9) 253 0 R (page.90) 1026 0 R (page.91) 1035 0 R (page.92) 1040 0 R (page.93) 1046 0 R (page.94) 1065 0 R (section*.10) 439 0 R (section*.11) 446 0 R (section*.12) 454 0 R (section*.13) 462 0 R (section*.14) 470 0 R (section*.15) 487 0 R (section*.16) 496 0 R (section*.17) 498 0 R (section*.18) 503 0 R (section*.19) 512 0 R (section*.20) 517 0 R (section*.21) 518 0 R (section*.22) 524 0 R (section*.23) 525 0 R (section*.24) 613 0 R (section*.25) 644 0 R (section*.26) 652 0 R (section*.27) 661 0 R (section*.28) 700 0 R (section*.29) 741 0 R (section*.30) 762 0 R (section*.31) 802 0 R (section*.32) 849 0 R (section*.33) 878 0 R (section*.34) 896 0 R (section*.35) 930 0 R (section*.36) 958 0 R (section*.37) 1008 0 R (section*.4) 399 0 R (section*.5) 401 0 R (section*.6) 402 0 R (section*.7) 413 0 R (section*.8) 422 0 R (section*.9) 423 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.3.1) 58 0 R (section.3.10) 94 0 R (section.3.11) 98 0 R (section.3.2) 62 0 R (section.3.3) 66 0 R (section.3.4) 70 0 R (section.3.5) 74 0 R (section.3.6) 78 0 R (section.3.7) 82 0 R (section.3.8) 86 0 R (section.3.9) 90 0 R (section.4.1) 114 0 R (section.4.2) 118 0 R (section.4.3) 122 0 R (section.4.4) 126 0 R (section.4.5) 130 0 R (section.4.6) 134 0 R (section.4.7) 138 0 R (section.4.8) 142 0 R (section.4.9) 146 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.3.11.1) 102 0 R (subsection.3.11.2) 106 0 R (table.2.1) 369 0 R (table.2.2) 370 0 R (table.2.3) 371 0 R (table.3.1) 372 0 R (table.3.10) 381 0 R (table.3.11) 382 0 R (table.3.12) 383 0 R (table.3.13) 384 0 R (table.3.14) 385 0 R (table.3.2) 373 0 R (table.3.3) 374 0 R (table.3.4) 375 0 R (table.3.5) 376 0 R (table.3.6) 377 0 R (table.3.7) 378 0 R (table.3.8) 379 0 R (table.3.9) 380 0 R (table.4.1) 386 0 R (table.4.2) 387 0 R] /Limits [(API) (table.4.2)] >> endobj -1084 0 obj << -/Kids [1083 0 R] +1088 0 obj << +/Kids [1087 0 R] >> endobj -1085 0 obj << -/Dests 1084 0 R +1089 0 obj << +/Dests 1088 0 R >> endobj -1086 0 obj << +1090 0 obj << /Type /Catalog -/Pages 1081 0 R -/Outlines 1082 0 R -/Names 1085 0 R +/Pages 1085 0 R +/Outlines 1086 0 R +/Names 1089 0 R /PageMode /UseOutlines /PageLayout/OneColumn /OpenAction 161 0 R >> endobj -1087 0 obj << +1091 0 obj << /Author(Paul Btow)/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfeTeX-1.21a)/Keywords() -/CreationDate (D:20080814002238Z) +/CreationDate (D:20080814004320Z) /PTEX.Fullbanner (This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) kpathsea version 3.5.4) >> endobj xref -0 1088 +0 1092 0000000001 65535 f 0000000002 00000 f 0000000003 00000 f 0000000004 00000 f 0000000000 00000 f 0000000009 00000 n -0000088191 00000 n -0001097330 00000 n +0000088156 00000 n +0001098243 00000 n 0000000054 00000 n 0000000143 00000 n -0000088252 00000 n -0001097258 00000 n +0000088217 00000 n +0001098171 00000 n 0000000190 00000 n 0000000290 00000 n -0000091820 00000 n -0001097185 00000 n +0000091785 00000 n +0001098098 00000 n 0000000338 00000 n 0000000438 00000 n -0000109849 00000 n -0001097060 00000 n +0000109814 00000 n +0001097973 00000 n 0000000484 00000 n 0000000709 00000 n -0000109911 00000 n -0001096986 00000 n +0000109876 00000 n +0001097899 00000 n 0000000757 00000 n 0000000885 00000 n -0000191049 00000 n -0001096899 00000 n +0000191038 00000 n +0001097812 00000 n 0000000933 00000 n 0000001048 00000 n -0000273613 00000 n -0001096812 00000 n +0000273603 00000 n +0001097725 00000 n 0000001096 00000 n 0000001196 00000 n -0000278979 00000 n -0001096701 00000 n +0000278969 00000 n +0001097614 00000 n 0000001244 00000 n 0000001359 00000 n -0000282601 00000 n -0001096627 00000 n +0000282591 00000 n +0001097540 00000 n 0000001412 00000 n 0000001567 00000 n -0000282663 00000 n -0001096540 00000 n +0000282653 00000 n +0001097453 00000 n 0000001620 00000 n 0000001800 00000 n -0000319914 00000 n -0001096453 00000 n +0000319928 00000 n +0001097366 00000 n 0000001853 00000 n 0000002094 00000 n -0000323312 00000 n -0001096379 00000 n +0000325277 00000 n +0001097292 00000 n 0000002147 00000 n 0000002363 00000 n -0000327354 00000 n -0001096251 00000 n +0000327579 00000 n +0001097164 00000 n 0000002409 00000 n 0000002575 00000 n -0000327416 00000 n -0001096177 00000 n +0000327641 00000 n +0001097090 00000 n 0000002623 00000 n 0000002815 00000 n -0000492010 00000 n -0001096090 00000 n +0000492234 00000 n +0001097003 00000 n 0000002863 00000 n 0000003231 00000 n -0000496574 00000 n -0001096003 00000 n +0000563290 00000 n +0001096916 00000 n 0000003279 00000 n 0000003539 00000 n -0000500506 00000 n -0001095916 00000 n +0000584715 00000 n +0001096829 00000 n 0000003587 00000 n 0000004095 00000 n -0000610275 00000 n -0001095829 00000 n +0000613645 00000 n +0001096742 00000 n 0000004143 00000 n 0000004564 00000 n -0000642375 00000 n -0001095742 00000 n +0000641222 00000 n +0001096655 00000 n 0000004612 00000 n 0000005031 00000 n -0000646392 00000 n -0001095655 00000 n +0000667708 00000 n +0001096568 00000 n 0000005079 00000 n 0000005417 00000 n -0000697790 00000 n -0001095568 00000 n +0000671021 00000 n +0001096481 00000 n 0000005465 00000 n 0000005808 00000 n -0000701483 00000 n -0001095481 00000 n +0000721778 00000 n +0001096394 00000 n 0000005856 00000 n 0000006208 00000 n -0000752095 00000 n -0001095394 00000 n +0000750660 00000 n +0001096307 00000 n 0000006257 00000 n 0000006702 00000 n -0000788040 00000 n -0001095280 00000 n +0000789241 00000 n +0001096193 00000 n 0000006751 00000 n 0000006895 00000 n -0000788102 00000 n -0001095202 00000 n +0000789303 00000 n +0001096115 00000 n 0000006950 00000 n 0000007258 00000 n -0000823735 00000 n -0001095124 00000 n +0000846671 00000 n +0001096037 00000 n 0000007313 00000 n 0000007669 00000 n -0000850605 00000 n -0001094992 00000 n +0000851524 00000 n +0001095905 00000 n 0000007716 00000 n 0000007832 00000 n -0000850668 00000 n -0001094913 00000 n +0000851587 00000 n +0001095826 00000 n 0000007881 00000 n 0000008068 00000 n -0000866394 00000 n -0001094820 00000 n +0000867313 00000 n +0001095733 00000 n 0000008117 00000 n 0000008218 00000 n -0000883624 00000 n -0001094727 00000 n +0000884543 00000 n +0001095640 00000 n 0000008267 00000 n 0000008595 00000 n -0000895409 00000 n -0001094634 00000 n +0000896328 00000 n +0001095547 00000 n 0000008644 00000 n 0000008760 00000 n -0000942747 00000 n -0001094541 00000 n +0000943647 00000 n +0001095454 00000 n 0000008809 00000 n 0000009041 00000 n -0000950387 00000 n -0001094448 00000 n +0000951287 00000 n +0001095361 00000 n 0000009090 00000 n 0000009413 00000 n -0000962137 00000 n -0001094355 00000 n +0000963036 00000 n +0001095268 00000 n 0000009462 00000 n 0000009778 00000 n -0000966489 00000 n -0001094262 00000 n +0000967388 00000 n +0001095175 00000 n 0000009827 00000 n 0000009988 00000 n -0000972691 00000 n -0001094183 00000 n +0000973592 00000 n +0001095096 00000 n 0000010037 00000 n 0000010188 00000 n -0000982766 00000 n -0001094089 00000 n +0000983668 00000 n +0001095002 00000 n 0000010235 00000 n 0000010316 00000 n -0000986829 00000 n -0001093995 00000 n +0000987731 00000 n +0001094908 00000 n 0000010364 00000 n 0000010445 00000 n -0000990127 00000 n -0001093915 00000 n +0000991029 00000 n +0001094828 00000 n 0000010493 00000 n 0000010634 00000 n 0000011593 00000 n @@ -10032,13 +10082,13 @@ xref 0000010686 00000 n 0000053994 00000 n 0000054057 00000 n -0001090433 00000 n -0001077445 00000 n -0001090261 00000 n -0001076151 00000 n -0001062291 00000 n -0001075979 00000 n -0001091541 00000 n +0001091338 00000 n +0001078350 00000 n +0001091166 00000 n +0001077056 00000 n +0001063196 00000 n +0001076884 00000 n +0001092446 00000 n 0000054575 00000 n 0000054390 00000 n 0000054241 00000 n @@ -10055,910 +10105,914 @@ xref 0000057191 00000 n 0000056239 00000 n 0000057313 00000 n -0001061756 00000 n -0001059891 00000 n -0001061594 00000 n +0001062661 00000 n +0001060796 00000 n +0001062499 00000 n 0000057808 00000 n 0000057623 00000 n 0000057474 00000 n 0000057745 00000 n -0000064998 00000 n -0000060425 00000 n +0000064999 00000 n +0000060426 00000 n 0000057849 00000 n -0000064873 00000 n -0000064936 00000 n -0000060767 00000 n -0000060921 00000 n -0000061078 00000 n -0000061235 00000 n -0000061390 00000 n -0000061546 00000 n -0000061703 00000 n -0000061860 00000 n -0000062017 00000 n -0000062180 00000 n -0000062343 00000 n -0000062506 00000 n -0000062669 00000 n -0000062824 00000 n -0000062981 00000 n -0001058694 00000 n -0001046377 00000 n -0001058518 00000 n -0000063138 00000 n -0000063294 00000 n -0000063450 00000 n -0000063607 00000 n -0000063764 00000 n -0000063920 00000 n -0000064077 00000 n -0000064234 00000 n -0000064389 00000 n -0000064547 00000 n -0000064710 00000 n -0001091659 00000 n -0000068812 00000 n -0000066482 00000 n -0000065096 00000 n -0000068749 00000 n -0000066720 00000 n -0000066874 00000 n -0000067031 00000 n -0000067188 00000 n -0000067344 00000 n -0000067500 00000 n -0000067656 00000 n -0000067813 00000 n -0000067969 00000 n -0000068126 00000 n -0000068283 00000 n -0000068438 00000 n -0000068594 00000 n -0000075812 00000 n -0000071287 00000 n -0000068910 00000 n -0000075686 00000 n -0000075749 00000 n -0000071629 00000 n -0000071784 00000 n -0000071939 00000 n -0000072094 00000 n -0000072250 00000 n -0000072406 00000 n -0000072562 00000 n -0000072718 00000 n -0000072874 00000 n -0000073030 00000 n -0000073186 00000 n -0000073341 00000 n -0000073498 00000 n -0000073655 00000 n -0000073812 00000 n -0000073969 00000 n -0000074126 00000 n -0000074283 00000 n -0000074439 00000 n -0000074595 00000 n -0000074751 00000 n -0000074907 00000 n -0000075063 00000 n -0000075219 00000 n -0000075375 00000 n -0000075531 00000 n -0000091945 00000 n -0000095233 00000 n -0000109973 00000 n -0000120127 00000 n -0000155402 00000 n -0000155529 00000 n -0000164436 00000 n -0000164500 00000 n -0000176089 00000 n -0000176152 00000 n -0000185410 00000 n -0000190922 00000 n -0000218570 00000 n -0000226573 00000 n -0000273549 00000 n -0000302980 00000 n -0000316670 00000 n -0000492072 00000 n -0000492136 00000 n -0000568701 00000 n -0000610211 00000 n -0000610337 00000 n -0000642437 00000 n -0000668777 00000 n -0000697852 00000 n -0000727652 00000 n -0000080595 00000 n -0000077606 00000 n -0000075897 00000 n -0000080532 00000 n -0000077876 00000 n -0000078033 00000 n -0000078190 00000 n -0000078347 00000 n -0000078504 00000 n -0000078659 00000 n -0000078815 00000 n -0000078971 00000 n -0000079127 00000 n -0000079283 00000 n -0000079439 00000 n -0000079594 00000 n -0000079750 00000 n -0000079906 00000 n -0000080063 00000 n -0000080219 00000 n -0000080375 00000 n -0000752031 00000 n -0000788165 00000 n -0000819537 00000 n -0000847895 00000 n -0000854458 00000 n -0000866330 00000 n -0000870806 00000 n -0000883687 00000 n -0000888435 00000 n -0000892516 00000 n -0000899602 00000 n -0000919872 00000 n -0000942810 00000 n -0000954644 00000 n -0000962200 00000 n -0000966425 00000 n -0000969077 00000 n -0000085951 00000 n -0000082594 00000 n -0000080680 00000 n -0000085825 00000 n -0000085888 00000 n -0000082880 00000 n -0000083034 00000 n -0000083189 00000 n -0000083344 00000 n -0000083499 00000 n -0000083654 00000 n -0000083809 00000 n -0000083963 00000 n -0000084117 00000 n -0000084272 00000 n -0000084427 00000 n -0000084582 00000 n -0000084737 00000 n -0000084892 00000 n -0000085048 00000 n -0000085204 00000 n -0000085360 00000 n -0000085516 00000 n -0000085670 00000 n -0000167618 00000 n -0000282537 00000 n -0000325104 00000 n -0000496446 00000 n -0000496510 00000 n -0000500442 00000 n -0000568765 00000 n -0000614998 00000 n -0000646265 00000 n -0000668841 00000 n -0000701356 00000 n -0000704445 00000 n -0000706559 00000 n -0000727716 00000 n -0000754715 00000 n -0000757811 00000 n -0000787976 00000 n -0000854394 00000 n -0000861532 00000 n -0000088314 00000 n -0000087826 00000 n -0000086036 00000 n -0000088128 00000 n -0000087968 00000 n -0000991087 00000 n -0000090404 00000 n -0000092133 00000 n -0000090262 00000 n -0000088412 00000 n -0000091757 00000 n -0000091882 00000 n -0000091600 00000 n -0000092007 00000 n -0000092070 00000 n -0001091777 00000 n -0000091329 00000 n -0000091460 00000 n -0000091507 00000 n -0000091579 00000 n -0000093812 00000 n -0000095296 00000 n -0000093690 00000 n -0000092259 00000 n -0000095107 00000 n -0000095170 00000 n -0000094836 00000 n -0000094967 00000 n -0000095014 00000 n -0000095086 00000 n -0000097691 00000 n -0000097203 00000 n -0000095422 00000 n -0000097502 00000 n -0000097565 00000 n -0000097628 00000 n -0000097345 00000 n -0000099153 00000 n -0000110037 00000 n -0000099003 00000 n -0000097789 00000 n -0000109786 00000 n -0000109474 00000 n -0000109630 00000 n -0000112170 00000 n -0000121898 00000 n -0000120191 00000 n -0000112020 00000 n -0000110171 00000 n -0000120001 00000 n -0000119689 00000 n -0000120064 00000 n -0000119844 00000 n -0000152352 00000 n -0000155593 00000 n -0000121756 00000 n -0000120325 00000 n -0000155339 00000 n -0000155466 00000 n -0000155182 00000 n -0000157296 00000 n -0000161720 00000 n -0000164564 00000 n -0000157154 00000 n -0000155753 00000 n -0000164310 00000 n -0000164373 00000 n -0000164153 00000 n -0001091895 00000 n -0000167745 00000 n -0000167093 00000 n -0000164711 00000 n -0000167555 00000 n -0000167243 00000 n -0000167682 00000 n -0000167399 00000 n -0000169393 00000 n -0000172069 00000 n -0000176216 00000 n -0000169251 00000 n -0000167843 00000 n -0000175963 00000 n -0000176026 00000 n -0000175806 00000 n -0000178458 00000 n -0000188118 00000 n -0000185473 00000 n -0000178292 00000 n -0000176365 00000 n -0000185347 00000 n -0000184719 00000 n -0000184876 00000 n -0000185032 00000 n -0000185189 00000 n -0000193072 00000 n -0000191110 00000 n -0000187960 00000 n -0000185595 00000 n -0000190859 00000 n -0000190986 00000 n -0000190387 00000 n -0000190544 00000 n -0000190702 00000 n -0000220934 00000 n -0000218759 00000 n -0000192930 00000 n -0000191245 00000 n -0000218507 00000 n -0000218634 00000 n -0000218350 00000 n -0000218697 00000 n -0000226700 00000 n -0000220792 00000 n -0000218894 00000 n -0000226510 00000 n -0000226637 00000 n -0000226352 00000 n -0001092013 00000 n -0000990575 00000 n -0000228464 00000 n -0000273738 00000 n -0000228342 00000 n -0000226835 00000 n -0000273486 00000 n -0000273675 00000 n -0000276498 00000 n -0000276187 00000 n -0000273873 00000 n -0000276309 00000 n -0000276372 00000 n -0000276435 00000 n -0000284626 00000 n -0000279041 00000 n -0000278668 00000 n -0000276609 00000 n -0000278790 00000 n -0000278853 00000 n -0000278916 00000 n -0000305117 00000 n -0000282725 00000 n -0000282010 00000 n -0000279139 00000 n -0000282474 00000 n -0000282160 00000 n -0000282316 00000 n -0000303044 00000 n -0000284504 00000 n -0000282836 00000 n -0000302917 00000 n -0000316733 00000 n -0000304995 00000 n -0000303192 00000 n -0000316607 00000 n -0001092131 00000 n -0000319975 00000 n -0000319729 00000 n -0000316881 00000 n -0000319851 00000 n -0000323374 00000 n -0000322788 00000 n -0000320086 00000 n -0000323249 00000 n -0001046015 00000 n -0001036794 00000 n -0001045835 00000 n -0001036352 00000 n -0001034067 00000 n -0001036190 00000 n -0001033773 00000 n -0001025955 00000 n -0001033598 00000 n -0001025568 00000 n -0001023381 00000 n -0001025405 00000 n -0000322938 00000 n -0000323093 00000 n -0000325166 00000 n -0000324919 00000 n -0000323537 00000 n -0000325041 00000 n -0001022834 00000 n -0001013886 00000 n -0001022657 00000 n -0000327478 00000 n -0000326823 00000 n -0000325277 00000 n -0000327291 00000 n -0000326973 00000 n -0000327133 00000 n -0000990959 00000 n -0000329159 00000 n -0000360358 00000 n -0000492200 00000 n -0000329009 00000 n -0000327576 00000 n -0000491947 00000 n -0000491636 00000 n -0000491793 00000 n -0000503151 00000 n -0000496636 00000 n -0000495430 00000 n -0000492362 00000 n -0000496383 00000 n -0000495604 00000 n -0000495759 00000 n -0000495914 00000 n -0000496071 00000 n -0000496227 00000 n -0001092249 00000 n -0000570380 00000 n -0000500568 00000 n -0000499748 00000 n -0000496747 00000 n -0000500379 00000 n -0000499906 00000 n -0000500063 00000 n -0000500224 00000 n -0000568891 00000 n -0000503029 00000 n -0000500744 00000 n -0000568638 00000 n -0000568828 00000 n -0000588561 00000 n -0000610401 00000 n -0000570258 00000 n -0000569052 00000 n -0000610148 00000 n -0000617746 00000 n -0000615062 00000 n -0000613975 00000 n -0000610576 00000 n -0000614935 00000 n -0000614149 00000 n -0000614310 00000 n -0000614466 00000 n -0000614622 00000 n -0000614778 00000 n -0000642499 00000 n -0000617624 00000 n -0000615225 00000 n -0000642312 00000 n -0001013555 00000 n -0001011445 00000 n -0001013384 00000 n -0000649057 00000 n -0000646454 00000 n -0000645739 00000 n -0000642725 00000 n -0000646202 00000 n -0000645889 00000 n -0000646046 00000 n -0000646329 00000 n -0001092367 00000 n -0000668968 00000 n -0000648907 00000 n -0000646617 00000 n -0000668714 00000 n -0000668401 00000 n -0000668558 00000 n -0000668905 00000 n -0000671670 00000 n -0000697916 00000 n -0000671504 00000 n -0000669116 00000 n -0000697727 00000 n -0000697102 00000 n -0000697258 00000 n -0000697414 00000 n -0000697570 00000 n -0000708738 00000 n -0000701545 00000 n -0000700829 00000 n -0000698077 00000 n -0000701293 00000 n -0000701420 00000 n -0000700979 00000 n -0000701136 00000 n -0000704509 00000 n -0000704260 00000 n -0000701669 00000 n -0000704382 00000 n -0000706623 00000 n -0000706374 00000 n -0000704607 00000 n -0000706496 00000 n -0000730064 00000 n -0000727780 00000 n -0000708616 00000 n -0000706721 00000 n -0000727589 00000 n -0001092485 00000 n -0000752283 00000 n -0000729898 00000 n -0000727915 00000 n -0000751968 00000 n -0000751340 00000 n -0000751498 00000 n -0000751655 00000 n -0000751811 00000 n -0000752157 00000 n -0000752220 00000 n -0000755029 00000 n -0000754530 00000 n -0000752444 00000 n -0000754652 00000 n -0000754778 00000 n -0000754841 00000 n -0000754904 00000 n -0000754967 00000 n -0000757875 00000 n -0000757626 00000 n -0000755140 00000 n -0000757748 00000 n -0000760440 00000 n -0000788229 00000 n -0000760298 00000 n -0000757973 00000 n -0000787913 00000 n -0000787756 00000 n -0000790419 00000 n -0000819601 00000 n -0000790277 00000 n -0000788390 00000 n -0000819474 00000 n -0000819317 00000 n -0001010349 00000 n -0000993139 00000 n -0001010176 00000 n -0000825156 00000 n -0000823798 00000 n -0000822704 00000 n -0000819801 00000 n -0000823672 00000 n -0000822878 00000 n -0000823036 00000 n -0000823197 00000 n -0000823358 00000 n -0000823514 00000 n -0001092603 00000 n -0000847959 00000 n -0000825014 00000 n -0000823909 00000 n -0000847832 00000 n -0000847674 00000 n -0000850793 00000 n -0000850079 00000 n -0000848133 00000 n -0000850542 00000 n -0000850229 00000 n -0000850731 00000 n -0000850385 00000 n -0000853063 00000 n -0000854522 00000 n -0000852941 00000 n -0000850891 00000 n -0000854331 00000 n -0000854060 00000 n -0000854191 00000 n -0000854238 00000 n -0000854310 00000 n -0000857815 00000 n -0000857293 00000 n -0000854649 00000 n -0000857752 00000 n -0000857443 00000 n -0000857598 00000 n -0000861658 00000 n -0000861170 00000 n -0000857913 00000 n -0000861469 00000 n -0000861596 00000 n -0000861312 00000 n -0000864214 00000 n -0000866457 00000 n -0000864056 00000 n -0000861756 00000 n -0000866267 00000 n -0000865796 00000 n -0000865952 00000 n -0000866109 00000 n -0001092721 00000 n -0000865445 00000 n -0000865576 00000 n -0000865623 00000 n -0000865695 00000 n -0000865775 00000 n -0000990831 00000 n -0000868557 00000 n -0000870995 00000 n -0000868415 00000 n -0000866584 00000 n -0000870743 00000 n -0000870586 00000 n -0000870869 00000 n -0000870932 00000 n -0000870234 00000 n -0000870365 00000 n -0000870412 00000 n -0000870484 00000 n -0000870564 00000 n -0000874433 00000 n -0000874008 00000 n -0000871122 00000 n -0000874307 00000 n -0000874370 00000 n -0000874150 00000 n -0000877197 00000 n -0000876949 00000 n -0000874531 00000 n -0000877071 00000 n -0000877134 00000 n -0000878892 00000 n -0000878707 00000 n -0000877321 00000 n -0000878829 00000 n -0000881775 00000 n -0000886208 00000 n -0000883751 00000 n -0000881609 00000 n -0000878990 00000 n -0000883561 00000 n -0000882924 00000 n -0000883081 00000 n -0000883238 00000 n -0000883399 00000 n -0000882653 00000 n -0000882784 00000 n -0000882831 00000 n -0000882903 00000 n -0000990383 00000 n -0000991023 00000 n -0000891142 00000 n -0000888498 00000 n -0000886058 00000 n -0000883878 00000 n -0000888372 00000 n -0000888059 00000 n -0000888215 00000 n -0001092839 00000 n -0000887707 00000 n -0000887838 00000 n -0000887885 00000 n -0000887957 00000 n -0000888037 00000 n -0000892580 00000 n -0000891020 00000 n -0000888612 00000 n -0000892453 00000 n -0000892182 00000 n -0000892313 00000 n -0000892360 00000 n -0000892432 00000 n -0000897740 00000 n -0000895472 00000 n -0000894985 00000 n -0000892694 00000 n -0000895283 00000 n -0000895346 00000 n -0000895127 00000 n -0000901663 00000 n -0000899666 00000 n -0000897618 00000 n -0000895583 00000 n -0000899539 00000 n -0000899188 00000 n -0000899319 00000 n -0000899366 00000 n -0000899438 00000 n -0000899518 00000 n -0000919936 00000 n -0000901541 00000 n -0000899793 00000 n -0000919809 00000 n -0000922879 00000 n -0000922694 00000 n -0000920084 00000 n -0000922816 00000 n -0000925730 00000 n -0000925545 00000 n -0000922990 00000 n -0000925667 00000 n -0001092957 00000 n -0000928126 00000 n -0000927879 00000 n -0000925828 00000 n -0000928001 00000 n -0000928064 00000 n -0000930570 00000 n -0000930209 00000 n -0000928250 00000 n -0000930507 00000 n -0000930351 00000 n -0000932370 00000 n -0000932185 00000 n -0000930668 00000 n -0000932307 00000 n -0000934261 00000 n -0000934076 00000 n -0000932468 00000 n -0000934198 00000 n -0000937272 00000 n -0000936585 00000 n -0000934372 00000 n -0000936707 00000 n -0000936770 00000 n -0000936833 00000 n -0000936896 00000 n -0000936959 00000 n -0000937022 00000 n -0000937085 00000 n -0000937147 00000 n -0000937210 00000 n -0000939963 00000 n -0000942873 00000 n -0000939773 00000 n -0000937396 00000 n -0000942684 00000 n -0000941584 00000 n -0000941739 00000 n -0000941896 00000 n -0000942052 00000 n -0000942209 00000 n -0000942367 00000 n -0000942527 00000 n -0001093075 00000 n -0000941313 00000 n -0000941444 00000 n -0000941491 00000 n -0000941563 00000 n -0000990767 00000 n -0000990639 00000 n -0000990319 00000 n -0000946406 00000 n -0000945816 00000 n -0000943000 00000 n -0000946280 00000 n -0000945966 00000 n -0000946123 00000 n -0000946343 00000 n -0000950450 00000 n -0000949421 00000 n -0000946517 00000 n -0000949885 00000 n -0000949948 00000 n -0000950011 00000 n -0000950074 00000 n -0000950137 00000 n -0000950199 00000 n -0000950262 00000 n -0000950324 00000 n -0000949571 00000 n -0000949728 00000 n -0000952710 00000 n -0000954708 00000 n -0000952588 00000 n -0000950613 00000 n -0000954581 00000 n -0000954229 00000 n -0000954360 00000 n -0000954407 00000 n -0000954479 00000 n -0000954559 00000 n -0000957722 00000 n -0000957297 00000 n -0000954835 00000 n -0000957596 00000 n -0000957659 00000 n -0000957439 00000 n -0000960169 00000 n -0000962263 00000 n -0000960019 00000 n -0000957846 00000 n -0000962074 00000 n -0000961758 00000 n -0000961916 00000 n -0000961487 00000 n -0000961618 00000 n -0000961665 00000 n -0000961737 00000 n -0000964864 00000 n -0000967245 00000 n -0000966552 00000 n -0000964714 00000 n -0000962403 00000 n -0000966362 00000 n -0000966044 00000 n -0000966199 00000 n -0001093193 00000 n -0000965773 00000 n -0000965904 00000 n -0000965951 00000 n -0000966023 00000 n -0000990447 00000 n -0000990511 00000 n -0000969141 00000 n -0000967123 00000 n -0000966692 00000 n -0000969014 00000 n -0000968742 00000 n -0000968873 00000 n -0000968920 00000 n -0000968992 00000 n -0000972754 00000 n -0000971990 00000 n -0000969255 00000 n -0000972628 00000 n -0000972148 00000 n -0000972307 00000 n -0000972468 00000 n -0000990703 00000 n -0000990255 00000 n -0000990191 00000 n -0000978471 00000 n -0000975563 00000 n -0000972865 00000 n -0000978343 00000 n -0000978408 00000 n -0000975826 00000 n -0000976002 00000 n -0000976179 00000 n -0000976354 00000 n -0000976528 00000 n -0000976713 00000 n -0000976883 00000 n -0000977062 00000 n -0000977247 00000 n -0000977422 00000 n -0000977599 00000 n -0000977798 00000 n -0000977970 00000 n -0000978141 00000 n -0000980447 00000 n -0000979299 00000 n -0000978596 00000 n +0000064874 00000 n +0000064937 00000 n +0000060768 00000 n +0000060922 00000 n +0000061079 00000 n +0000061236 00000 n +0000061391 00000 n +0000061547 00000 n +0000061704 00000 n +0000061861 00000 n +0000062018 00000 n +0000062181 00000 n +0000062344 00000 n +0000062507 00000 n +0000062670 00000 n +0000062825 00000 n +0000062982 00000 n +0001059599 00000 n +0001047282 00000 n +0001059423 00000 n +0000063139 00000 n +0000063295 00000 n +0000063451 00000 n +0000063608 00000 n +0000063765 00000 n +0000063921 00000 n +0000064078 00000 n +0000064235 00000 n +0000064390 00000 n +0000064548 00000 n +0000064711 00000 n +0001092564 00000 n +0000068813 00000 n +0000066483 00000 n +0000065097 00000 n +0000068750 00000 n +0000066721 00000 n +0000066875 00000 n +0000067032 00000 n +0000067189 00000 n +0000067345 00000 n +0000067501 00000 n +0000067657 00000 n +0000067814 00000 n +0000067970 00000 n +0000068127 00000 n +0000068284 00000 n +0000068439 00000 n +0000068595 00000 n +0000075816 00000 n +0000071291 00000 n +0000068911 00000 n +0000075690 00000 n +0000075753 00000 n +0000071633 00000 n +0000071788 00000 n +0000071943 00000 n +0000072098 00000 n +0000072254 00000 n +0000072410 00000 n +0000072566 00000 n +0000072722 00000 n +0000072878 00000 n +0000073034 00000 n +0000073190 00000 n +0000073345 00000 n +0000073502 00000 n +0000073659 00000 n +0000073816 00000 n +0000073973 00000 n +0000074130 00000 n +0000074287 00000 n +0000074443 00000 n +0000074599 00000 n +0000074755 00000 n +0000074911 00000 n +0000075067 00000 n +0000075223 00000 n +0000075379 00000 n +0000075535 00000 n +0000091910 00000 n +0000095198 00000 n +0000109938 00000 n +0000120092 00000 n +0000155367 00000 n +0000155494 00000 n +0000164401 00000 n +0000164465 00000 n +0000176054 00000 n +0000176117 00000 n +0000185375 00000 n +0000190974 00000 n +0000218560 00000 n +0000226563 00000 n +0000273539 00000 n +0000302970 00000 n +0000316660 00000 n +0000492296 00000 n +0000492360 00000 n +0000563352 00000 n +0000584777 00000 n +0000613707 00000 n +0000641283 00000 n +0000667770 00000 n +0000699893 00000 n +0000721840 00000 n +0000080563 00000 n +0000077574 00000 n +0000075901 00000 n +0000080500 00000 n +0000077844 00000 n +0000078001 00000 n +0000078158 00000 n +0000078315 00000 n +0000078472 00000 n +0000078627 00000 n +0000078783 00000 n +0000078939 00000 n +0000079095 00000 n +0000079251 00000 n +0000079407 00000 n +0000079562 00000 n +0000079718 00000 n +0000079874 00000 n +0000080031 00000 n +0000080187 00000 n +0000080343 00000 n +0000750722 00000 n +0000789365 00000 n +0000820721 00000 n +0000846734 00000 n +0000855377 00000 n +0000867249 00000 n +0000871725 00000 n +0000884606 00000 n +0000889354 00000 n +0000893435 00000 n +0000900504 00000 n +0000920774 00000 n +0000943710 00000 n +0000955544 00000 n +0000963099 00000 n +0000967324 00000 n +0000969976 00000 n +0000085916 00000 n +0000082559 00000 n +0000080648 00000 n +0000085790 00000 n +0000085853 00000 n +0000082845 00000 n +0000082999 00000 n +0000083154 00000 n +0000083309 00000 n +0000083464 00000 n +0000083619 00000 n +0000083774 00000 n +0000083928 00000 n +0000084082 00000 n +0000084237 00000 n +0000084392 00000 n +0000084547 00000 n +0000084702 00000 n +0000084857 00000 n +0000085013 00000 n +0000085169 00000 n +0000085325 00000 n +0000085481 00000 n +0000085635 00000 n +0000167583 00000 n +0000282527 00000 n +0000319865 00000 n +0000495467 00000 n +0000495531 00000 n +0000563226 00000 n +0000588344 00000 n +0000641158 00000 n +0000645360 00000 n +0000670894 00000 n +0000699957 00000 n +0000724839 00000 n +0000726953 00000 n +0000750596 00000 n +0000756919 00000 n +0000756982 00000 n +0000759493 00000 n +0000855313 00000 n +0000862451 00000 n +0000088279 00000 n +0000087791 00000 n +0000086001 00000 n +0000088093 00000 n +0000087933 00000 n +0000991992 00000 n +0000090369 00000 n +0000092098 00000 n +0000090227 00000 n +0000088377 00000 n +0000091722 00000 n +0000091847 00000 n +0000091565 00000 n +0000091972 00000 n +0000092035 00000 n +0001092682 00000 n +0000091294 00000 n +0000091425 00000 n +0000091472 00000 n +0000091544 00000 n +0000093777 00000 n +0000095261 00000 n +0000093655 00000 n +0000092224 00000 n +0000095072 00000 n +0000095135 00000 n +0000094801 00000 n +0000094932 00000 n +0000094979 00000 n +0000095051 00000 n +0000097656 00000 n +0000097168 00000 n +0000095387 00000 n +0000097467 00000 n +0000097530 00000 n +0000097593 00000 n +0000097310 00000 n +0000099118 00000 n +0000110002 00000 n +0000098968 00000 n +0000097754 00000 n +0000109751 00000 n +0000109439 00000 n +0000109595 00000 n +0000112135 00000 n +0000121863 00000 n +0000120156 00000 n +0000111985 00000 n +0000110136 00000 n +0000119966 00000 n +0000119654 00000 n +0000120029 00000 n +0000119809 00000 n +0000152317 00000 n +0000155558 00000 n +0000121721 00000 n +0000120290 00000 n +0000155304 00000 n +0000155431 00000 n +0000155147 00000 n +0000157261 00000 n +0000161685 00000 n +0000164529 00000 n +0000157119 00000 n +0000155718 00000 n +0000164275 00000 n +0000164338 00000 n +0000164118 00000 n +0001092800 00000 n +0000167710 00000 n +0000167058 00000 n +0000164676 00000 n +0000167520 00000 n +0000167208 00000 n +0000167647 00000 n +0000167364 00000 n +0000169358 00000 n +0000172034 00000 n +0000176181 00000 n +0000169216 00000 n +0000167808 00000 n +0000175928 00000 n +0000175991 00000 n +0000175771 00000 n +0000178423 00000 n +0000185438 00000 n +0000178257 00000 n +0000176330 00000 n +0000185312 00000 n +0000184684 00000 n +0000184841 00000 n +0000184997 00000 n +0000185154 00000 n +0000188107 00000 n +0000193062 00000 n +0000191100 00000 n +0000187949 00000 n +0000185560 00000 n +0000190848 00000 n +0000190911 00000 n +0000190376 00000 n +0000190533 00000 n +0000190691 00000 n +0000220924 00000 n +0000218749 00000 n +0000192920 00000 n +0000191235 00000 n +0000218497 00000 n +0000218624 00000 n +0000218340 00000 n +0000218687 00000 n +0000226690 00000 n +0000220782 00000 n +0000218884 00000 n +0000226500 00000 n +0000226627 00000 n +0000226342 00000 n +0001092918 00000 n +0000991479 00000 n +0000228454 00000 n +0000273728 00000 n +0000228332 00000 n +0000226825 00000 n +0000273476 00000 n +0000273665 00000 n +0000276488 00000 n +0000276177 00000 n +0000273863 00000 n +0000276299 00000 n +0000276362 00000 n +0000276425 00000 n +0000284616 00000 n +0000279031 00000 n +0000278658 00000 n +0000276599 00000 n +0000278780 00000 n +0000278843 00000 n +0000278906 00000 n +0000305107 00000 n +0000282715 00000 n +0000282000 00000 n +0000279129 00000 n +0000282464 00000 n +0000282150 00000 n +0000282306 00000 n +0000303034 00000 n +0000284494 00000 n +0000282826 00000 n +0000302907 00000 n +0000316723 00000 n +0000304985 00000 n +0000303182 00000 n +0000316597 00000 n +0001093036 00000 n +0000319990 00000 n +0000319680 00000 n +0000316871 00000 n +0000319802 00000 n +0001046735 00000 n +0001037787 00000 n +0001046558 00000 n +0000323237 00000 n +0000323052 00000 n +0000320114 00000 n +0000323174 00000 n +0001037425 00000 n +0001028204 00000 n +0001037245 00000 n +0001027762 00000 n +0001025477 00000 n +0001027600 00000 n +0001025183 00000 n +0001017365 00000 n +0001025008 00000 n +0001016978 00000 n +0001014791 00000 n +0001016815 00000 n +0000325339 00000 n +0000324753 00000 n +0000323400 00000 n +0000325214 00000 n +0000324903 00000 n +0000325058 00000 n +0000327703 00000 n +0000327048 00000 n +0000325502 00000 n +0000327516 00000 n +0000327198 00000 n +0000327358 00000 n +0000991864 00000 n +0000329383 00000 n +0000360582 00000 n +0000492424 00000 n +0000329233 00000 n +0000327801 00000 n +0000492171 00000 n +0000491860 00000 n +0000492017 00000 n +0000495595 00000 n +0000494779 00000 n +0000492586 00000 n +0000495404 00000 n +0000494937 00000 n +0000495092 00000 n +0000495248 00000 n +0001093154 00000 n +0000497676 00000 n +0000563416 00000 n +0000497554 00000 n +0000495693 00000 n +0000563163 00000 n +0000566001 00000 n +0000584841 00000 n +0000565843 00000 n +0000563564 00000 n +0000584652 00000 n +0000584182 00000 n +0000584339 00000 n +0000584495 00000 n +0000588469 00000 n +0000587816 00000 n +0000585041 00000 n +0000588281 00000 n +0000587966 00000 n +0000588126 00000 n +0000588407 00000 n +0000591366 00000 n +0000613771 00000 n +0000591200 00000 n +0000588632 00000 n +0000613582 00000 n +0000612953 00000 n +0000613114 00000 n +0000613270 00000 n +0000613426 00000 n +0000616372 00000 n +0000641345 00000 n +0000616230 00000 n +0000613984 00000 n +0000641095 00000 n +0000640938 00000 n +0000645424 00000 n +0000644834 00000 n +0000641506 00000 n +0000645297 00000 n +0001014460 00000 n +0001012350 00000 n +0001014289 00000 n +0000644984 00000 n +0000645141 00000 n +0001093272 00000 n +0000647927 00000 n +0000667834 00000 n +0000647777 00000 n +0000645600 00000 n +0000667582 00000 n +0000667645 00000 n +0000667271 00000 n +0000667427 00000 n +0000673773 00000 n +0000671083 00000 n +0000670709 00000 n +0000667995 00000 n +0000670831 00000 n +0000670958 00000 n +0000700082 00000 n +0000673607 00000 n +0000671207 00000 n +0000699830 00000 n +0000699205 00000 n +0000699361 00000 n +0000699517 00000 n +0000699673 00000 n +0000700021 00000 n +0000702550 00000 n +0000721904 00000 n +0000702400 00000 n +0000700230 00000 n +0000721715 00000 n +0000721401 00000 n +0000721558 00000 n +0000724903 00000 n +0000724654 00000 n +0000722065 00000 n +0000724776 00000 n +0000727017 00000 n +0000726768 00000 n +0000725001 00000 n +0000726890 00000 n +0001093390 00000 n +0000729257 00000 n +0000750786 00000 n +0000729135 00000 n +0000727115 00000 n +0000750533 00000 n +0000753933 00000 n +0000752769 00000 n +0000750934 00000 n +0000753559 00000 n +0000752935 00000 n +0000753092 00000 n +0000753248 00000 n +0000753403 00000 n +0000753622 00000 n +0000753682 00000 n +0000753745 00000 n +0000753807 00000 n +0000753870 00000 n +0000757109 00000 n +0000756734 00000 n +0000754031 00000 n +0000756856 00000 n +0000757046 00000 n +0000759557 00000 n +0000759308 00000 n +0000757220 00000 n +0000759430 00000 n +0000761705 00000 n +0000791602 00000 n +0000789429 00000 n +0000761563 00000 n +0000759655 00000 n +0000789178 00000 n +0000789021 00000 n +0000820785 00000 n +0000791460 00000 n +0000789616 00000 n +0000820658 00000 n +0000820500 00000 n +0001011254 00000 n +0000994044 00000 n +0001011081 00000 n +0001093508 00000 n +0000823455 00000 n +0000846798 00000 n +0000823289 00000 n +0000820959 00000 n +0000846608 00000 n +0000845973 00000 n +0000846131 00000 n +0000846292 00000 n +0000846452 00000 n +0000848915 00000 n +0000848386 00000 n +0000846946 00000 n +0000848852 00000 n +0000848536 00000 n +0000848694 00000 n +0000851712 00000 n +0000850998 00000 n +0000849052 00000 n +0000851461 00000 n +0000851148 00000 n +0000851650 00000 n +0000851304 00000 n +0000853982 00000 n +0000855441 00000 n +0000853860 00000 n +0000851810 00000 n +0000855250 00000 n +0000854979 00000 n +0000855110 00000 n +0000855157 00000 n +0000855229 00000 n +0000858734 00000 n +0000858212 00000 n +0000855568 00000 n +0000858671 00000 n +0000858362 00000 n +0000858517 00000 n +0000862577 00000 n +0000862089 00000 n +0000858832 00000 n +0000862388 00000 n +0000862515 00000 n +0000862231 00000 n +0001093626 00000 n +0000865133 00000 n +0000867376 00000 n +0000864975 00000 n +0000862675 00000 n +0000867186 00000 n +0000866715 00000 n +0000866871 00000 n +0000867028 00000 n +0000866364 00000 n +0000866495 00000 n +0000866542 00000 n +0000866614 00000 n +0000866694 00000 n +0000991736 00000 n +0000869476 00000 n +0000871914 00000 n +0000869334 00000 n +0000867503 00000 n +0000871662 00000 n +0000871505 00000 n +0000871788 00000 n +0000871851 00000 n +0000871153 00000 n +0000871284 00000 n +0000871331 00000 n +0000871403 00000 n +0000871483 00000 n +0000875352 00000 n +0000874927 00000 n +0000872041 00000 n +0000875226 00000 n +0000875289 00000 n +0000875069 00000 n +0000878116 00000 n +0000877868 00000 n +0000875450 00000 n +0000877990 00000 n +0000878053 00000 n +0000879811 00000 n +0000879626 00000 n +0000878240 00000 n +0000879748 00000 n +0000882694 00000 n +0000887127 00000 n +0000884670 00000 n +0000882528 00000 n +0000879909 00000 n +0000884480 00000 n +0000883843 00000 n +0000884000 00000 n +0000884157 00000 n +0000884318 00000 n +0001093744 00000 n +0000883572 00000 n +0000883703 00000 n +0000883750 00000 n +0000883822 00000 n +0000991287 00000 n +0000991928 00000 n +0000892061 00000 n +0000889417 00000 n +0000886977 00000 n +0000884797 00000 n +0000889291 00000 n +0000888978 00000 n +0000889134 00000 n +0000888626 00000 n +0000888757 00000 n +0000888804 00000 n +0000888876 00000 n +0000888956 00000 n +0000893499 00000 n +0000891939 00000 n +0000889531 00000 n +0000893372 00000 n +0000893101 00000 n +0000893232 00000 n +0000893279 00000 n +0000893351 00000 n +0000898642 00000 n +0000896391 00000 n +0000895904 00000 n +0000893613 00000 n +0000896202 00000 n +0000896265 00000 n +0000896046 00000 n +0000902565 00000 n +0000900568 00000 n +0000898520 00000 n +0000896502 00000 n +0000900441 00000 n +0000900090 00000 n +0000900221 00000 n +0000900268 00000 n +0000900340 00000 n +0000900420 00000 n +0000920838 00000 n +0000902443 00000 n +0000900695 00000 n +0000920711 00000 n +0000923781 00000 n +0000923596 00000 n +0000920986 00000 n +0000923718 00000 n +0001093862 00000 n +0000926632 00000 n +0000926447 00000 n +0000923892 00000 n +0000926569 00000 n +0000929028 00000 n +0000928781 00000 n +0000926730 00000 n +0000928903 00000 n +0000928966 00000 n +0000931472 00000 n +0000931111 00000 n +0000929152 00000 n +0000931409 00000 n +0000931253 00000 n +0000933272 00000 n +0000933087 00000 n +0000931570 00000 n +0000933209 00000 n +0000935162 00000 n +0000934977 00000 n +0000933370 00000 n +0000935099 00000 n +0000938173 00000 n +0000937486 00000 n +0000935273 00000 n +0000937608 00000 n +0000937671 00000 n +0000937734 00000 n +0000937797 00000 n +0000937860 00000 n +0000937923 00000 n +0000937986 00000 n +0000938048 00000 n +0000938111 00000 n +0001093980 00000 n +0000940863 00000 n +0000943773 00000 n +0000940673 00000 n +0000938297 00000 n +0000943584 00000 n +0000942484 00000 n +0000942639 00000 n +0000942796 00000 n +0000942952 00000 n +0000943109 00000 n +0000943267 00000 n +0000943427 00000 n +0000942213 00000 n +0000942344 00000 n +0000942391 00000 n +0000942463 00000 n +0000991672 00000 n +0000991543 00000 n +0000991223 00000 n +0000947306 00000 n +0000946716 00000 n +0000943900 00000 n +0000947180 00000 n +0000946866 00000 n +0000947023 00000 n +0000947243 00000 n +0000951350 00000 n +0000950321 00000 n +0000947417 00000 n +0000950785 00000 n +0000950848 00000 n +0000950911 00000 n +0000950974 00000 n +0000951037 00000 n +0000951099 00000 n +0000951162 00000 n +0000951224 00000 n +0000950471 00000 n +0000950628 00000 n +0000953610 00000 n +0000955608 00000 n +0000953488 00000 n +0000951513 00000 n +0000955481 00000 n +0000955129 00000 n +0000955260 00000 n +0000955307 00000 n +0000955379 00000 n +0000955459 00000 n +0000958621 00000 n +0000958196 00000 n +0000955735 00000 n +0000958495 00000 n +0000958558 00000 n +0000958338 00000 n +0000961068 00000 n +0000963162 00000 n +0000960918 00000 n +0000958745 00000 n +0000962973 00000 n +0000962657 00000 n +0000962815 00000 n +0001094098 00000 n +0000962386 00000 n +0000962517 00000 n +0000962564 00000 n +0000962636 00000 n +0000965763 00000 n +0000968144 00000 n +0000967451 00000 n +0000965613 00000 n +0000963302 00000 n +0000967261 00000 n +0000966943 00000 n +0000967098 00000 n +0000966672 00000 n +0000966803 00000 n +0000966850 00000 n +0000966922 00000 n +0000991351 00000 n +0000991415 00000 n +0000970040 00000 n +0000968022 00000 n +0000967591 00000 n +0000969913 00000 n +0000969641 00000 n +0000969772 00000 n +0000969819 00000 n +0000969891 00000 n +0000973655 00000 n +0000972889 00000 n +0000970154 00000 n +0000973529 00000 n +0000973048 00000 n +0000973207 00000 n +0000973368 00000 n +0000991607 00000 n +0000991158 00000 n +0000991093 00000 n +0000979372 00000 n +0000976464 00000 n +0000973766 00000 n +0000979244 00000 n +0000979309 00000 n +0000976727 00000 n +0000976903 00000 n +0000977080 00000 n +0000977255 00000 n +0000977429 00000 n +0000977614 00000 n +0000977784 00000 n +0000977963 00000 n +0000978148 00000 n +0000978323 00000 n +0000978500 00000 n +0000978699 00000 n +0000978871 00000 n +0000979042 00000 n +0000981348 00000 n +0000980200 00000 n +0000979497 00000 n +0000981283 00000 n 0000980382 00000 n -0000979481 00000 n -0000979658 00000 n -0000979839 00000 n -0000980019 00000 n -0000980198 00000 n -0000982830 00000 n -0000982576 00000 n 0000980559 00000 n -0000982701 00000 n -0000985323 00000 n -0000984955 00000 n -0000982916 00000 n -0000985258 00000 n -0000985102 00000 n -0001093314 00000 n -0000990895 00000 n -0000987867 00000 n -0000986638 00000 n -0000985422 00000 n -0000986764 00000 n -0000986893 00000 n -0000986958 00000 n -0000987023 00000 n -0000987088 00000 n -0000987153 00000 n -0000987218 00000 n -0000987283 00000 n -0000987348 00000 n -0000987413 00000 n -0000987478 00000 n -0000987543 00000 n -0000987608 00000 n -0000987673 00000 n -0000987738 00000 n -0000987803 00000 n -0000991151 00000 n -0000989936 00000 n -0000987953 00000 n -0000990062 00000 n -0000991250 00000 n -0001010842 00000 n -0001013793 00000 n -0001013768 00000 n -0001023136 00000 n -0001025834 00000 n -0001025795 00000 n -0001034012 00000 n -0001036653 00000 n -0001036580 00000 n -0001046270 00000 n -0001059252 00000 n -0001062128 00000 n -0001061998 00000 n -0001076746 00000 n -0001090878 00000 n -0001093412 00000 n -0001093532 00000 n -0001093652 00000 n -0001093757 00000 n -0001093839 00000 n -0001097440 00000 n -0001103122 00000 n -0001103163 00000 n -0001103203 00000 n -0001103359 00000 n +0000980740 00000 n +0000980920 00000 n +0000981099 00000 n +0000983732 00000 n +0000983477 00000 n +0000981460 00000 n +0000983603 00000 n +0001094218 00000 n +0000986225 00000 n +0000985857 00000 n +0000983818 00000 n +0000986160 00000 n +0000986004 00000 n +0000991800 00000 n +0000988769 00000 n +0000987540 00000 n +0000986324 00000 n +0000987666 00000 n +0000987795 00000 n +0000987860 00000 n +0000987925 00000 n +0000987990 00000 n +0000988055 00000 n +0000988120 00000 n +0000988185 00000 n +0000988250 00000 n +0000988315 00000 n +0000988380 00000 n +0000988445 00000 n +0000988510 00000 n +0000988575 00000 n +0000988640 00000 n +0000988705 00000 n +0000992056 00000 n +0000990838 00000 n +0000988855 00000 n +0000990964 00000 n +0000992155 00000 n +0001011747 00000 n +0001014698 00000 n +0001014673 00000 n +0001017244 00000 n +0001017205 00000 n +0001025422 00000 n +0001028063 00000 n +0001027990 00000 n +0001037680 00000 n +0001047037 00000 n +0001060157 00000 n +0001063033 00000 n +0001062903 00000 n +0001077651 00000 n +0001091783 00000 n +0001094325 00000 n +0001094445 00000 n +0001094565 00000 n +0001094670 00000 n +0001094752 00000 n +0001098353 00000 n +0001104056 00000 n +0001104097 00000 n +0001104137 00000 n +0001104293 00000 n trailer << -/Size 1088 -/Root 1086 0 R -/Info 1087 0 R -/ID [<F3CB9C96D1697EF87761FEEE222AA219> <F3CB9C96D1697EF87761FEEE222AA219>] +/Size 1092 +/Root 1090 0 R +/Info 1091 0 R +/ID [<590043B7007B45470F9AFE2479DC36D7> <590043B7007B45470F9AFE2479DC36D7>] >> startxref -1103627 +1104561 %%EOF |
