?? dfa.color
字號:
# 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)# structure is:# p0 p1 p2 p3# p0 is next state (with output p1) for token 0# p2 is next state (with output p3) for token 1# -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 display list of that name)0 1 2 3 4 5 6 7 8
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -