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
双语例句
- In the representation on the right, a disjointed string is combined using a concatenation node.
 在右侧的表示方式中,离散的字符串通过连接节点组合在一起。
- As part of the preprocessor, C automatically combines those two strings in a capability called string literal concatenation.
 作为预处理程序的一部分,C会自动地使用一个名为字符串串联的功能将这两个字符串组合在一起。
- If a number is used in a string concatenation expression, for example, the number is converted to a string first.
 例如,如果一个数字用在一个字符串连接表达式中,数字就会先转换为字符串。
- Use injection through concatenation in PHP to perform the delete operation.
 在PHP中,通过字符串连接使用插入操作来执行delete操作。
- A flat rope a rope with no concatenation or substring nodes has a depth of1.
 扁平rope(flatrope)没有连接节点或子串节点的深度(depth)为1。
- The simplest example is the concatenation of strings.
 最简单的示例是字符串串联。
- 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 depth of concatenation and substring ropes is one more than the depth of the deepest node they enclose.
 有连接和子串的rope的深度比它们所拥有的最深节点的深度大1。
- We also have the added problem of duplicating the string concatenation using join(), which adds an extra second.
 我们还添加了使用join()复制连接字符串的问题,这会额外增加1秒的时间。
- Use parameterized queries or stored procedures to access a database as opposed to using string concatenation.
 使用参数化查询或存储过程来访问数据库,而不是使用字符串连接。
