What is the translation of " STRING CONCATENATION " in Chinese?

[striŋ kɒnˌkætə'neiʃn]
[striŋ kɒnˌkætə'neiʃn]
字符串连接
字符串拼接

Examples of using String concatenation in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
String concatenation is linear;
字符串拼接是线性的;.
Figure 2: Backdoor using string concatenation to hide known functions.
图2:使用字符串连接到隐藏已知函数的后门.
String concatenation is an associative, but non-commutative operation.
字符串串接是结合性的,但非交换性运算。
Remember that two periods(…) are used in Lua for string concatenation.
请注意,Lua中使用了两个句点(…)来表示字符串串联
Js are working with arrays, string concatenation, network I/O, and arithmetics.
Js如何使用数组,字符串连接,网络I/O和算术。
String concatenation is implemented through the StringBuilder(or StringBuffer) class and its append method.
字符串连接是通过StringBuilder(或StringBuffer)类及其append方法实现的.
Can you think of a property that addition and multiplication have that string concatenation and repetition do not?
你能够想到一个加法和乘法所具备字符串串联和重复所不具备的性质么??
String concatenation is implemented through the StringBuilder(or StringBuffer) class and its append method.
字符串串联是通过StringBuilder(或StringBuffer)类及其append方法实现的。
Thanks to a large refactoring,trying to improve inefficient uses of string concatenation, it was possible to find such inconsistency.
要感谢大规模的重构,试图改进效率低下的字符串连接方法,才能发现这样的不一致。
Integer addition and string concatenation are two very different operations, so they would compile to very different machine code.
整数加法和字符串拼接是两个完全不同的操作,因此也会编译成非常不同的机器码。
The following JavaScript algorithm has a large number of redundant variables,unnecessary logic and inefficient string concatenation.
下列JavaScript算法有着大量的冗余变量、不必要的逻辑,以及低效的字符串连接
Integer addition and string concatenation are two very different operations, so they would compile to very different machine code.
整数加法和字符拼接这两种操作有着很大的不同,所以他们会被编译成非常不一样的机器码。
While perhaps a bit more verbose both of these queries make it easier to re-use parts of them,without having to resort to string concatenation.
虽然这可能有些冗长,但是上面的两种查询都使得它们更易于重用,而无需进行字符串连接
Yet in the third expression,+ tries string concatenation before numeric addition, so the 1 is converted to"1"(from number to string).
然而在第三个表达式中,+在数字加法之前尝试字符串连接,因此1转换为"1"(从数字到字符串)。
Note that Swift's use of extendedgrapheme clusters for Character values means that string concatenation and modification may not always affect a string's character count.
注意Swift为Character值使用的扩展字形集群意味着字符串的创建和修改可能不会总是影响字符串的字符统计数。
The moral is simple: don't use the string concatenation operator to combine more than a few strings unless performance is irrelevant.
原则很简单:不要使用字符串连接操作符来合并多个字符串,除非性能无关紧要。
Note that Swift's use of extendedgrapheme clusters for Character values means that string concatenation and modification may not always affect a string's character count.
注意,Swift对Character类型值使用了拓展字母集,意味着字符串的拼接和修改不一定会持续影响字符串字符个数。
Notice that we could have achieved the same using string concatenation: name+' is'+ str(age)+' years old' but notice how much uglier and error-prone this is.
注意,我们可以使用字符串的连接,name+'is'+str(age)+'yearsold'实现同样的目的,但这非常讨厌、容易出错。
Before JDK 1.5, despite its readability and simplicity, String concatenation using the operator+ could produce a very inefficient code.
在JDK1.5之前,尽管可读性高而且简单,但使用“+”来进行字符串连接可能产生效率极低的代码。
Notice that we could have achieved the same using string concatenation: name+' is'+ str(age)+' years old' but notice how much uglier and error-prone this is.
我们可以通过联立字符串来达到相同的效果:1.name+'is'+str(age)+'yearsold'但这样实现是很丑陋的,而且也容易出错。
Sass only supports a single operator on strings, concatenation, but it supports several varieties of it.
Sass只支持字符串上的单个运算符,连接,但它支持多种类型的操作符。
Using string slicing and concatenation operations you can create any lay-out you can imagine.
使用字符串切片和连接操作,你可以创建任何你能想象到的布局。
Finally, you can do all thestring handling yourself by using string slicing and concatenation operations to create any layout you can imagine.
最后,你可以使用字符串切片和连接操作自己完成所有的字符串处理,以创建你可以想象的任何布局。
Otherwise, a and b would be string their sum would be their concatenation, that is:"1"+"2"="12".
否则,a和b会是字符串,它们的总和就是它们的连接,即:“1”+“2”=“12”。
String: This module provides various string operations such as regular expressions, translation,replace, and concatenation.
字符串(String):这个模块提供了各种字符串操作,例如正则表达式、翻译、替换和串联
Using concatenation, we can make regular expressions like'a. b', which matches any three-character string that begins with'a' and ends with'b'.
使用连接,我们可以得到如“a.b”的表达式,它匹配了所有的以“a”开始,以“b”结束的三个字符的字符串
When we combine two or more strings through concatenation we are creating a new string that we can use throughout our program.
当我们通过连接组合两个或多个字符串时,我们正在创建一个我们可以在整个程序中使用的新字符串。
Given two strings a and b we define a*b to be their concatenation.
给定两个字符串a和b,我们定义a*b为他们的连接
They mean concatenation and repetition here too, except that the result is a new tuple, not a string..
它们也意味着连接和重复,除了结果是一个新的元组,而不是一个字符串。
Results: 29, Time: 0.0292

Word-for-word translation

Top dictionary queries

English - Chinese