accurate, accuse
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的更多相关文章
- myeclipse中导入js报如下错误Syntax error on token "Invalid Regular Expression Options", no accurate correc
今天在使用bootstrap的时候引入的js文件出现错误Syntax error on token "Invalid Regular Expression Options", no ...
- 12 Tips for Accurate Project Estimating
Projects typically involve many dynamic aspects, yet they're often constrained by finite conditions. ...
- 目标检测--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 ...
- 论文阅读(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 ...
- 论文笔记:ATOM: Accurate Tracking by Overlap Maximization
ATOM: Accurate Tracking by Overlap Maximization 2019-03-12 23:48:42 Paper:https://arxiv.org/pdf/18 ...
- 论文笔记:Rich feature hierarchies for accurate object detection and semantic segmentation
在上计算机视觉这门课的时候,老师曾经留过一个作业:识别一张 A4 纸上的手写数字.按照传统的做法,这种手写体或者验证码识别的项目,都是按照定位+分割+识别的套路.但凡上网搜一下,就能找到一堆识别的教程 ...
- 小米造最强超分辨率算法 | Fast, Accurate and Lightweight Super-Resolution with Neural Architecture Search
本篇是基于 NAS 的图像超分辨率的文章,知名学术性自媒体 Paperweekly 在该文公布后迅速跟进,发表分析称「属于目前很火的 AutoML / Neural Architecture Sear ...
- Syntax error on token "Invalid Regular Expression Options", no accurate corr
今天导入项目一个js文件报这个错 Syntax error on token "Invalid Regular Expression Options", no accurate c ...
- 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 ...
随机推荐
- Java I/O框架 - 总结概述
总结 以下需要重点掌握: 字节流,以下读取结束全部返回-1 字节节点流-访问文件 FileInputStream/FileOutputStream 可以读取任意文件 可以复制图片 读取字符String ...
- Python AttributeError: module 'string' has no attribute 'atoi'
python2 中可以用string.atoi 在python3中会报错 替换的方案是 string.atoi(your_str) 替换为 int(your_str) 这个代码python2和pyth ...
- Tarjan算法 求 有向图的强连通分量
百度百科 https://baike.baidu.com/item/tarjan%E7%AE%97%E6%B3%95/10687825?fr=aladdin 参考博文 http://blog.csdn ...
- popStar手机游戏机机对战程序
DFS算,五分钟如果答案没有更新,那个解一般来说就很优了. #include <cstdio> #include <iostream> #include <string. ...
- Swift-技巧(四)设置照片尺寸和格式
摘要 平时实现拍照功能时,都是网上一通搜索,整体复制粘贴,自称无脑实现.但是当要求照片是不同的尺寸和格式( JPEG)时,就费力搞照片.其实在设置拍照时,就可以直接设置照片的尺寸和格式,用直接的方法来 ...
- mybatis中<![CDATA[]]>和转义字符
在使用mybatis 时我们sql是写在xml 映射文件中,如果写的sql中有一些特殊的字符的话,在解析xml文件的时候会被转义,但我们不希望他被转义,所以我们要使用<![CDATA[ ]]&g ...
- 96.n-1位数
描述 已知w是一个大于10但不大于1000000的无符号整数,若w是n(n≥2)位的整数,则求出w的后n-1位的数. 输入 第一行为M,表示测试数据组数. 接下来M行,每行包含一个测试数据. 输出 输 ...
- 大爽Python入门教程 1-5 答案
大爽Python入门公开课教案 点击查看教程总目录 1 方向变换 >>> 51//4 12 >>> 51%4 3 答: 向左转51次之后, 小明面朝东方, 转过了1 ...
- 菜鸡的Java笔记 第三十二 - java 静态导入的实现
静态导入的实现 为了理解静态导入的操作产生的动机,下面通过一个具体的代码来观察 范例:现在有一个 Import 的类,这个类中的方法全部都是 static 方法 packa ...
- 菜鸡的Java笔记 第二十三 - java 抽象类的概念
abstractClass 抽象类的概念 1.抽象类的基本定义 2.抽象类的使用原则 不会抽象类与接口,java = 没学 ...