这几个词的区别大致可从以下几方面去看:
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

随机推荐

  1. String数组必须初始化之后才能赋值

    犯了一个很大的错误: String sample[]=null; sample[]="hello"; samlple[]="world"; 直接就报异常了. 记 ...

  2. hdu 5282 Senior's String 两次dp

    题链:http://acm.hdu.edu.cn/showproblem.php?pid=5282 Senior's String Time Limit: 2000/1000 MS (Java/Oth ...

  3. 【Java探索道路安全系列:Java可扩展的安全架构】一间:Java可扩展的安全体系结构开始

    笔者:郭嘉 邮箱:allenwells@163.com 博客:http://blog.csdn.net/allenwells github:https://github.com/AllenWell [ ...

  4. Java算法分析1—————寻找数组同样元素

    算法的两个评測指标:执行时间和内存消耗 要么用时间换空间,要么用空间换时间 寻找数组同样元素測试一: 0~99共100个元素各不同样,新增加一个0~99的元素不明白位置 从101个元素数组中找出与0~ ...

  5. 蓝缘管理系统第二个版本号开源了。springMVC+springSecurity3.x+Mybaits3.x 系统

    蓝缘管理系统第二个版本号开源了 继于 http://blog.csdn.net/mmm333zzz/article/details/16863543 版本号一.版本号二 对springMVC+spri ...

  6. XML解析中的namespace初探

    原文:XML解析中的namespace初探 初学者在解析XML文件的时候最容易遇到的问题恐怕就是XML的namespace了,本文旨在对namespace做一个简要的介绍. namespace的意义无 ...

  7. 【spring源代码分析】--Bean的解析与注冊

    接着上一节继续分析,DefaultBeanDefinitionDocumentReader的parseBeanDefinitions方法: protected void parseBeanDefini ...

  8. codeforces 459D - Pashmak and Parmida's problem【离散化+处理+逆序对】

    题目:codeforces 459D - Pashmak and Parmida's problem 题意:给出n个数ai.然后定义f(l, r, x) 为ak = x,且l<=k<=r, ...

  9. Hibernate操作Clob数据类型

    在POJO字符串可以声明为一个大型对象java.lang.String要么java.sql.Clob种类. 当程序从数据库加载Clob数据的类型.负荷只有一个Clob数据的逻辑指针类型.我们需要通过使 ...

  10. SQL Server :理解数据记录结构

    原文:SQL Server :理解数据记录结构 在SQL Server :理解数据页结构我们提到每条记录都有7 bytes的系统行开销,那这个7 bytes行开销到底是一个什么样的结构,我们一起来看下 ...