modal verbs(一)
什么是modal verb?翻译成中文就是情态动词。
modal的意思是模式的,情态的,形式的。Bootstrap中的模态框就是这个词modal。
情态动词翻译挺准确的,就是表达说话人的情绪,态度或语气的词,本身就有一定的意义。我们中国有句话叫“听话听音”,在英语中也要听这个音,而掌握了情态动词就能有效帮你听懂英语中的语言,语调,言外之意。
英语中情态动词总共就那么几个:can , could, may, might, shall, should, will, would, must, have to, used to ,ought to, dare, need.
- need和dare既可以做情态动词也可以做实义动词,所以容易提到情态动词不太容易想到这两个。
- have (has,had) to , used to是具有情态动词特征的动词。
一、modal verb的formulation
接下来看看modal verb的formulation公式,也就是它的一些feature.
- They are always follwed by the 'infinitive without to' 后面加不带to的动词不定式
- They are same for all the pronouns. 所有的代词都用同样的modal verb,没有什么单三之类的。
- They do not need auxiliaries. They take direct negative and question forms.modal verb不需要助动词,它直接加not就是否定形式。比如want“想要”,表达“不想要”我们需要助动词do的否定形式我们会说do not want;但是情态动词can 直接就是can not。
- They never combine with another modal verb.
接下来分别介绍一下。
二、can
1,Ability or lack of ability in the present or future.
这种用的最多,表达能力或者客观的可能性。其实能力也是一种可能性嘛,你会,你可以就是你100%的成功可能性。不会就是0%,不太会,会一点都是可能性。
- They can't dance.
- Man can not live without air.
表示能力的can也可以被be able to 代替。
2,Giving / not giving permission
- You can use my office.
- You can't smoke here.
下面的算是一些高级用法。
3,表示惊异,怀疑,不相信的态度(用在否定句,疑问句或惊叹句)
- Can this be true?
- How can you be so careless!
- This cannot be done by him.
4,can(could) + have + 过去分词”的疑问或否定形式表示对过去发生的行为怀疑或不肯定
- He cannot have been to that town.
- Can he have got the book?
5,cannot```too\enough表示"无论怎样``````也不过分","越``````越好"
- You cannot be too careful to cross the street.
- I can not thank enough for your kindness.我再怎么感谢你的好意也不为过。(我应该好好感谢你。)
三、could
1,Ability or lack of ability in the past
- I could read without glasses last year.去年我还可以不戴眼镜看书,言外之意就是今年就不可以啦,我老啦之类的.
- I could not sleep last night.
2,在疑问句中making a request时候用
- Could you repeat that please?
- Could we have a break please?
could表示请求语气很委婉。用的非常多,记得要多用,记得回答用can.
Could I come to see you tomorrow?
- Yes, you can.
- No, I'm afraid not.
3,用在肯定句中Making a suggestion
记得是only in the affirmative.
What do you suggest we have for dinner? We could have fish.
本文作者starof,因知识本身在变化,作者也在不断学习成长,文章内容也不定时更新,为避免误导读者,方便追根溯源,请诸位转载注明出处:http://www.cnblogs.com/starof/p/7549860.html有问题欢迎与我讨论,共同进步。
modal verbs(一)的更多相关文章
- Bar Chart of Frequency of modals in different sections of the Brown Corpus
Natural Language Processing with Python Chapter 4.8 colors = 'rgbcmyk' # red, green, blue, cyan, mag ...
- voa 2015 / 4 / 18
Words in This Story gerund - n. an English noun formed from a verb by adding -ing infinitive - n. th ...
- exam_review to M1
1. 情态动词,尤其是can/can’t,should/shouldn’t. for example: You should have washed the wound.你应该已经洗好了伤口 Well ...
- Both - Either - Neither English Grammar
http://www.grammar.cl/english/both-either-neither.htm Both, Either, Neither Summary Chart We use bot ...
- Bootstrap 模态框(Modal)插件
页面效果: html+js: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> ...
- 学会用bootstrap的modal和carousel
bootstrap框架提供了很多好用的javascript组件,可以很方便的实现常用的js效果,比如点击弹出一个div(modal).下拉菜单.旋转木马(carousel或slider),非常适合前端 ...
- angularjs 弹出框 $modal
angularjs 弹出框 $modal 标签: angularjs 2015-11-04 09:50 8664人阅读 评论(1) 收藏 举报 分类: Angularjs(3) $modal只有一 ...
- yii2 modal弹窗之ActiveForm ajax表单异步验证
作者:白狼 出处:http://www.manks.top/yii2_modal_activeform_ajax.html 本文版权归作者,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位 ...
- yii2中如何使用modal弹窗之基本使用
作者:白狼 出处:http://www.manks.top/yii2_modal_baseuse.html 本文版权归作者,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接, ...
随机推荐
- (转载,但不知道谁原创)获取SPRING 代理对象的真实实例,可以反射私有方法,便于测试
/** * 获取 目标对象 * @param proxy 代理对象 * @return * @throws Exception */ public static Object getTarget(Ob ...
- 将vue的项目打包后通过百度的BAE发布到网上的流程
经过两天的研究终于将VUE打包后的项目通过BAE发布到了网上.虽然接口方面还有一下问题但是自己还是很高兴的. 首先说一下这个项目需要用到的技术,vue+express+git+百度的应用引擎BAE. ...
- Redis笔记2-发布订阅
发布/订阅"(publish/subscribe)模式可以实现进程间通信,订阅者可以订阅一个或多个频道(channel),而发布者可以向指定的频道发送消息,所有订阅次频道的订阅者都会收到次消 ...
- android判断网络是否可用
private boolean isNetworkConnected(Context context) { ConnectivityMannger cManager = (ConnectivityMa ...
- Python-ORM之sqlalchemy的简单使用
ORM之sqlalchemy 基础章节 使用SQLAlchemy链接数据库 from sqlalchemy import create_engine from sqlalchemy.ext.decla ...
- 嵌入式Linux引导过程之1.1——Xloader的xloader.lds
本文中的所有代码版本都是基于ST的SpearPlus开发板的. xloader是在系统上电之后,执行完ROM中的frimware后最先开始执行的用户程序,它的体积很小,执行的功能也很简单,主要是对系统 ...
- BIOS中的UEFI和Legacy启动模式
BIOS即Basic Input/Output System,翻成中文是"基本输入/输出系统",是一种所谓的"固件",负责在开机时做硬件启动和检测等工作,并且担 ...
- dojo实现省份地市级联---省份数据源
province.json: { "identifier": "id", "label": "name", " ...
- 【linux】启动apache遇到错误:httpd: Could not reliably determine the server's fully qualified domain name
1)进入apache的安装目录:(视个人安装情况而不同) [root@server ~]# cd /usr/local/apache/conf 2)编辑httpd.conf文件,搜索"#Se ...
- 【mongodb系统学习之十】mongodb查询(三)
6).特殊类型的查询: A).查询键为null的文档:查询时,如果按常规的key:null的方式做条 件,不仅会匹配到值为null的,还会匹配到不存在这个键的:如果只是要值为null的文档,就必须使用 ...