The world lost seven astronauts of Space Shuttle Columbia(哥伦比亚号航天飞机) this month. It brought
home the serious risk that 1humans face into the hostile environs beyond our 2sheltered planets, raising the question
of 3 whether exploring the heavens should be left to unmannedmissions. 4 Moreover less exciting, such missions will 5 pose no risks to humans. And already robots have an impressive list of accomplishments 6compared to their flesh and blood
counterparts(职级地位相当的人或物).

“ 7 Unmanned missions are all about specifically targeted scientific 8 explorations of the universe around us.Without exceptions, these efforts rise out of intense competition 9where the most compelling,and answerable questions are 10 posed ,” said Marc
Buie, an astronomer (天文学家) at Lowell Observatory in Flagstaff, Arizona. 11Robots have dug in the dirt on Mars,
flown in the 12atmosphere of Jupiter ( 木星), and driven by the moons of Neptune. A few are 13even approaching the
boundary of the 14solar system .

Humans, 15on the other hand , have mostly been going in circles, 16barely above the surface of theplanet. 17Besides the brief Apollo Mission triumphs on the 18moon , almost 250,000 milesaway, humans have 19never gone farther than 400,000 miles
from the planet, less than aday’s drive, although straight up. Humans fly near home for several reasons. There is
thelogistics(后勤) of sending humans and what they need, like water, air and food, in a closedenvironment that
keeps them 20 alive.

L213的更多相关文章

  1. pta l2-13(红色警报)

    题目链接:https://pintia.cn/problem-sets/994805046380707840/problems/994805063963230208 题意:给n个顶点,m条边,问每次删 ...

  2. flume的使用

    1.flume的安装和配置 1.1 配置java_home,修改/opt/cdh/flume-1.5.0-cdh5.3.6/conf/flume-env.sh文件

  3. vue2.x核心源码深入浅出,我还是去看源码了

    平常的工作就是以vue2.x进行开发,因为我是个实用主义者,以前我就一直觉得,你既然选择了这个框架开发你首先就要先弄懂这玩意怎么用,也就是先熟悉vue语法和各种api,而不是去纠结实现它的原理是什么. ...

随机推荐

  1. SqlParameter 参数化模糊查询

    sql += " and a.f_fullName like N'%'+@fullName+'%'";

  2. List<T>随机返回一个

    /// <summary> /// 随机返回一条数据 /// </summary> /// <param name="list"></pa ...

  3. c assert 用法

    #include <stdio.h> /* printf */ #include <assert.h> /* assert */ void print_number(int* ...

  4. [ios]ios tts的使用

    参考:http://www.tekuba.net/program/327/ http://blog.sina.com.cn/s/blog_923fdd9b0101flx3.html iOS平台由于本身 ...

  5. Spark与Flink大数据处理引擎对比分析!

    大数据技术正飞速地发展着,催生出一代又一代快速便捷的大数据处理引擎,无论是Hadoop.Storm,还是后来的Spark.Flink.然而,毕竟没有哪一个框架可以完全支持所有的应用场景,也就说明不可能 ...

  6. 【Python】Http Post请求四种请求体的Python实现

    前言 前几天一个刚接触Python不深的朋友问我的Python的xml格式Post请求怎么发送,刚好最近也在学习Http请求相关的内容,所以决定总结一下各类Post请求的Python实现. Happy ...

  7. C#中正确使用enum做Key的姿势

    C#中自定义enum,然后将其作为Dictionary的Key,通常的做法如下: using System; using System.Text; using System.Collections.G ...

  8. 解决dos窗口乱码问题

    大家有没有遇到这样的情况,看着就糟心 打开dos窗口, 输入命令 chcp 936 (936表示中文编码GBK, 也可以设置其他编码), 回车一下执行.  鼠标右键 -> 属性  (关键一步): ...

  9. Java下载https文件上传到阿里云oss服务器

    Java下载https文件上传到阿里云oss服务器 今天做了一个从Https链接中下载音频并且上传到OSS服务器,记录一下希望大家也少走弯路. 一共两个类: 1 .实现自己的证书信任管理器类 /** ...

  10. 周立功USBCAN-II 上位机开发(MFC)

    使用的USB转CAN的设备是周立功的USBCAN-II,在购买的时候,会有上位机二次开发的库文件.例程和API文档等材料,可以参考. 1.库函数的调用 首先,把库函数文件都放在工作目录下.库函数文件总 ...