一、And 并列关系(and)

  in addition / and / similarly / likewise / as well as / besides / furthermore / also / moreover / too / not only ……but / even / besides this/that

  二、Sequence 顺序 (then)出现的时候表示列举

  first / initially / second etc/ to begin with / then / next / earlier/later / following this/that / afterwards

  三、Consequence 结果 (so)前面是后面的结果 / 也就是这些词后面就开始给出结论了。as a result / thus / so / therefore / consequently / it follows that / thereby / eventually / in that case / admittedly

  四、Contrast转折 (but)表对前面论述的转折 / 一般后面才是作者观点however / on the other hand / despite / in spite of /though / although / but / on the contrary/ yet / instead of / rather / whereas /  nonetheless / in contrast

  五、Certainty 确定 (of course)强烈的确定 / 后面是作者的坚定论点

  obviously / certainly / plainly / of course / undoubtedly

  六、Condition 条件/ 因为 (if )后面跟随着某种情况发生的前提或者是条件。if / unless / whether / provided that / Given that / for / so that / whether / depending on

  七、Time 时间 (when )before / since / as / until / meanwhile / at the moment / when / whenever / as soon as / just as

  八、Summary 总结 (in a word)作者的最后总结in conclusion / in summary / lastly / finally / to sum up / to conclude / to recapitulate 重述 / in short / in a word

  九、Example举例 (for example)for example / for instance / just as / in particular / such as / namely

  十、Reason原因 ( because)since / as  / so /  because (of) / due to / owing to / the reason why / in other words  /  leads to / cause

Gramar的更多相关文章

  1. boost.spirit之解析C++头文件

    环境:win7_64旗舰版,VS2008 场景:C++与lua交互是比较繁琐的,当我们编写一个C++类后,如果要给lua使用,就必须写一个lua包装类,将lua与原始C++类关联起来.其实这部分代码编 ...

  2. 【翻译】LPeg编程指南

    原文:http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html   译者序: 这个是官方的LPeg的文档.这段时间学习LPeg的时候发现国内关于LPeg的文章 ...

  3. PHP Laravel框架入门心得 | How to study PHP Laravel Framework

    PHP有不少开发框架,其中比较出名的有Symfony和Laravel. 我说说我最近入门Laravel的感受和学习方法吧. 1.第一个感受是Laravel的社区讨论和学习资源真的是太棒了,中文化也做得 ...

随机推荐

  1. Spring的DI(Ioc) - 注入集合类型

    1: 首先给service添加集合类型的属性,并提供getter, setter package cn.gbx.serviceimpl; import java.util.ArrayList; imp ...

  2. 64位Eclipse运行时提示“Failed to load the JNI shared library \Java\jre6\bin\client\jvm.dll”的一个解决方案

    系统安装的32位JREE,64位eclipse无法识别,解决方案:下载安装64位jdk即可.

  3. Git与Repo入门(转载)

    aaarticlea/png;base64,iVBORw0KGgoAAAANSUhEUgAAAykAAADuCAIAAACyDd+sAAAAA3NCSVQICAjb4U/gAAAgAElEQVR4Xu ...

  4. mtk lcm驱动加载流程 (转载)

    平台:mt6582 + Android 4.4 前面就说过,在mtk代码中支持屏是可兼容的,通过调用驱动中的compare_id函数来匹配驱动和屏,这里来细看一下代码. 1. LK部分(mediate ...

  5. html5 和css3的小知识!

    阿里web字体的使用 (1)进入官网  点击webfont (2)输入对应的文字 然后选择添加字体 (3)可以直接引用线上地址或者本地下载,引用线上地址需要添加http,(在服务器环境下可以不用),如 ...

  6. (十一)C语言中内存堆和栈的区别

    在计算机领域,堆栈是一个不容忽视的概念,我们编写的C语言程序基本上都要用到.但对于很多的初学着来说,堆栈是一个很模糊的概念. 堆栈:一种数据结构.一个在程序运行时用于存放的地方,这可能是很多初学者的认 ...

  7. system v和posix的共享内存对比 & 共享内存位置

    参考 http://www.startos.com/linux/tips/2011012822078.html 1)Linux和所有的UNIX操作系统都允许通过共享内存在应用程序之间共享存储空间. 2 ...

  8. Spring源码分析心得-Bean的读取和注册

    Spring广泛的被使用足以证明它的价值,成功的东西自然值得我们深入学习.有很多人说的熟悉Spring也只是简单的使用经验,当我发现我也是其中一员时我很恐惧,所以开始扒源码,准备深入了解,话不多说,直 ...

  9. PSR-0的规范。

  10. java源程序---可执行文件(.exe)----安装包

    众所周知,java源程序都可以导出为(executable jar file)可执行的.jar文件,但是该.jar文件需要在jre环境下才能执行. 那么如何能在没有装jre的电脑上运行呢?(那就要顺带 ...