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

        双语例句

        • Note the use of concatenation with the xs2jpg function in order to create the JPEG file.
          请注意为了创建这个JEPG文件,使用了与xs2jpg函数的串接。
        • In the following example, name is an identifier that holds a concatenation of the student's first and last names.
          在下面的示例中,name是保存学生姓和名的串联的标识符。
        • If a number is used in a string concatenation expression, for example, the number is converted to a string first.
          例如,如果一个数字用在一个字符串连接表达式中,数字就会先转换为字符串。
        • Use parameterized queries or stored procedures to access a database as opposed to using string concatenation.
          使用参数化查询或存储过程来访问数据库,而不是使用字符串连接。
        • The print instruction emits the argument to standard output ( stdout), and concat implements string concatenation.
          print指令发出标准输出(stdout)的参数,且concat实现字符串连接。
        • It then uses string concatenation to create a complete, well-formed XML document from it.
          然后使用字符串连接创建完整的、结构良好的XML文档。
        • A flat rope a rope with no concatenation or substring nodes has a depth of1.
          扁平rope(flatrope)没有连接节点或子串节点的深度(depth)为1。
        • The full sentence is not tagged into one term in the properties file if it contains the concatenation strings.
          如果这个句子包含连接字符串,那么它在属性文件中不会被标记为单个词语。
        • 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)。