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 本文版权归作者,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接, ...
随机推荐
- mysql导入导出数据
mysqldump是MySQL自带的导出数据工具,通常我们用它来导出MySQL中,但是有时候我们需要导出MySQL数据库中某个表的部分数据作为测试. mysqldump命令中带有一个 --where/ ...
- 简化的CDN架构分析
CDN架构的设计目标是通过复制系统资源(即Web服务器)的方式来获得高性能和高扩展性,为了能确保在海量内容下可以稳定提供高性能的服务.系统资源的复制可以在本地和地理两个尺度上进行.如果是本地复制则响应 ...
- linux nginx常见问题及优化,压力测试,tomcat服务器优化
nginx常见问题 nginx优化全局配置优化[root@web2 nginx]# vim conf/nginx.confuser nobody;worker_processes 1;(与cpu核心数 ...
- 【linux】安裝 PHP时出现error: Cannot find MySQL header files
checking for specified location of the MySQL UNIX socket... no checking for MySQL UNIX socket locati ...
- FusionCharts ScrollColumn2D图
FusionCharts ScrollColumn2D图 1.JSP页面 ScrollColumn2D.jsp: <%@ page language="java" conte ...
- hi3531 SDK 编译 kernel, 修改 参数
开发环境用户指南上这么写的 3.1 内核源代码 成功安装Hi3531 SDK后,内核源代码已存放于SDK目录下的osdrv/目录中,用户可 直接进入目录进行相关操作. 3.2 配置内核 如果对内核和H ...
- ubuntu16.04搭建ftp服务器
因为习惯了vs进行开发,所以对于Linux的代码编辑开发都在vs里面进行,通常我们都是ssh远程登录到Linux,使用ftp或者sftp共享Linux目录里面的文件方便对文件的共享,这里介绍一下在ub ...
- hdu5751 Eades
今天热身考到FFT,完全忘光了,模板敲错了... 晚上温习下以前的题目 这题就是从最大值每次分割现在的区间,这样递归的区间最大值会更小,对于每种最大值都是卷积做 #include<bits/st ...
- jquery绑定onkeyup()事件3中方法
$('input').keyup(function () { ... }); $('input').bind('keyup', function () { ... }); $('input').liv ...
- order by group by
order by 后 group by连用, mysql好像 >5.4不起作用 通过 explain 查看执行计划,可以看到没有 limit 的时候,少了一个 DERIVED 操作 估计是内部优 ...