「bitwise operator」を含む例文一覧(5)

  • a bitwise operator
    ビット演算子《00001111 との AND をとって下位 4 ビットを抽出するものなど》 - 研究社 英和コンピューター用語辞典
  • The | operator yields the bitwise (inclusive)
    | 演算子は、引数間でビット単位の OR (非排他的 OR) をとった値になります。 - Python
  • One can also combine the respective constants or bitwise values together with the or operator.
    複数を指定するには、それぞれの定数あるいはビット値をor演算子で連結します。 - PEAR
  • The operator yields the bitwise AND of its arguments, which must be plain or long integers.
    演算子は、引数間でビット単位の AND をとった値になります。 引数は整数または長整数でなければなりません。 - Python
  • The ^ operator yields the bitwise XOR (exclusive OR) of its arguments, which must be plain or long integers.
    ^ 演算子は、引数間でビット単位の XOR (排他的 OR) をとった値になります。 引数は整数または長整数でなければなりません。 - Python

例文データの著作権について

  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • Python
    Copyright 2001-2004 Python Software Foundation.All rights reserved.
    Copyright 2000 BeOpen.com.All rights reserved.
    Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
    Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  • PEAR
    Copyright © 2001 - 2008 by the PEAR Documentation Group.
    This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).