erasure
英 [ɪˈreɪʒə(r)]
美 [ɪˈreɪʒər]
n. 擦掉; 抹掉; 消除; 消灭; 删除
复数:erasures
BNC.35280 / COCA.22110
牛津词典
noun
- 擦掉;抹掉;消除;消灭;删除
the act of removing or destroying sth- the accidental erasure of important computer disks (= the removal of information from them)
计算机磁盘上的重要信息的意外删除
- the accidental erasure of important computer disks (= the removal of information from them)
柯林斯词典
- N-UNCOUNT 删除;丢失;破坏;消灭
Theerasure ofsomething is the removal, loss, or destruction of it.- ...a further erasure of the UK's thin manufacturing base.
对英国制造业薄弱基础的进一步破坏 - ...the final and cataclysmic erasure of all the remaining dinosaurs 65 million years ago.
6,500万年前所有残存恐龙的最终灾难性灭绝
- ...a further erasure of the UK's thin manufacturing base.
英英释义
noun
- deletion by an act of expunging or erasing
- a surface area where something has been erased
- another word had been written over the erasure
- a correction made by erasing
- there were many erasures in the typescript
双语例句
- It knows that it is T for some unknown T, so the best it can do is conclude that the return type of get() is the erasure of the unknown type T, which in the case of an unbounded wildcard is Object.
它知道box.get()是某些未知T的T,因此它可以推断出get()的返回类型是T的擦除(erasure),对于一个无上限的通配符就是Object。 - Such unproductive time becomes excluded from the historical narratives – and is endangered by complete erasure.
这些多余的时间被从历史叙事中剔除–有被全然抹杀之虞。 - Erasure is also responsible for the construction issues described above& that you cannot create an object of generic type because the compiler doesn't know what constructor to call.
擦除也是造成上述构造问题的原因,即不能创建泛型类型的对象,因为编译器不知道要调用什么构造函数。 - As is natural with this definition, erasure would interfere with expressions such as new T().
由此定义可知:消除将与如newT()之类的表达式冲突。 - And that is a key bit of IP that was created at HP Labs. It's based on erasure coding, which is a coding technique that's been around for many years.
这也正是惠普实验室所创造的知识财产的核心,它基于纠偏编码,一种出现了许多年的编码技术。 - Research on Security Technology System of Data Based on Erasure Code
一种基于Erasure码的数据安全体制研究 - An RS code is twice powerful at erasure correction than at error correction.
里德所罗门码对「抹除」的更正能力是一般错误的两倍。 - Accordingly, the approach of erasure, which could be implemented entirely in the compiler, was adopted.
因此采用了可以完全在编译器中实现的擦除方法。 - Some computers have several fast registers which can be used to hold temporary results. In computer security, the removal of obsolete data by erasure, by overwriting of storage or by resetting registers.
某些计算机有若干快速寄存器,它们能用来保存中间结果。计算机安全学中,用删除或重写存储信息或用寄存器清除等方法消除无用数据的过程。 - With type erasure, generic types are used for type checking only; afterwards, they are replaced with their upper bound.
使用类型消除(typeerasure),泛型类型仅用于类型检查;然后,用它们的上界替换它们。