二分法英文解释翻译、二分法的近义词、反义词、例句
英语翻译:
dichotomy
分词翻译:
二的英语翻译:
twin; two【计】 binary-coded decimal; binary-coded decimal character code
binary-to-decimal conversion; binary-to-hexadecimal conversion
【医】 bi-; bis-; di-; duo-
分的英语翻译:
cent; dispart; distribute; divide; marking; minute【计】 M
【医】 deci-; Div.; divi-divi
法的英语翻译:
dharma; divisor; follow; law; standard【医】 method
【经】 law
网络扩展解释
二分法的拼音和中文解释
èr fēn fǎ,指的是一种在数学和计算机科学中常用的查找算法,其将有序数组分为两部分,通过比较中间元素的值来确定查找值的位置。
二分法的英语解释和读音
The binary search, pronounced as /ˈbaɪnəri səːtʃ/ , is a searching algorithm frequently used in mathematics and computer science. It divides a sorted array into two halves, and compares the middle element to determine the position of the searched value.
二分法的英文用法及解释
The binary search algorithm is used to efficiently search for a specific item within a sorted list of items. It is also used in various other applications such as numerical analysis, data compression, and machine learning.
二分法的英文例句和中文解释
Example Sentence: To improve the efficiency of the search function, the programmer implemented a binary search algorithm.(为了提高搜索函数的效率,程序员实现了二分查找算法。)
二分法的英文近义词和中文解释
Synonyms: half-interval search, logarithmic search, binary chop(半区间查找,对数查找,二分查找)
二分法的英文反义词和中文解释
Antonyms: linear search(线性查找)
二分法的英文单词常用度
The term binary search is a commonly used term in mathematics and computer science, and therefore has a high frequency of use.