<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://www.mikrocontroller.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hansb</id>
	<title>Mikrocontroller.net - Benutzerbeiträge [de]</title>
	<link rel="self" type="application/atom+xml" href="https://www.mikrocontroller.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hansb"/>
	<link rel="alternate" type="text/html" href="https://www.mikrocontroller.net/articles/Spezial:Beitr%C3%A4ge/Hansb"/>
	<updated>2026-04-23T14:52:04Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://www.mikrocontroller.net/index.php?title=Bitmanipulation_-_Standard_C_-_DeMorgan_Umformung&amp;diff=53405</id>
		<title>Bitmanipulation - Standard C - DeMorgan Umformung</title>
		<link rel="alternate" type="text/html" href="https://www.mikrocontroller.net/index.php?title=Bitmanipulation_-_Standard_C_-_DeMorgan_Umformung&amp;diff=53405"/>
		<updated>2010-12-09T08:45:45Z</updated>

		<summary type="html">&lt;p&gt;Hansb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Abschnitt Standard C:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Original:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Wichtiger Hinweis: Die ODER-Verknüpfung und die anschliessende Invertierung kann man nicht vertauschen! (Theorem von DeMorgan) Folgendes Beispiel soll die Richtigkeit der Aussage zeigen:&lt;br /&gt;
&amp;lt;c&amp;gt;&lt;br /&gt;
 ~(0b0001 | 0b0010) == 0b1100&lt;br /&gt;
  ~0b0001 | ~0b0010 == 0b1111&lt;br /&gt;
&amp;lt;/c&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Änderung:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Hinweis an den Autor:&lt;br /&gt;
Wird nach DeMorgan nicht auch das ODER invertiert?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;c&amp;gt;&lt;br /&gt;
 ~(0b0001 | 0b0010) == 0b1100  &lt;br /&gt;
  ~0b0001 &amp;amp; ~0b0010 == 0b1100   &amp;lt;- | durch &amp;amp; ersetzt&lt;br /&gt;
&amp;lt;/c&amp;gt;&lt;br /&gt;
Hinweis Ende&lt;/div&gt;</summary>
		<author><name>Hansb</name></author>
	</entry>
	<entry>
		<id>https://www.mikrocontroller.net/index.php?title=Benutzer_Diskussion:Hansb&amp;diff=53397</id>
		<title>Benutzer Diskussion:Hansb</title>
		<link rel="alternate" type="text/html" href="https://www.mikrocontroller.net/index.php?title=Benutzer_Diskussion:Hansb&amp;diff=53397"/>
		<updated>2010-12-08T14:49:13Z</updated>

		<summary type="html">&lt;p&gt;Hansb: hat „Benutzer Diskussion:Hansb“ nach „Bitmanipulation - Standard C - DeMorgan Umformung“ verschoben:&amp;amp;#32;Passende Ueberschrift&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#WEITERLEITUNG [[Bitmanipulation - Standard C - DeMorgan Umformung]]&lt;/div&gt;</summary>
		<author><name>Hansb</name></author>
	</entry>
	<entry>
		<id>https://www.mikrocontroller.net/index.php?title=Bitmanipulation_-_Standard_C_-_DeMorgan_Umformung&amp;diff=53396</id>
		<title>Bitmanipulation - Standard C - DeMorgan Umformung</title>
		<link rel="alternate" type="text/html" href="https://www.mikrocontroller.net/index.php?title=Bitmanipulation_-_Standard_C_-_DeMorgan_Umformung&amp;diff=53396"/>
		<updated>2010-12-08T14:49:13Z</updated>

		<summary type="html">&lt;p&gt;Hansb: hat „Benutzer Diskussion:Hansb“ nach „Bitmanipulation - Standard C - DeMorgan Umformung“ verschoben:&amp;amp;#32;Passende Ueberschrift&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Abschnitt Standard C:&lt;br /&gt;
&lt;br /&gt;
Hinweis an den Autor:&lt;br /&gt;
Wird nach DeMorgan nicht auch das ODER invertiert?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;c&amp;gt;&lt;br /&gt;
 ~(0b0001 | 0b0010) == 0b1100  &lt;br /&gt;
  ~0b0001 &amp;amp; ~0b0010 == 0b1100   &amp;lt;- | durch &amp;amp; ersetzt&lt;br /&gt;
&amp;lt;/c&amp;gt;&lt;br /&gt;
Hinweis Ende&lt;/div&gt;</summary>
		<author><name>Hansb</name></author>
	</entry>
	<entry>
		<id>https://www.mikrocontroller.net/index.php?title=Bitmanipulation_-_Standard_C_-_DeMorgan_Umformung&amp;diff=53386</id>
		<title>Bitmanipulation - Standard C - DeMorgan Umformung</title>
		<link rel="alternate" type="text/html" href="https://www.mikrocontroller.net/index.php?title=Bitmanipulation_-_Standard_C_-_DeMorgan_Umformung&amp;diff=53386"/>
		<updated>2010-12-08T08:24:28Z</updated>

		<summary type="html">&lt;p&gt;Hansb: hat „Benutzer Diskussion:80.140.26.144“ nach „Benutzer Diskussion:Hansb“ verschoben:&amp;amp;#32;Ich habe vergessen mich anzumelden&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Abschnitt Standard C:&lt;br /&gt;
&lt;br /&gt;
Hinweis an den Autor:&lt;br /&gt;
Wird nach DeMorgan nicht auch das ODER invertiert?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;c&amp;gt;&lt;br /&gt;
 ~(0b0001 | 0b0010) == 0b1100  &lt;br /&gt;
  ~0b0001 &amp;amp; ~0b0010 == 0b1100   &amp;lt;- | durch &amp;amp; ersetzt&lt;br /&gt;
&amp;lt;/c&amp;gt;&lt;br /&gt;
Hinweis Ende&lt;/div&gt;</summary>
		<author><name>Hansb</name></author>
	</entry>
	<entry>
		<id>https://www.mikrocontroller.net/index.php?title=Bitmanipulation_-_Standard_C_-_DeMorgan_Umformung&amp;diff=53385</id>
		<title>Bitmanipulation - Standard C - DeMorgan Umformung</title>
		<link rel="alternate" type="text/html" href="https://www.mikrocontroller.net/index.php?title=Bitmanipulation_-_Standard_C_-_DeMorgan_Umformung&amp;diff=53385"/>
		<updated>2010-12-08T08:23:52Z</updated>

		<summary type="html">&lt;p&gt;Hansb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Abschnitt Standard C:&lt;br /&gt;
&lt;br /&gt;
Hinweis an den Autor:&lt;br /&gt;
Wird nach DeMorgan nicht auch das ODER invertiert?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;c&amp;gt;&lt;br /&gt;
 ~(0b0001 | 0b0010) == 0b1100  &lt;br /&gt;
  ~0b0001 &amp;amp; ~0b0010 == 0b1100   &amp;lt;- | durch &amp;amp; ersetzt&lt;br /&gt;
&amp;lt;/c&amp;gt;&lt;br /&gt;
Hinweis Ende&lt;/div&gt;</summary>
		<author><name>Hansb</name></author>
	</entry>
</feed>