中英
concatenate
/ kɒnˈkætɪˌneɪt /
/ kənˈkæt(ə)nˌeɪt /
  • 简明
  • 柯林斯
  • v.连接,连结,使连锁
  • adj.连接的,连结的,连锁的
  • GRE/
    • 第三人称单数

      concatenates
    • 现在分词

      concatenating
    • 过去式

      concatenated
    • 过去分词

      concatenated
  • 网络释义
  • 专业释义
  • 英英释义
  • 1

     连接

    指定所有的UNION 操作符采用合并(Merge)、散列(Hash) 或连接(Concatenate)的窍门运行操作。假如指定了多个UNION 提示,查询优化器会挑选一个的最佳的提示方案。

  • 2

     并置

    ... computing 计算 concatenate 并置 concaten 并置 ...

  • 3

    [科技] 连结

    ...fine LIST_CONCAT(s1, s2) LIST_CONCAT2(s1, s2) #define LIST_CONCAT2(s1, s2) s1##s2     在C语言中,##表示连结(concatenate),#表示字符串化。

  • 4

     多联体

    ... conalbumin 伴白蛋白,伴清蛋白 concatenate 多联体,连环 concatenated circle 多联环,连环体 ...

短语
查看更多
  • 双语例句
  • 原声例句
  • 1
    Concatenate strings instead of formatting them.
    连接字符串而非格式化字符串。
  • 2
    To concatenate multiple String literals, use the + operator.
    可以使用+操作符连接多个字符串字面值。
  • 3
    Often, you need to concatenate a variable between two strings.
    通常,您需要在两个字符串之间连接一个变量。
查看更多
  • 同近义词
  • 同根词
  • 百科
  • Concatenate

    In formal language theory and computer programming, string concatenation is the operation of joining character strings end-to-end. For example, the concatenation of "snow" and "ball" is "snowball". In some but not all formalisations of concatenation theory, also called string theory, string concatenation is a primitive notion.

查看更多