Introduction
构造过程抽象
1.1
1.2
1.2.3
1.3
1.4
1.22
1.23
1.24
1.25
1.26
1.27
1.28
1.29
1.30
1.31
1.32
1.33
1.34
1.35
1.36
1.37
1.38
构造数据抽象
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
2.9
2.10
2.11
2.12
2.13
2.14
2.15
2.16
2.17
2.18
2.19
2.20
2.21
2.22
2.23
2.24
2.25
2.26
2.27
2.28
2.29
2.30
2.31
2.32
2.33
2.34
2.35
2.36
2.37
2.38
2.39
2.40
2.41
2.42
2.43
2.44
2.45
2.46
2.47
2.48
2.49
2.50
2.51
2.52
2.53
2.54
2.55
2.56
2.57
2.58
2.59
2.60
2.61
2.62
2.63
2.64
2.65
2.66
2.67
2.68
2.69
2.70
2.71
2.72
2.73
2.74
2.75
2.76
2.77
2.78
2.79
Made by Jeff Tian
Facebook
Google+
Twitter
Weibo
Instapaper
A
A
Serif
Sans
White
Sepia
Night
1.4
1.4
练习 1.4: 请仔细考察上面给出的允许计算符为复合表达式的组合式的求值模型,根据对这一模型的认识描述下面过程的行为:
(define (a-plus-abs-b a b) ((if (> b 0) + -) a b))
如果 b 大于 0,则返回 a 加上 b 的值。否则返回 a 减去 b 的值。
results matching "
"
No results matching "
"