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

        双语例句

        • The String version of concatenation requires strings you want to join to be copied to a new location, which is an O ( n) operation.
          String版本的连接操作要求将需要连接的两个字符串复制到新位置,这是一种O(n)操作。
        • The first is that a superstructure of substring and concatenation nodes must be traversed to reach a specified character.
          第一个开销就是必须遍历子串和连接节点的上层结构(superstructure)才能到达指定的字符。
        • Variables can be injected into the query using string concatenation in PHP.
          在PHP中可以使用字符串连接将变量插入到查询中。
        • Use injection through concatenation in PHP to perform the delete operation.
          在PHP中,通过字符串连接使用插入操作来执行delete操作。
        • Use parameterized queries or stored procedures to access a database as opposed to using string concatenation.
          使用参数化查询或存储过程来访问数据库,而不是使用字符串连接。
        • As part of the preprocessor, C automatically combines those two strings in a capability called string literal concatenation.
          作为预处理程序的一部分,C会自动地使用一个名为字符串串联的功能将这两个字符串组合在一起。
        • Concatenation is an appropriate outcome for an addition operation on strings.
          连接是对字符串进行加法运算后的适当结果。
        • Also available is a combined report, which is simply a concatenation of View-based and Basic reports.
          同样可用的还有一个合并的报告,它是一个简单的基于视图和基础报告的连接体。
        • If a number is used in a string concatenation expression, for example, the number is converted to a string first.
          例如,如果一个数字用在一个字符串连接表达式中,数字就会先转换为字符串。
        • A flat rope a rope with no concatenation or substring nodes has a depth of1.
          扁平rope(flatrope)没有连接节点或子串节点的深度(depth)为1。