词语屋>英语词典>erasure翻译和用法

erasure

英 [ɪˈreɪʒə(r)]

美 [ɪˈreɪʒər]

n.  擦掉; 抹掉; 消除; 消灭; 删除

复数:erasures 

GRETEM8电力

BNC.35280 / COCA.22110

牛津词典

    noun

    • 擦掉;抹掉;消除;消灭;删除
      the act of removing or destroying sth
      1. 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.
      1. ...a further erasure of the UK's thin manufacturing base.
        对英国制造业薄弱基础的进一步破坏
      2. ...the final and cataclysmic erasure of all the remaining dinosaurs 65 million years ago.
        6,500万年前所有残存恐龙的最终灾难性灭绝

    英英释义

    noun

    • deletion by an act of expunging or erasing
        Synonym:expunctionexpunging
      1. a surface area where something has been erased
        1. another word had been written over the erasure
      2. a correction made by erasing
        1. there were many erasures in the typescript

      双语例句

      • 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()方法。
      • Data exchange between high-frequent erased block and low-frequent erased block is adopted to even the erasure distribution;
        该方法通过高低频数据互换,有效均衡了擦除分布;
      • Because of erasure, List and List are the same class, and the compiler only generates one class when compiling List ( unlike in C++).
        因为可以擦除功能,所以List和List是同一个类,编译器在编译List时只生成一个类(和C++不同)。
      • Such unproductive time becomes excluded from the historical narratives – and is endangered by complete erasure.
        这些多余的时间被从历史叙事中剔除–有被全然抹杀之虞。
      • It isn't clear whether the memory erasure is temporary or permanent.
        科学家还不清楚这种记忆抹除是暂时还是永久性的。
      • The inspection, modification, replacement or erasure of part of file's contents.
        检查、修改、代替或擦去文档内容一部分的过程。
      • SegEra: an Erasure Code and Segmentation Combined P2P Storage Structure
        SegEra:一种ErasureCode与分割相结合的P2P存储结构
      • 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.
        这项改革来自于一个教职工委员会两年来的研究。说明指出,米尔斯从来都与基于性别的压迫相斗争,并以此做为结语:对跨性人群的包容,不是推翻上述宗旨,而是与时俱进。
      • Pale violet on the other hand is a form of erasure that allows pain, programming and machinery to be transmuted.
        另一方面,浅紫色是擦除的方式,容许痛苦、程式和机械被改变。
      • 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。