请输入您要查询的英文单词或汉字:

 

单词 substring
释义 substring 英'sʌb,striŋ美'sʌb,striŋ BNC²³⁶²¹³⁺¹
基本英英搭配记法例句例句
n.子字符串⁴⁵;子链⁵⁵

Noun:
a string that is part of a longer stringcharacter array element substring name字符数组元素子串名…array substring reference数组子串引用…character array substring reference字符数组子串引用…character array element substring字符数组元素子串…character variable substring字符变量子串…
sub下|次|亚-string串⇒n.子字符串⁴⁵;子链⁵⁵
名词100%
用作名词String character used to identifysubstringlimits.用于标识子字符串边界的字符串字符。
The first argument is thesubstringthat matched.第一个参数是匹配的子字符串。 The categories of interest can be any valid Wikipedia category or even any substring of a Wikipedia category.
感兴趣的类别可以是任何有效的 Wikipedia类别或者甚至某个 Wikipedia类别的任何子字符串。 ibm

The characters in a subsequence, unlike those in a substring, do not need to be contiguous.
子序列中的字符与子字符串中的字符不同,它们不需要是连续的。 ibm

The depth of concatenation and substring ropes is one more than the depth of the deepest node they enclose.
有连接和子串的 rope的深度比它们所拥有的最深节点的深度大1。 ibm

The length argument specifies the length of the desired substring.
长度参数指定了所需子字符串的长度。 ibm

The substring index determines which section of the string, starting from0, to use.
子字符串索引确定了要使用该字符串的哪个部分从0开始。 ibm

To mark a matched substring for future reference.
记录一个已匹配的子串用作后面的参考引用。 blog.sina.com.cn

You can determine the index of the SUBTOTAL element by searching for the substring SUBTOTAL.
通过搜索子字符串 SUBTOTAL可以决定 SUBTOTAL元素的索引。 ibm

A substring is zero or more contiguous string length units of input string.
子字符串是输入字符串的零个或多个相邻字符串长度单元。 ibm

Ah, good point: The K in Ken Myer is the fourth character in the string; so how come we didn’t pass Substring a4?
啊,问得好:在 Ken Myer中的 K是字符串中的第四个字符,那为什么我们不传递给 Substring一个4做为参数? blog.sina.com.cn

All we’re doing here is taking our string variable and calling the Substring method.
所有我们在这里所做的是取得我们的字符串变量然后调用 Substring方法。 blog.sina.com.cn

Along with the input string, the SUBSTRING function has three other arguments, which are start position, length, and code unit specification.
除了输入字符串之外, SUBSTRING函数还有其他三个参数,它们分别是:起始位置、长度和代码单元指定。 ibm

Complex queries are serviced by a combination of direct lookups, convergences against selected parent nodes, and targeted substring searches.
复杂查询是通过组合直接查找和对所选父节点的汇聚及目标子串搜索来完成的。 ibm

Constant-time substring implementations in Java code can cause memory problems because the substring reference prevents the original string from being garbage collected.
Java代码中耗时恒定的子串实现会引起内存问题,因为子串引用会阻止初始字符串被进行垃圾搜集。 ibm

If all or part of a text node does not match the pattern, it is simply copied, as specified in non- matching- substring.
如果全部或部分文本节点与模式不匹配,则仅执行复制操作,如 non- matching- substring中定义的那样。 ibm

In the insert benchmark, a substring was selected at random from the previous iteration's output and inserted at a random location in the string.
在插入测评中,从前一次迭代的输出中随机选择一个子串,然后插入到字符串的随机位置。 ibm

It is important to note that Java Strings, being immutable, also have a constant- time substring operation, but StringBuilders often do not.
需要指出的是, Java的 String由于是不可修改的,所以子串操作的时间是恒定的,但 StringBuilder并不是这样。 ibm

Moreover, the substring match is case-insensitive.
而且,子字符串匹配是不区分大小写的。 ibm

The first argument is the substring, the second argument is the search string, and an optional starting position can be supplied as a third argument.
第一个参数是子字符串,第二个参数是搜索字符串,可选的起始位置可以提供作为第三个参数。 ibm

There are functions to insert or remove members by position, find the position where a particular value occurs, take a sub- sequence similar to the substring of a string, and so on.
这些函数可以按照位置插入和删除成员、查找特定值出现的位置、按照类似子字符串的方式截取子序列等。 ibm

This is the substring after the character? in the URL.
即 URL中字符?之后的子字符串。 ibm

This form of string chopping can come in quite handy; simply specify the character to start from and the length of the substring, all separated by colons.
这种形式的字符串截断非常简便,只需用冒号分开来指定起始字符和子字符串长度。 ibm

We pass Substring a single parameter: the starting position where we want to begin extracting characters.
我们传递给 Substring一个参数:我们想要开始提取字符的开始位置。 blog.sina.com.cn

Well, one very common task is determining whether or not a given substring can be found anywhere within that value.
好的,一个普通的任务是判断给定的子字符串是否能在该值中任意处找到。 blog.sina.com.cn

When extracting strings from a set of input data, try to return a substring of the original data, instead of creating a copy.
当从原始的输入数据中提取字符串时,试着从原始字符串返回一个子字符串,而不是创建一份拷贝。 blog.sina.com.cn

You can use the Substring function by specifying“,” comma as the delimiter.
可以通过指定“,”逗号作为分隔符来使用 Substring函数。 ibm

You'll recognize several parameter expansions, including length, substring, pattern matching, and pattern replacement in even this short piece of script.
即使在这样一小段脚本中,您也可以找到一些参数扩展,包括长度、子字符串、模式匹配和模式替换。 ibm

You can pick from the base functions within Optim SUBSTRING, for example, or you can use the algorithms for more complex masking of credit card numbers.
您可以在 Optim的基础函数中进行选择例如 SUBSTRING,或使用用于屏蔽信用卡号的更复杂算法。 ibm

The Substring function uses a delimiter and index to determine what text to extract from the incoming source string.
Substring函数使用一个分隔符和索引来判断要从进入的源字符串提取哪些文本。 ibm

The Substring function will extract text from a source string.
Substring函数将从一个源字符串中提取文本。 ibm
随便看

 

英汉汉英双解词典包含9999994条英汉翻译词条,涵盖了常用英语单词及词组短语的翻译及用法,是英语学习的必备工具。

 

Copyright © 2000-2023 Tbdmj.com All Rights Reserved
京ICP备2021023879号 更新时间:2024/11/6 11:29:32