Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Cellular Automaton, Part I

Name: Anonymous 2009-07-03 19:00

I have wrote a Wireworld CA program in Java and have realized how the OR-gate & XOR-gate works, but I'm still having problems with realizing the AND-gate. Anybody have some experience with this cellular automaton?


//The OR-gate:

0 0 0 0 0 0 0 0
0 3 3 3 0 0 0 0
0 0 0 0 3 0 0 0
0 0 0 3 3 3 3 0
0 0 0 0 3 0 0 0
0 2 1 3 0 0 0 0
0 0 0 0 0 0 0 0

//The XOR-gate:

0 0 0 0 0 0 0 0 0 0
0 2 1 3 0 0 0 0 0 0
0 0 0 0 3 0 0 0 0 0
0 0 0 3 3 3 3 0 0 0
0 0 0 3 0 0 3 3 3 0
0 0 0 3 3 3 3 0 0 0
0 0 0 0 3 0 0 0 0 0
0 2 1 3 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0

Name: Anonymous 2009-07-05 19:41

When I use a logic gate, I don't want one extra LOGICAL OPERATOR of worthless negation!  I just want a NOR or NAND!!
Not a "OR".  Not an "AND".  Those aren't even WORDS!!!!
NOR! NAND! THEY ARE THE STANDARD!!!

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List