People have long known that nuts are part of a healthy diet.
人们早就知道坚果是健康饮食的一部分。
People, who you know well, can give you good advice, give you a different perspective, or share

their own experience.
你熟知的人能够为你提供好的建议,给你不同的视角,或分享他们自身的经验。
I bought this computer with the software pre-loaded.
我购买了这台预装了软件的电脑。
Our guest today is Mr. David Smith, who had the experience of studying abroad for seven years

and then returning home.

They are using simulation technologies to help government and private business control and

react to changing traffic conditions.
他们在使用模拟技术帮助政府和私人公司控制及应对不断变化的交通状况。

Controlling traffic is a complex and high cost problem in many developed countries.
控制交通在许多发达国家是一个复杂且高成本的问题。
The system is 100 percent solar powered and they believe they can actually break the records

that are existing right now.
这一系统完全由太阳能驱动,他们认为自己确实能够打破现存的纪录。

In the United States, a company is working on a project that could change the way we think

about public transportation.
美国一家公司正开展一个能改变我们对公共交通认知的项目。

Smartphones are everywhere, so it is hard to believe the iconic iPhone from Apple was launched

just 10 years ago today.
智能手机如今随处可见,很难相信标志性的苹果手机iPhone是在十年前的今天才发布的。

He included in his dictionary all important sentences to show how each word was actually used

in speech and writing.
他的字典里包含了所有重要的句子,以解释每一个单词在口语和写作中是如何实际应用的。

The author, Robert Cawdrey, made no attempt to include everyday words in his dictionary.
作者罗伯特·考德里并没有试图在他的字典里收录日常单词。
Well, it seems to me that everybody is talking about e-mails nowadays.

好吧,我觉得现在所有人都在谈论电子邮件。
It also led to overfishing, unsafe and destructive fishing and other problems.
这也导致了过度捕捞、危险性和破坏性捕鱼以及其它问题。

Critics say these programs put many fishermen out of business.
批评者表示,这些项目让许多渔民失业。

Many communities worldwide depend on the ocean for their livelihoods.
全球许多群体依靠大海谋生
More than 25 percent of the world’s fisheries are overfished, according to the United Nations
联合国表示,全球超过百分之二十五的渔场遭到过度捕捞。
Dentists say that the new method is most effective on early-stage cavities.
牙医称,这个新方法对早期蛀牙最有效。
A British company says it has developed technology that will end the need for mechanical

cleaning of dental cavities.
一家英国公司称其发明了一种技术,可以终结机械清洁蛀牙的需要。

Several modern critics consider her the greatest female poet in the English language.
数位现代评论家认为她是最伟大的英文女诗人。

For the remaining 30 years of her life, she was seldom seen outside her home.
在她生命最后30年里,人们很少看到她出门。

There are lots of people who mistake their imagination for their memory.
错把想象力当记忆力的人太多了。

BEC translation exercise 4的更多相关文章

  1. BEC translation exercise 2

    Forest fires are a regular feature of Chile's hot, arid summers.智利夏天炙热.干燥,常发生森林火灾.A nearly decade-lo ...

  2. BEC translation exercise 1

    U.S. oil drillers have made major efficiency improvements with a speed that has repeatedly surprised ...

  3. BEC translation exercise 7

    在挑选时我们完全出自疏忽而漏过了这篇短文.In making the selection we passed this short piece by quite inadvertently. we l ...

  4. 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 ...

  5. 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 ...

  6. 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 ...

  7. BEC listen and translation exercise 31

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

  8. BEC listen and translation exercise 40

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

  9. 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 ...

随机推荐

  1. Spring:笔记整理(2)——IOC容器

    IOC容器 什么是IOC 说明 IOC ,全称Inversion of control,即,控制反转,是一种设计思想. 控制: 在Java中,IOC意味着:你将设计好的对象交给容器控制,而不是传统的在 ...

  2. ORACLE对象模式

    在oracle数据库中,数据对象是以模式(Schema)为单位进行组织和管理的.所谓模式是指一系列逻辑数据结构或对象的集合. 模式与用户相对应,一个模式只能被一个数据库用户所拥有,并且模式名称与这个用 ...

  3. 主攻ASP.NET.4.5.1 MVC5.0之重生:系统角色与权限(一)

    数据结构 权限分配 1.在项目中新建文件夹Helpers 2.在HR.Helpers文件夹下添加EnumMoudle.Cs namespace HR.Helpers { public enum Enu ...

  4. HTML5模拟衣服撕扯动画

    在线演示 本地下载

  5. java 程序的使用

    Java程序可以在任何安装有Java平台的系统上运行,运行的时候语法如下: java -jar <program.jar>   -jar这个参数是必须有的,后面跟你的java程序,例如我们 ...

  6. PHP面试题汇总一

    1.表单中 get与post提交方法的区别? 答:get是发送请求HTTP协议通过url参数传递进行接收,而post是实体数据,可以通过表单提交大量信息. 2.session与cookie的区别? 答 ...

  7. 斯坦福机器学习视频笔记 Week9 异常检测和高斯混合模型 Anomaly Detection

    异常检测,广泛用于欺诈检测(例如“此信用卡被盗?”). 给定大量的数据点,我们有时可能想要找出哪些与平均值有显着差异. 例如,在制造中,我们可能想要检测缺陷或异常. 我们展示了如何使用高斯分布来建模数 ...

  8. 记Outlook插件与Web页面交互的各种坑 (含c# HttpWebRequest 连接https 的完美解决方法)

    1) 方案一,  使用Web Service  基础功能没问题, 只是在连接https (ssh) 网站时, 需要针对https进行开发 (即http 和https 生成两套接口, 不太容易统一 ). ...

  9. maven 内置属性有哪些?该如何使用?

    maven 共有6类内置属性: 内置属性(maven预定义,用户可以直接使用的) ${basedir}表示项目的根目录,既包含pom.xml文件的目录: ${version}表示项目版本: ${pro ...

  10. this关键字详解

    在java中,编译器会为每个对象分配一个this关键字.在代码中使用关键字可以使代码更优雅.下面我就列举一下this关键字常见的几种场景. 1.this代表当前对象调用成员变量和方法,也是用的最多的地 ...