大学英语词汇短语释义解析及例句 concatenation
释义:
concatenation n. 一系列相互关联的事,连结
例句:
Avoid using concatenation strings in code.
避免在代码中使用连接字符串。
Binding Parameters vs. String concatenation.
绑定参数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检索连接的各个部分。
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.
不应使用它取代简单的字符串连接。
