全部分类
移动开发与应用
WEB前端
架构与运维
程序设计
数据库
操作系统
热点技术
综合
exam9.5.8
366阅读 0评论
2011-11-18
maunix
分类:
LINUX
;; mht created on Nov 15
,
2011
;; draw
-
circles
:
posn list
-
of
-
numbers
-
>
boolean
(
define
(
draw
-
circles center a
-
list
-
of
-
nums
)
(
cond
[
(
empty? a
-
list
-
of
-
nums
)
false
]
[
else
(
and
(
draw
-
circle center
(
first a
-
list
-
of
-
nums
)
上一篇:
exam9.5.7
下一篇:
exam10.1.1