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

📄 predcfnx.exp

📁 NASA 开发使用的一个专家系统
💻 EXP
📖 第 1 页 / 共 2 页
字号:
TRUECLIPS> (batch "predcfnx.bat")TRUECLIPS> (numberp)                          ; 10.2.1[ARGACCES4] Function numberp expected exactly 1 argument(s)CLIPS> (numberp 3 a)                      ; 10.2.1[ARGACCES4] Function numberp expected exactly 1 argument(s)CLIPS> (numberp 8)                        ; 10.2.1TRUECLIPS> (numberp 8.1)                      ; 10.2.1TRUECLIPS> (numberp "hit")                    ; 10.2.1FALSECLIPS> (floatp)                           ; 10.2.2[ARGACCES4] Function floatp expected exactly 1 argument(s)CLIPS> (floatp 3 a)                       ; 10.2.2[ARGACCES4] Function floatp expected exactly 1 argument(s)CLIPS> (floatp 8)                         ; 10.2.2FALSECLIPS> (floatp 8.1)                       ; 10.2.2TRUECLIPS> (floatp "hit")                     ; 10.2.2FALSECLIPS> (integerp)                         ; 10.2.3[ARGACCES4] Function integerp expected exactly 1 argument(s)CLIPS> (integerp 3 a)                     ; 10.2.3[ARGACCES4] Function integerp expected exactly 1 argument(s)CLIPS> (integerp 8)                       ; 10.2.3TRUECLIPS> (integerp 8.1)                     ; 10.2.3FALSECLIPS> (integerp "hit")                   ; 10.2.3FALSECLIPS> (lexemep)                          ; 10.2.4[ARGACCES4] Function lexemep expected exactly 1 argument(s)CLIPS> (lexemep a 3)                      ; 10.2.4[ARGACCES4] Function lexemep expected exactly 1 argument(s)CLIPS> (lexemep b)                        ; 10.2.4TRUECLIPS> (lexemep "a w")                    ; 10.2.4TRUECLIPS> (lexemep [this])                   ; 10.2.4FALSECLIPS> (stringp)                          ; 10.2.5[ARGACCES4] Function stringp expected exactly 1 argument(s)CLIPS> (stringp a 3)                      ; 10.2.5[ARGACCES4] Function stringp expected exactly 1 argument(s)CLIPS> (stringp b)                        ; 10.2.5FALSECLIPS> (stringp "a w")                    ; 10.2.5TRUECLIPS> (stringp [this])                   ; 10.2.5FALSECLIPS> (symbolp)                          ; 10.2.6[ARGACCES4] Function symbolp expected exactly 1 argument(s)CLIPS> (symbolp a 3)                      ; 10.2.6[ARGACCES4] Function symbolp expected exactly 1 argument(s)CLIPS> (symbolp b)                        ; 10.2.6TRUECLIPS> (symbolp "a w")                    ; 10.2.6FALSECLIPS> (symbolp [this])                   ; 10.2.6FALSECLIPS> (evenp)                            ; 10.2.7[ARGACCES4] Function evenp expected exactly 1 argument(s)CLIPS> (evenp 3 a)                        ; 10.2.7[ARGACCES4] Function evenp expected exactly 1 argument(s)CLIPS> (evenp 8)                          ; 10.2.7TRUECLIPS> (evenp 9)                          ; 10.2.7FALSECLIPS> (evenp "hit")                      ; 10.2.7[ARGACCES5] Function evenp expected argument #1 to be of type integerCLIPS> (oddp)                             ; 10.2.8[ARGACCES4] Function oddp expected exactly 1 argument(s)CLIPS> (oddp 3 a)                         ; 10.2.8[ARGACCES4] Function oddp expected exactly 1 argument(s)CLIPS> (oddp 8)                           ; 10.2.8FALSECLIPS> (oddp 9)                           ; 10.2.8TRUECLIPS> (oddp "hit")                       ; 10.2.8[ARGACCES5] Function oddp expected argument #1 to be of type integerCLIPS> (multifieldp)                      ; 10.2.9[ARGACCES4] Function multifieldp expected exactly 1 argument(s)CLIPS> (multifieldp (create$ x) a)        ; 10.2.9[ARGACCES4] Function multifieldp expected exactly 1 argument(s)CLIPS> (multifieldp (create$))            ; 10.2.9TRUECLIPS> (multifieldp (create$ a 3 4.1))    ; 10.2.9TRUECLIPS> (multifieldp "hit")                ; 10.2.9FALSECLIPS> (pointerp)                         ; 10.2.10[ARGACCES4] Function pointerp expected exactly 1 argument(s)CLIPS> (pointerp 3 a)                     ; 10.2.10[ARGACCES4] Function pointerp expected exactly 1 argument(s)CLIPS> (pointerp 3)                       ; 10.2.10FALSECLIPS> (pointerp x)                       ; 10.2.10FALSECLIPS> (eq)                               ; 10.2.11[ARGACCES4] Function eq expected at least 2 argument(s)CLIPS> (eq a)                             ; 10.2.11[ARGACCES4] Function eq expected at least 2 argument(s)CLIPS> (eq a a b)                         ; 10.2.11FALSECLIPS> (eq a a a)                         ; 10.2.11TRUECLIPS> (eq a a)                           ; 10.2.11TRUECLIPS> (eq a b)                           ; 10.2.11FALSECLIPS> (eq a "a")                         ; 10.2.11FALSECLIPS> (eq 3 3)                           ; 10.2.11TRUECLIPS> (eq 3 3.0)                         ; 10.2.11FALSECLIPS> (eq 3 3.1)                         ; 10.2.11FALSECLIPS> (eq a (create$ a))                 ; 10.2.11FALSECLIPS> (eq 3 (create$ a))                 ; 10.2.11FALSECLIPS> (eq a (create$ b))                 ; 10.2.11FALSECLIPS> (eq (create$ a b) (create$ c d))   ; 10.2.11FALSECLIPS> (eq (create$) (create$))           ; 10.2.11TRUECLIPS> (eq (create$ a) (create$ a))       ; 10.2.11TRUECLIPS> (eq (create$ a) (create$ b))       ; 10.2.11FALSECLIPS> (eq (create$ a b) (create$ a b))   ; 10.2.11TRUECLIPS> (eq (create$ a b) (create$ a))     ; 10.2.11FALSECLIPS> (neq)                              ; 10.2.12[ARGACCES4] Function neq expected at least 2 argument(s)CLIPS> (neq a)                            ; 10.2.12[ARGACCES4] Function neq expected at least 2 argument(s)CLIPS> (neq a a b)                        ; 10.2.12FALSECLIPS> (neq a b c)                        ; 10.2.12TRUECLIPS> (neq a a a)                        ; 10.2.12FALSECLIPS> (neq a a)                          ; 10.2.12FALSECLIPS> (neq a b)                          ; 10.2.12TRUECLIPS> (neq a "a")                        ; 10.2.12TRUECLIPS> (neq 3 3)                          ; 10.2.12FALSECLIPS> (neq 3 3.0)                        ; 10.2.12TRUECLIPS> (neq 3 3.1)                        ; 10.2.12TRUECLIPS> (neq a (create$ a))                ; 10.2.12TRUECLIPS> (neq 3 (create$ a))                ; 10.2.12TRUECLIPS> (neq a (create$ b))                ; 10.2.12TRUECLIPS> (neq (create$ a b) (create$ c d))  ; 10.2.12TRUECLIPS> (neq (create$) (create$))          ; 10.2.12FALSECLIPS> (neq (create$ a) (create$ a))      ; 10.2.12FALSECLIPS> (neq (create$ b) (create$ a))      ; 10.2.12TRUECLIPS> (neq (create$ a b) (create$ a b))  ; 10.2.12FALSECLIPS> (neq (create$ a b) (create$ a))    ; 10.2.12TRUECLIPS> (=)                                ; 10.2.13[ARGACCES4] Function = expected at least 2 argument(s)CLIPS> (= 3)                              ; 10.2.13[ARGACCES4] Function = expected at least 2 argument(s)CLIPS> (= 3 3)                            ; 10.2.13TRUECLIPS> (= 13.7 13.7)                      ; 10.2.13TRUECLIPS> (= 3 3.0)                          ; 10.2.13TRUECLIPS> (= 3 3.0 3)                        ; 10.2.13TRUECLIPS> (= 3 3.0 4)                        ; 10.2.13FALSECLIPS> (= 3.0 3 4)                        ; 10.2.13FALSECLIPS> (= 3 a)                            ; 10.2.13[ARGACCES5] Function = expected argument #2 to be of type integer or floatCLIPS> (= 3 ?x)                           ; 10.2.13[EVALUATN1] Variable x is unbound[ARGACCES5] Function = expected argument #2 to be of type integer or floatFALSECLIPS> (<>)                               ; 10.2.14[ARGACCES4] Function <> expected at least 2 argument(s)CLIPS> (<> 3)                             ; 10.2.14[ARGACCES4] Function <> expected at least 2 argument(s)CLIPS> (<> 3 3)                           ; 10.2.14FALSECLIPS> (<> 13.7 13.7)                     ; 10.2.14FALSECLIPS> (<> 3 3.0)                         ; 10.2.14FALSECLIPS> (<> 3 3.0 3)                       ; 10.2.14FALSECLIPS> (<> 3 3.0 4)                       ; 10.2.14FALSECLIPS> (<> 3 4.0 4)                       ; 10.2.14TRUECLIPS> (<> 3.0 3 4)                       ; 10.2.14FALSECLIPS> (<> 3 a)                           ; 10.2.14[ARGACCES5] Function <> expected argument #2 to be of type integer or floatCLIPS> (<> 3 ?x)                          ; 10.2.14[EVALUATN1] Variable x is unbound[ARGACCES5] Function <> expected argument #2 to be of type integer or floatFALSECLIPS> (>)                                ; 10.2.15[ARGACCES4] Function > expected at least 2 argument(s)

⌨️ 快捷键说明

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