青年中文青年中文

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.