⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ceerr.clp

📁 NASA 开发使用的一个专家系统
💻 CLP
字号:
(defrule error-1   (a)  (test (> ?x ?y))  =>)(defrule error-2 ""  (not (a))  (test (> ?x ?y))  =>)(defrule error-3   (not (a))  (test (> 5 3))  (foo :(> ?x ?y))  =>)(defrule error-4   (not (a))  (test (> 5 3))  (foo)  (test (> ?x ?y))  =>)(defrule error-5 ""  (not (a b&:(> ?x ?y)))  =>)(defrule error-6 ""  (not (and (test (> 5 3))            (not (and (test (> 5 3))                      (not (and (test (> ?x ?y))))))))  =>)(defrule error-7 ""  (not (and (test (> 5 3))            (not (and (test (> 5 3))                      (not (and (test (> 5 4))                                (a ~?x)))))))  =>)(defrule error-8   (not (a))  (test (> 5 3))  (foo)  (test (> 5 3))  (foo :(> ?x ?y))  =>)(defrule error-9  (exists)  =>)  (defrule error-10  (forall)  =>)  (defrule error-11  (forall (a))  =>)

⌨️ 快捷键说明

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