accurate

accurate(不是acute)和precise是近义词,precise里有个pre,又和excise(切除, 不是exercise),concise一样有cise。Why? 准确、精确、确凿,“确”是啥意思?我试着解释下。

从原始字面意义上说:accurate: take care of; precise: before cut off; exact: drive or force out, *measure*。确=石+角,以前都是硬东西。这些词都和标准度量衡有关。从硬物中使用包括但不限于凿的手段,得到个标准长度或重量。加工过程要take care。扯一尺布,在before cut off之前就和尺子一样长,precise不?说“精确”是用来称米的就穿凿附会了。“确乎能其事者而已矣”,确乎;按照,照准。“言辩而确”,确:坚正也。

上述说法有个硬伤:形容人一丝不苟是precise,形容瞄得准用accurate。不过有本古书"A Complete Dictionary of Synonyms and Antonyms":
KEY: Accurate.
SYN: Careful, exact, faithful, precise, correct, close, truthful, strict, just, actual, nice.
ANT: Careless, inexact, faulty, incorrect, inaccurate, loose, defective.
再说accurate,arrow, aim都是a打头。

exact(动词)和exaction都和drive/force out沾边。accuracy, preciseness和exactness都是词,exactness是从exact(形容词)来得。要是能excise肥肉,就不用exercise了。work out,把肥肉整掉。

In a set of measurements, accuracy is closeness of the measurements to a specific value, while precision is the closeness of the measurements to each other. Accuracy is a description of systematic errors, a measure of statistical bias; low accuracy causes a difference between a result and a "true" value. Precision is a description of random errors, a measure of statistical variability. Given a set of data points from repeated measurements of the same quantity, the set can be said to be accurate if their average is close to the true value of the quantity being measured, while the set can be said to be precise if the values are close to each other.

六级/考研单词: bias, differentiate, random, invariable, data

不知这么理解对否:想知道我手里的表准不准。假设已有了精确的4.9m高的地方和so大that可以忽略空气阻力的铁球,就可以算出true value为1秒。测三次,0.5, 1, 1.5,平均值为1,accurate. 0.9, 1, 1.1, precise. So, 造表时take care不够好,还得看结果。可能1.5, 1.5, 1.5很precise,但不accurate.

accuse

use有利用(treat sb unfairly)的意思,此利用非彼利用也。abuse和accuse都不是好意思。可以抗辩: falsely, unjustly, wrongly
正经说法: accuse与excuse同根,都和cause(原因)有关。控告人的原因是啥?迟到的原因是啥?

近义词: arraign, blame, charge, denounce, incriminate, impeach, indict
反义词: absolve, acquit, defend, exonerate, vindicate

An accusation is a statement by one person asserting that another person or entity has done something improper. The person who makes the accusation is an accuser, while the subject against whom it is made is the accused.

An accusation can be made in private or in public, to the accused person alone, or to other people with or without the knowledge of the accused person. An accuser can make an accusation with or without evidence; the accusation can be entirely speculative, and can even be a false accusation, made out of malice, for the purpose of harming the reputation of the accused.

A criminal accusation is a formal accusation made by the state against an individual or enterprise. In addition to the normal elements of an accusation, a criminal accusation specifies that the wrongdoing on the part of the accused constitutes a violation of the law.

六级/考研单词: assert, entity, speculate, malignant, repute, norm, constitute, violate

accurate, accuse的更多相关文章

  1. myeclipse中导入js报如下错误Syntax error on token "Invalid Regular Expression Options", no accurate correc

    今天在使用bootstrap的时候引入的js文件出现错误Syntax error on token "Invalid Regular Expression Options", no ...

  2. 12 Tips for Accurate Project Estimating

    Projects typically involve many dynamic aspects, yet they're often constrained by finite conditions. ...

  3. 目标检测--Rich feature hierarchies for accurate object detection and semantic segmentation(CVPR 2014)

    Rich feature hierarchies for accurate object detection and semantic segmentation 作者: Ross Girshick J ...

  4. 论文阅读(Weilin Huang——【arXiv2016】Accurate Text Localization in Natural Image with Cascaded Convolutional Text Network)

    Weilin Huang——[arXiv2016]Accurate Text Localization in Natural Image with Cascaded Convolutional Tex ...

  5. 论文笔记:ATOM: Accurate Tracking by Overlap Maximization

    ATOM: Accurate Tracking by Overlap Maximization  2019-03-12 23:48:42  Paper:https://arxiv.org/pdf/18 ...

  6. 论文笔记:Rich feature hierarchies for accurate object detection and semantic segmentation

    在上计算机视觉这门课的时候,老师曾经留过一个作业:识别一张 A4 纸上的手写数字.按照传统的做法,这种手写体或者验证码识别的项目,都是按照定位+分割+识别的套路.但凡上网搜一下,就能找到一堆识别的教程 ...

  7. 小米造最强超分辨率算法 | Fast, Accurate and Lightweight Super-Resolution with Neural Architecture Search

    本篇是基于 NAS 的图像超分辨率的文章,知名学术性自媒体 Paperweekly 在该文公布后迅速跟进,发表分析称「属于目前很火的 AutoML / Neural Architecture Sear ...

  8. Syntax error on token "Invalid Regular Expression Options", no accurate corr

    今天导入项目一个js文件报这个错 Syntax error on token "Invalid Regular Expression Options", no accurate c ...

  9. DART: a fast and accurate RNA-seq mapper with a partitioning strategy DART:使用分区策略的快速准确的RNA-seq映射器

    DART: a fast and accurate RNA-seq mapper with a partitioning strategyDART:使用分区策略的快速准确的RNA-seq映射器 Abs ...

随机推荐

  1. (继承)Program2.1

    覆盖和重写的意思是一样?结果是一样的 例如: 1 class Parent: # 定义父类 2 def myMethod(self): 3 print('调用父类方法') 4 5 6 class Ch ...

  2. 多线程--vthread

    vthread中包含两个类: vthread.vthread.pool vthread.vthread.thread 其中class pool的原型如下: class pool(builtins.ob ...

  3. accept error: Too many open files

    今天测试socket服务器同一时间处理多个客户端连接问题,第一次测试1000个的时候没问题,第二次测试1000个服务器accept的时候就报错了 accept error: Too many open ...

  4. 通用 Makefile(及makefile中的notdir,wildcard和patsubst)

    notdir,wildcard和patsubst是makefile中几个有用的函数,以前没留意过makefile中函数的用法,今天稍微看看~ 1.makefile里的函数 makefile里的函数使用 ...

  5. windows 系统文件夹挂载到 Linux 系统,拷贝(发送)文件到 windows 系统,实现异地备份

    1.在windows 系统上配置好共享文件夹,用来接收Linux 系统的文件   注意:关闭windows 系统防火墙,或者添加进出站规则 2.在Linux 系统中,创建需要拷贝的文件目录 #mkdi ...

  6. Jenkins MultiJob

    前提:项目有十几个服务每次发版/更新服务需要一个个去编译 目的:希望能够建立一个任务一次构建可以批量编译很多服务,并且需要输入一个参数指定编译的分支 需要插件: MultiJob 安装插件 1.在Je ...

  7. LiteFlow 2.6.4版本发行注记,里程碑版本!

    一 这个版本做的很折腾.期间几个issue推翻重做了好几次. 但我最终还是带来了LiteFlow 2.6.4这个重要版本. 虽然版本是小版本号升级,但是带来的更新可一点也不少.并完全向下兼容. 如果你 ...

  8. Spring AOP及事务配置三种模式详解

    Spring AOP简述 Spring AOP的设计思想,就是通过动态代理,在运行期对需要使用的业务逻辑方法进行增强. 使用场景如:日志打印.权限.事务控制等. 默认情况下,Spring会根据被代理的 ...

  9. 【从零开始学习Node.js】一.在CentOS 7中部署Node.js环境

    一.背景信息 Node.js是一个基于Chrome V8引擎的JavaScript运行环境,用来方便快速地搭建易于扩展的网络应用.Node.js使用了一个事件驱动.非阻塞式I/O的模型,使其轻量又高效 ...

  10. [cf741C]Arpa’s overnight party and Mehrdad’s silent entering

    直接令2i-1和2i的位置不相同,相当于有2n条边,对其进行二分图染色即可(这张图一定不存在奇环). 假设给出的n条关系是A类边,2i-1和2i的边是B类边,可以发现一条路径一定是AB交替(因为A/B ...