`
Bloodwolf
  • 浏览: 88795 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

sicp 1.2

    博客分类:
  • SICP
阅读更多

将下面的式子写为scheme表达式:

 

 

 

 

 

(/ (+ 5
      4
      (- 2 (- 3 (+ 6 4/5))))
   (* 3 (- 6 2) (- 2 7)))
分享到:
评论

相关推荐

    sicp-Structure and Interpretation of Computer Programs

    - **1.2 过程与其产生的过程**(Procedures and the Processes They Generate) - **1.2.1 线性递归和迭代**(Linear Recursion and Iteration):比较两种不同的过程结构。 - **1.2.2 树形递归**(Tree ...

    SICP(计算机体系结构)

    - **1.2 由过程生成的过程** - **1.2.1 线性递归与迭代**: 比较两种不同类型的递归算法。 - **1.2.2 树形递归**: 探讨一种复杂度较高的递归形式。 - **1.2.3 成长的阶次**: 分析算法的时间和空间复杂度。 - **...

    Structure and Interpretation of Computer programs sicp

    - **1.2 由过程生成的过程及其产生的过程** - **1.2.1 线性递归与迭代**: 探讨不同类型的递归模式。 - **1.2.2 树递归**: 分析更复杂的递归模式,如树形结构的遍历。 - **1.2.3 成长顺序**: 分析算法的时间和空间...

    Structure Interpration of Computer Programs(英文版)

    - **1.2 过程及其产生的过程** - **1.2.1 线性递归与迭代**:比较线性递归和迭代两种不同类型的算法,并分析它们之间的差异。 - **1.2.2 树形递归**:介绍树形递归的概念,这是一种常见的递归形式,用于解决具有...

    免费书籍:互联网上的免费书籍

    免费计算机书籍汇总。 没有注明语种的,都为英语资源。 目录 一,网站开发 1.1 JavaScript语言 现代JavaScript教程(,) (中文) (中文) (JavaScript:最初的20年) Node.js入门(,) ...SICP(Py

    Structure and Interpretation of Computer Programs, 2nd Edition(完美版, 带完整CHM目录)

    Contents vii Foreword xi Preface to the Second Edition xv Preface to the First Edition xvii...1.2 Procedures and the Processes They Generate 31 1.3 Formulating Abstractions with Higher...

Global site tag (gtag.js) - Google Analytics