词语吧>英语词典>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

      双语例句

      • Pale violet on the other hand is a form of erasure that allows pain, programming and machinery to be transmuted.
        另一方面,浅紫色是擦除的方式,容许痛苦、程式和机械被改变。
      • With type erasure, generic types are used for type checking only; afterwards, they are replaced with their upper bound.
        使用类型消除(typeerasure),泛型类型仅用于类型检查;然后,用它们的上界替换它们。
      • The inspection, modification, replacement or erasure of part of file's contents.
        检查、修改、代替或擦去文档内容一部分的过程。
      • 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.
        擦除也是造成上述构造问题的原因,即不能创建泛型类型的对象,因为编译器不知道要调用什么构造函数。
      • 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。
      • Fountain code is a novel erasure correcting code based on graph, and has a broad prospect on project application.
        喷泉码是一种新颖的基于图的纠删码技术,在工程应用上有广阔的前景。
      • The US and its coalition partners – Europeans and regional states alike – see the creation of an inclusive and competent government in Baghdad as the key to stability, legitimacy and the erasure of Isis in Iraq.
        美国和其同盟伙伴&欧洲和该地区的国家,都认为在巴格达建立一个包容性的,能够胜任的政府,是保证稳定和合法性、并在伊拉克消灭ISIS的关键。
      • Take all reasonably practicable steps to ensure that personal data are protected against unauthorised or accidental access, processing, erasure or other use;
        采取所有合理和切实可行的步骤以保障个人资料不受未获准许的或意外的查阅处理删除或其他使用所影响;
      • It isn't clear whether the memory erasure is temporary or permanent.
        科学家还不清楚这种记忆抹除是暂时还是永久性的。
      • 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++不同)。