http:^^www.cs.washington.edu^education^courses^415^prog4.assign.html

来自「This data set contains WWW-pages collect」· HTML 代码 · 共 55 行

HTML
55
字号
Date: Mon, 02 Dec 1996 14:41:46 GMTServer: NCSA/1.4.2Content-type: text/html<HEADER><TITLE>CSE 415  Prog. Assignment 4</TITLE></HEADER><BODY><pre>        I left a copy of an OPS 5 Tutorial at the Copy Center, Second floor,Engineering Library, yesterday at 1 pm. Please pick up your copy. Youshould read it even if you are not doing the assigned final project.-----------------------------CSE 415      Final Programming Project     Due Monday, June 3, 1996					(at final exam)                                        (Use "Turnin" as directed).        Write a Lisp program to implement selected features of the OPS 5Expert Systems Building Tool.        Your program should be able to run small systems specified inOPS 5 notation. It should be able to interpret and use the followingfeatures:        Facts in Working Memory which are represented as                 Objects with associated attribute-value pairs                (No need to implement Vectors of Symbols)        Rules as specified on page 6 of the tutorial, with the <pattern>        specification limited to                <pattern> ::= ( <object> [^<attribute> <value>]+ )        (The -<pattern> condition does not need to be implemented)        You will find the use of property lists in Lisp valuable for this.        Run your program using the Blocks World problem in Appendix I        of the Tutorial.        If your program does not solve the given problem, add a control        feature that will make it work.</pre></body>

⌨️ 快捷键说明

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