很高兴看到有这么多人想了解我们的体育设施。
It's good to see that there are so many people wanting to find out about our sports facilities.
这所大学的所有学生都有资格成为体育中心的成员,年费9.50英镑。
All students of the college are entitled to become members of the Sports Centre, for an annual fee of £9.50.
周五我们恐怕不能注册新成员,所以注册时间为周一至周四下午两点到六点,地点为接待处。
I'm afraid we can't register new members on Friday, so it's Monday to Thursday, 2 to 6, at reception.
你来注册的时候务必要记得带上三件东西。
There are three things that you must remember to bring with you when you come to register.
你觉得我应该把通知贴在哪里?
Where do you think I should put up the notice?
然后,一旦你拿到了健身卡,无论你什么时候来预约或使用任何健身中心设施,都要随身携带此卡。
Then once you have got your sports card, you will need to bring it with you whenever you come to book or use any Sports Centre facilities.
不允许电话预定,所以当你想预定的时候必须本人带着卡过来。
"Booking over the phone is not allowed, so you have to come here in person, with your card, when you want to book."
我们的开放时间似乎每年都变得更长。
Our opening hours seem to get longer every year.

If a big asteroid with Earth's name on it were to reach us unimpeded, well, we could go the way of the dinosaurs.
如果一颗有地球名字的大小行星能够毫无阻碍地到达我们的地球,那么,我们就可以走恐龙的路了。
So a group of astronauts is advising the U.N. on a plan to protect the planet.
This is taking responsibility for the survival of life on planet Earth.

Apollo astronaut Rusty Schweickart on October 25th, at a discussion of the issue at New York's American Museum of Natural History

... its dinosaur skeletons a reminder of the danger of being unprepared.

Last week, the General Assembly approved a preliminary set of asteroid defense measures.

For example, a system for nations to share info about incoming space rocks.

And a coordinated mission to deflect any asteroids found to be on a collision course with Earth.
The biggest problem right now institutionally is ... no government in the world today has explicitly assigned the responsibility for planetary deflection to any of its agencies.
NASA does not have an explicit responsibility to deflect an asteroid, nor does any other space agency.
Ultimately, the Earth's nations must work together to combat this extraterrestrial threat.

Because when it comes to space rocks, they are definitely out there.

BEC listen and translation exercise 38的更多相关文章

  1. BEC listen and translation exercise 11

    When you are in any contest you should work as if there were — to the very last minute — a chance to ...

  2. BEC listen and translation exercise 37

    You're supposed to do that before 10.30 in the morning, but obviously, if it's an emergency, you can ...

  3. BEC listen and translation exercise 35

    高中听力: At five o'clock, we have afternoon tea, but we don't have it in the kitchen. Father's Day is t ...

  4. BEC listen and translation exercise 31

    听力练习: All societies have ways of encouraging and enforcing what they view as appropriate behaviour w ...

  5. BEC listen and translation exercise 40

    However, recently there's been more and more interest in the development of ostrich farming in other ...

  6. BEC listen and translation exercise 13

    The old lady sits on a mobile chair every morning. He got a large fortune when his father died, but ...

  7. BEC listen and translation exercise 12

    More than 220 cities now have air quality monitoring systems and 42 others will have systems in plac ...

  8. BEC listen and translation exercise 9

    You will do foolish things, but do them with enthusiasm. 你难免会做傻事,但要做,就做得满怀激情. In addition, there sho ...

  9. BEC listen and translation exercise 8

    The double-decker plane that can carry over 550 passengers dwarfs all other commercial jets. In just ...

随机推荐

  1. staitic_cast原理与使用

    本文以下述结构为例: 总结如下: 1) static_cast用于有直接或间接关系的指针或引用之间 转换.没有继承关系的指针不能用此转换,即使二者位于同一类体系中.比如,Left,Right之间不能用 ...

  2. ipmitool常用命令

    然后查看ip等信息,使用如下命令: ipmitool lan print 远程访问 可使用如下命令尝试: ipmitool -I lanplus -H 10.108.125.227 -U Admini ...

  3. 从动态获取div高度的问题展开来看

    ps 可能篇幅比较长,请大家耐心看看 今天有人在群里问我 动态获取高度怎么获取  我就说jq中的outerHeight. height .innerHeight   原生的height clientH ...

  4. ASIHTTPRequest中文入门教程全集 http://www.zpluz.com/thread-3284-1-1.html

    本文转载至 目录  3 第  1  章  创建和运行请求  5 1.1.  创建一个同步请求  5 1.2.  创建一个异步请求  5 1.3.  使用程序块(blocks )  6 1.4.  使用 ...

  5. DBCP组件概述

    许多Apache的项目都支持与关系型数据库进行交互.为每个用户都创建一个连接是一项非常耗时的工作(通常情况下,需要花费几秒中),而为了执行数据库的事务处理可能还需要花费几毫秒.对于一个对外公开访问的互 ...

  6. CSS中设置div垂直居中

    在说到这个问题的时候,也许有人会问CSS中不是有vertical-align属性来设置垂直居中的吗?即使是某些浏览器不支持我只需做少许的CSS Hack技术就可以啊!所以在这里我还要啰嗦两句,CSS中 ...

  7. (比赛)B - Super Mobile Charger

    B - Super Mobile Charger Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & ...

  8. 九度OJ 1200:最大的两个数 (最值)

    时间限制:1 秒 内存限制:32 兆 特殊判题:否 提交:2904 解决:761 题目描述: 输入一个四行五列的矩阵,找出每列最大的两个数. 输入: 输入第一行包括一个整数n(1<=n<= ...

  9. as2解析json

    as2写的json解析,带容错,如果要做格式检查,得自己修改了,直接贴代码 //--------------------------------------------------json解析---- ...

  10. java 从零开始 第二天

    2015年4月28号晚,珠海.晴. Java 的基本数据类型 有整型(integer),浮点型(float),布尔型(boolean),字符型(char) 1.整型(integer) java最基本的 ...