1DCA

1Dimension Cell Automaton

> Totally simple cellular automata. Not very interesting. The code is
> also very simple.
>
> Stone
>  1995/8/25
>
>   * 2Phase ? Two black and white phases.
>   * 3Phase ? Amber, green, and black phases.
>   * 4Phase ? Black, amber, green, and red phases.
>   * 2Phase_1M ? Result is determined base done the two previous
> states.
>   * 2Phase_5 ? Result is determined by the previous 5 cell states.
>   * 3Phase_5 ? 3Phase version of 2Phase_5.
>   * 2PhaseCCA ? Variant of 2Phase based on continuous value of
> cellular automata (Continuous Cellular Automata).
>  Formula is A(B),B(A). Takes the weighted average of 5 neighbouring
> cells.
>   * 3Phase CCA ? 3Phase version of 2PhaseCCA.
>  Formula is A(B+C),B(C+A),C(A+B). This also takes the weighted
> average of 5 neighbouring cells.
>

>
> 1996/2/8

> ?????????????????????????
>  ???????????????????????
>
> Stone
>  1995?8?25
>
> ?2Phase???2?????
>  ?3Phase????????3?????
>  ?4Phase??????????4?????
>  ?2Phase_1M?????????????????
>  ?2Phase_5 ???5?????????????
>  ?3Phase_5???3Phase????
>  ?2PhaseCCA?????????????2Phase??
>  ????A(B),B(A)??????5??????????????
>  ?3PhaseCCA???3Phase??
>  ????A(B+C),B(C+A),C(A+B) ?????????5??????????????
>
> 1996?2?8


DL #11dca68k
DL #21dcappc

Compatibility
Architecture: 68k

Japanese