adhere

to stick,不是to here. 在古英语里,stick是twig(细树枝)、fasten(想必是用twig来固定)。后引申为粘住。stick还有stab, pierce的意思,想必也和twig有关。

closely|firmly|properly|fully|properly|rigidly|rigorously|strictly adhere to

近/反义词: attach, cohere(粘在一起), cling, hold, fix, join, unite; cleave{cleavage}, divide, part, separate, secede, split, sunder, sever{不是severe}

adjust

to just, exact.

In measurement technology and metrology [度量衡学], calibration [校准] is the comparison of measurement values delivered by a device under test with those of a calibration standard of known accuracy. Such a standard could be another measurement device of known accuracy, a device generating the quantity to be measured such as a voltage, a sound tone, or a physical artifact [an object made by a human being], such as a meter ruler [米尺-长1m,最小刻度1cm]. The outcome of the comparison can result in one of the following:

1. no significant error being noted on the device under test
2. a significant error being noted but no adjustment made
3. an adjustment made to correct the error to an acceptable level

Strictly speaking, the term "calibration" means just the act of comparison and does not include any subsequent adjustment.

"3 Simple Techniques for Statistically Adjusting Data Posted by Stacey Penczak, Sr. Project Manager"

Data may require statistical adjustments for several reasons, and you have a few different techniques available to use. Consider weighting if you need to make the sample data more representative of the target population. Variable respecification is beneficial when you need to modify or create new variables that are more consistent with your research objectives. Employ dummy variables if the coding used is not conducive to statistical analysis. Lastly, scale transformation enables you to compare data across various scales and can be particularly helpful for multi-country research projects.

比如你调研了消费者喜欢的汽车颜色,收到了n份问卷调查。有购买意向的人的意见对你来说更重要——你是为了卖车啊。红白黑没法当数处理,你可以用1代表红,2白3黑。或者你调研购车意向,意向度设计成1到100,完事后发现去年同事做的是1到10。怎么和他的结果比较?他的9分在你这里成了几乎不可能买。

adjacent

近/反义词; adjoining, border on, near, neighboring, next to, touching; distant

Adjacent angles, often abbreviated as adj. ∠s, are angles that share a common vertex [顶点, top] and edge but do not share any interior points. In other words, they are angles that are side by side, or adjacent, sharing an "arm". Adjacent angles which sum to a right angle [90°], straight angle [180°], or full angle [360°] are special and are respectively called complementary, supplementary and explementary angles.

adhere, adjust, adjacent的更多相关文章

  1. How to adjust OOM score for a process?

    转载自http://www.dbasquare.com/kb/how-to-adjust-oom-score-for-a-process/ How to adjust OOM score for a ...

  2. 【CSS3】Advanced3:Universal, Child, and Adjacent Selectors

    1.Universal selectors eg:#target*{ } 2.Child selectors < something immediately nested within some ...

  3. [CC-ADJLEAF2]Adjacent Leaves

    [CC-ADJLEAF2]Adjacent Leaves 题目大意: 给定一棵有根树,考虑从根开始进行DFS,将所有叶子按照被遍历到的顺序排列得到一个序列. 定义一个叶子集合合法,当且仅当存在一种DF ...

  4. Adjacent Bit Counts(01组合数)

    Adjacent Bit Counts 4557 Adjacent Bit CountsFor a string of n bits x 1 , x 2 , x 3 ,..., x n , the a ...

  5. 微软BI 之SSRS 系列 - 使用 LookupSet 和 Adjacent Group 等高级技巧在报表中跨 Dataset 分组查询

    SSRS 报表中有一些高级的技巧,平常很少用到,下面我通过这个案例来展现一下如何在实际开发中使用它们,并且如何解决一些实际的需求. 这张报表分别统计了不同的 Product 产品在不同的月份的 Ord ...

  6. nyoj 715 Adjacent Bit Counts

    描述 For a string of n bits x1, x2, x3, …, xn,  the adjacent bit count of the string  is given by      ...

  7. TPS61040/61041 开关电源稳压器(DC-DC) ADJUST

    Variable Control Voltage Output Voltage Adjust This method is accomplished by connecting a variable ...

  8. Adjacent Bit Counts(uvalive)

    For a string of n bits x1, x2, x3,…, xn, the adjacent bit count of the string (AdjBC(x)) is given by ...

  9. adjacent cache line prefetch

    adjacent cache line prefetch 预读取邻近的缓存数据. 计算机在读取数据时,会智能的认为要读取的数据旁边或邻近的数据也是需要的, 那么其在处理的时候就会将这些邻近的数据预先读 ...

随机推荐

  1. OKhttp3的使用教程

    首先在build.gradle下的dependencies下添加引用. implementation "com.squareup.okhttp3:okhttp:4.9.0" 然后编 ...

  2. Python import urllib2 ImportError: No module named 'urllib2'

    python3 import urllib2 import urllib2 ImportError: No module named 'urllib2' python3.3里面,用urllib.req ...

  3. reorder-list leetcode C++

    Given a singly linked list L: L 0→L 1→-→L n-1→L n, reorder it to: L 0→L n →L 1→L n-1→L 2→L n-2→- You ...

  4. UVA 10004 Bicoloring(DFS染色)

    题意: 给N个点构成的无环无向图,并且保证所有点对都是连通的. 给每个点染色,要么染成黑要么染成白.问是否存在染色方案使得所有有边相连的点对颜色一定不一样. 是输出 BICOLORABLE 否则输出 ...

  5. pip 安装使用 ImportError: No module named setuptools 解决方法

    安装过程详见这篇博客: http://www.ttlsa.com/python/how-to-install-and-use-pip-ttlsa/ 安装后运行到:python setup.py ins ...

  6. VSCode Java 开发环境配置 详细教程

    VSCode Java 开发环境配置 详细教程 配置java 下载 用于现在大多数使用者用的是java 8,小白的我先安装java 8好了,^ w ^. 下载地址:Java 8 | Java SE 打 ...

  7. go的变量、常量以及判断变量的数据类型

    1.定义变量 p.p1 { margin: 0; font: 12px "Helvetica Neue"; color: rgba(69, 69, 69, 1) } span.s1 ...

  8. Linux ns 5. IPC Namespace 详解

    文章目录 1. 简介 2. 源码分析 2.1 copy_ipcs() 2.2 ipcget() 2.3 ipc_check_perms() 2.4 相关系统调用 参考文档: 1. 简介 进程间通讯的机 ...

  9. stom消费kafka消息速度慢的问题

    原来代码如下 KafkaSpoutConfig<String, String> kafkaSpoutConfig = KafkaSpoutConfig.builder(kafka_serv ...

  10. centos 添加sudo 权限

    https://apple.stackexchange.com/a/82527 visudo user1    ALL=(user2) NOPASSWD: /bin/bash amy  ALL=(AL ...