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

📄 instance.bat

📁 一套美国国家宇航局人工智能中心NASA的专家系统工具源代码
💻 BAT
字号:
(make-instance a of A)(send [a] print)(make-instance [a] of A (x 65))(send [a] print)(unmake-instance [a])(make-instance b1 of BOGUS)(make-instance b1 of BOGUS (b 45))(send [b1] put-a 1)(send [b1] put-b 2)(send [b1] print)(initialize-instance [b1] (a xyz))(send [b1] print)(unmake-instance [b1])(make-instance b of B (z 0))(send [b] print)(send [b] put-x 65)(send [b] put-y abc)(send [b] put-z "Hello world.")(send [b] print)(initialize-instance b)(send [b] print)(unmake-instance b)(watch instances)(reset)(reset)(unwatch instances)(unmake-instance *)(make-instance d of D)(sym-cat (send [d] get-x) def)(send [d] put-x "New value.")(send [d] get-x)(unmake-instance *)(make-instance z of Z)(instances)(unmake-instance *)(unwatch all)(watch messages)(make-instance sv of SAVE-TEST (stamp 1))(make-instance sv of SAVE-TEST)(save-instances "ins.tmp")(load-instances "ins.tmp")(instances)(restore-instances "ins.tmp")(instances)(send [sv] print)

⌨️ 快捷键说明

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