欲学acclaim,先学claim。即使学会claim,未必记住acclaim.

[LDOCE] claim的词源是cry out, shout
verb:
1. state that sth is true, even though it has not been proved
2. state that you have a right to take or have sth that is legally yours,("这钱是我的", it is true)
3. demand or receive, (真君子动口又动手)
noun:
claim的东西,如statement, requst, right, money
引申:
1. If a war, accident etc claims lives, people die because of it. 小说里有“老天爷要收人了”的说法。
2. If sth claims your attention, you notice and consider it carefully. 魂被收了。
3. sth such as a piece of land that contains valuable minerals
“你家有矿啊?”称赞人有钱。acclaim的起源: early 14 century, "lay claim to", "cry out at". The meaning "applaud" is recorded by 1630s.

exclaim要河南人才好理解。“噫...嫩家有矿啊?”

After its independence India was proclaimed a republic. 外交部发言人是professional。from pro "forth",发言人的前面(forth)站着媒体。

reclaim当re+claim看,re:重新。claim back, recover, recycle. 正经说法[etymonline稻糠亩]是:re- "opposite, against", "call back a hawk to the glove".

counterclaim. counter-是反的意思,如CS: Counter-Strike; counteract, counterattack, counterpart(想想对手戏)

disclaim =deny

quitclaim
n.
1. a transfer of one's interest in a property, esp. without a warranty of title. A warranty of title is a guarantee by a seller to a buyer that the seller has the right to transfer ownership and no one else has rights to the property. In addition, a warranty of title may be used to guarantee that no other party has copyright, patent or trademark rights in the property being transferred.
v.t.
2. give up claim by means of a quitclaim deed (act, thing done)
应该和acquit有点关系。我把房子卖给你了,但我不保证过几天我老婆说不行。

TBBT.S7.E16: Sheldon doesn't like reclaimed wood. He's afraid the original owners will come back.
[reclaimedflooringco] Reclaimed Wood or Lumber has a past and has been used for buildings and structures from the 18th to the early 20th century. The wood is recycled and reused to meet today’s ever-growing need for sustainable and eco-friendly homes and businesses. Reclaimed wood shouldn´t be confused with salvaged wood, which has been cut and stored for several years, but not used for any form of construction.

Today’s century-old reclaimed wood emerges from a time when wood was in abundance, both in North America and Europe, and was used as a principal building material. The majority of the recycled flooring and wall panelling you see in homes, offices, bars, and restaurants, comes from the factories, warehouses, mills and railways of the USA and France, and from the industrial north of England.

Reclaimed wood is a stylish and popular choice to decorate and enhance commercial premises and modern homes. Wood over 100 years old is particularly suitable for high-traffic areas, due its tight grain, which makes it resistant and hard-wearing. Any species of wood can be reclaimed, but some of the most common are Douglas fir, redwood, and oak.

六级/考研单词: timber, recycle, sustain, confuse, salvation, construct, abundant, headmaster, warehouse, mill, railroad, grain, oak

acclaim的更多相关文章

  1. UVALive 7261 Xiongnu's Land (扫描线)

    Wei Qing (died 106 BC) was a military general of the Western Han dynasty whose campaigns against the ...

  2. 2016.07.04,英语,《Vocabulary Builder》Unit 23

    text comes from a Latin verb that means 'to weave'. textile: ['tekstaɪl] adj. 纺织的 n. 纺织品; texture: [ ...

  3. Nuttx操作系统

    前几天答辩的时候看到有同学在用,回来后查了点资料. 来源:天又亮了 1  NuttX 实时操作系统 NuttX 是一个实时操作系统(RTOS),强调标准兼容和小型封装,具有从8位到32位微控制器环境的 ...

  4. (UVALive 7261)Xiongnu's Land 二分

    题目链接:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_ ...

  5. The top 100 papers Nature explores the most-cited research of all time.

    The top 100 papers Nature explores the most-cited research of all time. The discovery of high-temper ...

  6. NuttX 介绍

    (嵌入式 实时操作系统 rtos nuttx 7.1) NuttX 介绍 转载请注明出处:http://blog.csdn.net/zhumaill/article/details/24197637 ...

  7. 英语词汇周计划(1-1)group 1

    abandon 1.He abandoned his wife and ten-year-old daughter. 2.abandon oneself to do sth 3.with abando ...

  8. ARTIFICIAL INTELLIGENCE FOR GAMES (Ian Millington / John Funge 著)

    相关网站:http://www.ai4g.com PART I AI AND GAMESCHAPTER1 INTRODUCTIONCHAPTER2 GAME AIPART II TECHNIQUESC ...

  9. 【托业】【新托业TOEIC新题型真题】学习笔记5-题库二->P7

    --------------------------------------单词-------------------------------------- amenity 适意:休闲设施 onsit ...

随机推荐

  1. (类)Program1.1

    1 class MyClass: 2 3 i = 12345 4 5 def __init__(self): 6 self.data = "WOOWOWOWO" 7 8 def f ...

  2. vcs命令

    转载:VCS_weixin_34256074的博客-CSDN博客 timing check相关的: +notimingcheck命令,可以用在compile时,也可以用在run time的时候, 都是 ...

  3. Ubuntu14.04安装ia32-libs报错

    安装编译环境的时候报错 sudo apt-get install ia32-libs Reading package lists... Done Building dependency tree Re ...

  4. spring-cloud-square源码速读(spring-cloud-square-okhttp篇)

    欢迎访问我的GitHub https://github.com/zq2599/blog_demos 内容:所有原创文章分类汇总及配套源码,涉及Java.Docker.Kubernetes.DevOPS ...

  5. [源码解析] PyTorch 分布式(1)------历史和概述

    [源码解析] PyTorch 分布式(1)------历史和概述 目录 [源码解析] PyTorch 分布式(1)------历史和概述 0x00 摘要 0x01 PyTorch分布式的历史 1.1 ...

  6. ES6-变量的解构赋值复习+学习

    ES6------变量的解构赋值 由于之前学过ES6的解构赋值,但是只是略看了一点网上的视频,所以今天就看了看ES6对这一部分的详细介绍,然后做一个总结的笔记. 首先,先大概说一下什么是变量的解构赋值 ...

  7. 第39篇-Java通过JNI调用C/C++函数

    在某些情况下,Java语言需要通过调用C/C++函数来实现某些功能,因为Java有时候对这些功能显的无能为力,如想使用X86_64 的 SIMD 指令提升一下业务方法中关键代码的性能,又或者想要获取某 ...

  8. 将 ASP.Net Core WebApi 应用打包至 Docker 镜像

    将 ASP.Net Core WebApi 应用打包至 Docker 镜像 运行环境为 Windows 10 专业版 21H1, Docker Desktop 3.6.0(67351),Docker ...

  9. Python基础(获取对象信息)

    import types print(type('abc') == str)#True print(type(123) == int)#True def f1(): pass print(type(f ...

  10. mui轮播图为什么设置了自动播放参数也不能自动播放呢?

    最近在做项目的时候,发现Mui的轮播图遇到个问题,设置了自动播放但是怎么也不能自动播放,这是为什么呢? 原来如果动态给mui的图片轮播添加图片,又使用的ajax获取的数据,但是你ajax 还没有执行完 ...