定义一个过程,返回3个数中较大的2个数之和。
(define (sum-max2 a b c) (cond ((and (< a b) (< a c)) (+ b c)) ((and (< b a) (< b c)) (+ a c)) ((and (< c a) (< c b)) (+ a b))))
您还没有登录,请您登录后再发表评论
- **1.3 使用高阶过程形成抽象** - **1.3.1 作为参数的过程**: 如何将过程作为其他过程的参数。 - **1.3.2 使用lambda构造过程**: 学习lambda表达式的基础知识。 - **1.3.3 作为通用方法的过程**: 探讨过程如何...
研究了多层喷射沉积SiCP/Al-8.5Fe-1.3V-1.7Si复合材料通过挤压后再轧制以及模压致密后再轧制的显微组织特点及其室温力学性能。通过金相显微镜、x射线衍射仪、扫描电镜和透射电镜观察在加工过程中复合材料的显微组织...
Contents vii Foreword xi Preface to the Second Edition xv Preface to the First Edition xvii Acknowledgments xxi 1 ...Processes They Generate 31 1.3 Formulating Abstractions with Higher...
相关推荐
- **1.3 使用高阶过程形成抽象** - **1.3.1 作为参数的过程**: 如何将过程作为其他过程的参数。 - **1.3.2 使用lambda构造过程**: 学习lambda表达式的基础知识。 - **1.3.3 作为通用方法的过程**: 探讨过程如何...
研究了多层喷射沉积SiCP/Al-8.5Fe-1.3V-1.7Si复合材料通过挤压后再轧制以及模压致密后再轧制的显微组织特点及其室温力学性能。通过金相显微镜、x射线衍射仪、扫描电镜和透射电镜观察在加工过程中复合材料的显微组织...
Contents vii Foreword xi Preface to the Second Edition xv Preface to the First Edition xvii Acknowledgments xxi 1 ...Processes They Generate 31 1.3 Formulating Abstractions with Higher...