bitwise
美
英 
例句
If you do not use powers of two or combinations of powers of two, bitwise operations will not work as expected.
必須使用2的冪或2的冪組合,按位運(yùn)算才能正常執(zhí)行。
The & operator yields the bitwise AND of its arguments, which must be plain or long integers. The arguments are converted to a common type.
運(yùn)算符進(jìn)行比特級(jí)的AND(與)運(yùn)算,參數(shù)必須是普通整數(shù)或長(zhǎng)整數(shù)。參數(shù)轉(zhuǎn)換成通用類型。
At least one of the filter values is not a valid bitwise combination of DataGridViewElementStates values.
至少有一個(gè)篩選值不是DataGridViewElementStates值的有效按位組合。
When you perform any kind of bitwise operation, the storage length of the expression used in the bitwise operation is important.
執(zhí)行任何種類的位運(yùn)算時(shí),位運(yùn)算中使用的表達(dá)式的存儲(chǔ)長(zhǎng)度都是很重要的。
Enumeration offers variations of each modifier key , so it is important that you perform the bitwise AND with the correct value .
枚舉提供每個(gè)修改鍵所對(duì)應(yīng)的不同變體,因此使用正確的修改鍵值執(zhí)行按位AND運(yùn)算十分重要。
However, if you define one of these operators on a class or structure, you can define only its bitwise operation.
但是,如果在類或結(jié)構(gòu)上定義這些運(yùn)算符之一,則只能定義它的按位運(yùn)算。
If the tested expression should contain the bitwise-or operator, then parentheses should be added around the conditional-expression.
如果被測(cè)試表達(dá)式中應(yīng)當(dāng)包含按位或運(yùn)算符,則應(yīng)當(dāng)在條件表達(dá)式的兩側(cè)加上括號(hào)。
But if you need more detailed tracing in certain JDBC universal driver components, then the bitwise operator will enable you to do this.
但是如果需要更詳細(xì)地規(guī)定跟蹤某些JDBC通用驅(qū)動(dòng)程序組件,那么可以通過(guò)位操作符來(lái)做到這一點(diǎn)。
A group of bitwise flags used to enable or disable the Name and Location fields on the Add Item dialog box.
一組用于啟用或禁用“添加項(xiàng)”對(duì)話框中的“名稱”和“位置”字段的位標(biāo)志。
Then the ^ operator looks at the binary representation of the values of two expressions and does a bitwise exclusive OR operation on them.
然后^運(yùn)算子會(huì)檢查以二進(jìn)位表示的兩個(gè)運(yùn)算式值,在兩運(yùn)算式上執(zhí)行位元互斥OR運(yùn)算。
And instruction computes the bitwise AND of the top two values on the stack and leaves the result on the stack.
指令計(jì)算位于堆棧頂部的兩個(gè)值的位AND并將結(jié)果留在堆棧上。
The result data type of a bitwise logical operation depends on the data types of the operands.
按位邏輯運(yùn)算的結(jié)果數(shù)據(jù)類型取決于操作數(shù)的數(shù)據(jù)類型。
For integral types, & computes the logical bitwise AND of its operands.
對(duì)于整數(shù)類資料型別,&會(huì)針對(duì)其運(yùn)算元進(jìn)行邏輯位元AND運(yùn)算。
Just a side note, there is also a bitwise operator you can use if you want to trace everything except a certain component.
另外提醒一點(diǎn),如果想跟蹤除了某個(gè)組件之外的所有組件,還可以使用另一個(gè)位操作符。
JScript includes a number of operators that fall into the arithmetic, logical, bitwise, assignment, and miscellaneous categories.
JScript包含大量運(yùn)算符,它們屬于算術(shù)、邏輯、按位、賦值和雜項(xiàng)類別。
When performing mathematical operations, consider using bitwise operators that work directly on the underlying representation of the number.
當(dāng)執(zhí)行數(shù)學(xué)遠(yuǎn)算時(shí),考慮使用位操作,它直接在數(shù)字底層進(jìn)行操作。
operator looks at the binary representation of the values of two expressions and does a bitwise OR operation on them.
運(yùn)算符查看兩個(gè)表達(dá)式的二進(jìn)制表示形式的值,并執(zhí)行按位“或”運(yùn)算。
Flags enumerations are used for masking bit fields and doing bitwise comparisons.
標(biāo)志枚舉用于屏蔽位域及執(zhí)行按位比較。
A bitwise combination of DataGridViewElementStates values representing the current state of the cell.
DataGridViewElementStates值的按位組合,表示單元格的當(dāng)前狀態(tài)。
Computes the bitwise AND of two values and pushes the result onto the evaluation stack.
計(jì)算兩個(gè)值的按位“與”并將結(jié)果推送到計(jì)算堆棧上。
Performs a bitwise OR on the value of a variable and the value of an expression and assigns the result to the variable.
在變數(shù)值和運(yùn)算式的值上執(zhí)行位元OR,然后將結(jié)果指派給變數(shù)。
Now we need to provide bitwise operation functions: & (and), | (or), ^ (exclusive or), or ~ (not).
現(xiàn)在,我們需要提供逐位運(yùn)算函數(shù):&(and)、|(or)、^(exclusiveor)、or~(not)。
The ShowCheckBoxes property can be set to a bitwise combination of the TreeNodeTypes enumeration member values.
ShowCheckBoxes屬性可以設(shè)置為TreeNodeTypes枚舉成員值的按位組合。
Simple enumerations contain values that are not combined or used in bitwise comparisons.
簡(jiǎn)單枚舉包含的值不用于組合,也不用于按位比較。
Determines the bitwise AND of two integer values.
確定兩個(gè)整數(shù)值的位AND。
The~ operator looks at the binary representation of the values of the expression and does a bitwise negation operation on it.
運(yùn)算符查看表達(dá)式的二進(jìn)制表示形式的值,并執(zhí)行按位求非運(yùn)算。
When changing the value of schema_option, the system does not perform a bitwise update.
更改schema_option的值時(shí),系統(tǒng)不執(zhí)行位更新。
Are popped from the stack; the bitwise AND of the two values is computed.
計(jì)算這兩個(gè)值的位AND。
Floating-point values must be converted to integral types before bitwise operation can proceed.
浮點(diǎn)值必須轉(zhuǎn)換為整型后,才能執(zhí)行按位運(yùn)算。
We strongly believe that, YangZi Bitwise Central Air Conditioning Co. , Ltd. will keep self-improving for better achievement.
揚(yáng)子中央空調(diào)一定會(huì)以自己優(yōu)質(zhì)的產(chǎn)品和服務(wù)為您創(chuàng)造更多的價(jià)值。
Computes the bitwise complement of the integer value on top of the stack and pushes the result onto the evaluation stack as the same type.
計(jì)算堆棧頂部整數(shù)值的按位求補(bǔ)并將結(jié)果作為相同的類型推送到計(jì)算堆棧上。
Is a numeric value representing the inclusive bitwise disjunction of two numeric bit patterns.
是一個(gè)表示兩個(gè)數(shù)位組合模式的包含按位析取的數(shù)值。
Flags enumerations are intended to be combined using bitwise OR operations.
標(biāo)志枚舉應(yīng)使用按位OR操作進(jìn)行組合。
The compiler implicitly widened and sign-extended a variable, and then used the resulting value in a bitwise OR operation.
編譯器隱含地擴(kuò)大并正負(fù)號(hào)擴(kuò)展了變數(shù),然后在位元的OR運(yùn)算中使用該結(jié)果值。
The state can be a bitwise combination of the values in the following table .
狀態(tài)可以是下表中值的按位組合。
Is a numeric value representing the bitwise conjunction of two numeric bit patterns.
是一個(gè)表示兩個(gè)數(shù)位組合模式的按位合取的數(shù)值。
You can combine these enumerated values together with a bitwise OR operation.
可以用按位“或”操作將這些枚舉值組合在一起。
Computes the bitwise XOR of the top two values on the evaluation stack, pushing the result onto the evaluation stack.
計(jì)算位于計(jì)算堆棧頂部的兩個(gè)值的按位異或,并且將結(jié)果推送到計(jì)算堆棧上。
The bitwise NOT operation may occur on a variable of a shorter length .
位非運(yùn)算可能針對(duì)長(zhǎng)度較短的變量執(zhí)行。
Only one expression can be of either binary or varbinary data type in a bitwise operation.
在位運(yùn)算中只有一個(gè)表達(dá)式可以為binary或varbinary數(shù)據(jù)類型。