Chinaunix首页 | 论坛 | 博客
  • 博客访问: 209294
  • 博文数量: 136
  • 博客积分: 2919
  • 博客等级: 少校
  • 技术积分: 1299
  • 用 户 组: 普通用户
  • 注册时间: 2011-03-11 09:08
文章分类

全部博文(136)

文章存档

2013年(1)

2011年(135)

我的朋友

分类: LINUX

2011-12-07 09:20:36

  1. ;; mht created on Nov 9, 2011

  2. ;; height : number -> number
  3. ;; to compute the height that a rocket reaches in a given amount of time
  4. (define (height t)
  5.   (* (/ 1 2) (speed t) t))

  6. ;; speed : number -> number
  7. ;; to compute the speed that a rocket reaches in a given time
  8. (define (speed t)
  9.   (* g t))
阅读(503) | 评论(0) | 转发(0) |
0

上一篇:exam3.3.2-3.3.4

下一篇:exam3.3.6

给主人留下些什么吧!~~