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
双语例句
- SegEra: an Erasure Code and Segmentation Combined P2P Storage Structure
SegEra:一种ErasureCode与分割相结合的P2P存储结构 - It turns out that the compiler actually inserts casts into the code during compilation to account for the fact that type erasure reduces the precision of the types of certain expressions.
事实证明编译器确实在编译阶段将数据类型转换插入到代码中,这样做是为了解决类型擦除会降低某些表达式的类型的精度这一事实。 - Accordingly, the approach of erasure, which could be implemented entirely in the compiler, was adopted.
因此采用了可以完全在编译器中实现的擦除方法。 - Design of a Host-based Confidential Information Erasure System
基于主机的涉密信息清除系统的设计 - With type erasure, generic types are used for type checking only; afterwards, they are replaced with their upper bound.
使用类型消除(typeerasure),泛型类型仅用于类型检查;然后,用它们的上界替换它们。 - Such unproductive time becomes excluded from the historical narratives – and is endangered by complete erasure.
这些多余的时间被从历史叙事中剔除–有被全然抹杀之虞。 - Take all reasonably practicable steps to ensure that personal data are protected against unauthorised or accidental access, processing, erasure or other use;
采取所有合理和切实可行的步骤以保障个人资料不受未获准许的或意外的查阅处理删除或其他使用所影响; - 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.
擦除也是造成上述构造问题的原因,即不能创建泛型类型的对象,因为编译器不知道要调用什么构造函数。 - Erasure is a transmutative tone that allows that which one is complete with to be dissipated and released in the field.
擦除是一个变化音调,容许你已完成的在场中被消散和被释放。 - One of the implications of erasure is that a class cannot implement both Comparable and Comparable, because both of these are in fact the same interface, specifying the same compareTo() method.
擦除意味着一个类不能同时实现Comparable和Comparable,因为事实上两者都在同一个接口中,指定同一个compareTo()方法。