bitwise
- 网络按位;运算;逐位;位运算;位元
-
The Bitwise Exclusive OR Operator and its Application to Strategy for Playing
按位异或及其在求解游戏策略问题中的应用
-
The bitwise operators allow you to manipulate individual bits in an integral primitive data type .
按位运算符允许我们操作一个整数主数据类型中的单个比特,即二进制位。
-
The first is to use bitwise operations instead of pure mathematical operations .
首先可以用位运算符替代纯数学操作。
-
Bitwise operations can be performed on integral types only .
只能对整型执行按位运算。
-
Bitwise operation needs less resource and is very efficient in operation . It improves the processing efficiency .
位运算具有占用资源少、高效运算的特性,对数据的处理效率带来很大的提升,将位运算应用于运动估计中也是非常有必要的。
-
You may perform the usual C language arithmetic , logical , and bitwise operations .
可以执行C语言中常见的算术、逻辑和位操作。
-
And based on binary bitwise operations , it can implement high efficient Hilbert mappings .
在逐层编解码过程中,把不断变化的映射形态转成固定的Hilbert单元映射方式,同时采用二进制位操作进行计算,从而实现高效的N维Hilbert映射转换。
-
The atomic locks provide not only a locking mechanism but also arithmetic or bitwise operations simultaneously .
原子锁不仅提供了一种锁定机制,同时也提供了算术或bitwise操作。
-
This article also offers a set of UDFs that perform bitwise operations between integer arguments .
本文还提供了一组在整型变量之间执行逐位运算的UDF。
-
Gets or sets a value that is the bitwise union of all current clip status flags .
获取或设置一个值,该值是所有当前剪辑状态标志的按位并集。
-
The bitwise operator for all except is ( ~ ) .
这个位操作符就是(~)。
-
The bitwise AND operator ( & ) produces a one in the output bit if both input bits are one ;
若两个输入位都是1,则按位AND运算符(&)在输出位里生成一个1;
-
Third , I bitwise XOR the array access with the previous value of state to ensure that every access is carried out .
第三,对数组访问和以前的state值执行位XOR计算,以确保执行每个访问。
-
Just a side note , there is also a bitwise operator you can use if you want to trace everything except a certain component .
另外提醒一点,如果想跟踪除了某个组件之外的所有组件,还可以使用另一个位操作符。
-
Bitwise Optimization for IXP Network Processor
网络处理器IXP的位操作优化
-
It is efficient , fully distributed and with low complexity . It is suitable for hardware implementation due to that the major operations are bitwise .
该算法也是简洁高效且完全分布的,复杂度低,主要操作是与、或等逻辑操作,利于硬件实现,有很高的实用价值。
-
As part of a new DataBlade module , these data types come with string manipulation functions to validate the data types and bitwise operation functions .
作为DataBlade模块的一部分,这两种数据类型还附带了用于验证数据类型的字符串操纵函数和位操作函数。
-
For booleans the bitwise operators have the same effect as the logical operators except that they do not short circuit .
对于布尔值,按位运算符具有与逻辑运算符相同的效果,只是它们不会中途短路。
-
The second improved algorithm uses bitwise techniques and it adopts the bad character rule of BM algorithm . The algorithm is very rapid in practical running .
第二种是基于位逻辑运算符的算法,该算法采用了BM的坏字符规则,在实际运行中速度很快。
-
This allows you to perform bitwise logical AND , OR , XOR , and NOT comparisons .
这样便可以执行逐位的逻辑AND、OR、XOR和NOT比较。
-
Because the bitwise logical operations are well supported by computer hardware , the bitmaps can easily and efficiently be combined to answer queries .
由于按位逻辑运算与硬件接近,所以位图能够快捷有效地响应查询。
-
Weight-based multi-index structure of subscriptions reduces the matching of the same triple , bitwise based semantic matching algorithm greatly improves the matching efficiency .
基于权重的订阅多层索引结构有效的减少了相同三元组的重复匹配,基于位运算的语义匹配大大提高了匹配的效率。
-
If you want to trace more than one specific traceLevel property , then you can use bitwise operator ( | ) to separate the different properties .
如果想跟踪不止一个特定的traceLevel属性,那么可以使用位操作符()来分隔不同的属性。
-
DB2 UDB does not have native support for bit or Boolean data types , neither for bitwise operation nor for Boolean algebra operations .
DB2UDB没有为位数据类型或布尔数据类型提供本机支持,它既不支持逐位操作,也不支持布尔代数操作。
-
But if you need more detailed tracing in certain JDBC universal driver components , then the bitwise operator will enable you to do this .
但是如果需要更详细地规定跟踪某些JDBC通用驱动程序组件,那么可以通过位操作符来做到这一点。
-
Now we need to provide bitwise operation functions : & ( and ), | ( or ), ^ ( exclusive or ), or ~ ( not ) .
现在,我们需要提供逐位运算函数:&(and)、(or)、^(exclusiveor)、or~(not)。
-
A language construct that specifies an operation and identifies its operands , if any . The bitwise operators come from C 's low-level orientation ;
指出某种操作并标识其操作数(如果有操作数的话)的一种语言构造。按位运算来源于c语言的低级操作。
-
As I mentioned in the introduction , PL / SQL and T-SQL supports bitwise operations between arguments declared as integer .
正如简介中提到的,PL/SQL和T-SQL支持声明为integer的变量之间的逐位运算。
-
Bitwise operations perform logical AND , OR , EXLUSIVE OR , and NOT operations on binary representations of their integer arguments .
逐位运算在其二进制形式的整型变量上执行逻辑AND、OR、EXLUSIVEOR和NOT运算。
-
If you require bitwise representations within a message model , you can use a map in the WebSphere TX node & more on this later in the article .
如果要求在消息模型中实现逐位表示,可以在WebSphereTX节点中使用映射&本文稍后将详细介绍该内容。