<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Was mir so einfällt &#187; Studium</title>
	<atom:link href="http://xaedes.de/blog/category/studium/feed/" rel="self" type="application/rss+xml" />
	<link>http://xaedes.de/blog</link>
	<description>Ich habe keine Probleme, ich hab ja Whiteboards</description>
	<lastBuildDate>Tue, 28 Jul 2015 00:20:45 +0000</lastBuildDate>
	<language>de-DE</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.35</generator>
	<item>
		<title>Ganzzahlknappsack mit Greedy nicht optimal</title>
		<link>http://xaedes.de/blog/2011/04/10/ganzzahlknappsack-mit-greedy-nicht-optimal/</link>
		<comments>http://xaedes.de/blog/2011/04/10/ganzzahlknappsack-mit-greedy-nicht-optimal/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 15:17:53 +0000</pubDate>
		<dc:creator><![CDATA[xaedes]]></dc:creator>
				<category><![CDATA[Studium]]></category>

		<guid isPermaLink="false">http://xaedes.de/blog/?p=727</guid>
		<description><![CDATA[Beispiel warum Greedy mit Ganzzahliger Mitnahme von Gegenständen nicht optimal ist Rucksackgröße 15 Obj Wert Gewicht rDB A 8 4 2 B 5 3 1.67 Angenommen wir würde nur den Gegenstand mit besten rDB (relativer Deckungsbeitrag = Wert / Gewicht) mitnehmen, bis kein Platz mehr da ist. Dann würde man 3 Stück A mitnehmen und [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Beispiel warum Greedy mit Ganzzahliger Mitnahme von Gegenständen nicht optimal ist</p>
<p>Rucksackgröße 15</p>
<table>
<tr>
<th>Obj</th>
<th>Wert</th>
<th>Gewicht</th>
<th>rDB</th>
</tr>
<tr>
<td>A</td>
<td>8</td>
<td>4</td>
<td>2</td>
</tr>
<tr>
<td>B</td>
<td>5</td>
<td>3</td>
<td>1.67</td>
</tr>
</table>
<p>Angenommen wir würde nur den Gegenstand mit besten rDB (relativer Deckungsbeitrag = Wert / Gewicht)<br />
mitnehmen, bis kein Platz mehr da ist. Dann würde man 3 Stück A mitnehmen und hätte noch 1 Gewicht<br />
im Rucksack frei, wo wir nichts mehr reinpacken könnten. Der Gesamtwert wäre somit 24.<br />
Würde man (nicht greedy) stattdessen nur B einpacken, könnte man 5 Stück mitnehmen und hätte keinen Platz<br />
mehr im Rucksack übrig. Der Gesamtwert wäre somit 25, was besser als 24 bei der Greedy Variante wär.</p>
<p><strong>Greedy:</strong></p>
<table>
<tr>
<th>Obj</th>
<th>Wert</th>
<th>Gewicht</th>
<th>rDB</th>
<th>Stück</th>
<th>übrig</th>
<th>Gesamtwert</th>
</tr>
<tr>
<td>A</td>
<td>8</td>
<td>4</td>
<td>2</td>
<td>3</td>
<td>1</td>
<td>24</td>
</tr>
</table>
<p><strong>Nicht Greedy:</strong></p>
<table>
<tr>
<th>Obj</th>
<th>Wert</th>
<th>Gewicht</th>
<th>rDB</th>
<th>Stück</th>
<th>übrig</th>
<th>Gesamtwert</th>
</tr>
<tr>
<td>B</td>
<td>5</td>
<td>3</td>
<td>1.67</td>
<td>5</td>
<td>0</td>
<td>25</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://xaedes.de/blog/2011/04/10/ganzzahlknappsack-mit-greedy-nicht-optimal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Die Gesichter dahinter</title>
		<link>http://xaedes.de/blog/2011/02/03/die-gesichter-dahinter/</link>
		<comments>http://xaedes.de/blog/2011/02/03/die-gesichter-dahinter/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 11:45:16 +0000</pubDate>
		<dc:creator><![CDATA[xaedes]]></dc:creator>
				<category><![CDATA[nebenbei]]></category>

		<guid isPermaLink="false">http://xaedes.de/blog/?p=422</guid>
		<description><![CDATA[Beim Anzeichnen von simplen mathematischen Symbolen ist uns aufgefallen was dahinter steckt. Wer sich darin versteckt. Hier sind sie.]]></description>
				<content:encoded><![CDATA[<p>Beim Anzeichnen von simplen mathematischen Symbolen ist uns aufgefallen was dahinter steckt. Wer sich darin versteckt. Hier sind sie.<br />

<a href='http://xaedes.de/blog/2011/02/03/die-gesichter-dahinter/dsc01461/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01461-150x150.jpg" class="attachment-thumbnail" alt="Das war ein &quot;{&quot;" /></a>
<a href='http://xaedes.de/blog/2011/02/03/die-gesichter-dahinter/dsc01462/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01462-150x150.jpg" class="attachment-thumbnail" alt="Das war ein &quot;≤&quot;" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://xaedes.de/blog/2011/02/03/die-gesichter-dahinter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GTI Übungsblatt 13</title>
		<link>http://xaedes.de/blog/2011/02/03/gti-ubungsblatt-13/</link>
		<comments>http://xaedes.de/blog/2011/02/03/gti-ubungsblatt-13/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 11:41:02 +0000</pubDate>
		<dc:creator><![CDATA[xaedes]]></dc:creator>
				<category><![CDATA[GTI]]></category>

		<guid isPermaLink="false">http://xaedes.de/blog/?p=413</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[
<a href='http://xaedes.de/blog/2011/02/03/gti-ubungsblatt-13/dsc01457/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01457-150x150.jpg" class="attachment-thumbnail" alt="DSC01457" /></a>
<a href='http://xaedes.de/blog/2011/02/03/gti-ubungsblatt-13/dsc01458/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01458-150x150.jpg" class="attachment-thumbnail" alt="DSC01458" /></a>
<a href='http://xaedes.de/blog/2011/02/03/gti-ubungsblatt-13/dsc01463/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01463-150x150.jpg" class="attachment-thumbnail" alt="DSC01463" /></a>
<a href='http://xaedes.de/blog/2011/02/03/gti-ubungsblatt-13/dsc01465/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01465-150x150.jpg" class="attachment-thumbnail" alt="DSC01465" /></a>

]]></content:encoded>
			<wfw:commentRss>http://xaedes.de/blog/2011/02/03/gti-ubungsblatt-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GAD Übungsblatt 11</title>
		<link>http://xaedes.de/blog/2011/01/26/gad-ubungsblatt-11/</link>
		<comments>http://xaedes.de/blog/2011/01/26/gad-ubungsblatt-11/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 14:28:35 +0000</pubDate>
		<dc:creator><![CDATA[xaedes]]></dc:creator>
				<category><![CDATA[GAD]]></category>

		<guid isPermaLink="false">http://xaedes.de/blog/?p=387</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[
<a href='http://xaedes.de/blog/2011/01/26/gad-ubungsblatt-11/dsc01431/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01431-150x150.jpg" class="attachment-thumbnail" alt="DSC01431" /></a>
<a href='http://xaedes.de/blog/2011/01/26/gad-ubungsblatt-11/dsc01435/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01435-150x150.jpg" class="attachment-thumbnail" alt="DSC01435" /></a>

]]></content:encoded>
			<wfw:commentRss>http://xaedes.de/blog/2011/01/26/gad-ubungsblatt-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logik &#8211; Übungsblatt 12</title>
		<link>http://xaedes.de/blog/2011/01/26/logik-ubungsblatt-12/</link>
		<comments>http://xaedes.de/blog/2011/01/26/logik-ubungsblatt-12/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 14:26:24 +0000</pubDate>
		<dc:creator><![CDATA[xaedes]]></dc:creator>
				<category><![CDATA[Logik]]></category>

		<guid isPermaLink="false">http://xaedes.wordpress.com/?p=332</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[
<a href='http://xaedes.de/blog/2011/01/26/logik-ubungsblatt-12/dsc01438/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01438-150x150.jpg" class="attachment-thumbnail" alt="DSC01438" /></a>
<a href='http://xaedes.de/blog/2011/01/26/logik-ubungsblatt-12/dsc01439/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01439-150x150.jpg" class="attachment-thumbnail" alt="DSC01439" /></a>
<a href='http://xaedes.de/blog/2011/01/26/logik-ubungsblatt-12/dsc01440/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01440-150x150.jpg" class="attachment-thumbnail" alt="DSC01440" /></a>
<a href='http://xaedes.de/blog/2011/01/26/logik-ubungsblatt-12/dsc01441/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01441-150x150.jpg" class="attachment-thumbnail" alt="DSC01441" /></a>
<a href='http://xaedes.de/blog/2011/01/26/logik-ubungsblatt-12/dsc01442/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01442-150x150.jpg" class="attachment-thumbnail" alt="DSC01442" /></a>
<a href='http://xaedes.de/blog/2011/01/26/logik-ubungsblatt-12/dsc01443/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01443-150x150.jpg" class="attachment-thumbnail" alt="DSC01443" /></a>
<a href='http://xaedes.de/blog/2011/01/26/logik-ubungsblatt-12/dsc01444/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01444-150x150.jpg" class="attachment-thumbnail" alt="DSC01444" /></a>
<a href='http://xaedes.de/blog/2011/01/26/logik-ubungsblatt-12/dsc01445/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01445-150x150.jpg" class="attachment-thumbnail" alt="DSC01445" /></a>
<a href='http://xaedes.de/blog/2011/01/26/logik-ubungsblatt-12/dsc01446/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01446-150x150.jpg" class="attachment-thumbnail" alt="DSC01446" /></a>
<a href='http://xaedes.de/blog/2011/01/26/logik-ubungsblatt-12/dsc01447/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01447-150x150.jpg" class="attachment-thumbnail" alt="DSC01447" /></a>
<a href='http://xaedes.de/blog/2011/01/26/logik-ubungsblatt-12/dsc01450/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01450-150x150.jpg" class="attachment-thumbnail" alt="DSC01450" /></a>
<a href='http://xaedes.de/blog/2011/01/26/logik-ubungsblatt-12/dsc01451/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01451-150x150.jpg" class="attachment-thumbnail" alt="DSC01451" /></a>

]]></content:encoded>
			<wfw:commentRss>http://xaedes.de/blog/2011/01/26/logik-ubungsblatt-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GTI Übungsblatt 12</title>
		<link>http://xaedes.de/blog/2011/01/26/gti-ubungsblatt-12/</link>
		<comments>http://xaedes.de/blog/2011/01/26/gti-ubungsblatt-12/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 14:23:55 +0000</pubDate>
		<dc:creator><![CDATA[xaedes]]></dc:creator>
				<category><![CDATA[GTI]]></category>

		<guid isPermaLink="false">http://xaedes.de/blog/?p=368</guid>
		<description><![CDATA[Das Venn Diagramm ist übrigens bogus.]]></description>
				<content:encoded><![CDATA[
<a href='http://xaedes.de/blog/2011/01/26/gti-ubungsblatt-12/dsc01436/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01436-150x150.jpg" class="attachment-thumbnail" alt="DSC01436" /></a>
<a href='http://xaedes.de/blog/2011/01/26/gti-ubungsblatt-12/dsc01437/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/DSC01437-150x150.jpg" class="attachment-thumbnail" alt="DSC01437" /></a>

<p>Das Venn Diagramm ist übrigens bogus.</p>
]]></content:encoded>
			<wfw:commentRss>http://xaedes.de/blog/2011/01/26/gti-ubungsblatt-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weitere Whiteboards</title>
		<link>http://xaedes.de/blog/2011/01/18/weitere-whiteboards/</link>
		<comments>http://xaedes.de/blog/2011/01/18/weitere-whiteboards/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 01:05:02 +0000</pubDate>
		<dc:creator><![CDATA[xaedes]]></dc:creator>
				<category><![CDATA[nebenbei]]></category>
		<category><![CDATA[Studium]]></category>
		<category><![CDATA[WiSe 2010/2011]]></category>

		<guid isPermaLink="false">http://xaedes.wordpress.com/?p=316</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[
<a href='http://xaedes.de/blog/2011/01/18/weitere-whiteboards/dsc01398/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01398-150x150.jpg" class="attachment-thumbnail" alt="DSC01398" /></a>
<a href='http://xaedes.de/blog/2011/01/18/weitere-whiteboards/dsc01399/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01399-150x150.jpg" class="attachment-thumbnail" alt="DSC01399" /></a>
<a href='http://xaedes.de/blog/2011/01/18/weitere-whiteboards/dsc01401/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01401-150x150.jpg" class="attachment-thumbnail" alt="DSC01401" /></a>
<a href='http://xaedes.de/blog/2011/01/18/weitere-whiteboards/dsc01402/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01402-150x150.jpg" class="attachment-thumbnail" alt="DSC01402" /></a>
<a href='http://xaedes.de/blog/2011/01/18/weitere-whiteboards/dsc01403/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01403-150x150.jpg" class="attachment-thumbnail" alt="DSC01403" /></a>
<a href='http://xaedes.de/blog/2011/01/18/weitere-whiteboards/dsc01404/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01404-150x150.jpg" class="attachment-thumbnail" alt="DSC01404" /></a>
<a href='http://xaedes.de/blog/2011/01/18/weitere-whiteboards/dsc01415/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc014151-150x150.jpg" class="attachment-thumbnail" alt="DSC01415" /></a>
<a href='http://xaedes.de/blog/2011/01/18/weitere-whiteboards/dsc01416/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc014161-150x150.jpg" class="attachment-thumbnail" alt="DSC01416" /></a>

]]></content:encoded>
			<wfw:commentRss>http://xaedes.de/blog/2011/01/18/weitere-whiteboards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logik Übungsblatt 11</title>
		<link>http://xaedes.de/blog/2011/01/18/logik-ubungsblatt-11/</link>
		<comments>http://xaedes.de/blog/2011/01/18/logik-ubungsblatt-11/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 00:51:28 +0000</pubDate>
		<dc:creator><![CDATA[xaedes]]></dc:creator>
				<category><![CDATA[Logik]]></category>

		<guid isPermaLink="false">http://xaedes.wordpress.com/?p=306</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[
<a href='http://xaedes.de/blog/2011/01/18/logik-ubungsblatt-11/dsc01412/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01412-150x150.jpg" class="attachment-thumbnail" alt="Aufgabe 1a" /></a>
<a href='http://xaedes.de/blog/2011/01/18/logik-ubungsblatt-11/dsc01413/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01413-150x150.jpg" class="attachment-thumbnail" alt="Aufgabe 1b" /></a>
<a href='http://xaedes.de/blog/2011/01/18/logik-ubungsblatt-11/dsc01414/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01414-150x150.jpg" class="attachment-thumbnail" alt="Aufgabe 1c" /></a>
<a href='http://xaedes.de/blog/2011/01/18/logik-ubungsblatt-11/dsc01417/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01417-150x150.jpg" class="attachment-thumbnail" alt="Aufgabe 3" /></a>

]]></content:encoded>
			<wfw:commentRss>http://xaedes.de/blog/2011/01/18/logik-ubungsblatt-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GTI Übungsblatt 11</title>
		<link>http://xaedes.de/blog/2011/01/18/gti-ubungsblatt-11/</link>
		<comments>http://xaedes.de/blog/2011/01/18/gti-ubungsblatt-11/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 01:40:48 +0000</pubDate>
		<dc:creator><![CDATA[xaedes]]></dc:creator>
				<category><![CDATA[GTI]]></category>

		<guid isPermaLink="false">http://xaedes.wordpress.com/?p=297</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[
<a href='http://xaedes.de/blog/2011/01/18/gti-ubungsblatt-11/dsc01406/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01406-150x150.jpg" class="attachment-thumbnail" alt="Reduktion" /></a>
<a href='http://xaedes.de/blog/2011/01/18/gti-ubungsblatt-11/dsc01405/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01405-150x150.jpg" class="attachment-thumbnail" alt="Übungsblatt 10 Aufg 4" /></a>
<a href='http://xaedes.de/blog/2011/01/18/gti-ubungsblatt-11/dsc01407/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01407-150x150.jpg" class="attachment-thumbnail" alt="Aufg 1 a" /></a>
<a href='http://xaedes.de/blog/2011/01/18/gti-ubungsblatt-11/dsc01408/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01408-150x150.jpg" class="attachment-thumbnail" alt="Aufg 1 b" /></a>
<a href='http://xaedes.de/blog/2011/01/18/gti-ubungsblatt-11/dsc01409/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01409-150x150.jpg" class="attachment-thumbnail" alt="Aufg 1 c" /></a>
<a href='http://xaedes.de/blog/2011/01/18/gti-ubungsblatt-11/dsc01410/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01410-150x150.jpg" class="attachment-thumbnail" alt="Aufg 3" /></a>
<a href='http://xaedes.de/blog/2011/01/18/gti-ubungsblatt-11/dsc01411/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01411-150x150.jpg" class="attachment-thumbnail" alt="Aufg 3" /></a>

]]></content:encoded>
			<wfw:commentRss>http://xaedes.de/blog/2011/01/18/gti-ubungsblatt-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GTI Belegaufgabe</title>
		<link>http://xaedes.de/blog/2011/01/09/logik-belegaufgabe/</link>
		<comments>http://xaedes.de/blog/2011/01/09/logik-belegaufgabe/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 16:40:12 +0000</pubDate>
		<dc:creator><![CDATA[xaedes]]></dc:creator>
				<category><![CDATA[GTI]]></category>
		<category><![CDATA[gti]]></category>
		<category><![CDATA[ovgu]]></category>
		<category><![CDATA[wise1011]]></category>

		<guid isPermaLink="false">http://xaedes.wordpress.com/?p=112</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><a href="http://xaedes.de/blog/wp-content/uploads/dsc01365.jpg">
<a href='http://xaedes.de/blog/2011/01/09/logik-belegaufgabe/dsc01365/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01365-150x150.jpg" class="attachment-thumbnail" alt="DSC01365" /></a>
<a href='http://xaedes.de/blog/2011/01/09/logik-belegaufgabe/dsc01390/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01390-150x150.jpg" class="attachment-thumbnail" alt="DSC01390" /></a>
<a href='http://xaedes.de/blog/2011/01/09/logik-belegaufgabe/dsc01391/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01391-150x150.jpg" class="attachment-thumbnail" alt="DSC01391" /></a>
<a href='http://xaedes.de/blog/2011/01/09/logik-belegaufgabe/dsc01393/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01393-150x150.jpg" class="attachment-thumbnail" alt="DSC01393" /></a>
<a href='http://xaedes.de/blog/2011/01/09/logik-belegaufgabe/dsc01394/'><img width="150" height="150" src="http://xaedes.de/blog/wp-content/uploads/dsc01394-150x150.jpg" class="attachment-thumbnail" alt="DSC01394" /></a>
</p>
<p></a></p>
<p><a href="http://xaedes.de/blog/wp-content/uploads/dsc01365.jpg"> </a></p>
<p><a href="http://xaedes.de/blog/wp-content/uploads/dsc01365.jpg"></a></p>
<p><a href="http://xaedes.de/blog/wp-content/uploads/dsc01365.jpg"> </a></p>
<p><a href="http://xaedes.de/blog/wp-content/uploads/dsc01365.jpg"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://xaedes.de/blog/2011/01/09/logik-belegaufgabe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
