binary bit
常見例句
- If we want to add -2510 to 1810, we must first decide how large our binary bit field must be.
如果我們要添加-2510至1810,我們首先必須決定,我們的二進(jìn)制位必須是多大。
blog.sina.com.cn - An indicator, usually a single binary bit, whose state is used to inform a later section of a program that a condition, identified with flag, had occurred.
通常由一個(gè)二進(jìn)制位組成的 指示 符,它的狀態(tài)用來通知一個(gè)程序的后面的某一部分,由 指示 符所標(biāo)識(shí)的以及由它所指定的狀態(tài)業(yè)已發(fā)生。 - The IBM XL C/C++, Version 7.0 and GCC C compilers for 64-bit Linux on POWER can generate 32-bit and 64-bit binary executables which can execute on either 32-bit or 64-bit runtime environments.
IBM XL C/C++ 版本 7.0 以及用于 64-位 Linux on POWER 的 GCC C 編譯器可以生成 32-位和 64-位的二進(jìn)制可執(zhí)行代碼,該代碼在 32-位和 64-位運(yùn)行時(shí)環(huán)境中都可以執(zhí)行。 - A patterned series of these tiny charged berries on the disk represents a single bit of data in the binary number system used by computers.
這些在磁盤上的有序的小粒子,代表這個(gè)當(dāng)代計(jì)算機(jī)中,二進(jìn)制中單獨(dú)的一位。
哈佛公開課 - 計(jì)算機(jī)科學(xué)課程節(jié)選 - And it's called divide and conquer for the obvious reason. I'm going to divide it up into sub-problems with the hope that those sub-problems get easier. It's going to be easier to conquer if you like, and then I'm going to merge them back. Now, in the binary search case, in some sense, this is a little bit trivial.
因此被稱為分治的原因就這么簡(jiǎn)單,將一個(gè)問題分解成一些子問題,并希望這些子問題解決起來比較方便,正如你希望的,求解的過程也會(huì)變得簡(jiǎn)單,下面就是把結(jié)果合并起來,現(xiàn)在,在二分搜索的例子里,從某些方面來說,這有點(diǎn)微不足道。
麻省理工公開課 - 計(jì)算機(jī)科學(xué)及編程導(dǎo)論課程節(jié)選 - And a bit, B-I-T, just a shorthand for binary digit, 2 so a digit of zero over a one, bi means two, you only have two digits.
比特,B-I-T,是binary,digit的簡(jiǎn)寫,從0到1的數(shù)字,而bi表示,所以你就只有兩個(gè)數(shù)字。
哈佛公開課 - 計(jì)算機(jī)科學(xué)課程節(jié)選 返回 binary bit