Gramar
一、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的更多相关文章
- boost.spirit之解析C++头文件
环境:win7_64旗舰版,VS2008 场景:C++与lua交互是比较繁琐的,当我们编写一个C++类后,如果要给lua使用,就必须写一个lua包装类,将lua与原始C++类关联起来.其实这部分代码编 ...
- 【翻译】LPeg编程指南
原文:http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html 译者序: 这个是官方的LPeg的文档.这段时间学习LPeg的时候发现国内关于LPeg的文章 ...
- PHP Laravel框架入门心得 | How to study PHP Laravel Framework
PHP有不少开发框架,其中比较出名的有Symfony和Laravel. 我说说我最近入门Laravel的感受和学习方法吧. 1.第一个感受是Laravel的社区讨论和学习资源真的是太棒了,中文化也做得 ...
随机推荐
- Oracle VM VirtualBox 虚拟机与主机共享文件
安装增强功能(参考文档) VirtualBox自带了一个增强工具Sun VirtualBox Guest Additions,这是实现虚拟机与真实主机共享的关键.启动虚拟机后,点击控制菜单“设备”→“ ...
- Win7_Wifi热点
1. 怎样在Win7系统建立并开启Wifi热点 http://jingyan.baidu.com/article/48a42057a03cf7a9242504d0.html 2.
- Java中JTree的简单案例
package ch12; import javax.swing.*; import javax.swing.tree.DefaultMutableTreeNode; /** * Created by ...
- 转:strcat与strcpy与strcmp与strlen
转自:http://blog.chinaunix.net/uid-24194439-id-90782.html strcat 原型:extern char *strcat(char *dest,cha ...
- jquery中DOM
节点包裹 wrap() (1)$().wrap(html) 将选择的节点用指定的元素包装 $('p').wrap('<div></div>'); (2)多层包裹 $('p'). ...
- hiho_1066_并查集
题目大意 给出N个操作,每个操作可能为两种类型之一: 1. 认定两个人属于同一个组织 2. 查询两个人是否是同一个组织 要求对于每个操作类型2,给出结果,即查询的两个人是否属于同一个组织.其中,任何人 ...
- hiho_1048_状态压缩2
题目大意 用1x2的单元拼接出 NxM的矩形,单元可以横放或者纵放,N < 1000, M <= 5. 求不同的拼接方案总数. 分析 计算机解决问题的基本思路:搜索状态空间.如果采用dfs ...
- (转)ConcurrentHashMap解析
原文地址:http://www.ibm.com/developerworks/cn/java/java-lo-concurrenthashmap/ ConcurrentHashMap 的结构分析 为了 ...
- SSH命令行上传/下载文件
上传:scp /path/file(这部分为本地的路径) user(远端目标用户名)@host(远端目标IP):/pathorfile(文件存储路径) 下载:scp user(远端用户名)@host( ...
- SQL Server Native Client 安装方法
在 server 2008 r2 里面搜索到: sqlncli.msi 安装即可