这几个词的区别大致可从以下几方面去看:
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. U14Linux的帐号与用户组

    1.在/etc/group和/etc/gshadow中查找mousegroup: grep mousegroup /etc/group /etc/gshadow (grep的使用) 2.其实Linux ...

  2. evnetlet hub

    hub 是 Eventlet's event loop的主要部分,用于分配I/O 事件 和调度绿色线程. Eventlet 有多种hub实现,现支持一下几种: epoll poll selects p ...

  3. [ACM] POJ 3259 Wormholes (bellman-ford最短路径,推断是否存在负权回路)

    Wormholes Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 29971   Accepted: 10844 Descr ...

  4. BZOJ 1109 POI2007 堆积木Klo LIS

    题目大意:给定一个序列,能够多次将某个位置的数删掉并将后面全部数向左串一位,要求操作后a[i]=i的数最多 首先我们如果最后a[i]=i的数的序列为S 那么S满足随着i递增,a[i]递增(相对位置不变 ...

  5. HTML5----响应式(自适应)网页设计

    第一步:在网页代码的头部,加入一行viewport元标签 <meta name="viewport" content="width=device-width, in ...

  6. ZOJ 3822 Domination(概率dp 牡丹江现场赛)

    题目链接:problemId=5376">http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=5376 Edward ...

  7. windows phone 页面传值(7)

    原文:windows phone 页面传值(7) 在windows phone 中微软为我们提供了页面间传递参数的解决方案,下面就为大家介绍使用方法,页面传值的案例中我们建立两个页面,一个是MainP ...

  8. Objective-C类的使用

    Objective-C教程的例题: // // main.m // test // // Created by liwei on 14-10-28. // Copyright (c) 2014年 li ...

  9. RPC模式的Hub操作

    signalR 专题—— 第四篇 模拟RPC模式的Hub操作   在之前的文章中,我们使用的都是持久连接,但是使用持久连接的话,这种模拟socket的形式使用起来还是很不方便的,比如只有一个唯一的 O ...

  10. linux free

    在Linux下查看内存我们一般用command free [root@nonamelinux ~]# free total           used           free        s ...