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

        双语例句

        • Concatenation is an appropriate outcome for an addition operation on strings.
          连接是对字符串进行加法运算后的适当结果。
        • The printk function relies on a feature of the C language called string literal concatenation.
          printk是基于C语言中一个名为字符串逐字连接的特性。
        • In the representation on the right, a disjointed string is combined using a concatenation node.
          在右侧的表示方式中,离散的字符串通过连接节点组合在一起。
        • However, this concatenation will not occur during manual storagepool add or storagepool modify commands.
          但是,在手动输入storagepooladd或storagepoolmodify命令期间不会有该串联。
        • Also notice the query in which we use string concatenation to add the$ name parameter to the query.
          还要注意查询,其中使用字符串连接来向查询添加$name参数。
        • Take note of how each section of the concatenation is retrieved from args_list.
          注意如何从argslist检索连接的各个部分。
        • The first is that a superstructure of substring and concatenation nodes must be traversed to reach a specified character.
          第一个开销就是必须遍历子串和连接节点的上层结构(superstructure)才能到达指定的字符。
        • For convenience, the rope's length can be substituted for n, because the length is always greater than the number of substring and concatenation nodes in the rope.
          为了方便,可以用rope的长度代替n,因为长度总是比rope中的子串和连接节点的个数大。
        • Sometimes, the concatenation strings have different combinations in different languages.
          有时,连接字符串在不同的语言中的顺序会不同。
        • The depth of concatenation and substring ropes is one more than the depth of the deepest node they enclose.
          有连接和子串的rope的深度比它们所拥有的最深节点的深度大1。