absent

Absenteeism is a habitual [习惯性的] pattern of absence from a duty or obligation [职责] without good reason. Generally, absenteeism is unplanned absences. Absenteeism has been viewed as an indicator of poor individual performance [个体表现], as well as a breach [违反] of an implicit [含蓄的] contract [契约] between employee [雇员] and employer.

High absenteeism in the workplace may be indicative of poor morale [士气], but absences can also be caused by workplace hazards [风险] or sick building syndrome [症]. Measurements such as the Bradford factor [因素], a measurement tool to analyze [分析] absenteeism which believes short, unplanned absences affect the work group more than long term absences, (像Bradford factor那样的度量) do not distinguish [区分] between absence for genuine [真正的] illness reasons and absence for non-illness related reasons.

absolute

In mathematics, the absolute value or modulus [模] of a real number x, denoted [由……指代] |x|, is the non-negative value [非负值] of x without regard to its sign [符号]. Namely [即], |x| = x if x is positive, and |x| = −x if x is negative (in which case −x is positive), and |0| = 0. For example, the absolute value of 3 is 3, and the absolute value of −3 is also 3. The absolute value of a number may be thought of as its distance from zero.

In 1806, Jean-Robert Argand introduced the term [术语] module, meaning unit of measure [测量单位] in French, specifically for the complex [复数] absolute value, and it was borrowed into English in 1866 as the Latin [拉丁文] equivalent [等价物] modulus. The term absolute value has been used in this sense [含义] from at least 1806 in French and 1857 in English. The notation [表示法] |x|, with a vertical bar [竖条] on each side, was introduced by Karl Weierstrass in 1841. In programming languages [编程语言] and computational software packages [数值计算软件包], the absolute value of x is generally represented [表示] by abs(x), or a similar expression.

At the zero point of thermodynamic temperature [热力学温度], absolute zero, the particle [微粒] constituents [成分] of matter [物质] have minimal motion [运动] and can become no colder. Matter at absolute zero has no remaining transferable [可传输的] average kinetic energy [平均动能]. The International System of Units specifies the Kelvin [开尔文] scale [量度] for measuring thermodynamic temperature, and the kelvin (symbol: K) for specific values along the scale as well as for denoting temperature intervals (differences [差别] between two temperatures).

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的意思。

Skin [皮肤] absorption is a route [路线] by which substances [物质] can enter the body through the skin. 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 spacecrafts or airtight [气密的] chambers [小房间、室]. Carbon dioxide scrubbers have also been researched for carbon capture and storage [捕获和存储] as a means [手段] of combating global warming.

absent, absolute, absorb的更多相关文章

  1. absent, absolute

    absent 1. A teacher asked in a class who killed Abraham Lincoln. A blonde said "It wasn't me, I ...

  2. English——Unit 1

    meditate  v.沉思,冥想:考虑,谋划 medtiation   n.沉思,冥想:深思熟虑 medium elaborate   adj.精心制作的,详尽的,复杂的:v.精心制作:详述(计划, ...

  3. 5-5 可视化库Seaborn-多变量分析绘图

      Parameters:¶ 参数 解释 变量 x,y,hue 数据集变量 变量名 date 数据集 数据集名 row,col 更多分类变量进行平铺显示 变量名 col_wrap 每行的最高平铺数 整 ...

  4. “fixed+relative==absolute”——对BFC的再次思考

    好久没写博客了,刚好今天跨年夜没约到什么妹子,在家宅着不如写点东西好了. 需求 昨天晚上,给公司年会做一个移动端的投票页面,遇到一个UI优化的问题: · 正文内容少于一屏时,投票提交按钮固定显示在页面 ...

  5. Position属性四个值:static、fixed、relative、absolute的区别和用法

    1.static(静态定位):默认值.没有定位,元素出现在正常的文档流中(如果设置 top, bottom, left, right, z-index这些属性就不起做作了). 2.relative(相 ...

  6. [LeetCode] Longest Absolute File Path 最长的绝对文件路径

    Suppose we abstract our file system by a string in the following manner: The string "dir\n\tsub ...

  7. css使absolute相对于父容器进行定位而不是以body(为什么绝对定位(absolute)的父级元素必须是相对定位(relative))

    借知乎的回答如下解释: 首先,我想告诉你的是,如果父级元素是绝对定位(absolute)或者没有设置,里面的绝对定位(absolute)自动以body定位.这句话是错的.正确的是:只要父级元素设了po ...

  8. Position属性四个值:static、fixed、absolute和relative的区别和用法

    Position属性四个值:static.fixed.absolute和relative的区别和用法 在用CSS+DIV进行布局的时候,一直对position的四个属性值relative,absolu ...

  9. 解决绝对定位div position: absolute 后面的<a> Link不能点击

    今天布局的时候,遇到一个bug,当DIV设置为绝对定位时,这个div后面的相对定位的层里面的<a>Link标签无法点击. 网上的解决方案是在绝对定位层里面添加:pointer-events ...

随机推荐

  1. 翻转子串 牛客网 程序员面试金典 C++ Python

    反转子串 牛客网 程序员面试金典 C++ Python 题目描述 假定我们都知道非常高效的算法来检查一个单词是否为其他字符串的子串.请将这个算法编写成一个函数,给定两个字符串s1和s2,请编写代码检查 ...

  2. Vue3.x 关于组件的那些变化(新手必看篇)

    一.组件内的 data 为什么总是函数形式? 我们试着先做一个计数器案例,把 data 的返回形式修改成一个对象.具体的代码如下: <template> <div> <b ...

  3. python -m参数

    把模块当做脚本运行,标准库和第三方库都可以 会把当前路径添加到sys.path中

  4. Java设计模式之(二)——工厂模式

    1.什么是工厂模式 Define an interface for creating an object,but let subclasses decide which class toinstant ...

  5. 使用 docker + verdaccio 搭建npm私有仓库

    本文介绍如何使用 verdaccio 搭建私有npm仓库,以及使用 docker 时如何映射到本地目录,方便简单对仓库进行各种操作.系统环境是 Linux. verdaccio verdaccio 是 ...

  6. C#窗体学习

    //进度条控件 private void button1_Click(object sender, EventArgs e)        {            int i;            ...

  7. [hdu7022]Jsljgame

    先考虑$x=y$的情况,此时即是一个平等博弈,因此考虑$sg$函数 具体的,有$sg(n)=\begin{cases}0&(n=0)\\mex(\{sg(n-i)\mid 1\le i\le ...

  8. [loj2304]泳池

    将等于$k$差分,即小于等于$k$减去小于等于$k-1$,由于两者类似,不妨仅考虑前者 令$f_{i,j}$表示仅考虑$i$列(即$n=i$时),若前$j$行都没有障碍,此时最大面积小于等于$k$的概 ...

  9. pytest-rerunfailures/pytest-repeat重跑插件

    在测试中,我们会经常遇到这种情况,由于环境等一些原因,一条case运行5次,只有两次成功 其它三次失败,针对这种概率性成功或失败,若是我们每次都运行一次就比较耗时间,这个时候 就需要pytest提供的 ...

  10. CF1156F Card Bag

    题目传送门. 题意简述:有 \(n\) 张卡牌,每张卡牌有数字 \(a_1,a_2,\cdots,a_n\).现在随机抽取卡牌,不放回,设本次抽到的卡牌为 \(x\),上次抽到的卡牌为 \(y\),若 ...