布-盖二氏法英文解释翻译、布-盖二氏法的近义词、反义词、例句
英语翻译:
【医】 Breh-Gaebler's method
分词翻译:
布的英语翻译:
cloth; fabric
【建】 cloth
盖的英语翻译:
about; annex; canopy; casing; cover; lid; shell; top; build
【化】 cap; cover; lid
【医】 cap; coping; operculum; roof; tegmen; tegmentum; veil
二的英语翻译:
twin; two
【计】 binary-coded decimal; binary-coded decimal character code
binary-to-decimal conversion; binary-to-hexadecimal conversion
【医】 bi-; bis-; di-; duo-
氏的英语翻译:
family name; surname
法的英语翻译:
dharma; divisor; follow; law; standard
【医】 method
【经】 law
网络扩展解释
布-盖二氏法
布-盖二氏法(Boyer-Moore法)是一种字符串匹配算法,用来在一个主字符串(text)中寻找一个模式串(pattern)的出现位置。这个算法相对于其他的字符串匹配算法有更快的速度和更高的效率。
中文拼音
bù-gài-èr-shì fǎ
英语解释翻译
The Boyer-Moore algorithm is a string searching algorithm which finds the occurrence of a pattern string in a main string. This algorithm has faster speed and higher efficiency than other string searching algorithms.
英文读音
/ˈbɔɪər mʊr/
英文的用法(中文解释)
布-盖二氏法可以用于在一个文本中查找特定的字符串或单词,通常被应用于文本编辑器、搜索引擎和编译器中。
英文例句(包含中文解释)
1. This text editor uses the Boyer-Moore algorithm to search for keywords.(这个文本编辑器使用布-盖二氏法来搜索关键词。)
2. The search engine is able to find results quickly thanks to the efficiency of the Boyer-Moore algorithm.(搜索引擎因为可以快速地使用布-盖二氏法来搜索,所以能够迅速找到结果。)
英文近义词(包含中文解释)
KMP algorithm - a string searching algorithm that has a similar efficiency to the Boyer-Moore algorithm(KMP算法 - 一种和布-盖二氏法相似的字符串匹配算法,具有较高的效率。)
英文反义词(包含中文解释)
Naive algorithm - a simple string searching algorithm which has a lower efficiency than the Boyer-Moore algorithm(朴素算法 - 一种简单的字符串搜索算法,比布-盖二氏法的效率低。)
英文单词常用度
布-盖二氏法并不是常用的词汇,仅在计算机科学领域使用。