您的位置:首页 > 其它

【SICP练习】122 练习3.53

2015-03-28 22:05 155 查看

练习3-53

原文

Exercise 3.53. Without running the program, describe the elements of the stream defined by

(define s (cons-stream 1 (add-streams s s)))


分析

s是一串2的幂。也就是1、2、4、8、16、32……
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: