diff options
author | Juha Vehviläinen <jusu@users.sourceforge.net> | 2002-08-31 08:40:29 +0000 |
---|---|---|
committer | Juha Vehviläinen <jusu@users.sourceforge.net> | 2002-08-31 08:40:29 +0000 |
commit | 40db8339b576227ff9f34b721c067999d615fee9 (patch) | |
tree | 0efa7225caaab7f7d3d142706734ffcf04b18e7f /Plugins | |
parent | 158623f3d62b49d88c990d662d8bdfa527175471 (diff) |
better comment on .cpp
svn path=/trunk/Framestein/; revision=103
Diffstat (limited to 'Plugins')
-rw-r--r-- | Plugins/rowca.cpp | 8 | ||||
-rw-r--r-- | Plugins/rowca.dll | bin | 110592 -> 110592 bytes | |||
-rw-r--r-- | Plugins/rowca.exp | bin | 619 -> 619 bytes | |||
-rw-r--r-- | Plugins/rowca.lib | bin | 2042 -> 2042 bytes | |||
-rw-r--r-- | Plugins/rowca.obj | bin | 57594 -> 57594 bytes |
5 files changed, 7 insertions, 1 deletions
diff --git a/Plugins/rowca.cpp b/Plugins/rowca.cpp index 9012b67..5c776ac 100644 --- a/Plugins/rowca.cpp +++ b/Plugins/rowca.cpp @@ -1,7 +1,13 @@ /* - Two dimensional cellular automata, where each iteration + One dimensional cellular automata, where each iteration adds a new row. + Each cell has three neighbourns, top left, top and top right, + as illustrated below: + + 123 + O + Patterns that lead to a white cell are given as parameter, forming the rule of the automata. diff --git a/Plugins/rowca.dll b/Plugins/rowca.dll Binary files differindex b3bdc17..eda7177 100644 --- a/Plugins/rowca.dll +++ b/Plugins/rowca.dll diff --git a/Plugins/rowca.exp b/Plugins/rowca.exp Binary files differindex 13b0af4..be126fa 100644 --- a/Plugins/rowca.exp +++ b/Plugins/rowca.exp diff --git a/Plugins/rowca.lib b/Plugins/rowca.lib Binary files differindex f46b62c..78df6e5 100644 --- a/Plugins/rowca.lib +++ b/Plugins/rowca.lib diff --git a/Plugins/rowca.obj b/Plugins/rowca.obj Binary files differindex cfc3f02..c57f120 100644 --- a/Plugins/rowca.obj +++ b/Plugins/rowca.obj |