index.html 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <html>
  2. <head>
  3. <title>Gates Library</title>
  4. </head>
  5. <body bgcolor="FFFFFF">
  6. <h1>Gates library</h1>
  7. <p>The Gates library includes a variety of simple
  8. components, all of which have a single output whose value is
  9. dictated entirely by the current inputs.</p>
  10. <table>
  11. <tr><td align="right"><a href="not.html"><img border="0" src="../../../icons/notGate.gif" width="16" height="16"><br>
  12. <img border="0" src="../../../icons/notGateRect.gif" width="16" height="16"></a></td>
  13. <td><a href="not.html">NOT Gate</a></td></tr>
  14. <tr><td align="right"><a href="buffer.html"><img border="0" src="../../../icons/bufferGate.gif" width="16" height="16"></a></td>
  15. <td><a href="buffer.html">Buffer</a></td></tr>
  16. <tr><td align="right"><a href="basic.html" style="text-decoration: none">
  17. <img border="0" src="../../../icons/andGate.gif" width="16" height="16">
  18. <img border="0" src="../../../icons/orGate.gif" width="16" height="16">
  19. <img border="0" src="../../../icons/nandGate.gif" width="16" height="16">
  20. <img border="0" src="../../../icons/norGate.gif" width="16" height="16"><br>
  21. <img border="0" src="../../../icons/andGateRect.gif" width="16" height="16">
  22. <img border="0" src="../../../icons/orGateRect.gif" width="16" height="16">
  23. <img border="0" src="../../../icons/nandGateRect.gif" width="16" height="16">
  24. <img border="0" src="../../../icons/norGateRect.gif" width="16" height="16"></a></td>
  25. <td><a href="basic.html">AND/OR/NAND/NOR Gate</a></td></tr>
  26. <tr><td align="right"><a href="xor.html" style="text-decoration: none">
  27. <img border="0" src="../../../icons/xorGate.gif" width="16" height="16">
  28. <img border="0" src="../../../icons/xnorGate.gif" width="16" height="16">
  29. <img border="0" src="../../../icons/parityOddGate.gif" width="16" height="16">
  30. <img border="0" src="../../../icons/parityEvenGate.gif" width="16" height="16"><br>
  31. <img border="0" src="../../../icons/xnorGateRect.gif" width="16" height="16">
  32. <img border="0" src="../../../icons/xorGateRect.gif" width="16" height="16">
  33. <img border="0" src="../../../icons/parityOddGate.gif" width="16" height="16">
  34. <img border="0" src="../../../icons/parityEvenGate.gif" width="16" height="16"></a></td>
  35. <td><a href="xor.html">XOR/XNOR/Odd Parity/Even Parity Gate</a></td></tr>
  36. <tr><td align="right"><a href="controlled.html" style="text-decoration: none">
  37. <img border="0" src="../../../icons/controlledBuffer.gif" width="16" height="16">
  38. <img border="0" src="../../../icons/controlledInverter.gif" width="16" height="16"></a></td>
  39. <td><a href="controlled.html">Controlled Buffer/Inverter</a></td></tr>
  40. </table>
  41. <p><a href="../index.html">Back to <em>Library Reference</em></a></p>
  42. </body>
  43. </html>