mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
ca60bdfbe8
Better than the one we currently have. For now in rosapps, so we can test it, if it's all working fine, we should replace the wine one. Changes by me: use pow() instead of cbrt(), as cbrt doesn't work in our tree. I imported the whole codebase, although the mpfr files are not used. I moved the localizations to "lang" and the icons to "res" subfolder. svn path=/trunk/; revision=31512
31 lines
1.7 KiB
HTML
31 lines
1.7 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>FUNZIONI LOGICHE</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h2 style="margin-top: 0; margin-bottom: 0">FUNZIONI LOGICHE</h2>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0">E' possibile eseguire alcune funzioni logiche utilizzabili tra due operandi.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Sono utilizzabili in maniera similare ai normali operatori aritmetici.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">L'unica eccezione é rappresentata dall'operatore "Not" che agisce su un singolo operando.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Le funzioni disponibili sono:</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/And.PNG" width="36" height="28"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Esegue un "and" logico tra due operandi.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/Or.PNG" width="36" height="28"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Esegue un "or" logico tra due operandi.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/Xor.PNG" width="36" height="28"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Esegue un "or esclusivo" tra due operandi.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/Not.PNG" width="36" height="28"></p>
|
|
<p style="margin-top: 0; margin-bottom: 0">Inverte tutti i bit del numero visualizzato sul display.</p>
|
|
<p style="margin-top: 0; margin-bottom: 0"> </p>
|
|
|
|
</body>
|
|
|
|
</html>
|