英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

bitwise    
bitwise
逐位

bitwise
按位

A bitwise operator treats its operands as a
{vector} of {bits} rather than a single number. {Boolean}
bitwise operators combine bit N of each operand using a
{Boolean} function ({NOT}, {AND}, {OR}, {XOR}) to produce bit
N of the result.

For example, a bitwise AND operator ("&" in {C}) would
evaluate 13 & 9 as (binary) 1101 & 1001 = 1001 = 9, whereas,
the logical AND, ({C} "&&") would evaluate 13 && 9 as TRUE &&
TRUE = TRUE = 1.

In some languages, e.g. {Acorn}'s {BASIC V}, the same operators
are used for both bitwise and logical operations. This
usually works except when applying NOT to a value x which is
neither 0 (false) nor -1 (true), in which case both x and (NOT
x) will be non-zero and thus treated as TRUE.

Other operations at the bit level, which are not normally
described as "bitwise" include shift and rotate.

(1995-05-12)


请选择你想看的字典辞典:
单词字典翻译
bitwise查看 bitwise 在百度字典中的解释百度英翻中〔查看〕
bitwise查看 bitwise 在Google字典中的解释Google英翻中〔查看〕
bitwise查看 bitwise 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • Bitwise operation - Wikipedia
    In computer programming, a bitwise operation operates on a bit string, a bit array or a binary numeral (considered as a bit string) at the level of its individual bits It is a fast and simple action, basic to the higher-level arithmetic operations and directly supported by the processor
  • Crypto Index Fund ETF Provider | Bitwise Asset Management
    The Bitwise Crypto Asset Portfolio aims to provide market-cap-weighted exposure to a diversified range of crypto assets
  • Bitwise Operators in C - GeeksforGeeks
    In C, bitwise operators are used to perform operations directly on the binary representations of numbers These operators work by manipulating individual bits (0s and 1s) in a number
  • What is a Bitwise Operator? - W3Schools
    A bitwise operator is a symbol or keyword that tells the computer what operation to perform, bit by bit, on values or variables See this page for an overview of other types of operators
  • Understanding Bitwise Operations and Their Uses in Programming
    Bitwise operations are fundamental operations that work at the bit level of numbers Instead of treating numbers as whole entities, these operations manipulate individual bits within the binary representation of those numbers
  • Bitwise Operations: A Simplified Guide for Beginners
    Bitwise operator is one of the most important operators in programming languages As easy as it is, it may be difficult for those who are learning it for the first time to understand the fun and what seems to be like magic behind it
  • Bitwise Operations - Systems Encyclopedia
    Bitwise operations are a set of operations on binary strings (also known as bit strings) that will evaluate and manipulate individual bits of their inputs sequentially
  • What is Bitwise? - TechTarget
    Bitwise is a level of operation that involves working with individual bits which are the smallest units of data in a computing system Each bit has single binary value of 0 or 1
  • Bitwise Operations (GNU C Language Manual)
    Bitwise operators operate on integers, treating each bit independently They are not allowed for floating-point types As in the previous section, the examples in this section use binary constants, starting with ‘ 0b ’ (see Integer Constants) They stand for 32-bit integers of type int





中文字典-英文字典  2005-2009