binarysearch信息详情

binarysearch发音

意思翻译

二进制的

相似词语短语

binary number───[数]二进制数;二进制数码; 二进数

decimal to binary───[计]十-二进制(转换)[D/B]

binary to decimal───二进制到十进制

binary system───[数]二进制;n.二进制; 二元系

binary code───[计]二进制代码;二进制码

binary relation───n.[数]二元关系

binary digit───[数][计]二进制数字,[数][计]二进制位;二进制位,二进制数字; 二进制码

binary converter───二进制转换器;单级换流器

binary format───二进形式,[计]二进制格式

non binary names───非二进制名称

双语使用场景

The return value of the BinarySearch method is negative in each case, because the strings are not in the list.───在两次搜索中BinarySearch方法的返回值均为负数,因为这两个字符串不在列表中。

A binary search in C.───一个用C写的binarysearch二分查找。

For example, the following code shows the short and long forms for calling the BinarySearch generic method to search an array of strings.───例如,下面的代码演示调用BinarySearch泛型方法以搜索字符串数组的短格式和长格式。

英语使用场景

Prior to 5.0, the class had binarySearch(), equals(), fill(), and sort() methods for each of the different array types you could have for primitive data types and a generic Object type.