rfrshagn.tst
来自「NASA 开发使用的一个专家系统」· TST 代码 · 共 13 行
TST
13 行
(set-strategy depth)(unwatch all); rfrshagn.clp test(clear)(open "rfrshagn.rsl" rfrshagn "w")(load "compline.clp")(load "rfrshagn.clp")(progn (dribble-on "rfrshagn.out") (testit) (dribble-off))(printout rfrshagn "rfrshagn.clp differences are as follows:" crlf)(compare-files rfrshagn.exp rfrshagn.out rfrshagn); close result file(close rfrshagn)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?