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 本文版权归作者,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接, ...
随机推荐
- SPFA+SLF+LLL优化模板
#include<algorithm> #include <iostream> #include <cstdlib> #include <cstring> ...
- python 循环语句 函数 模块
python循环语句 while循环语法结构 当需要语句不断的重复执行时,可以使用while循环 while expression: while_suite 语句ehile_suite会被连续不断的循 ...
- 普通权限拿webshell
普通权限拿webshell: 1.0day拿webshell:这个不多说.可以去网上搜索一些, 比如你找到你搞的网站cms是discz的,你可以搜索一些相 关0day直接拿 2.修改网站上传类 ...
- javascript 获取随机数
javascript 获取随机数 var rand=Math.floor(Math.random()*(n+1)) floor 向下取整 random 获得0-1之间的随机数
- 【php】PHP环境整合
很久没装环境, 今天重新装了一次.遇到不少问题.记录下方便以后查看 修改apache的配置文件httpd.conf #apache 解析phpLoadFile "C:/phpeve/php5 ...
- R语言︱ROC曲线——分类器的性能表现评价
笔者寄语:分类器算法最后都会有一个预测精度,而预测精度都会写一个混淆矩阵,所有的训练数据都会落入这个矩阵中,而对角线上的数字代表了预测正确的数目,即True Positive+True Nagetiv ...
- Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE
1 错误描述 19:15:34 call sp_store_insert(90) Error Code: 1175. You are using safe update mode and you tr ...
- 如何创建Filter的属性页
本篇文档我们将要讲述如何给一个filter创建一个属性页,通过CBasePropertyPage基类.这篇文档的实例代码演 示了创建属性页的步骤,这里我们假设我们要创建属性页的视频filter支持饱和 ...
- Django学习-22-Form
Form是Django的功能较强的验证组件,负责各种表单验证 input中的name属性值要和form中的字段名相同 from django import forms from django.form ...
- Intel_CS_WebRTC 验证性测试
机器: Centos 7.2 一.配置阿里云源 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/Cen ...