灯下 登录
计算机科学 / SICP / 3.3.4 A Simulator for Digital Circuits

Exercise 3.28 · 习题

Exercise 3.28: Define an or-gate as a primitive

function box. Your or-gate constructor should be similar to

and-gate.

练习 3.28:将或门 (or-gate) 定义为一种基本功能盒。你的或门构造函数应与 and-gate 类似。