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

      双语例句

      • 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.
        某些计算机有若干快速寄存器,它们能用来保存中间结果。计算机安全学中,用删除或重写存储信息或用寄存器清除等方法消除无用数据的过程。
      • 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()方法。
      • The inspection, modification, replacement or erasure of part of file's contents.
        检查、修改、代替或擦去文档内容一部分的过程。
      • Construction Algorithm of Bipartite Graphs for Right Regular Erasure Codes
        右边正则纠删码中二部图的构造算法
      • Design of storage scheme with high reliability based on Erasure Codes in environment of networks
        网络环境下基于ErasureCodes的高可靠性存储体系设计
      • Take all reasonably practicable steps to ensure that personal data are protected against unauthorised or accidental access, processing, erasure or other use;
        采取所有合理和切实可行的步骤以保障个人资料不受未获准许的或意外的查阅处理删除或其他使用所影响;
      • An RS code is twice powerful at erasure correction than at error correction.
        里德所罗门码对「抹除」的更正能力是一般错误的两倍。
      • With type erasure, generic types are used for type checking only; afterwards, they are replaced with their upper bound.
        使用类型消除(typeerasure),泛型类型仅用于类型检查;然后,用它们的上界替换它们。
      • Research on Security Technology System of Data Based on Erasure Code
        一种基于Erasure码的数据安全体制研究
      • 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.
        事实证明编译器确实在编译阶段将数据类型转换插入到代码中,这样做是为了解决类型擦除会降低某些表达式的类型的精度这一事实。