网站首页  词典首页

请输入您要查询的英文单词:

 

单词 bitwise
释义

bitwise

  • 网络按位;位元;逐位
1.
按位
软件开发术语_百度文库 ... bitmap 位图 bitwise 按位... bitwise copy 为单元进行复制;位元逐一复制,按位拷 ...
wenku.baidu.com
2.
位元
位元 (Bitwise) 运算子根据运算元的二进位表示法来操作。如果运算元彼此不相容,则会被强制为适当的型别。
msdn.microsoft.com
3.
逐位
T-SQL 也提供了逐位bitwise)运算 —— integer、smallint 和 tinyint 数据类型之间进行的 AND、OR、NOT、EXCLUSIVE O…
www.ixpub.net
4.
位运算
DELPHI与C#语法比较 ... Assignment 赋值分配 Bitwise 位运算 Namespaces 命名空间 ...
www.360doc.com
5.
位元操作运算子
25-4 位元操作运算子(BITWISE)25-5比较运算子(comparison operators)、逻辑运算子(logical operators)25-5-1比较运算子25-5-…
www.cnblogs.com
6.
为运算
ArcGIS 9 ArcToolbox 中英文对照表_鬼迷心窍... ... Math 数学计算 Bitwise 为运算 Logical 逻辑运算 ...
blog.tianya.cn
7.
位元移动
位元移动(bitwise)运算子,参考Flash Help以下连结FlashPlatform_reference__运算子(operators) _●& bitwise AND 运算子 及其 …
terfict.blogspot.com

例句

释义:
1.
If you do not use powers of two or combinations of powers of two, bitwise operations will not work as expected.
必须使用2的幂或2的幂组合,按位运算才能正常执行。
msdn2.microsoft.com
2.
The & operator yields the bitwise AND of its arguments, which must be plain or long integers. The arguments are converted to a common type.
运算符进行比特级的AND(与)运算,参数必须是普通整数或长整数。参数转换成通用类型。
man.ddvip.com
3.
At least one of the filter values is not a valid bitwise combination of DataGridViewElementStates values.
至少有一个筛选值不是DataGridViewElementStates值的有效按位组合。
msdn2.microsoft.com
4.
When you perform any kind of bitwise operation, the storage length of the expression used in the bitwise operation is important.
执行任何种类的位运算时,位运算中使用的表达式的存储长度都是很重要的。
msdn2.microsoft.com
5.
Enumeration offers variations of each modifier key , so it is important that you perform the bitwise AND with the correct value .
枚举提供每个修改键所对应的不同变体,因此使用正确的修改键值执行按位AND运算十分重要。
www.bing.com
6.
However, if you define one of these operators on a class or structure, you can define only its bitwise operation.
但是,如果在类或结构上定义这些运算符之一,则只能定义它的按位运算。
msdn2.microsoft.com
7.
If the tested expression should contain the bitwise-or operator, then parentheses should be added around the conditional-expression.
如果被测试表达式中应当包含按位或运算符,则应当在条件表达式的两侧加上括号。
technet.microsoft.com
8.
But if you need more detailed tracing in certain JDBC universal driver components, then the bitwise operator will enable you to do this.
但是如果需要更详细地规定跟踪某些JDBC通用驱动程序组件,那么可以通过位操作符来做到这一点。
www.ibm.com
9.
A group of bitwise flags used to enable or disable the Name and Location fields on the Add Item dialog box.
一组用于启用或禁用“添加项”对话框中的“名称”和“位置”字段的位标志。
msdn2.microsoft.com
10.
Then the ^ operator looks at the binary representation of the values of two expressions and does a bitwise exclusive OR operation on them.
然后^运算子会检查以二进位表示的两个运算式值,在两运算式上执行位元互斥OR运算。
technet.microsoft.com
1.
And instruction computes the bitwise AND of the top two values on the stack and leaves the result on the stack.
指令计算位于堆栈顶部的两个值的位AND并将结果留在堆栈上。
msdn2.microsoft.com
2.
The result data type of a bitwise logical operation depends on the data types of the operands.
按位逻辑运算的结果数据类型取决于操作数的数据类型。
msdn2.microsoft.com
3.
For integral types, & computes the logical bitwise AND of its operands.
对于整数类资料型别,&会针对其运算元进行逻辑位元AND运算。
technet.microsoft.com
4.
Just a side note, there is also a bitwise operator you can use if you want to trace everything except a certain component.
另外提醒一点,如果想跟踪除了某个组件之外的所有组件,还可以使用另一个位操作符。
www.ibm.com
5.
JScript includes a number of operators that fall into the arithmetic, logical, bitwise, assignment, and miscellaneous categories.
JScript包含大量运算符,它们属于算术、逻辑、按位、赋值和杂项类别。
msdn2.microsoft.com
6.
When performing mathematical operations, consider using bitwise operators that work directly on the underlying representation of the number.
当执行数学远算时,考虑使用位操作,它直接在数字底层进行操作。
blog.sina.com.cn
7.
operator looks at the binary representation of the values of two expressions and does a bitwise OR operation on them.
运算符查看两个表达式的二进制表示形式的值,并执行按位“或”运算。
technet.microsoft.com
8.
Flags enumerations are used for masking bit fields and doing bitwise comparisons.
标志枚举用于屏蔽位域及执行按位比较。
msdn2.microsoft.com
9.
A bitwise combination of DataGridViewElementStates values representing the current state of the cell.
DataGridViewElementStates值的按位组合,表示单元格的当前状态。
msdn2.microsoft.com
10.
Computes the bitwise AND of two values and pushes the result onto the evaluation stack.
计算两个值的按位“与”并将结果推送到计算堆栈上。
msdn2.microsoft.com
1.
Performs a bitwise OR on the value of a variable and the value of an expression and assigns the result to the variable.
在变数值和运算式的值上执行位元OR,然后将结果指派给变数。
technet.microsoft.com
2.
Now we need to provide bitwise operation functions: & (and), | (or), ^ (exclusive or), or ~ (not).
现在,我们需要提供逐位运算函数:&(and)、|(or)、^(exclusiveor)、or~(not)。
www.ibm.com
3.
The ShowCheckBoxes property can be set to a bitwise combination of the TreeNodeTypes enumeration member values.
ShowCheckBoxes属性可以设置为TreeNodeTypes枚举成员值的按位组合。
msdn2.microsoft.com
4.
Simple enumerations contain values that are not combined or used in bitwise comparisons.
简单枚举包含的值不用于组合,也不用于按位比较。
msdn2.microsoft.com
5.
Determines the bitwise AND of two integer values.
确定两个整数值的位AND。
msdn2.microsoft.com
6.
The~ operator looks at the binary representation of the values of the expression and does a bitwise negation operation on it.
运算符查看表达式的二进制表示形式的值,并执行按位求非运算。
technet.microsoft.com
7.
When changing the value of schema_option, the system does not perform a bitwise update.
更改schema_option的值时,系统不执行位更新。
technet.microsoft.com
8.
Are popped from the stack; the bitwise AND of the two values is computed.
计算这两个值的位AND。
msdn2.microsoft.com
9.
Floating-point values must be converted to integral types before bitwise operation can proceed.
浮点值必须转换为整型后,才能执行按位运算。
msdn2.microsoft.com
10.
We strongly believe that, YangZi Bitwise Central Air Conditioning Co. , Ltd. will keep self-improving for better achievement.
扬子中央空调一定会以自己优质的产品和服务为您创造更多的价值。
www.cr-expo.com
1.
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.
计算堆栈顶部整数值的按位求补并将结果作为相同的类型推送到计算堆栈上。
msdn2.microsoft.com
2.
Is a numeric value representing the inclusive bitwise disjunction of two numeric bit patterns.
是一个表示两个数位组合模式的包含按位析取的数值。
msdn2.microsoft.com
3.
Flags enumerations are intended to be combined using bitwise OR operations.
标志枚举应使用按位OR操作进行组合。
msdn2.microsoft.com
4.
The compiler implicitly widened and sign-extended a variable, and then used the resulting value in a bitwise OR operation.
编译器隐含地扩大并正负号扩展了变数,然后在位元的OR运算中使用该结果值。
msdn.microsoft.com
5.
The state can be a bitwise combination of the values in the following table .
状态可以是下表中值的按位组合。
www.bing.com
6.
Is a numeric value representing the bitwise conjunction of two numeric bit patterns.
是一个表示两个数位组合模式的按位合取的数值。
msdn2.microsoft.com
7.
You can combine these enumerated values together with a bitwise OR operation.
可以用按位“或”操作将这些枚举值组合在一起。
msdn2.microsoft.com
8.
Computes the bitwise XOR of the top two values on the evaluation stack, pushing the result onto the evaluation stack.
计算位于计算堆栈顶部的两个值的按位异或,并且将结果推送到计算堆栈上。
msdn2.microsoft.com
9.
The bitwise NOT operation may occur on a variable of a shorter length .
位非运算可能针对长度较短的变量执行。
www.bing.com
10.
Only one expression can be of either binary or varbinary data type in a bitwise operation.
在位运算中只有一个表达式可以为binary或varbinary数据类型。
msdn2.microsoft.com
1.
This allows you to perform bitwise logical AND, OR, XOR, and NOT comparisons.
这样便可以执行逐位的逻辑AND、OR、XOR和NOT比较。
www.ibm.com
2.
Bitwise-or adds bits to the resulting expression, whereas bitwise-and selects only those bits in common between its two operators.
按位或向结果表达式添加位,而按位与只选择两个运算符之间相同的位。
technet.microsoft.com
3.
Performs a bitwise exclusive OR on a variable and an expression and assigns the result to the variable.
对变量和表达式执行按位“异或”运算,并将结果赋给该变量。
technet.microsoft.com
4.
Bitwise operators are one of the most frequently misunderstood aspects of JavaScript.
位操作运算符是JavaScript中经常被误解的内容之一。
blog.sina.com.cn
5.
Instruction computes the bitwise XOR of the top two values on the stack and leaves the result on the stack.
指令计算位于堆栈顶部的两个值的按位异或,并且将结果留在堆栈上。
msdn2.microsoft.com
6.
Is a constant , column , or function, and any combination of arithmetic, bitwise , and string operators .
常量、列名、函数以及算术运算符、位运算符和字符串运算符的任意组合。
www.bing.com
7.
A bitwise combination of the DataGridViewElementStates values that represent the filter to apply for exclusion.
DataGridViewElementStates值的按位组合,表示要申请排除的筛选。
msdn2.microsoft.com
8.
The enumerated value is a number representing the bitwise OR of the attributes implemented on the method.
枚举值是一个数字,用以表示方法上实现的属性的按位“或”。
msdn2.microsoft.com
9.
For a bitwise comparison, the result data type is a numeric type appropriate for the data types of expression1 and expression2.
对于按位比较,结果数据类型是适合于expression1和expression2的数据类型的numeric类型。
msdn2.microsoft.com
10.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
此枚举有一个FlagsAttribute属性,该属性使其成员值按位组合。
msdn2.microsoft.com
1.
This article also offers a set of UDFs that perform bitwise operations between integer arguments.
本文还提供了一组在整型变量之间执行逐位运算的UDF。
www.ibm.com
2.
A constant , column, or function and any combination of arithmetic, bitwise, and string operators .
常量、列或函数与算术、位和字符串运算符的任意组合。
www.bing.com
3.
spu_eqv is a bitwise equivalency operation, not a per-element equivalency operation.
spu_eqv是针对位的相等操作,而不是针对每个元素的相等操作。
www.ibm.com
4.
Attribute that allows a bitwise combination of its member values.
属性,该属性允许其成员值的按位组合。
msdn2.microsoft.com
5.
Instruction computes the bitwise complement of an integer value and pushes the result onto the stack.
指令计算整数值的按位求补并将结果推送到堆栈上。
msdn2.microsoft.com
6.
Performs a bitwise logical NOT operation on an integer value.
对整数值执行逻辑位非运算。
kudictionary.appspot.com
7.
The or instruction computes the bitwise OR of two values atop the stack, pushing the result onto the stack.
or指令计算位于堆栈顶部的两个值的按位“或”,并将结果推送到堆栈上。
msdn2.microsoft.com
8.
Bitwise operations can be performed on integral types only.
只能对整型执行按位运算。
msdn2.microsoft.com
9.
Do use powers of two for a flags enumeration's values so they can be freely combined using the bitwise OR operation.
对标志枚举值使用2的幂,以便这些值可以使用按位“或”运算自由组合。
msdn2.microsoft.com
10.
Describes the rules that govern the coercion of the operands of bitwise operators.
描述控制位运算符的操作数强制的规则。
technet.microsoft.com
1.
computes the bitwise or of two integer values , returns an integer.
计算两个整数值的按位“或”,返回一个整数。
www.ichacha.net
2.
Performs a bitwise NOT (negation) on an expression.
对一个表达式执行按位“取非”(求非)运算。
technet.microsoft.com
3.
This query performs the bitwise AND between the a_int_value and b_int_value columns.
下面的查询将在a_int_value和b_int_value列之间执行位与运算。
msdn2.microsoft.com
4.
Computes the bitwise XOR of two integer values and returns an integer.
计算两个整数值的按位异或,并且返回一个整数。
msdn2.microsoft.com
5.
The conditional operator has lower precedence than bitwise operators.
条件运算符的优先级比按位运算符的优先级低。
technet.microsoft.com
6.
However, bitwise operators and shift operators never cause overflow.
然而,按位运算符和移位运算符永远不会导致溢出。
technet.microsoft.com
7.
The property contains a bitwise combination of values, described in the OLE DB documentation.
该属性包含这些值按位进行的组合,如OLEDB文档中所述。
msdn2.microsoft.com
8.
Symmetric operators, such as the arithmetic, equality, relational, and bitwise operators, are best defined as ordinary nonmember functions.
对称的操作符,如算术操作符、相等操作符、关系操作符和位操作符,最好定义为普通非成员函数。
zhidao.baidu.com
9.
In either case, you must perform a bitwise AND of the appropriate Keys value and the value you are testing.
无论哪种情况,您都必须对相应的Keys值和正在测试的值执行按位AND运算。
msdn2.microsoft.com
10.
Bitwise operations perform logical AND, OR, EXLUSIVE OR, and NOT operations on binary representations of their integer arguments.
逐位运算在其二进制形式的整型变量上执行逻辑AND、OR、EXLUSIVEOR和NOT运算。
www.ibm.com
1.
The operands are then coerced to the appropriate type, the bitwise operation is performed, and the result is returned.
运算元会强制型转为适当的型别,然后执行位元运算并传回结果。
technet.microsoft.com
2.
Coercion is required so the binary formats of the operands are compatible with each other and the bitwise operator.
若要使二进制格式的操作数彼此兼容并且与位运算符兼容,必须使用强制。
technet.microsoft.com
3.
You may perform the usual C language arithmetic, logical, and bitwise operations.
可以执行C语言中常见的算术、逻辑和位操作。
www.ibm.com
4.
Performs a bitwise AND operation of two integer values.
对两个整数值执行“位与”运算。
technet.microsoft.com
5.
The example uses bitwise AND operators, because the row state might be a combination of one or more DataControlRowState values.
该示例使用按位AND运算符,因为行状态可能是一个或多个DataControlRowState值的组合。
msdn2.microsoft.com
6.
A bitwise combination of the ButtonState values that specifies the state to draw the scroll button in.
ButtonState值的按位组合,指定要将滚动按钮画入的状态。
msdn2.microsoft.com
7.
Values using a bitwise OR operation to get the desired combination of valid program elements.
值,以获取所需的有效程序元素组合。
msdn2.microsoft.com
8.
Warning C6314: Incorrect order of operations: bitwise-or has higher precedence than the conditional-expression operator.
警告C6314:运算顺序不正确:按位或的优先级高于条件表达式运算符。
msdn2.microsoft.com
9.
You can perform a bitwise AND, OR and XOR, but you can't perform a bitwise NOT (presumably to prevent confusion with the logical NOT).
我们可执行按位AND,OR和XOR,但不能执行按位not(大概是为了避免与逻辑not混淆)。
dictsearch.appspot.com
10.
A bitwise combination of the extended window style values.
扩展窗口样式值的按位组合。
msdn2.microsoft.com
1.
Operator performs a bitwise complement operation on its operand, which has the effect of reversing each bit.
运算符对操作数执行按位求补运算,其效果相当于反转每一位。
msdn2.microsoft.com
2.
Bitwise logic is complex for ordinary programmers and analysts.
按位逻辑对于普通程序员和分析人员非常复杂。
www.ibm.com
3.
The first is to use bitwise operations instead of pure mathematical operations.
首先可以用位运算符替代纯数学操作。
blog.sina.com.cn
4.
See the "Relational and Bitwise Comparisons" table in Data Types of Operator Results.
请参见运算符结果的数据类型中的表“关系与按位比较”。
msdn2.microsoft.com
5.
Warning C6315: Incorrect order of operations: bitwise-and has higher precedence than bitwise-or.
警告C6315:运算顺序不正确:接位与的优先级高于按位或。
msdn2.microsoft.com
6.
For more information, see Coercion By Bitwise Operators.
有关更多信息,请参见按位运算符强制。
msdn2.microsoft.com
7.
Performs a bitwise exclusive OR on two expressions, and assigns the result to the first argument.
在两个运算式上执行位元互斥OR,并将结果指派给第一个引数。
technet.microsoft.com
8.
Performs a bitwise logical AND operation between two integer values.
对两个整数值执行位与逻辑运算。
msdn2.microsoft.com
9.
Gets or sets a bitwise combination of extended window style values.
获取或设置扩展窗口样式值的按位组合。
msdn2.microsoft.com
10.
Performs a bitwise AND on two expressions, and assigns the result to the first argument.
在两个运算式上执行位元AND,并将结果指派给第一个引数。
technet.microsoft.com
1.
As a result, bitwise operators are used infrequently in JavaScript development, despite their advantages.
结果导致JavaScript开发中不常用位操作运算符,尽管它们具有优势。
blog.sina.com.cn
2.
Is a bitwise AND of all vertex clip codes.
是所有顶点剪辑代码的按位AND。
msdn2.microsoft.com
3.
values . for bitwise operations.
对于按位运算。
www.ichacha.net
4.
A bitwise combination of NumberStyles values that indicates the permitted format of s.
NumberStyles值的按位组合,指示s允许使用的格式。
msdn2.microsoft.com
5.
These flags can be combined using the bitwise OR operator.
可以使用按位OR运算符组合这些标志。
msdn2.microsoft.com
6.
The results of the bitwise AND operation.
按位AND运算的结果。
msdn2.microsoft.com
7.
Therefore, if the length value is between 0 and 127, I can simply perform a bitwise AND operation between the length and 0xff.
因此,如果长度值在0到127之间,那么我可以只执行该长度与0xff之间的一个按位AND操作。
www.ibm.com
8.
Gets or sets a bitwise combination of window style values.
获取或设置窗口样式值的按位组合。
msdn2.microsoft.com
9.
Warning C6290: Bitwise operation on logical result: !
警告C6290:对逻辑结果的位运算:!
msdn2.microsoft.com
10.
The following query performs the bitwise NOT on the a_int_value and b_int_value columns.
以下查询对a_int_value和b_int_value列执行位非运算。
msdn2.microsoft.com
1.
Third, I bitwise XOR the array access with the previous value of state to ensure that every access is carried out.
第三,对数组访问和以前的state值执行位XOR计算,以确保执行每个访问。
www.ibm.com
2.
Gets or sets a bitwise combination of class style values.
获取或设置类样式值的按位组合。
msdn2.microsoft.com
3.
A bitwise combination of BindingFlags values.
BindingFlags值的按位组合。
msdn2.microsoft.com
4.
The error code, which is a 32-bit integer, contains a bitwise combination of numeric values that correspond to errors.
错误代码(32位整数)包含与错误对应的数值的按位组合。
technet.microsoft.com
5.
Performs a bitwise OR on two expressions.
在两个运算式上执行位元OR。
technet.microsoft.com
6.
The atomic locks provide not only a locking mechanism but also arithmetic or bitwise operations simultaneously.
原子锁不仅提供了一种锁定机制,同时也提供了算术或bitwise操作。
www.ibm.com
7.
Gets or sets a value that is the bitwise intersection of all current clip status flags.
获取或设置一个值,该值是所有当前剪辑状态标志的按位交集。
msdn2.microsoft.com
8.
This line of code executes a bitwise OR operation between firstLengthByte and 0x80 (1000 0000) and stores the result in firstLengthByte.
这一行代码对firstLengthByte和0x80(10000000)进行按拉OR操作,并将结果储存到firstLengthByte中。
www.ibm.com
9.
For example, to represent the parent and leaf nodes, you can perform a bitwise OR operation on the Parent and Leaf values.
例如,若要表示父节点和叶节点,可以对Parent和Leaf值执行按位OR运算。
msdn2.microsoft.com
10.
This is typically caused by using bitwise-and to test for a flag that has the value zero.
这通常是由于使用按位与来测试具有零值的标志而导致的。
msdn2.microsoft.com
1.
Enumeration represents a set of bit flags that you can combine using the bitwise operator OR to build the
枚举表示一组位标志,可以使用位运算符OR组合这些位标志以生成
msdn2.microsoft.com
2.
Unsigned int state A mask of the buttons (or keys) held down during this event - if any. This field is a bitwise OR of any of the following
按钮(或者按键)在事件发生时按下的遮罩-如果有的话。改域是以下值的位或
www.cs2c.com.cn
3.
cvNot Bitwise inversion of every element of an array
对数组中每个元素逐位取反
blog.sina.com.cn
4.
And operator performs a bitwise comparison of identically positioned bits in two numeric expressions and sets the corresponding bit in
运算符对两个数值表达式中位置相同的位执行按位比较,并且按下表设置
msdn2.microsoft.com
5.
Bitwise operators shall not be applied to operands whose underlying type is signed;
位操作符不能应用于基本类型是有符号类型的操作数。
dictsearch.appspot.com
6.
The value is the result of a bitwise OR operation of one or more of the following constants
该值是对以下一个或多个常量执行按位OR操作的结果
msdn2.microsoft.com
7.
Bitmap that specifies additional publishing options, where the bitwise option values are
指定其他发布选项的位图,其中位选项值包括
msdn2.microsoft.com
8.
To request the access permissions currently granted to users, specify the bitwise combination of the following flags
要请求当前授予用户的访问权限,请指定以下标志的按位组合
msdn2.microsoft.com
9.
Warning 6281 - incorrect order of operations: relational operators have higher precedence than bitwise operators
警告6281-运算顺序不正确:关系运算符的优先级高于位运算符
msdn2.microsoft.com
10.
Bitwise unsigned right shift Assignment
赋值填零右移
quezi.35sun.com
1.
Bitwise flag that specifies one or more options to use with an instance of
按位标志,指定一个或多个与
msdn2.microsoft.com
2.
Format field is a bitwise combination of the
字段是指定顶点格式的
msdn2.microsoft.com
3.
Use bitwise-and to determine whether bits are set
请使用按位与确定是否设置相应的位
msdn2.microsoft.com
4.
Each of the three bitwise operations has a different priority level
三个二元位运算符具有各不相同的优先级
man.ddvip.com
5.
Fast modulo operation using bitwise AND
快速取模
blog.sina.com.cn
6.
Bitwise left shift and assignment
执行按位向左移位
livedocs.adobe.com
7.
Is a bitwise combination of one or more of the following values
是以下一个或多个值的按位组合
msdn2.microsoft.com
8.
Is a bitwise OR of all vertex clip codes and
是所有顶点剪辑代码的按位OR,而
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/6 0:24:33