六六字典>英语词典>concatenation翻译和用法

concatenation

英 [kənˌkætəˈneɪʃn]

美 [kənˌkætəˈneɪʃn]

n.  一系列相关联的事物(或事件)

复数:concatenations 

计算机

BNC.34530 / COCA.32013

牛津词典

    noun

    • 一系列相关联的事物(或事件)
      a series of things or events that are linked together
      1. a strange concatenation of events
        一连串奇怪的事

    柯林斯词典

    • N-UNCOUNT 一连串相关联的事情;接二连三的相关事件
      Aconcatenation ofthings or events is their occurrence one after another, because they are linked.
      1. ...the Internet, the world's biggest concatenation of computing power.
        因特网,世界上最强大的计算机连接

    英英释义

    noun

    • the act of linking together as in a series or chain
      1. a series of things depending on each other as if linked together
        1. the chain of command
        2. a complicated concatenation of circumstances
        Synonym:chain
      2. the linking together of a consecutive series of symbols or events or ideas etc
        1. it was caused by an improbable concatenation of circumstances
      3. the state of being linked together as in a chain

        双语例句

        • Also available is a combined report, which is simply a concatenation of View-based and Basic reports.
          同样可用的还有一个合并的报告,它是一个简单的基于视图和基础报告的连接体。
        • The rope counterpart simply creates a new concatenation node, which is an O ( 1) operation.
          rope版本的连接操作则只是创建一个新的连接节点,这是个O(1)操作。
        • Take note of how each section of the concatenation is retrieved from args_list.
          注意如何从argslist检索连接的各个部分。
        • We also have the added problem of duplicating the string concatenation using join(), which adds an extra second.
          我们还添加了使用join()复制连接字符串的问题,这会额外增加1秒的时间。
        • The only difference is that concatenation is used instead of addition.
          惟一的差别是,这里使用的是并置(concatenation),而不是相加(addition)。
        • The full sentence is not tagged into one term in the properties file if it contains the concatenation strings.
          如果这个句子包含连接字符串,那么它在属性文件中不会被标记为单个词语。
        • The simplest example is the concatenation of strings.
          最简单的示例是字符串串联。
        • Sass supports strings concatenation and variables interpolation.
          Sass支持字符串联接和变量插值。
        • However, this concatenation will not occur during manual storagepool add or storagepool modify commands.
          但是,在手动输入storagepooladd或storagepoolmodify命令期间不会有该串联。
        • The first is that a superstructure of substring and concatenation nodes must be traversed to reach a specified character.
          第一个开销就是必须遍历子串和连接节点的上层结构(superstructure)才能到达指定的字符。