英文字典中文字典


英文字典中文字典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英翻中〔查看〕





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


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

































































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


  • Crypto Index Fund ETF Provider | Bitwise Asset Management
    Certain of the Bitwise Products may be subject to the risks associated with investing in crypto assets, including cryptocurrencies and crypto tokens Because crypto assets are a new technological innovation with a limited history, they are a highly speculative asset
  • 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
  • Bitvise: SSH software for Windows | Bitvise
    We specialize in secure remote access software for Windows Our main products are Bitvise SSH Server and SSH Client, which we try to make the best SSH client and server for Windows Our SSH Server provides secure remote access to Windows servers and workstations
  • Download Bitvise SSH Client
    To upgrade from a previous version, download the new installer, execute it, and follow the process The installer will detect an existing installation and will automatically remove it before installing the new one During this process, your settings will be preserved Help! The installer does not start?
  • Bitwise 10 ex Bitcoin Crypto Index Fund
    The Bitwise 10 ex Bitcoin Crypto Index Fund is an easy and efficient way to gain diversified exposure to the largest investable crypto assets in the world, excluding bitcoin, with the familiarity and convenience of a traditional investment vehicle
  • Bitwise - Engineering Your AI Advantage
    Bitwise helps organizations turn AI ambition into measurable, enterprise-scale impact through strategic execution and innovation
  • 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
  • Complete Reference for Bitwise Operators in Programming Coding
    Bitwise operations are used in Data encryption and compression Bits are used in the area of networking, framing the packets of numerous bits which are sent to another system generally through any type of serial interface
  • Bitwise operations in C - Wikipedia
    In the C programming language, operations can be performed on a bit level using bitwise operators Bitwise operations are contrasted by byte-level operations which characterize the bitwise operators' logical counterparts, the AND, OR, NOT operators
  • Bitwise AND operator in Programming - GeeksforGeeks
    In programming, Bitwise Operators play a crucial role in manipulating individual bits of data One of the fundamental bitwise operators is the Bitwise AND operator ( )





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