BEC translation exercise 4
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的更多相关文章
- BEC translation exercise 2
Forest fires are a regular feature of Chile's hot, arid summers.智利夏天炙热.干燥,常发生森林火灾.A nearly decade-lo ...
- BEC translation exercise 1
U.S. oil drillers have made major efficiency improvements with a speed that has repeatedly surprised ...
- BEC translation exercise 7
在挑选时我们完全出自疏忽而漏过了这篇短文.In making the selection we passed this short piece by quite inadvertently. we l ...
- 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 ...
- 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 ...
- 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 ...
- BEC listen and translation exercise 31
听力练习: All societies have ways of encouraging and enforcing what they view as appropriate behaviour w ...
- BEC listen and translation exercise 40
However, recently there's been more and more interest in the development of ostrich farming in other ...
- 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 ...
随机推荐
- Java替换字符串中的占位符
在开发中,会有动态配置字符串其中的某些字符,如何使用字符中的占位符,并且在代码动态替换占位符实现动态配置字符串! 1.定义字符串时,再string文件添加字符串: 注意!记得要在字符文件中加上这些: ...
- CSS3 animation-iteration-count:infinite
原文:http://www.w3chtml.com/css3/properties/animation/animation-iteration-count.html animation-iterati ...
- HBase基本知识介绍及典型案例分析
本次分享的内容主要分为以下五点: HBase基本知识: HBase读写流程: RowKey设计要点: HBase生态介绍: HBase典型案例分析. 首先我们简单介绍一下 HBase 是什么. HBa ...
- 自己动手编译Android源码(超详细)
http://www.jianshu.com/p/367f0886e62b 在Android Studio代码调试一文中,简单的介绍了代码调试的一些技巧.现在我们来谈谈android源码编译的一些事. ...
- Cocos2d-x项目移植到WP8系列之四:文件操作
原文链接: http://www.cnblogs.com/zouzf/p/3972457.html 读写文件Cocos已经用fopen fwrite来做好了,这里说的主要是文件和文件夹的创建.删除.判 ...
- INSPIRED启示录 读书笔记 - 第10章 管理上司
十条经验 1.为项目波动做好准备:用项目波动代指让你心烦意乱的各种返工.计划变更.不要企图消灭项目波动,但是可以尽量降低其负面影响.方法是提高警惕,记录工作进度,掌握项目波动的规律,寻找对策.制订项目 ...
- Luogu-2495 [SDOI2011]消耗战
虚树第一题 对于每次询问的点建立一棵虚树,然后在树上DP,一个点的答案就是这个点的父边切断的代价与所有儿子切断的代价去最小值,当然如果这个节点是资源点则必须切父边 注意在虚树上一条边的代价应该是中间所 ...
- linux上不能显示Jfreechart的图片文件
出现错误: Jan 23, 2015 4:19:21 PM org.apache.catalina.core.StandardWrapperValve invokeSEVERE: Servlet.s ...
- 把已安装的wampserver移动到不同目录使用应注意的问题
很多时候需要把已安装的wampserver移动到不同目录使用,此时应注意几个问题: 1.修改D:\wamp64\bin\apache\apache2.4.9\conf目录下的httpd.conf文件( ...
- java 开发面试题小整理(一)
本篇文档将持续更新,有基础滴,也有深层次的,谢谢! 1.看下面的程序是否有问题,如果有问题,请指出并说明理由. * byte b1 = 3; * byte b2 = 4; * byte b3 = b1 ...