absorb

物理的absorb比较直观。被书本/知识absorb也好理解。涉及到money/time时有点抽象,但汉语也有“吸金”的说法,consume, use up。可以吸收击打, cushion the blow,也可以吸收比喻的冲击,endure/accommodate. 如: The industry absorbed a doubling of tax. 最后还有吸收进组织。

absorbent: 能吸收的/吸收剂。solvent: 能溶解别的的/溶剂。与-er和-or相比,-ent还有具有某种quality的意思。

小伙伴们: easily, completely, deeply, directly, gradually, increasingly, rapidly, readily, quickly, passively, totally, utterly

近/反义词: affiliate, assimilate, digest, drink in, engross, engulf, exhaust, imbibe, swallow, soak up, sponge, suck up, take in;
disgorge, dissipate, distract, distil, disperse, eject, emit, exude

Skin absorption is a route by which substances can enter the body through the skin. Along with inhalation, ingestion and injection, dermal absorption is a route of exposure for toxic substances and route of administration for medication. Absorption of substances through the skin depends on a number of factors, the most important of which are concentration, duration of contact, solubility of medication, and physical condition of the skin and part of the body exposed. dermal /ˈdɜːməl/ or dermatic: (Biology) of or relating to the skin or dermis [真皮,不是genuine leather]

A carbon dioxide scrubber is a piece of equipment that absorbs carbon dioxide (CO2). It is used to treat exhaust gases from industrial plants [工厂] or from exhaled air in life support systems such as rebreathers or in spacecraft, submersible craft or airtight chambers. Carbon dioxide scrubbers are also used in controlled atmosphere (CA) storage. They have also been researched for carbon capture and storage as a means of combating global warming.

In physics, absorption of electromagnetic radiation is how matter (typically electrons bound in atoms) takes up a photon's energy - and so transforms electromagnetic energy into internal energy of the absorber (for example, thermal energy). Although the absorption of waves does not usually depend on their intensity (linear absorption), in certain conditions (optics) the medium's transparency changes by a factor that varies as a function of wave intensity, and saturable absorption (or nonlinear absorption) occurs.

Acoustic absorption refers to the process by which a material, structure, or object takes in sound energy when sound waves are encountered, as opposed to reflecting the energy. Part of the absorbed energy is transformed into heat and part is transmitted through the absorbing body. The energy transformed into heat is said to have been 'lost'.

Total absorption costing (TAC) is a method of Accounting cost which entails the full cost of manufacturing or providing a service. TAC includes not just the costs of materials and labour, but also of all manufacturing overheads (whether ‘fixed’ or ‘variable’). The cost of each cost center can be direct or indirect.

Each job while moving through the production department should get its share of overhead. This process of distribution of overheads is called absorption. There can be a number of methods of absorption of overheads, consideration should be given to the type of industry, manufacturing process, nature of industry etc. The various methods of absorption are: Direct material cost percentage rate; Direct labour cost percentage rate;
Prime cost percentage rate; Labour hour rate; Machine hour rate.

六级/考研单词: inject, toxic, administer, medicare, duration, physics, exposition, biology, sincere, carbon, dioxide, equip, exhaust, submerge, chamber, combat, globe, radiate, electron, bind, atom, thermal, optic, medium, transparent, encounter, transmit, entail, manufacture, overhead, invariable, prime

absorb的更多相关文章

  1. absent, absolute, absorb

    absent Absenteeism is a habitual [习惯性的] pattern of absence from a duty or obligation [职责] without go ...

  2. absorb|state|

    ADJ-GRADED 极感兴趣的:专心的:全神贯注的If you are absorbed in something or someone, you are very interested in th ...

  3. SQL Server 服务器磁盘测试之SQLIO篇(一)

    数据库调优工作中,有一部分是需要排查IO问题的,例如IO的速度或者RAID级别无法响应高并发下的快速请求.最常见的就是查看磁盘每次读写的响应速度,通过性能计数器Avg.Disk sec/Read(Wr ...

  4. 【JUC】JDK1.8源码分析之SynchronousQueue(九)

    一.前言 本篇是在分析Executors源码时,发现JUC集合框架中的一个重要类没有分析,SynchronousQueue,该类在线程池中的作用是非常明显的,所以很有必要单独拿出来分析一番,这对于之后 ...

  5. Android Lint Checks

    Android Lint Checks Here are the current list of checks that lint performs as of Android Studio 2.3 ...

  6. Java多线程系列--“JUC集合”04之 ConcurrentHashMap

    概要 本章是JUC系列的ConcurrentHashMap篇.内容包括:ConcurrentHashMap介绍ConcurrentHashMap原理和数据结构ConcurrentHashMap函数列表 ...

  7. 非阻塞同步算法与CAS(Compare and Swap)无锁算法

    锁(lock)的代价 锁是用来做并发最简单的方式,当然其代价也是最高的.内核态的锁的时候需要操作系统进行一次上下文切换,加锁.释放锁会导致比较多的上下文切换和调度延时,等待锁的线程会被挂起直至锁释放. ...

  8. Mongodb源代码阅读笔记:Journal机制

    Mongodb源代码阅读笔记:Journal机制 Mongodb源代码阅读笔记:Journal机制 涉及的文件 一些说明 PREPLOGBUFFER WRITETOJOURNAL WRITETODAT ...

  9. 聚类算法之BIRCH(Java实现)转载

    http://www.cnblogs.com/zhangchaoyang/articles/2200800.html http://blog.csdn.net/qll125596718/article ...

随机推荐

  1. AtCoder Beginner Contest 210题解

    A B 过水,略... C 统计长度为k的区间的最多本质不同的数.用尺取法维护下左右指针就可以了.调了许久的原因是更新答案时出现了问题. 当我移动指针时,我们应该移动一个就更新一个,而不是将移动与更新 ...

  2. AGC036 A-Triangle | 构造

    题目链接 题意: 给出一个数$S(1\leqslant S \leqslant 10^{18})$. 要求在平面直角坐标系中找到三个点$(X_1,Y_1),(X_2,Y_2),(X_3,Y_3)$,满 ...

  3. Docker 制作Nginx镜像

    参考文章:https://www.jianshu.com/p/dc4cd0547d1e 镜像的制作方式有两种,一种是下载别人的镜像之后再制作成自己的镜像,一种是从头开始制作自己的镜像 第一种,下载别人 ...

  4. SpringCloud微服务实战——搭建企业级开发框架(十五):集成Sentinel高可用流量管理框架【熔断降级】

      Sentinel除了流量控制以外,对调用链路中不稳定的资源进行熔断降级也是保障高可用的重要措施之一.由于调用关系的复杂性,如果调用链路中的某个资源不稳定,最终会导致请求发生堆积.Sentinel ...

  5. 攻防世界 WEB 高手进阶区 upload1 Writeup

    攻防世界 WEB 高手进阶区 upload1 Writeup 题目介绍 题目考点 文件上传漏洞 一句话木马 中国菜刀类工具的使用 Writeup 使用burpsuite抓包 可见只是对上传文件的后缀进 ...

  6. [linux]centos7.4上升级python2版本到python3.6.5 【安装双版本,默认python3】

    版本声明 centos7.4 前言:linux上的python默认是版本2的,之前学django项目用的是3的版本 所以得升级下版本~ 1.下载python3.6.5 cd /usr/local/ w ...

  7. Linux USB (目录)

    1.USB 总线简介 2.USB 协议分析 3.USB Host 详解 4.USB Device 详解 5.usbip (USB Over IP) 使用实例

  8. ssh密码登录

    https://stackoverflow.com/a/16928662/8025086 https://askubuntu.com/a/634789/861079 #!/usr/bin/expect ...

  9. redis集群安装搭建

    vi redis-6379.conf   #包含通用配置 include "/usr/local/redis/conf/redis-common.conf" pidfile &qu ...

  10. R数据分析:跟随top期刊手把手教你做一个临床预测模型

    临床预测模型也是大家比较感兴趣的,今天就带着大家看一篇临床预测模型的文章,并且用一个例子给大家过一遍做法. 这篇文章来自护理领域顶级期刊的文章,文章名在下面 Ballesta-Castillejos ...