問題4.55 – SICP(計算機プログラムの構造と解釈)その228
2009年07月28日
問題4.55
a. Ben Bitdiddle に監督されている人すべて
(supervisor ?x (Bitdiddle Ben))
実行結果
;;; Query input: (supervisor ?x (Bitdiddle Ben)) ;;; Query results: (supervisor (Tweakit Lem E) (Bitdiddle Ben)) (supervisor (Fect Cy D) (Bitdiddle Ben)) (supervisor (Hacker Alyssa P) (Bitdiddle Ben))
b. 経理部門[accounting division]のすべての人の名前と担当
(job ?x (accounting . ?type))
実行結果
;;; Query input: (job ?x (accounting . ?type)) ;;; Query results: (job (Cratchet Robert) (accounting scrivener)) (job (Scrooge Eben) (accounting chief accountant))
c. Slumerville に住む人すべての名前と住所
(address ?x (Slumerville . ?where))
;;; Query input: (address ?x (Slumerville . ?where)) ;;; Query results: (address (Aull DeWitt) (Slumerville (Onion Square) 5)) (address (Reasoner Louis) (Slumerville (Pine Tree Road) 80)) (address (Bitdiddle Ben) (Slumerville (Ridge Road) 10))
計算機プログラムの構造と解釈
posted with amazlet at 08.11.07
ジェラルド・ジェイ サスマン ジュリー サスマン ハロルド エイブルソン
ピアソンエデュケーション
売り上げランキング: 6542
ピアソンエデュケーション
売り上げランキング: 6542