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存储结构 - The inspection, modification, replacement or erasure of part of file's contents.
检查、修改、代替或擦去文档内容一部分的过程。 - 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。 - 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.
擦除也是造成上述构造问题的原因,即不能创建泛型类型的对象,因为编译器不知道要调用什么构造函数。 - We're talking complete irreversible amnesia, complete erasure of the brain's hard drive.
就像是完全不可治的健忘症,完全将大脑这个硬盘格式化。 - Take all reasonably practicable steps to ensure that personal data are protected against unauthorised or accidental access, processing, erasure or other use;
采取所有合理和切实可行的步骤以保障个人资料不受未获准许的或意外的查阅处理删除或其他使用所影响; - Research on Security Technology System of Data Based on Erasure Code
一种基于Erasure码的数据安全体制研究 - Construction Algorithm of Bipartite Graphs for Right Regular Erasure Codes
右边正则纠删码中二部图的构造算法 - The change grew out of two years of study by a committee of faculty and staff, which noted that Mills has always fought gender-based oppression and concluded, Trans inclusiveness represents not an erasure but an updating of this mission.
这项改革来自于一个教职工委员会两年来的研究。说明指出,米尔斯从来都与基于性别的压迫相斗争,并以此做为结语:对跨性人群的包容,不是推翻上述宗旨,而是与时俱进。 - Well, because generics are implemented by erasure, the type of backingArray is actually Object [], because Object is the erasure of V.
因为泛型是通过擦除实现的,backingArray的类型实际上就是Object[],因为Object代替了V。