.png)
SICP 2.2: 层次性数据和闭包性质(Python实现)
- 2022 年 5 月 6 日
- 筆記
绪论 序对可以为我们提供用于构造复合数据的基本“粘接剂”,鉴于Python中tuple中元素不可变的性质,我们通过lis …
Continue Reading绪论 序对可以为我们提供用于构造复合数据的基本“粘接剂”,鉴于Python中tuple中元素不可变的性质,我们通过lis …
Continue Reading题目要求 解题方法 递归计算 没什么好说的,单纯的套用数学公式 1 (define (f n) 2 (if …
Continue Reading原版题目: Exercise 1.3: Define a procedure that takes three numb …
Continue Reading