concatenation
英 [kənˌkætəˈneɪʃn]
美 [kənˌkætəˈneɪʃn]
n. 一系列相关联的事物(或事件)
BNC.34530 / COCA.32013
牛津词典
noun
- 一系列相关联的事物(或事件)
a series of things or events that are linked together- a strange concatenation of events
一连串奇怪的事
- a strange concatenation of events
柯林斯词典
- N-UNCOUNT 一连串相关联的事情;接二连三的相关事件
Aconcatenation ofthings or events is their occurrence one after another, because they are linked.- ...the Internet, the world's biggest concatenation of computing power.
因特网,世界上最强大的计算机连接
- ...the Internet, the world's biggest concatenation of computing power.
英英释义
noun
- the act of linking together as in a series or chain
- a series of things depending on each other as if linked together
- the chain of command
- a complicated concatenation of circumstances
- the linking together of a consecutive series of symbols or events or ideas etc
- it was caused by an improbable concatenation of circumstances
- the state of being linked together as in a chain
双语例句
- Variables can be injected into the query using string concatenation in PHP.
在PHP中可以使用字符串连接将变量插入到查询中。 - As part of the preprocessor, C automatically combines those two strings in a capability called string literal concatenation.
作为预处理程序的一部分,C会自动地使用一个名为字符串串联的功能将这两个字符串组合在一起。 - In the following example, name is an identifier that holds a concatenation of the student's first and last names.
在下面的示例中,name是保存学生姓和名的串联的标识符。 - For convenience, the rope's length can be substituted for n, because the length is always greater than the number of substring and concatenation nodes in the rope.
为了方便,可以用rope的长度代替n,因为长度总是比rope中的子串和连接节点的个数大。 - The rope counterpart simply creates a new concatenation node, which is an O ( 1) operation.
rope版本的连接操作则只是创建一个新的连接节点,这是个O(1)操作。 - Note the use of concatenation with the xs2jpg function in order to create the JPEG file.
请注意为了创建这个JEPG文件,使用了与xs2jpg函数的串接。 - Take note of how each section of the concatenation is retrieved from args_list.
注意如何从argslist检索连接的各个部分。 - It then uses string concatenation to create a complete, well-formed XML document from it.
然后使用字符串连接创建完整的、结构良好的XML文档。 - Also available is a combined report, which is simply a concatenation of View-based and Basic reports.
同样可用的还有一个合并的报告,它是一个简单的基于视图和基础报告的连接体。 - Concatenation is an appropriate outcome for an addition operation on strings.
连接是对字符串进行加法运算后的适当结果。