bitwiseを含む例文一覧と使い方
該当件数 : 54件
Return the bitwise inverse of the number o. 例文帳に追加
o と同じです。 - Python
bitwise exclusive or of x and y 例文帳に追加
ビット単位の x と y の 論理和 - Python
Returns the bitwise negation of o on success, or NULL on failure.例文帳に追加
成功すると o のビット単位反転 (bitwise negation) を返し、失敗すると NULL を返します。 - Python
Returns the ``bitwise and'' of o1 and o2 on success andNULL on failure. 例文帳に追加
成功すると o1 と o2 の ``ビット単位論理積 (bitwise and)'' を返し、失敗すると NULL を返します。 - Python
Returns the ``bitwise or'' of o1 and o2 on success, orNULL on failure. 例文帳に追加
成功すると o1 と o2 の ``ビット単位論理和 (bitwise or)'' を返し失敗すると NULL を返します。 - Python
Return the bitwise exclusive or of a and b. 例文帳に追加
a および b の排他的論理和を返します - Python
Returns the ``bitwise exclusive or'' of o1 by o2 onsuccess, or NULL on failure. 例文帳に追加
成功すると o1 と o2 の ``ビット単位排他的論理和 (bitwise exclusive or)'' を返し、失敗すると NULL を返します。 - Python
It may contain a bitwise- or combination of zero or more of the following bits: +4n 例文帳に追加
それは以下のビット値の 0 個以上の"ビット " OR - JM
In addition, zero or more file creation flags and file status flags can be bitwise- or 'd 例文帳に追加
さらに、flagsには、ファイル作成フラグ (file creation flag) とファイル状態フラグ(file status flag) を 0 個以上「ビット単位の OR (bitwise-or)」で指定することができる。 - JM
perform a bitwise AND operation on the mask and the address 例文帳に追加
マスクとアドレスに対してビットごとの AND 演算を実行する - 研究社 英和コンピューター用語辞典
The mask is the bitwise inclusive OR of any combination of XtIMXEvent, XtIMTimer, XtIMAlternateInput, and XtIMSignal.As a convenience, the X Toolkit defines the symbolic name XtIMAll to be the bitwise inclusive OR of all event types.例文帳に追加
簡単のためにツールキットは、全てのイベント型のビットごとの論理和であるシンボル名XtIMAllを定義している。 - XFree86
This mask is the bitwise inclusive OR of the valid configure window values bits.例文帳に追加
このマスクは有効なウィンドウ設定値ビットの論理和である。 - XFree86
The | operator yields the bitwise (inclusive) 例文帳に追加
| 演算子は、引数間でビット単位の OR (非排他的 OR) をとった値になります。 - Python
The mathematical and bitwise operations are the most numerous: 例文帳に追加
演算子で最も多いのは数学演算およびビット単位の演算です: - Python
This mask is the bitwise inclusive OR of the valid attribute mask bits.例文帳に追加
このマスク値は、正しいマスクビット値のビットごとの論理和を取ったものである。 - XFree86
The mask is the bitwise inclusive OR of the valid keymask bits.例文帳に追加
このマスクは、有効なキーマスクビットのビットごとの論理和を取ったものである。 - XFree86
The flags argument is constructed as the bitwise OR of one or more of the following constants: 1.2i 例文帳に追加
flags引数は以下の内容の一つまたは複数のビット OR から構成される:1.2i - JM
or the bitwise OR of one or more of the following flags: 1.1i 例文帳に追加
か、以下のフラグをひとつ以上ビット毎の論理和 (OR) をとったものを指定できる。 - JM
This mask is the bitwise inclusive OR of the valid controlmask bits. values 例文帳に追加
このマスクは有効な制御マスクビット値のビットごとの論理和を取ったものである。 - XFree86
Each of the three bitwise operations has a different priority level: 例文帳に追加
以下の三つのビット単位演算には、それぞれ異なる優先順位レベルがあります: - Python
You can set this member to the bitwise inclusive OR of the bits DoRed, DoGreen, and DoBlue.例文帳に追加
このメンバはビットDoRed , DoGreen , DoBlueについて、ビット単位の論理和を取ることで設定できる。 - XFree86
The flags argument is the bitwise OR of zero or more of the following flags. 例文帳に追加
flags引き数は、以下のフラグの (0 個以上の) ビット単位の論理和をとったものを指定する。 - JM
One can also combine the respective constants or bitwise values together with the or operator. 例文帳に追加
複数を指定するには、それぞれの定数あるいはビット値をor演算子で連結します。 - PEAR
Return the control character corresponding to the given character(the character bit value is bitwise-anded with 0x1f). 例文帳に追加
与えた文字に対応する制御文字を返します (0x1f とビット単位で論理積を取ります) 。 - Python
Return the 8-bit character corresponding to the given ASCII character(the character bit value is bitwise-ored with 0x80). 例文帳に追加
与えた文字に対応する 8 ビット文字を返します (0x80 とビット単位で論理和を取ります) 。 - Python
This maskis the bitwise inclusive OR of the valid attribute mask bits. 例文帳に追加
このマスクは、複数の有効な属性マスクに対して、ビットごとの論理和を取ったものである。 - XFree86
The mask is the bitwise inclusive OR of the valid pointer event mask bits. grab_window例文帳に追加
このマスクは、有効なポインタイベントのマスクビットのビットごとの論理和を取ったものである。 - XFree86
Specifies what types of events to process. The mask is the bitwise inclusive OR of any combination of XtIMXEvent, XtIMTimer, XtIMAlternateInput, and XtIMSignal.例文帳に追加
このマスクは、XtIMXEvent ,XtIMTimer ,XtIMAlternateInput ,XtIMSignalの任意の組み合わせについてビットごとの論理和を取ったものである。 - XFree86
is the bitwise OR of all bits corresponding to supported exceptions. 例文帳に追加
マクロは、サポートされている例外に対応するビットが全てセットされている(サポートされている例外全ての論理和である)。 - JM
It should be a combination (using bitwise OR) of one of the file types listed below and the permissions for the new node. 例文帳に追加
modeの指定は以下にあげるファイルタイプのうちの 1 つと、許可属性の組合せ (ビットごとの OR を使用) で行う。 - JM
The operator yields the bitwise AND of its arguments, which must be plain or long integers.例文帳に追加
演算子は、引数間でビット単位の AND をとった値になります。 引数は整数または長整数でなければなりません。 - Python
This argument is the bitwise inclusive OR of zero or more of the validGC component mask bits. values 例文帳に追加
この引き数は、GC コンポーネントの有効なマスクビットの 0 個以上に対して、ビットごとの論理和をとったものである。 - XFree86
Asa convenience, the X Toolkit defines the symbolic name XtIMAll to be the bitwise inclusive OR of all event types. Description例文帳に追加
記述を容易にするために、X ツールキットでは全てのイベント型の論理和であるシンボル名XtIMAllが定義されている。 - XFree86
The output may be customized by passing one or more of the following constants bitwise values summed together in the optional optionshash parameter. 例文帳に追加
以下の定数の組み合わせをオプションのハッシュパラメータ optionsに指定することで、出力をカスタマイズすることができます。 - PEAR
The ^ operator yields the bitwise XOR (exclusive OR) of its arguments, which must be plain or long integers.例文帳に追加
^ 演算子は、引数間でビット単位の XOR (排他的 OR) をとった値になります。 引数は整数または長整数でなければなりません。 - Python
One technique includes a step for performing conditional masking by using a vector operation, a bit masking operation and a bitwise logical operation.例文帳に追加
1つの技術は、ベクトル演算、ビット・マスキング演算、およびビット単位論理演算を使用して条件付きマスキングを実施するステップを含む。 - 特許庁
In graphics operations, given a source and destination pixel, the result is computed bitwise on corresponding bits of the pixels.例文帳に追加
グラフィックス操作では操作元と操作対象のピクセルが与えられると、ピクセルの対応する各ビットがビットごとに演算されて、結果が得られる。 - XFree86
The X server can set this member to the bitwise inclusive OR of one or more of the button or modifier key masks: Button1Mask,Button2Mask, Button3Mask, Button4Mask, Button5Mask, ShiftMask,LockMask, ControlMask, Mod1Mask, Mod2Mask, Mod3Mask, Mod4Mask,Mod5Mask.例文帳に追加
X サーバはこのメンバに、次に示すボタンマスク値やモディファイアキーマスク値のうち1つ以上についてのビットごとの論理和を設定する:Button1Mask ,Button2Mask ,Button3Mask ,Button4Mask ,Button5Mask ,ShiftMask ,LockMask ,ControlMask ,Mod1Mask ,Mod2Mask ,Mod3Mask ,Mod4Mask ,Mod5Mask . - XFree86
Combination of an isolation states into which tags 10 may be placed together with bitwise interrogation of information followed by selective deactivation or the identification number is utilized.例文帳に追加
タグ10が、選択的な非活性化により後に続かれた情報あるいは識別番号のビットワイズ呼び掛けで一緒に置かれる分離された状態の組み合わせを利用する。 - 特許庁
The receiving terminals 10a, 10b receive and demodulate the modulated signals to be transmitted to the relay terminal and performs timely reception for memorizing them as bitwise likelihood signals a, b.例文帳に追加
受信端末10a、10bは、中継端末宛に送信する変調信号を、受信及び復調しビット毎尤度信号a、bとして記憶する適時聴取を行う。 - 特許庁
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved. |
| 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/ ). |
| 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|