释义 |
substringsBNC²³⁶²¹³⁺¹ 基本例句 计子串原型substring的复数 A parameter specifies the maximum number of substrings to return. 参数指定返回的子字符串的最大数量。 microsoft The code filters these out using substrings. 代码使用子字符串过滤出这些文件。 ibm The infix index would match substrings anywhere within the string. 中缀索引将匹配在字符串内任意位置的子字符串。 ibm The prefix index would match against all possible substrings anchored at the start of the string. 前缀索引将匹配位于字符串开头处的所有可能的子字符串。 ibm For such cases, an exception rule can be added for processing part indicators as substrings in tokens. 对于这些情形,可添加一条异常规则,将部件指示器处理为令牌中的子字符串。 ibm I recently wrote about an algorithm for fuzzy matching of substrings implemented in Python. 最近我写过一篇关于在 Python中实现模糊子串匹配的算法的文章. yeeyan It is analogous to using“ capture groups” in a regular expression to pull out substrings we want, instead of splitting the string in several successive steps to extract the substrings we want. 这类似于我们在正则表达式中使用“捕捉组”来提取我们需要的子字符串时来替代把一个字符串分隔成好几个的方法。 yeeyan It can create indexes of word prefixes of arbitrary length and indexes of infix substrings of varying lengths. 它可以创建任意长度的单词前缀索引和可变长度的中缀子字符串的索引。 ibm Job substrings receive partially mapped crossover, but machine substrings do not go through any crossover. 对工件子串采用部分映射交叉,而对机器子串不作交叉运算; cnki Parameters specify the maximum number of substrings to return and whether to return empty array elements. 参数指定传回的子字串最大数目,以及是否传回空的阵列元素。 microsoft Returns a string array that contains the substrings in this string that are delimited by elements of a specified string array. 返回的字符串数组包含此字符串中的子字符串由指定字符串数组的元素分隔。 microsoft Returns a string created by joining a number of substrings contained in an array. 返回通过连接一个数组中包含的若干子字符串创建的字符串。 microsoft Splits an input string into an array of substrings at the positions defined by a regular expression match. 在规则运算式比对所定义的位置,将输入字串分割成子字串阵列。 microsoft Such number could be the number of different substrings of a given size that exist in the text. 这个数字可以是一个存在于这个文本中指定长度的不同子串数。51cha The following example shows various ways to replace or remove substrings in a specified string. 下面的示例演示替换或移除指定字符串中的子字符串的各种方法。 microsoft The former can decompose a string into substrings if the substrings are separated by a predictable pattern. 如果使用可预测的模式分隔子字符串,则前者可以将字符串分解成几个子字符串。 ibm The substring reduction algorithm applied in most cases is mainly focusing on the substrings having the same frequency with the parent string in one to one mode. 现行的子串归并算法都是采用一对一的方式针对同频子串提出的。 ceaj.org You can use regular expressions to search for patterns in a string, replace text, and extract substrings. 您可以使用规则运算式来搜寻字串中的模式、取代文字,以及撷取子字串。 microsoft |