tceplace.exp

来自「NASA 开发使用的一个专家系统」· EXP 代码 · 共 29 行

EXP
29
字号
TRUECLIPS> (batch "tceplace.bat")TRUECLIPS> (load "tceplace.clp")**********TRUECLIPS> (reset)CLIPS> (assert (a) (d) (e) (f) (g) (h) (i) (j) (k) (l))<Fact-10>CLIPS> (agenda) ; should be foo2 foo107      foo2: f-2,3      foo10: f-10,For a total of 2 activations.CLIPS> (assert (b))<Fact-11>CLIPS> (agenda) ; should be foo2 foo107      foo2: f-2,3      foo10: f-10,For a total of 2 activations.CLIPS> (assert (c))<Fact-12>CLIPS> (agenda) ; should be foo1 foo2 foo5 foo109      foo1: f-1,7      foo2: f-2,5      foo5: f-5,3      foo10: f-10,For a total of 4 activations.CLIPS> (dribble-off)

⌨️ 快捷键说明

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