当前位置:网站首页>English语法_名词 - 使用
English语法_名词 - 使用
2022-07-04 18:00:00 【[email protected]】
Contents
1> 普通名词
1.1> a table and four chairs
I bought a table and four chairs。
我买了1张餐桌和4张椅子。
- 可数名词,表现变现单/复;
- chairperson:主席;
1.2> in a week
There are seven days in a week.
1周有7天。
- 有:存在,there be;
1.3> 表现全体
a whale is a mammal.
Whales are mammals.
The whale is a mammal.
鲸是哺乳类。
- the + 单数名词, 代表全部;
the whale: 所有鲸; - whales :所有鲸;
2> 集合名词
- 表示一个单位的群体,或表示被视为整体的集合体。
2.1> family
My family is an important part in my life.
我的家庭是我人生中很重要的一部分。
- an important part
There are thirty families in the apartment building.
这栋公寓住了30个家庭。
- family 【n.】家庭, 有单/复数;
My family are all basketball fans.
我的家人都是篮球迷。
- family 【n.】家人, 只有复数;
2.2> cattle
The cattle are grazing glass.
牛在吃草.
- cattle: 【n.】 /ˈkæt(ə)l/
所有类型的牛总称, 只有复数;
bull :公牛; crow:母牛;
ox:阉割牛;
A head of cattle is grazing glass.
一头牛正在吃草。
3> 物质名词
- 表示无固定形状的物质名词;
3.1> too much butter
There is too much butter on the toast.
这片土司上有太多的黄油。
- butter 物质名词,不可数,用is;
3.2> a cup of tea
She have a cup of tea.
她喝了一杯茶。
- 茶,液体,不可数,用计量单位 a cup of;
6 > paper
6.1> a piece of paper
I need a piece of paper.
I need a sheet of paper.
我需要一张纸。
6.2> evening paper
I bought an evening paper
我买了一份晚报。
6.3> evening paper
I am going to write a paper about air pollution.
我打算写一篇关于空气污染的报告。
- >= 2个单词形容词,放后面修饰;
6.4> my papers
The guard stopped me and asked to see my papers.
The guard stopped me to ask to see my papers.
守卫拦住我要看我的证件。
- ask: 要求的当下还没做, 用不定式;
版权声明
本文为[[email protected]/”]所创,转载请带上原文链接,感谢
https://blog.csdn.net/X0_ImPeRial/article/details/125588864
边栏推荐
- Cache é JSON uses JSON adapters
- 指定输出的字符集
- 876. 链表的中间结点
- LeetCode 赎金信 C#解答
- SSRS筛选器的IN运算(即包含于)用法
- 1002. A+B for Polynomials (25)(PAT甲级)
- Shell programming core technology "four"
- 生成XML元素
- Shell programming core technology II
- There are multiple divs in the large div, which are displayed on the same line. After overflow, scroll bars are generated without line breaks
猜你喜欢
Online sql to excel (xls/xlsx) tool
Detailed explanation of the binary processing function threshold() of opencv
Process of manually encrypt the mass-producing firmware and programming ESP devices
[发布] 一个测试 WebService 和数据库连接的工具 - DBTest v1.0
用实际例子详细探究OpenCV的轮廓绘制函数drawContours()
在线文本行固定长度填充工具
2022CoCa: Contrastive Captioners are Image-Text Fountion Models
DeFi生态NFT流动性挖矿系统开发搭建
Nebula Importer 数据导入实践
Oracle with as ORA-00903: invalid table name 多表报错
随机推荐
测试工程师如何“攻城”(下)
2019年蜀山区第十五届青少年信息学竞赛
FPGA timing constraint sharing 01_ Brief description of the four steps
勾股数规律(任意三个数能够满足勾股定理需要满足的条件)
Caché WebSocket
"Only one trip", active recommendation and exploration of community installation and maintenance tasks
数组中的第K个最大元素
Upgrade the smart switch, how much is the difference between the "zero fire version" and "single fire" wiring methods?
升级智能开关,“零火版”、“单火”接线方式差异有多大?
指定输出的字符集
. Net ORM framework hisql practice - Chapter 2 - using hisql to realize menu management (add, delete, modify and check)
1006 Sign In and Sign Out(25 分)(PAT甲级)
Using SSH
FTP, SFTP file transfer
Unity编辑器扩展C#遍历文件夹以及子目录下的所有图片
读写关闭的channel是啥后果?
2021 合肥市信息学竞赛小学组
Pytorch学习(四)
How test engineers "attack the city" (Part 2)
LeetCode FizzBuzz C#解答