sampo.conf

来自「细胞自动机的一个源代码」· CONF 代码 · 共 30 行

CONF
30
字号
# sample dfa conf file# implements dfa for elementry CA rule 54 dfa filter described in# Hanson and Crutchfield "Computation Mechanics of Cellular Automata: An Example"## dfa config file token3# states, alphabet15 2# state diagram (with outputs)# -1 is ignore token1 -1 2 -13 -1 4 -15 -1 6 -110 -1 7 -1 8 -1 13 -1 9 -1 12 -1 11 -1 14 -1 8 0 13 1 9 0 12 2 10 0 7 3 10 4 7 0 9 5 12 0 8 6 13 0 11 7 14 0 11 0 14 8 # output alphabet length9# output alphabet lookup (all non-zero outputs go to 1)0 1 1 1 1 1 1 1 1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?