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. Spring Cloud Gateway夺命连环10问?

    大家好,我是不才陈某~ 最近有很多小伙伴私信我催更 <Spring Cloud 进阶>,陈某也总结了一下,最终原因就是陈某之前力求一篇文章将一个组件重要知识点讲透,这样导致了文章篇幅很长, ...

  2. 恶意代码分析实战五:OllyDebug动态结合

    目录 恶意代码分析实战五:OllyDebug动态结合 OllyDebug界面介绍 OllyDebug载入程序方法 OllyDebug地址跳转 OllyDebug下断点 OllyDebug单步执行 Ol ...

  3. 编译安装mysql和zabbix,xtrabackup数据库备份

    xtrabackup参考文章 https://www.cnblogs.com/linuxk/p/9372990.html 下载5.7的mysql 社区版包 https://cdn.mysql.com/ ...

  4. Java Logback简易教程

    本作品采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可. 一.前言 本文以一个简单的项目为例,一步步展示logback的同步和异步配置方法,并且配置的日志要求满足阿里巴巴Java开发手册- ...

  5. C 函数指针语法总结

    C 函数指针语法总结 函数指针 定义 每一个函数都占用一段内存单元,它们有一个起始地址,指向函数入口地址的指针称为函数指针. 注意:函数指针的本质是一个指针变量,且指针指向的函数的入口地址. 语法 返 ...

  6. Redis核心原理与实践--事务实践与源码分析

    Redis支持事务机制,但Redis的事务机制与传统关系型数据库的事务机制并不相同. Redis事务的本质是一组命令的集合(命令队列).事务可以一次执行多个命令,并提供以下保证: (1)事务中的所有命 ...

  7. 自定义 axios

    自定义 axios function axios({ url, method = 'GET', params = {}, data = {} }) { // 返回一个 promise 对象 retur ...

  8. js添加事件监听的方式与this

    js添加事件监听与this js添加事件监听的方式与this 在标签中调用自定义函数 DOM0级事件处理程序 DOM2级事件处理程序 this 代表谁? js添加事件监听的方式与this <di ...

  9. Linux mem 2.5 Buddy 内存回收机制

    文章目录 1. 简介 2. LRU 组织 2.1 LRU 链表 2.2 LRU Cache 2.3 LRU 移动操作 2.3.1 page 加入 LRU 2.3.2 其他 LRU 移动操作 3. LR ...

  10. cwRsync 实现两台服务器Windows Server 2012 R2间的文件同步(备份)

    sync下载链接:https://pan.baidu.com/s/1aZeGDA5bU9f1h6nxvVJsDw  提取码:jtv3 1.配置IP地址 Server端:192.167.1.2(自定义) ...