English - even though和even if用法解析
even though和even if的用法区别两者均可用于引导让步状语从句,其细微区别是:
1. even if 引导的从句是往往是假设性的,相当于汉语的“即使”“纵然”“就算”“哪怕”。
如:They’ll stand by you even if you don’t succeed. 即使你不成功,他们也会支持你。
Even if I have to walk all the way I’ll get there. 即使我得一路走着去,我也要走到那里。
Even if it rains tomorrow, we won’t change our plan. 即使明天下雨,我们也决不改变计划。
For my part, I plan to go to the party even if you decide not to go. 至于我,即使你决定不去参加晚会我也会去的。
Even if you saw him pick up the money, you can’t be sure he stole it. 就算你看见是他拾起的钱,你也不能肯定钱就是他偷的。
正因为even if从句的内容通常是假设性的,所以有时还可用于虚拟语气;这样用的even if 与单独使用的if比较接近。
如:Even if he had the money, he wouldn’t buy it. 他即使有钱也不会买它。
I would have married her even if she had been penniless. 即使她身无分文,我也会和她结婚。
2. even though 引导的从句内容往往是真实的,主要用于引出不利用于主句情况的信息,相当于汉语的“尽管”“虽然”。
如:He went out even though it was raining. 尽管在下雨,他还是出去了。
Even though it’s hard work, I enjoy it. 虽然工作艰苦,我还是很喜欢。
He’s the best teacher even though he has the least experience. 他尽管经验最少,但教得最好。
Even though I didn’t know anybody at the party, I had a nice time. 尽管这次聚会上我谁也不认识,我也玩得挺痛快。
这样用的even though与though或although的意思比较接近,许多时候可以互换(注意:英语可以说though和even though,但不能说even although)。
如:Even though [Thought, Although] I felt sorry for him, l was secretly pleased tha t he was having difficulties. 虽然我为他感到惋惜,但对他的困难却暗自高兴。
Even though [Thought, Although] we all tried our best, we lost the game. 虽然我们已尽了最大的力量,但还是输了。
3. 不过,在实际语言运用中,even if与even though有时也可不加区别地混用。
如:Even if [Even though] she laughs at him, he likes her. 尽管她嘲笑他,他还是很喜欢她。
We thoroughly understand each other, even if [even though] we don’t always agree. 我们彼此非常了解,虽然有时候也有一些分歧。
English - even though和even if用法解析的更多相关文章
- 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语言完全相同. ...
随机推荐
- ecshop去掉head文件中ECSHOP v2.7.3标记的方法
去掉ecshop中<meta name="Generator" content="ECSHOP v2.7.3" />的方法:打开includes/c ...
- 普林斯顿大学算法课 Algorithm Part I Week 3 重复元素排序 - 三路快排 Duplicate Keys
很多时候排序是为了对数据进行归类,这种排序重复值特别多 通过年龄统计人口 删除邮件列表里的重复邮件 通过大学对求职者进行排序 若使用普通的快排对重复数据进行排序,会造成N^2复杂度,但是归并排序和三路 ...
- Spring、Spring事务详解;使用XML配置事务
@Transactional可以设置以下参数: @Transactional(readOnly=false) // 指定事务是否只读的 true/false @Transactional(rollba ...
- #include <strstream>
std::ostrstream MYOUT(str, sizeof(str)); 拼接字符串 #include <iostream> #include <strstream> ...
- linux下创建可引导的U盘系统,使用dd命令进行Linux的ghost
1,通过iso创建可引导的U盘系统. 1.0,格式化U盘为FAT32格式 linux下能够使用命令: mkfs.vfat U盘的设备路径 比如: mkfs.vfat /dev/sdb 当中U盘的路径能 ...
- UVA LA 7146 2014上海亚洲赛(贪心)
option=com_onlinejudge&Itemid=8&page=show_problem&category=648&problem=5158&mosm ...
- description方法介绍及重写
- SQL中去除某字段中的某个字符语法
update S_ENTERPRISE set DAY_PROCESS=replace(DAY_PROCESS,'吨','') where DAY_PROCESS like '%吨%'
- C#自定义字符串替换Replace方法
前一阵遇到一个如标题的算法题,是将原有字符串的某些片段替换成指定的新字符串片段,例如将源字符串:abcdeabcdfbcdefg中的cde替换成12345,得到结果字符串:ab12345abcdfb1 ...
- php 封装Mysql数据库操作类
花了点时间写了个基于php5.3的Mysql类 $mysql = new Mysql('host','user','pass','db') bool Mysql::insert("表&quo ...