that of
that of :
1. 代替签名的某个内容
The size of China is bigger than that of USA. (that of = the size of )
2. 代指 “那一类”(that of = the size of )
His manner was that of someone accustomed to mixing with nobles.
(他的言行举止属于那种习惯于跟贵族打交道的人)
3. that 用于强调上文提到过的词或短语 表达的同类意思,that of ... 的意思是 “... 的同类的那种东西/事情”
that of 不能省略,否则后面的名词短语就成了前面名词短语的同位语,也就是前者是后者的具体解释,
二者不是同一组东西的不同说法,但是原文指的是前者是一种东西,而后者是与前者同类的另一种东西。
The effect was that of two guitars playing.
这样的效果是两架吉他在演奏。
Her novel was by far better than that of any other writer sin the city.
她的小说比那个城市的其他作家写的书好得多。
I said with a laugh that of course he had now found his man.
我笑着说这么说来现在他已经找到了他要找的人。
His lined face was that of an old man.
他布满皱纹的脸就像老人一样。
Their ruling passion is that of carnal love.
他们的主导激情源于肉欲之爱。
Its population is about triple that of Venice.
它的人口大约是威尼斯的三倍。
The body is that of a white male aged about 40.
尸体是一名40岁上下的白人男子
The central issue is that of widespread racism.
最重要的问题是种族主义的到处泛滥
The sound was not unlike that of birds singing.
这声音有点像鸟鸣
The plotline is similar to that of many other movies.
该主要情节与其他众多电影的主要情节相似
The critics compared his work to that of Martin Amis.
评论家把他的作品和马丁•埃米斯的相提并论
Her tone was that of a parent to a disobedient child.
她的声音听上去好像家长在教训不听话的小孩
This work is in austere counterpoint to that of Gaudi.
这件作品的质朴风格与高迪的形成了有趣的对比
Are you sure he was lying? I can't believe that of him.
你确信他在说谎吗?我不相信他会干这种事
He has positively identified the body as that of his wife.
他已确认那具尸体是他妻子的
The style Shelley is using here is that of popular lampoon.
这里雪莱用的是通俗的嘲讽手法
Some commentators compared his work to that of James Joyce.
一些评论员认为他的作品像詹姆士·乔伊斯的作品
My teaching style is similar to that of most other teachers.
我的教学风格和多数教师相似
The language of science overlaps with that of everyday life.
有些科学用语也用于日常生活
Modern music is often considered inferior to that of the past.
现代音乐常被认为不如过去的
Experts have authenticated the writing as that of Byron himself.
专家鉴定这字迹是拜伦的亲笔
The fertility of women who smoke is half that of nonsmoking women.
吸烟女士的生育能力是非吸烟女士的一半
The only sound is that of knives and forks scraping against china.
惟一的声音是刀叉刮擦瓷器的声音
Europe's foreign policy is inextricably linked with that of the US.
欧洲的对外政策和美国的紧密相扣
The school's approach must be complementary to that of the parents.
学校与家长的教育方法必须相辅相成
The timbre of the violin is far richer than that of the mouth organ.
小提琴的音色比口琴的音色丰富得多
The basic design of the car is very similar to that of earlier models.
这种汽车的基本设计与早期的样式非常相似
His version will later be cross-checked against that of the university.
他的说法稍后将被与大学的说法进行多方核对
Our road safety record compares favourably with that of other countries.
我们的道路安全纪录比其他国家的好
Farmers were supposed to get an income comparable to that of townspeople.
农民应该获得与城镇人相当的收入
The present position of the house coincides with that of an earlier dwelling.
这栋房子现在的位置恰与原住宅的位置一致
His rejection of our values is far more complete than that of D. H. Lawrence.
他对于我们价值观的摈弃远比D. H.劳伦斯更彻底
He has swapped his hectic rock star's lifestyle for that of a country gentleman.
他已放弃紧张忙碌的摇滚明星的生活,改做乡村绅士
随机推荐
- NetBeans连接SQLServer2008配置
一.配置SQL Server (一)SQL Server配置管理器 1.打开SQL Server配置管理器 (1)文件路径,我的是C:\Windows\SysWOW64\mmc.exe, 也可以从开始 ...
- Kubernetes(k8s)服务账号Service Accounts
目录 一.系统环境 二.前言 三.服务账号Service Accounts简介 四.用户账号与服务账号区别 五.服务账号(Service Accounts) 5.1 创建服务账号(Service Ac ...
- 聊聊 RocketMQ 主从复制
提到主从复制,我们可能立马会联想到 MySQL 的主从复制. MySQL 主从复制是 MySQL 高可用机制之一,数据可以从数据库服务器主节点复制到一个或多个从节点. 这篇文章,我们聊聊 Rocket ...
- 行行AI人才直播第6期:当AIGC时代降临,当代青年如何把握新时代机遇
AIGC时代的到来,给我们带来了无限的想象空间和创造力.AIGC不仅可以提高内容生产的效率和质量,还可以创造出人类无法想象的新颖和有价值的内容,为数字文化产业.产业互联网.社会价值等领域带来变革性的影 ...
- docker ps --no-trunc 与 docker ps
转载请注明出处: docker ps --no-trunc与docker ps之间的区别在于输出结果的格式. docker ps: 默认情况下,docker ps命令以截断的方式显示结果.这意味着容器 ...
- 2023-07-13 C#深拷贝功能以及推荐使用方式
C#深拷贝功能以及推荐使用方式 [作者]长生 深拷贝 深拷贝是用于在对引用对象进行复制时的一种操作方式.平常我们新建一个对象,然后直接赋值,只是对地址引用的赋值,在修改新建的对象时,也会对我们复制的对 ...
- 2022-1-20 Wpf绑定属性
使用UpdateSourceTrigger绑定属性 后台绑定 通过后台代码绑定 UpdateSourceTrigger
- 2021-6-16 TcpIp
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.T ...
- VuePress@next 使用数学公式插件
VuePress@next 使用数学公式插件 搞了一个VuePress1.0的 现在升级了一下,但是使用数学公式的插件老报错啊!经过不懈努力,终于搞定了.现在记录一下. VuePress 介绍 Vue ...
- return true 与 return false的妙用——jQuery
var arr = [1, 3, 5,7,9]; jQuery.each(arr, function(key, value){ if(key === 2){ return true; } consol ...