| 意味 | 例文 |
x pointerの部分一致の例文一覧と使い方
該当件数 : 66件
The specified device does not exist, or is the X keyboard or X pointer. This error may also occur if some other client has caused the specified device to become the X keyboard or X pointer device via the XChangeKeyboardDevice or XChangePointerDevice requests.例文帳に追加
指定したデバイスが存在しないか、指定したデバイスが X のキーボードか X のポインタである。 - XFree86
Indicates that the conversion will be either e, f, or g and the next pointer is a pointer to "long double" or the conversion will be d, i, o, u, or x and the next pointer is a pointer to "long long" . 例文帳に追加
e, f, g変換で、次のポインタが"long double"へのポインタであることを示す。 - JM
This error may also occur if the specified device is the X keyboard or X pointer device.例文帳に追加
このエラーは指定したデバイスが、X のキーボードデバイスや X のポインタデバイスである場合にも起こる。 - XFree86
This error mayalso occur if the specified device is the X keyboard or X pointer device. 例文帳に追加
このエラーは、指定されたデバイスが X のキーボードデバイスや X のポインタデバイスである場合にも起こる。 - XFree86
X(1),xev(1), Xlib documentation on key and pointer events 例文帳に追加
関連項目X(1), xev(1), Xlibのキーとポインタイベントに関するドキュメント。 - XFree86
The specified device becomes the X pointer, and the old X pointer becomes accessible through the input extension protocol requests.例文帳に追加
指定したデバイスはXのポインタになり、今まで X のポインタであったデバイスは入力拡張プロトコルリクエストを使って利用できるようになる。 - XFree86
If the value is IsXPointer,the device is currently being used as the X pointer. 例文帳に追加
値が IsXPointer ならば、このデバイスは現在 X のポインタとして使われている。 - XFree86
The ServerVendor macro returns a pointer to a null-terminatedstring that provides some identification of the owner of the X server implementation.The VendorRelease macro returns a number related to a vendor's release of the X server.例文帳に追加
マクロServerVendorは、X サーバの実装者を識別できるような文字列へのポインタを返す。 - XFree86
The specifieddevice does not exist or has not been opened by this client via XOpenInputDevice.This error may also occur if the specified device is the X keyboard orX pointer device. 例文帳に追加
指定したデバイスが X のキーボードデバイスか X のポインタデバイスである場合にも、このエラーが起こる。 - XFree86
This error may also occur if some other client hascaused the specified device to become the X keyboard or X pointer devicevia the XChangeKeyboardDevice or XChangePointerDevice requests. 例文帳に追加
指定したデバイスが他のクライアントの XChangeKeyboardDevice リクエストや XChangePointerDevice リクエストによって X のキーボードや X のポインタにされた場合にもこのエラーは起きる。 - XFree86
This list includes the X pointer and X keyboard, any other input devices that are currently accessible through the X server, and any input devices that are not currently accessible through the X server but could be accessedif requested.例文帳に追加
さらにこのリストには、現在は利用可能でないが要求すれば X サーバを通じてアクセスすることができる入力デバイスも含まれる。 - XFree86
This error may also occur if some other client has caused the specified device to become the X keyboard or X pointer device via the XChangeKeyboardDevice or XChangePointerDevice requests.例文帳に追加
このエラーは、他のクライアントが XChangeKeyboardDevice リクエストや XChangePointerDevice リクエストを使い、指定したデバイスを X のキーボードデバイスや X のポインタデバイスにした場合にも起こる。 - XFree86
It's purpose is to allow the X server to operate without a core pointer and/or core keyboard. Configuration Details例文帳に追加
このドライバの用途は、コアポインタやコアキーボードがない状態でX サーバを動作させることである。 - XFree86
The specified device does not exist or has not been opened by this client via XOpenInputDevice.This error may also occur if some other client has caused the specified device to become the X keyboard or X pointer device via the XChangeKeyboardDevice or XChangePointerDevice requests.例文帳に追加
このエラーは指定したデバイスが、他のクライアントの XChangeKeyboardDevice リクエストや XChangePointerDevice リクエストによって X のキーボードや X のポインタデバイスになった時にも起こる。 - XFree86
XftFont contains general font metrics and a pointer to either the core XFontStruct data or a structure holdingFreeType and X Render Extension data.例文帳に追加
XftFontはフォントの一般的な寸法および、X のコア構造体である XFontStruct のデータあるいはFreeType と X Render 機能拡張のデータへのポインタを持つ。 - XFree86
If the implementation does not support use of the specified device as the X pointer, a BadDevice error will result.例文帳に追加
実装により指定されたデバイスが X のポインタとしての使用をサポートしていない場合には、BadDevice エラーとなる。 - XFree86
The x and y members are set to the coordinates of the pointer and are reported relative to the origin of the specified window.例文帳に追加
x, y メンバには、指定したウィンドウの原点に対する座標でポインタの座標がセットされ、通知される。 - XFree86
The specified devicedoes not exist or has not been opened by this client via XOpenInputDevice.This error may also occur if some other client has caused the specifieddevice to become the X keyboard or X pointer device via the XChangeKeyboardDeviceor XChangePointerDevice requests. 例文帳に追加
指定されたデバイスが存在しないか、そのクライアントが XOpenInputDevice を使ってデバイスをオープンしていない。 - XFree86
The electromagnetic pointer is provided on an X_n/Y_n antenna present on an X/Y axis first.例文帳に追加
まず、電磁ポインターをX/Y軸上にあるX_n/Y_nアンテナの上に提供する。 - 特許庁
Example 8-1. moused による変換を利用してホイールマウスを 使用するための XFree863.3.x 系列の XF86Config の Pointer セクションの設定例 - FreeBSD
For this purpose (and others), every object also contains a pointer to its type object. The big question now remains: when to use Py_INCREF(x) andPy_DECREF(x)?例文帳に追加
このために (他の目的もありますが)、全てのオブジェクトには自身の型オブジェクトに対するポインタが入っています。 - Python
If event_type is one of the core X protocol events thenselect_data must be a pointer to a value of type EventMask, indicating the event mask to be used to select for the desired event.例文帳に追加
この値は求めるイベントを選択するために使うイベントマスクを示す。 - XFree86
XUngrabPointer does not release the pointer if the specified time is earlier than the last-pointer-grab time or is later than the currentX server time.例文帳に追加
指定した時刻が最終ポインタグラブ時刻より早い場合や、X サーバの現在時刻よりも遅い場合には、XUngrabPointerはポインタを解放しない。 - XFree86
The specified device does not exist, has not been opened by this client via XOpenInputDevice, or is already one of the core X device(pointer or keyboard).例文帳に追加
指定したデバイスが存在しないか、クライアントの XOpenInputDevice によってオープンされていないか、既に X のコアデバイス(ポインタかキーボード)の1つである。 - XFree86
Otherwise, the last-pointer-grab time is set to the specified time (CurrentTime is replaced by the current X server time).例文帳に追加
これ以外の場合には、最終ポインタグラブ時刻には指定した時間がセットされるn ( CurrentTimeは X サーバの現在時刻に置き換えられる)。 - XFree86
The specified device does not exist or has not been opened by this client via XOpenInputDevice.This error may also occur if the specified device is the X keyboard orX pointer device. BadValue例文帳に追加
指定したデバイスが存在しないか、クライアントが XOpenInputDevice でデバイスをオープンしていない。 - XFree86
The XChangeActivePointerGrabfunction changes the specified dynamic parameters if the pointer is actively grabbed by the client and if the specified time is no earlier than the last-pointer-grab time and no later than the current X server time.例文帳に追加
関数XChangeActivePointerGrabは、クライアントがポインタをアクティブにグラブしていて、指定した時刻が最終ポインタグラブ時刻よりも早くなく、かつ X サーバの現在時刻よりも遅くない場合に指定された動的パラメータを変更する。 - XFree86
In more detail, in such a state that the pointer 23 rotates through an angle X degrees because of the backlash, a portion of the scale 31 around which the misalignment of the pointer 23 to the scale 30 is caused by the backlash, is shifted by (X/2) degrees, in the rotation direction of the pointer 23.例文帳に追加
より詳細には、バックラッシュに起因して指針23が回転する角度をX度とするとき、バックラッシュに起因して指針23と目盛31との位置ずれが発生する部位周辺の目盛30を指針23の回転方向に(X/2)度ずらした。 - 特許庁
To provide an X-ray inspection device capable of precisely indicating a desired pixel while confirming the present position of the pointer in the whole of an X-ray image.例文帳に追加
X線画像全体の中でのポインタの現在位置を確認しながら、所望の画素を精度よく指定することができるX線検査装置を提供する。 - 特許庁
If the event window is on the same screen as the root window, x and y are the pointer coordinates relative to the eventwindow's origin.例文帳に追加
イベントウィンドウがルートウィンドウと同じスクリーン上にある場合、x, y メンバはポインタ座標であり、イベントウィンドウの原点に対する相対座標が設定される。 - XFree86
When the operator moves a pointer on a platen of the input device 2 along an X-Y plane, a tool of a carving machine 1 is moved along the X-Y plane.例文帳に追加
入力装置2のプラテン上で作業者がポインタをXY平面に沿って移動させると、彫刻加工機1の工具もXY平面に沿って移動する。 - 特許庁
Vertices in the half-edge data structure store their x, y, and z position as well as a pointer to exactly one of the half-edges which uses the vertex as its starting point. 例文帳に追加
半エッジ・データ構造における各頂点はそれらのx, y, およびz位置と、またその頂点を出発点として使う半エッジの内の一つだけへのポインタとを格納する。 - コンピューター用語辞典
A first pointer 37 indicating initial values of chromaticities x and y that represent color temperatures which are set to a monitor in an initial state, and a second pointer 37 indicating adjustment values of the chromaticities x and y of the monitor to which color temperature is adjusted, are displayed to the frame body 36.例文帳に追加
枠体36には、モニタが初期状態で設定される色温度を表す色度x,yの初期値を示す第1のポインタ37、色温度が調整されたモニタの色度x,yの調整値を示す第2のポインタ37を表示する。 - 特許庁
If the pointer is frozen by an active grab of another client, it fails and returns GrabFrozen.If the specified time is earlier than the last-pointer-grab time or later than the current X server time, it fails and returns GrabInvalidTime.例文帳に追加
ポインタが他のクライアントのアクティブなグラブによって凍結されている場合は、この関数は失敗してGrabFrozenを返す。 指定した時間が最終ポインタグラブ時刻より早い場合や X サーバの現在時刻より遅い場合には、この関数は失敗してGrabInvalidTimeを返す。 - XFree86
The inertia sensor 50 detects the displacement of the personal computer 10 itself and changes the direction of the pointer to be moved on X, Y coordinates.例文帳に追加
慣性センサ50は、パソコン10自体の変位を検出し、ポインタのX,Y座標系における移動方向に変換する。 - 特許庁
On the ceiling of the crane game machine 10, the laser pointer 3 moved in an X direction and a Y direction by operation of a joy stick 1 is installed.例文帳に追加
クレーンゲーム機10の天井にジョイスティック1の操作によりX軸,Y軸方向に移動するレーザポインタ3が設置されている。 - 特許庁
Why does my mouse not work with X? If you are using syscons(4) (the default console driver), you can configure FreeBSD to support a mouse pointer on each virtual screen. 例文帳に追加
syscons (デフォルトのコンソールドライバ) を使っているのであれば、それぞれの仮想スクリーンでマウスポインターをサポートするように FreeBSD を設定できます。 - FreeBSD
For example, when the user attempts to move the pointer P from the inside of a button BS0 to buttons BS1-BS3 arranged in the X (lateral) direction in the screen where the plurality of buttons are arranged and displayed in longitudinal and lateral directions, the drawing force Fx in the X direction is attenuated to prevent the shift of the pointer to the longitudinal direction.例文帳に追加
例えば、複数のボタンが縦横に配列して表示されている画面内でユーザがボタンBS0内からX(横)方向に並んでいるボタンBS1〜BS3へポインタPを移動させようとする場合、X方向の引込力Fxを減衰させて縦方向へのずれ込みを防止する。 - 特許庁
The pointer is moved by adding a recorded pointer position and input signals, input x(i) from the quantizer is shifted and output to a D/A converter as y(i) and the unit element is shifted.例文帳に追加
記録されたポインタ位置と入力信号を加算することにより、ポインタを移動し、量子化器からの入力x(i)は、シフトされy(i)として、D/A変換器へ出力され、単位要素のシフトが行われる。 - 特許庁
Then, a trace pointer P is displayed on the graph by the operation of a 'trace' key and an X coordinate value (n value) and a Y coordinate value (m value) corresponding to the indicating position on the graph of the pointer P moved by a cursor operation are displayed.例文帳に追加
そして、「トレース」キーの操作によりグラフ上にトレースポインタPが表示され、カーソル操作により移動される当該ポインタPのグラフ上での指示位置に対応するX座標値(n値)及びY座標値(m値)が表示される。 - 特許庁
The specified device does not exist, has not been opened by this client via XOpenInputDevice, or is already one of the coreX input devices (pointer or keyboard).例文帳に追加
指定されたデバイスが存在しないか、XOpenInputDevice を使ってクライアントにオープンされていないか、あるいは既にX のコア入力デバイス(ポインタやキーボード)になっている。 - XFree86
The CPU 11 displays a graph in a coordinate system set by the XY axis and a trace pointer T on the graph, moves the trace pointer T on the graph by each dot on the X axis direction according to a user operation, and displays a coordinate value of the trace pointer T on the display part 15.例文帳に追加
CPU11は、XY軸により定まる座標系内にグラフを表示させ、グラフ上にトレースポインタTを表示させつつ、ユーザ操作に応じてX軸方向におけるドット毎にグラフ上で当該トレースポインタTを移動させるとともに、当該トレースポインタTの座標値を表示部15に表示させる。 - 特許庁
The CPU 11 displays a graph in a coordinates system determined by the XY axes, moves a trace pointer T on the graph for each dot in the X axis direction according to a user's operation while displaying the trace pointer T on the graph, and then makes the display part 15 display coordinates values of the trace pointer T.例文帳に追加
CPU11は、XY軸により定まる座標系内にグラフを表示させ、グラフ上にトレースポインタTを表示させつつ、ユーザ操作に応じてX軸方向におけるドット毎にグラフ上で当該トレースポインタTを移動させるとともに、当該トレースポインタTの座標値を表示部15に表示させる。 - 特許庁
The pointer 20 for rotating to return-to-zero direction X interlocked with a step motor M is stopped by a stopper mechanism S at a stop position within a predetermined range from the zero position indicating the zero value in the return-to-zero direction X.例文帳に追加
ステップモータMに連動して帰零方向Xへ回転する指針20は、零値を指示する零位置から帰零方向Xの所定範囲内のストッパ位置にてストッパ機構Sにより停止させられる。 - 特許庁
A pointer displayed at a display 16 is moved based on the X and Y axial position detection signals simultaneously obtained by the contact of the two fingers of the right hand with the X axial position sensor 20 and the Y axial position sensor 22.例文帳に追加
X軸位置センサ20とY軸位置センサ22に対する右手2本の指の接触で同時に得られるX軸とY軸の位置検出信号に基づいて、ディスプレイ16に表示しているポインタを移動させる。 - 特許庁
The pointer 20 for rotating to return-to-zero direction X in linking with a step motor M is stopped by a stopper mechanism S at a stop position within a predetermined range from the zero position indicating the zero value in the return-to-zero direction X.例文帳に追加
ステップモータMに連動して帰零方向Xへ回転する指針20は、零値を指示する零位置から帰零方向Xの所定範囲内のストッパ位置にてストッパ機構Sにより停止させられる。 - 特許庁
This is very useful in debugging X applications where the target window is not mapped to the screen or where the use of the pointer might be impossible or interfere with the application.例文帳に追加
このオプションは X のアプリケーションをデバッグするときに大変便利である。 すなわち、対象のウィンドウがスクリーンにマップされない場合や、ポインタが利用できない場合、ポインタがアプリケーションの動作を妨げる場合に有効である。 - XFree86
When subtree or one of its descendantsacquires the X input focus or the pointer moves into the subtree such that keyboard events would now be delivered to subtree, a FocusIn event is generated for the descendant if FocusNotify events have been selected by the descendant. Similarly, when W loses the X input focus or the keyboard focus for one of its ancestors, a FocusOut event is generated for descendant if FocusNotify events have been selected by the descendant.例文帳に追加
.LPサブツリーか子孫ウィジェットの 1 つが X の入力フォーカスを獲得するか、キーボードイベントが伝えられるようなサブツリー内にポインタが入ったとき、その子孫ウィジェットがFocusNotifyイベントを選択しているならば、このウィジェットに対してFocusInイベントが生成される。 - XFree86
| 意味 | 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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. |
| 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 1994-2010 The FreeBSD Project. All rights reserved. license |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
