Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecesary substitutions from SUB_LIST. | itetcu | 2006-07-11 | 1 | -1/+1 |
| | | | | Submitted by: hq | ||||
* | TruthTable is a truth table generator that does the dirty work for you. | itetcu | 2006-07-11 | 5 | -0/+52 |
This Java program handles the following operations: Not, And, Or, XOR, Implication, and the Biconditional. Author: Greg Slepak WWW: http://www.kinostudios.com/truthtable.php PR: ports/100041 Submitted by: Nicola Vitale <nivit at email.it> |