首页 / 词典 / good

substring

  • 网络子字符串;子字串;取子串;取子字符串;求子串;截取子串
substringsubstring

noun

1
a string that is part of a longer string

数据来源:WordNet

  1. The Substring function will extract text from a source string .

    Substring函数将从一个源字符串中提取文本。

  2. Improved Algorithm for BM String Matching Based on Prefix Substring

    基于前缀的BM串匹配改进算法

  3. Scalable Distributed Data Structure for Substring Searching

    具有子串检索功能的可扩展分布式数据结构

  4. Returns the index of the first character of a specified substring in a string .

    返回指定子串首字符在串中的索引。

  5. The length argument specifies the length of the desired substring .

    长度参数指定了所需子字符串的长度。

  6. The Conception and Practice for the Integration of KMP Algorithm and Special Substring Sliding Algorithm

    KMP算法与特殊子串滑动算法整合的构想与实践

  7. To mark a matched substring for future reference .

    记录一个已匹配的子串用作后面的参考引用。

  8. Note the truncation due to the substring in the column map .

    (注意,列映射的子字符串简化了输出)。

  9. Research of encryption scheme facilitating substring query

    可进行子串查询的加密方案研究

  10. We pass Substring a single parameter : the starting position where we want to begin extracting characters .

    我们传递给Substring一个参数:我们想要开始提取字符的开始位置。

  11. Fast Hash Algorithms on Statistical Substring Reduction

    基于散列技术的快速子串归并算法

  12. The actual substring that was captured by the match .

    通过匹配捕获的实际子字符串。

  13. A substring is zero or more contiguous string length units of input string .

    子字符串是输入字符串的零个或多个相邻字符串长度单元。

  14. Well , one very common task is determining whether or not a given substring can be found anywhere within that value .

    好的,一个普通的任务是判断给定的子字符串是否能在该值中任意处找到。

  15. Rope implementations also often defer evaluation of large substring operations by introducing a substring node .

    Rope实现通常也将延迟对大型子串操作的求值,它的作法是引入子串节点。

  16. The SUBSTRING function returns a substring of a string .

    SUBSTRING函数返回字符串的子字符串。

  17. Call this member function to insert a single character or a substring at the given index within the string .

    该函数用来在原对象中的指定位置插入一个字符或子链。

  18. Algorithm for deciding whether a string is a substring of the string which belongs to a regular language

    关于一个串为正则语言中某串的子串的判定算法

  19. This is the substring after the character ? in the URL .

    即URL中字符?之后的子字符串。

  20. The grouping cryptography is widely used in database encryption which now leads to great difficulty in substring query .

    数据库加密通常采用分组加密算法,这给子串查询带来了很大的困难。

  21. String . substring () is implemented in the Java language by building a new String sharing the original character array .

    substring()在Java语言中是通过创建一个共享原始字符数组的新String而实现的。

  22. To use the value , you have to remove the hash mark : Use the XSLT substring () function .

    为使用该值,则必须除去井号:使用XSLTsubstring()函数。

  23. Output one number & length of the longest substring that can be met in the string at least twice .

    输出一个数,是那个最长的出现至少两次的子串的长度。

  24. And meanwhile , we propose a method to retrieve common substring and to filter redundancy common substring effectively .

    提出提取公共子串的算法以及有效地过滤重复或者存在包含关系的公共子串。

  25. You can determine the index of the SUBTOTAL element by searching for the substring SUBTOTAL .

    通过搜索子字符串SUBTOTAL可以决定SUBTOTAL元素的索引。

  26. The Substring function uses a delimiter and index to determine what text to extract from the incoming source string .

    Substring函数使用一个分隔符和索引来判断要从进入的源字符串提取哪些文本。

  27. The cut attribute indicates whether to delete the matched substring segment from the request URL before proceeding .

    cut属性表明是否在继续之前从请求URL删除匹配的子字符串片段。

  28. If only a small substring is needed , then because the whole character array is retained some space is wasted .

    但是如果只有一小段字符串被使用,那么由于整个字符数组仍然被保存就有一些空间被浪费了。

  29. The latter is a substring match and the former is a token match that uses stemming .

    后者是子字符串匹配,前者是使用词干匹配的标记匹配。

  30. You can use the Substring function by specifying ","( comma ) as the delimiter .

    可以通过指定“,”(逗号)作为分隔符来使用Substring函数。