English - 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.我们的钱不够,因此买不成这辆新车.
therefore用法:
therefore有两种用法,一在整句中,一在分句中.therefore是副词,但有时具有连词作用.
一、整句中时一般不放句末,句首后要有逗号,句中1、按一般副词使用2、做插入语(这两个分得清吧)
eg.1、Therefore,we must learn English well.
2、They therefore can learn English well.
3、Many fast food restaurant ,therefore,have red furniture or walls.
二、用在分句中,即一个句子一部分表示原因一部分表示结果.
这时一般词前要用分号,其后用不用逗号无所谓.若第二个分句前是逗号或无符号,则要注意therefore是副词,和so不一样,要保持句子完整,应用and therefore.
eg.1、I had a headache;therefore I could not go to your party.
2、I was ill,and therefore could not come.
3、These birds are very beautiful and therefore liked by many people.
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.天没下雨,因此庄稼要枯死了.
accordingly,consequently,hence,so,therefore,thus
这些连接副词均有“因此,所以”之意。
accordingly书面用词,强调根据某种原因而得出的结果,其前可用冒号或分号,但不用逗号。
consequently正式用词,侧重符合逻辑的结果。
hence较正式用词,指接下来的东西是理所当然的必需的东西,但强调其重要性。
so用于比较随便的场合,口语中多用。
therefore通常指引出一个推断出的必然结论。 thus多用于书面语中,可与therefore换用。
English - therefore,so,hence,then,accordingly,thus用法解析的更多相关文章
- extern "c"用法解析
转自: extern "c"用法解析 - 简书 引言 C++保留了一部分过程式语言的特点,因而它可以定义不属于任何类的全局变量和函数.但是,C++毕竟是一种面向对象的程序设计语言, ...
- WordPress的have_posts()和the_post()用法解析
原文地址:http://www.phpvar.com/archives/2316.html 网上找到一篇介绍WordPress的have_posts()和the_post()用法解析的文章,觉得不错! ...
- extern "C" 用法解析
extern "c"用法解析 作者 作者Jason Ding ,链接http://www.jianshu.com/p/5d2eeeb93590 引言 C++保留了一部分过程式语言的 ...
- mysql group by 用法解析(详细)
在使用mysql时,有时需要查询出某个字段不重复的记录,虽然mysql提供 有distinct这个关键字来过滤掉多余的重复记录只保留一条,但往往只用它来返回不重复记录的条数,而不是用它来返回不重记录的 ...
- (转载)mysql group by 用法解析(详细)
(转载)http://blog.tianya.cn/blogger/post_read.asp?BlogID=4221189&PostID=47881614 mysql distinct 去重 ...
- group by 用法解析
group by 用法解析 group by语法可以根据给定数据列的每个成员对查询结果进行分组统计,最终得到一个分组汇总表. SELECT子句中的列名必须为分组列或列函数.列函数对于GROUP BY子 ...
- sql中的group by 和 having 用法解析
转载博客:http://www.cnblogs.com/wang-123/archive/2012/01/05/2312676.html --sql中的group by 用法解析:-- Group B ...
- C/C++之extern "C"的用法解析
extern "C"的用法解析 http://blog.sina.com.cn/u/494a1ebc010004g5 C++中extern “C”含义深层探索 1.引言 C++语言 ...
- ZT extern "C"的用法解析
extern "C"的用法解析 1.引言 C++语言的创建初衷是“a better C”,但是这并不意味着C++中类似C语言的全局变量和函数所采用的编译和连接方式与C语言完全相同. ...
随机推荐
- IIS的Connection由改为close改为Keep-Alive
参考地址:http://jingyan.baidu.com/article/60ccbceb0c884864cab19784.html 官方:http://technet.microsoft.com/ ...
- [11-2] adaboost理解
以二分类问题为例({-1,+1}) adaboost步骤: 1.初始化u1=(1/N,1/N,-,1/N) 2.找到h,使最小化,记该h为g:计算作为该g的权重 3.更新ui: 4.重复2,3得到T个 ...
- docker制作node程序镜像:
准备: 需要5个文件 新建一个docker文件夹 1 .ignore git忽略文件用的 2 pakage.json 安装NODE程序的 也可以直接拷贝进 docker文件加 3 node环境 lin ...
- JavaScript 工作必知(九)function 说起 闭包问题
大纲 Function Caller 返回函数调用者 Callee 调用自身 作用域 闭包 function 函数格式 function getPrototyNames(o,/*optional*/ ...
- Android入门——UI(9)
SwipRefreshLayout下拉刷新控件 <?xml version="1.0" encoding="utf-8"?> <android ...
- Hadoop Eclipse远程连接出现:Error:Call to /10.10.10.10:9000 failed on local exception: java.io.EOFException
异常截图:
- 在VS工程中,添加c/c++工程中外部头文件及库
在VS工程中,添加c/c++工程中外部头文件及库的基本步骤: 1.添加工程的头文件目录:工程---属性---配置属性---c/c++---常规---附加包含目录:加上头文件存放目录. 2.添加文件引用 ...
- Apache新版配置虚拟主机的注意事项
1.关于没有默认索引文件(index.php或者index.html)时,列出目录:需要开启模块 LoadModule autoindex_module modules/mod_autoindex.s ...
- jquery ajax返回json数据进行前后台交互实例
jquery ajax返回json数据进行前后台交互实例 利用jquery中的ajax提交数据然后由网站后台来根据我们提交的数据返回json格式的数据,下面我来演示一个实例. 先我们看演示代码 代码如 ...
- linux下flashplayer更新_最新版传送
http://get.adobe.com/cn/flashplayer/ 官网地址,全部最新的flash都在这了,左边选择你要下载的类型,右边点击下载就行了. 最简单的方法就是 下载rpm包,命令rp ...