therefore/so/hence/then/accordingly/Thus
这几个词的区别大致可从以下几方面去看:
1、therefore adv.因此, 所以=for that reason=consequently常用于连接两个并列分句,其前加“and”或分号“;”.
He was ill, and therefore could not come. 他病了, 所以未能来.
He has broken his leg and therefore he can't walk.他摔坏了腿,因此不能走路了.
We do not have enough money. Therefore we cannot afford to buy the new car.我们的钱不够,因此买不成这辆新车.
2、so conj. adv因而, 所以, 结果是
It was late, so we went home. 天晚了, 所以我们就回家去了.
He was sick, so they were quiet.他病了,所以他们很安静.
3、hence adv.因此, 从此
The town was built among the hills, hence the name Hilltown. 该城镇修建在群山之中,故取名'山城'.
It is very late; hence you must go to bed.时间已经很晚了,因此你必须睡觉去.(记住前面是分号,而不是逗号)
4、then adv因此,就
Go into the cave, then they won't see you. 躲进洞里去,那他们就看不到你了.
5、accordingly adv.因此, 从而;所以,因此结果;因此(偶作连词使用conj.)
He was asked to leave the city and accordingly he went.有人叫他离开该城市,所以他就走了.
You may arrange accordingly.你可以权宜处理.
Mr Foster has never been to China. Consequently / Hence he knows very little about it.福斯特先生从未去过中国,所以对中国了解得很少.
My car was broken down and consequently I was late. = in consequence
6、Thus adv.如此,像这样;因此;于是
He sold his farm and thus he had enough money for his journey.他卖掉了农场,这样他就有足够的钱旅行了.
There has been no rain — thus, the crops are drying.天没下雨,因此庄稼要枯死了.
http://www.zybang.com/question/a2510e5ffd608039b51449829a1964b8.html
随机推荐
- ubuntu linux 13.04更新
首先备份源列表: sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup 而后用gedit或其他编辑器打开: gksu gedit /et ...
- HTML解析HtmlAgilityPack
原文:HTML解析HtmlAgilityPack //解析页面源代码 Uri surl = new Uri(url); Uri uriCategory = ...
- 如何添加地图控件到Windows Phone 8的页面中
原文 如何添加地图控件到Windows Phone 8的页面中 本主题介绍了各种方法来添加一个地图控件到Windows Phone 8的项目.该地图控件在Windows Phone的SDK 8.0的库 ...
- 2014百度之星第三题Xor Sum(字典树+异或运算)
Xor Sum Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 132768/132768 K (Java/Others) Total ...
- cocos2d-x3.0 实现HTTP请求GET、POST
HTTP请求实现 把以下代码拷贝到新创建的project中就能看到效果 HelloWorldScene.h #include "cocos2d.h" /*记得要引头文件*/ #in ...
- 仿CSDN Blog返回页面顶部功能
只修改了2个地方: 1,返回的速度-->改成了慢慢回去.(原来是一闪而返回) 2,返回顶部图标出现的时机-->改成了只要不在顶部就显示出来.(原来是向下滚动500px后才显示) 注意:JS ...
- Error: ORA-16501: the Data Guard broker operation failed ORA-16625: cannot reach database
在备库上建配置文件 DGMGRL> create configuration 'sharkdbbork' as primary database is 'sharkdb' connect ide ...
- java获取指定地址图片高度宽度简单代码
package com.test; import java.awt.image.BufferedImage; import java.io.IOException; import java.io.In ...
- Hadoop-2.2.0中国文档—— MapReduce 下一代 -- 公平调度
目的 此文档描写叙述了 FairScheduler, Hadoop 的一个可插入式的调度器,同意 YARN 应用在一个大集群中公平地共享资源. 简单介绍 公平调度是一种分配资源给应用的方法.以致到最后 ...
- C++ Primer 学习笔记_57_类和数据抽象 --管理指针成员
复印控制 --管理指针成员 引言: 包括指针的类须要特别注意复制控制.原因是复制指针时.一个带指针成员的指针类 class HasPtr { public: HasPtr(int *p,int i): ...