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. jQuery实现打开网页自动弹出遮罩层或点击弹出遮罩层功能示例

    本文实例讲述了jQuery实现打开网页自动弹出遮罩层或点击弹出遮罩层功能.分享给大家供大家参考,具体如下: 弹出层:两种方式 一是打开网页就自动弹出层二是点击弹出 <!DOCTYPE html ...

  2. best-time-to-buy-and-sell-stock-iii leetcode C++

    Say you have an array for which the i th element is the price of a given stock on day i. Design an a ...

  3. eclipse javaEE版下载过程中选择镜像(Select Another Mirror)无反应解决办法,附带eclipse javaEE版下载教程。

    1.eclipse javaEE版下载过程中选择镜像(Select Another Mirror)无反应 (复制该网址下载即可 https://mirrors.neusoft.edu.cn/eclip ...

  4. 【JavaScript实用技巧(二)】Js操作DOM(由问题引发的文章改版,新人大佬都可)

    [JavaScript实用技巧(二)]Js操作DOM(由问题引发的文章改版,新人大佬都可!) 博客说明 文章所涉及的资料来自互联网整理和个人总结,意在于个人学习和经验汇总,如有什么地方侵权,请联系本人 ...

  5. 3组-Alpha冲刺-3/6

    一.基本情况 队名:发际线和我作队 组长博客:链接 小组人数:10 二.冲刺概况汇报 黄新成(组长) 过去两天完成了哪些任务 文字描述 使用labelimg工具对采集的数据进行标注,安装alphapo ...

  6. 动手写一个简单的Web框架(HelloWorld的实现)

    动手写一个简单的Web框架(HelloWorld的实现) 关于python的wsgi问题可以看这篇博客 我就不具体阐述了,简单来说,wsgi标准需要我们提供一个可以被调用的python程序,可以实函数 ...

  7. Python基础(map/reduce)

    from functools import reduce#reduce函数在python3的内建函数移除了,放入了functools模块 #map() list1 = [1,2,3,4,5,6,7,8 ...

  8. Excel - java

    package com.e6soft.project.ExcelUtil; import java.io.BufferedInputStream; import java.io.File; impor ...

  9. 【linux系统】java环境搭建

    搭建步骤 1.安装java : 上传java安装包到linux系统----- rz jdk-8u202-linux-x64.tar.gz jdk下载地址:https://www.oracle.com/ ...

  10. 使用PAM模块实现普通用户之间su免密切换

    参考自:Allow user1 to "su - user2" without password https://unix.stackexchange.com/questions/ ...