欲学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. NOIP模拟86(多校19)

    T1 特殊字符串 解题思路 \(f_{i,j}\) 表示前 \(i\) 个字符中结尾为 \(j\) 的最大贡献. 转移枚举当前位置于之前位置结尾的组合加上贡献即可. 对于边界问题,容易发现选择 1 一 ...

  2. 从零开始的DIY智能家居 - 基于 ESP32 的智能浇水器

    前言 上次 土壤湿度传感器 完成之后,就立下一个 flag 要搭建一个智慧浇水的智能场景,现在终于有时间填坑了!(o゚▽゚)o 智慧浇水场景的核心设备有三个: 检测土壤状态的:土壤湿度传感器 通过这个 ...

  3. C# 如何将日期格式化ISO8601模式

    类似于这样的时间戳格式:预计来访时间,时间参数需满足ISO8601格式:yyyy-MM-ddTHH:mm:ss+当前时区,例如北京时间:2018-07-26T15:00:00 + 08:00 stri ...

  4. 高度最小的BST 牛客网 程序员面试金典 C++ Python

    高度最小的BST 牛客网 程序员面试金典 C++ Python 题目描述 对于一个元素各不相同且按升序排列的有序序列,请编写一个算法,创建一棵高度最小的二叉查找树. 给定一个有序序列int[] val ...

  5. 第k短路(Dijkstra & A*)

    最短路,即第1短路有很多种求法,SPFA,Dijkstra等,但第k短路怎么求呢?其实也是基于Dijkstra:因为Dijkstra用的是堆优化,这样保证每次弹出来的都是最小值,只是求最短路只是弹出一 ...

  6. PHP笔记1__基础知识

    客户端: 美妙的网页组成(都是由浏览器解释): 1.HTML 2.CSS--给HTML化妆 3.客户端脚本编程语言(JavaScript等)--特效  服务器端: 1.Web服务器Apache/Ngi ...

  7. docker 使用报错的相关问题

    docker 创建本地主机实例Virtualbox 驱动报错,显示没有下载这个驱动 解决方案,下载virtuabox. https://www.cnblogs.com/effortday/p/1502 ...

  8. 【linux命令】 磁盘管理

    du du是查看硬盘的使用情况,统计文件或目录的空间大小. -a 显示所有目录或文件的大小 -b 以byte为单位,显示目录或文件的大小 -c 显示目录或文件的总和 -k 以KB为单位输出 -m 以M ...

  9. ansible基本命令及剧本

    ansible常用命令 1. -v, –verbose 详细模式,如果命令执行成功,输出详细的结果(-vv –vvv -vvvv) 2. -i, –inventory=PATH 指定host文件的路径 ...

  10. c++学习笔记(八)

    内联函数 概念 内联(inline)函数是c++为提高程序运行速度所做得一项改进. 与常规函数的区别不在于编写方式,而在于被调用时的运行机制不同----编译器使用函数代码替换函数调用. 引用内联函数时 ...