词典宝
更多
查询
1 词典释义:
concatenation
时间: 2025-03-17 17:46:33
英 [kɒnˌkætəˈneɪʃən]

n.一系列相互联系的事物;拼接;串联;

双语例句
  • Avoid using concatenation strings in code.

    避免在代码中使用连接字符串。

  • Binding Parameters vs. String concatenation.

    2绑定参数vs .字符串拼接。

  • The simplest example is the concatenation of strings.

    最简单的示例是字符串串联。

  • It returns a concatenation of the path formed using LHS and RHS.

    它将返回使用lhs和rhs形成的路径的串联值。

  • For any given string, the correct value is the concatenation of.

    对于任意给定的字符串,正确值是由下列值并置而成的。

  • The only difference is that concatenation is used instead of addition.

    惟一的差别是,这里使用的是 并置(concatenation),而不是 相加(addition)。

  • Concatenation would concatenate the string and print it as one argument.

    连接操作会首先将字符串连接在一起,然后将其作为一个参数打印。

  • Then create the second concatenation, d2, from c0t1d0s0 (see Listing 3).

    然后从 c0t1d0s0 创建第二个串联 d2,(请参见 清单 3)。

  • Take note of how each section of the concatenation is retrieved from args_list.

    注意如何从args_list检索连接的各个部分。

  • The column key is the concatenation of the family name, the: symbol, and the label.

    column键由族名、:号和标签组成。

  • Listing 2 shows a sample algorithm which creates such a key by string concatenation.

    清单2显示了一个通过字符串串联创建此类键的示例算法。

  • The final result list is concatenation of the result list from the individual slices.

    最终的结果列表是来自各片的结果列表的串接。

  • Note the use of concatenation with the xs2jpg function in order to create the JPEG file.

    请注意为了创建这个JEPG文件,使用了与xs2jpg函数的串接。

  • It then USES string concatenation to create a complete, well-formed XML document from it.

    然后使用字符串连接创建完整的、结构良好的XML文档。

  • CopyPages makes it easy to construct a PDF document as a concatenation of several pieces.

    copyPages很方便地把几个PD f文档连接起来形成一个PD f文档。

  • The rope counterpart simply creates a new concatenation node, which is an o (1) operation.

    rope版本的连接操作则只是创建一个新的连接节点,这是个o(1)操作。

  • The printk function relies on a feature of the C language called string literal concatenation.

    printk 是基于 C 语言中一个名为字符串 逐字连接 的特性。

  • Notice that we have simple string concatenation here (". "is the concatenation operation in Perl).

    注意我们在此处进行了一次简单的字符串拼接操作(“ . ”在Perl中是拼接操作)。

  • Listing 3 depicts the proposed approach to avoid concatenation in your code; it shows one solution.

    清单3给出在代码中避免使用连接的建议方法;它只是解决方法之一。

  • Also available is a combined report, which is simply a concatenation of View-based and Basic reports.

    同样可用的还有一个合并的报告,它是一个简单的基于视图和基础报告的连接体。

  • It should generally not be used merely as a replacement for simple string concatenation. For example.

    不应使用它取代简单的字符串连接。

  • Copy the load module to a library that is part of the DFHRPL concatenation for the target CICS system.

    复制该加载模块到一个库中,这个库是一系列用于目的CICS系统的DFHRPL的一部分。

  • An index entry is created for the concatenation of the two preceding items (tag context plus data element).

    为前两项(标记上下文加上数据元素)的并置创建索引项。

  • That concatenation is then included in the "href" attribute of the generated element (href="...{$params}").

    然后将该并置包括在生成的 element ( href="...{$params}" 的 "href" 属性中)。

  • Use parameterized queries or stored procedures to access a database as opposed to using string concatenation.

    使用参数化查询或存储过程来访问数据库,而不是使用字符串连接。

  • The full sentence is not tagged into one term in the properties file if it contains the concatenation strings.

    如果这个句子包含连接字符串,那么它在属性文件中不会被标记为单个词语。

  • The Implementation Layer also performs segmentation and concatenation of messages for the underlying protocol.

    实现层还执行用于底层协议的消息分段和并置。

  • Mixing text and fields is also a concatenation issue, which can be similar to the issue we previously discussed.

    混合使用文本和字段也是一种连接问题,类似于前面讨论的问题。

  • Now you'll create a more generalized concatenation function using the two functions Lisp is famous for: car and CDR.

    现在您将使用两个著名的Lisp car和cdr函数创建更通用化的concatenation函数。

  • We also have the added problem of duplicating the string concatenation using join(), which adds an extra second.

    我们还添加了使用 join() 复制连接字符串的问题,这会额外增加 1 秒的时间。

近义词
相关推荐