一、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. C#线程系列讲座(5):同步技术之Monitor

    在上一讲介绍了使用lock来实现线程之间的同步.实际上,这个lock是C#的一个障眼法,在C#编译器编译lock语句时,将其编译成了调用Monitor类.先看看下面的C#源代码: public sta ...

  2. iOS - UIWebView

    前言 NS_CLASS_AVAILABLE_IOS(2_0) __TVOS_PROHIBITED @interface UIWebView : UIView <NSCoding, UIScrol ...

  3. c++ 复习练习

    复习c++的时候,发现一篇 如何通过c++ primer学习c++的好文,并列出了一些建议的练习题目. 链接,http://blog.csdn.net/solstice/article/details ...

  4. Python学习(19)正则表达式

    目录 Python 正则表达式 re.match 函数 re.search 方法 re.match 函数与 re.search 方法区别 检索和替换 正则表达式修饰符 - 可选标志 正则表达式模式 正 ...

  5. lmdb存储的一些库相关函数

    MDB_env 为一个结构体,Opaque structure for a database environment. MDB_txn :Opaque structure for a transact ...

  6. C语言语法之占用字节

    指针占用字节 指针即为地址,存的是变量的地址,在同一架构下地址长度都是相同的(cpu的最大寻址内存空间),所以不同类型的指针长度都一样. 指针占用几个字节跟语言无关,而是跟系统的寻址能力有关,16为地 ...

  7. Android Loader详解

    装载器从android3.0开始引进.它使得在activity或fragment中异步加载数据变得简单.装载器具有如下特性: 它们对每个Activity和Fragment都有效. 他们提供了异步加载数 ...

  8. vi编辑器简单应用(摘抄)

    摘抄于 vi编辑器的使用 (2) (3) 1 vi编辑器的基本使用 1.1 vi的启动 打开: $ vi example.c 只读打开 $ vi –R example.c 1.2 vi的工作模式 1. ...

  9. OpenGL的glTexCoord2f纹理坐标配置

    纹理坐标配置函数,先看定义: void glTexCoord2f (GLfloat s, GLfloat t); 1.glTexCoord2f()函数 有两个参数:GLfloat s, GLfloat ...

  10. CI 学习笔记、记录

    [ci框架]ci框架目录结构分析 分类: [CodeIgniter深入研究]2013-05-09 00:24 7420人阅读 评论(5) 收藏 举报 [php] view plaincopy mysh ...