码迷,mamicode.com
首页 > 其他好文 > 详细

【SICP练习】122 练习3.53

时间:2015-03-28 23:19:56      阅读:396      评论:0      收藏:0      [点我收藏+]

标签:define   stream   defined   program   streams   

练习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……

【SICP练习】122 练习3.53

标签:define   stream   defined   program   streams   

原文地址:http://blog.csdn.net/nomasp/article/details/44707125

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!