1016万例文収録!

「イベントキュー」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > イベントキューの意味・解説 > イベントキューに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

イベントキューを含む例文一覧と使い方

該当件数 : 47



例文

イベントキュー管理装置及びイベントキュー管理方法例文帳に追加

EVENT QUEUE MANAGEMENT DEVICE AND EVENT QUEUE MANAGEMENT METHOD - 特許庁

もしイベントキューが空ならば、Trueを返します。例文帳に追加

Return true if the event queue is empty.  - Python

XFlush, XSync, XEventsQueued, XPending \\- イベントキューの出力バッファを扱う例文帳に追加

XFlush, XSync, XEventsQueued,XPending - handle output buffer or event queue  - XFree86

XIfEvent, XCheckIfEvent, XPeekIfEvent \\- 述語手続きでイベントキューをチェック例文帳に追加

XIfEvent, XCheckIfEvent,XPeekIfEvent - check the event queue with a predicate procedure  - XFree86

例文

イベントキューに入っている他のイベントは破棄されない。例文帳に追加

The other events stored in the queue are not discarded. - XFree86


例文

選択部36は、所定の条件で、イベントキュー31、32に格納されたイベントディスクリプタを、代表イベントキュー33に格納する。例文帳に追加

A selection part 36 stores the event descriptors stored in the event queues 31 and 32 to a representative event queue 33 in a predetermined condition. - 特許庁

マクロQLengthは接続先のディスプレイにおけるイベントキューの長さを返す。例文帳に追加

The QLength macro returns the length of the event queue for the connected display. - XFree86

イベント制御部106は、イベントキュー105よりイベントを読み出す。例文帳に追加

An event control part 106 reads an event from the event queue 105. - 特許庁

"XPending""XNextEvent""XWindowEvent"サーバによって生成されたイベントは、ライブラリのイベントキューに入れられることもある。例文帳に追加

Events generated by the server maybe enqueued into the library's event queue.  - XFree86

例文

サーバによって生成された全てのイベントはライブラリのイベントキューに入れられる。例文帳に追加

Any events generated by the server are enqueued into the library's event queue. - XFree86

例文

関数XPeekEventはイベントキューの最初のイベントを返すが、そのイベントをキューから削除しない。例文帳に追加

The XPeekEvent function returns the first event from the event queue, but it does not remove the event from the queue. - XFree86

関数XMaskEventはイベントキューを検索し、指定したマスクに対応するイベントを見つける。例文帳に追加

The XMaskEvent function searches the event queue for the events associated with the specified mask. - XFree86

更に、スレッドプールおよびイベントキューに、リソースマネージャを結合することができる。例文帳に追加

Furthermore, a resource manager can be coupled with the thread pool and the event queue. - 特許庁

同期が必要なイベントには同じ排他制御タグが付けられ、イベントキュー2にキューイングされる。例文帳に追加

To an event which needs synchronizing, the same exclusive control tag is attached and queued in the event queue 2. - 特許庁

発生したイベントを一時的に蓄積するイベントキューと、そのイベントキューに蓄積された複数のイベントに対して、最適化定義情報に基づいて、1つ以上のイベントを削除するフィルタリング処理、及び/又は、複数のイベントを1つのイベントに統合するチャンキング処理を実行するイベントキュー最適化手段とを有する。例文帳に追加

The event processing function mounting device has: an event queue which accumulates generated events temporarily; and an event queue optimization means for executing a filtering process which deletes one or more events based on optimization definition information to a plurality of events accumulated in the event queue and/or to execute chunking processing which integrates a plurality of events in one event. - 特許庁

は、新規の inotify インスタンスを初期化し、作成された inotify イベントキューに対応するファイルディスクリプタを返す。例文帳に追加

initializes a new inotify instance and returns a file descriptor associated with a new inotify event queue.  - JM

mode がQueuedAlreadyの場合、XEventsQueued は既にイベントキュー内にある(そしてシステムコールを実行していない)イベントの数を返す。例文帳に追加

If mode is QueuedAlready, XEventsQueuedreturns the number of events already in the event queue (and never performs a system call). - XFree86

関数XPendingは X サーバが受け取っているが、イベントキューからは削除されていないイベントの数を返す。例文帳に追加

TheXPending function returns the number of events that have been received from the X server but have not been removed from the event queue. - XFree86

XIfEventはマッチするイベントをイベントキューから削除し、これをクライアントが与えたXEvent構造体にコピーする。例文帳に追加

XIfEvent removes the matching event from the queue and copies the structure into the client-suppliedXEvent structure. - XFree86

説明関数XNextEventはイベントキューの最初のイベントを指定したXEvent構造体にコピーし、このイベントをキューから削除する。例文帳に追加

Description The XNextEvent function copies the first event from the event queue into the specified XEvent structure and then removes it from the queue. - XFree86

イベントキューが空の場合、XNextEventは出力バッファの内容をフラッシュし、イベントを受け取るまで処理をブロックする。例文帳に追加

If the event queue is empty, XNextEvent flushes the output buffer and blocks until an event is received. - XFree86

イベントキューが空の場合、XPeekEventは出力バッファの内容をフラッシュし、イベントを受け取るまで処理をブロックする。例文帳に追加

If the queue is empty, XPeekEvent flushes the output buffer and blocks until an event is received. - XFree86

そして、そのイベントをクライアントが与えたXEvent構造体にコピーするが、イベントキューからの削除は行わない。例文帳に追加

It then copies the event into the client-supplied XEvent structure without removing it from the event queue. - XFree86

関数XWindowEventはイベントキューを検索し、指定したウィンドウとイベントマスクの両方にマッチするイベントを探す。例文帳に追加

The XWindowEvent function searches the event queue for an event that matches both the specified window and event mask. - XFree86

関数XCheckMaskEventはイベントキューとサーバ接続上で利用可能な全てのイベントを検索し、指定したマスクにマッチする最初のイベントを見つける。例文帳に追加

The XCheckMaskEvent function searches the event queue and then any events available on the server connection for the first event that matches the specified mask. - XFree86

第2のスケジューラは、イベント処理スレッドを生成し、各イベントキュー管理オブジェクトから呼処理イベントを抽出して実行させる。例文帳に追加

A second scheduler generates the event processing thread and extracts the call processing event from each event queue managing object to be executed. - 特許庁

CPU10は、ローカルバス14を介して、代表イベントキュー33からイベントディスクリプタを受け取る。例文帳に追加

A CPU 10 receives the event descriptors from the typical event queue 33 through a local bus 14. - 特許庁

イベントキュー最適化手段は、CPU負荷量に応じて、フィルタリング処理及び/又はチャンキング処理を、動的に変更しながら実行する。例文帳に追加

The event queue optimization means executes the filtering process and/or chunking process, while dynamically changing these processes, according to the amount of CPU load. - 特許庁

イベントコントローラ30は、専用処理部から受信したイベントディスクリプタを、分離部35を介して、イベントキュー31又は32に格納する。例文帳に追加

An event controller 30 stores event descriptors received from an exclusive processing part in an event queue 31 or 32 through a separation part 35. - 特許庁

連動表示制御手段3は、イベント送信・設定部4、イベント受信部5、イベントキュー6、及びイベント実行部7を有している。例文帳に追加

The linking display control means 3 is provided with an event transmitting and setting part 3, an event receiving part 5, an event queue 6, and an event executing part 7. - 特許庁

この実行では、各種の呼処理サービスに係る各イベントキュー管理オブジェクトが生成され、呼処理イベントを振り分けてキューイングさせる。例文帳に追加

Then, each event queue managing object for each type of the call processing events is generated and placed in a distributed call event queue through the execution. - 特許庁

イベントキュー2では格納したイベントを先頭からだけではなく、途中からも取出し自在となっている。例文帳に追加

In the event queue 2, the stored events are freely retrievable not only from the head but also from the middle. - 特許庁

エンハンスされたSEDAステージは、複数のイベントをエンキューするように構成されたイベントキューと、イベントキューにおけるイベントを処理するようにプログラムされたイベントハンドラと、イベントハンドラに結合されたスレッドプールとを含むことができる。例文帳に追加

The enhanced SEDA stage can include an event queue constituted so as to enqueue a plurality of events, an event handler programmed so as to process the events in the event queue and a thread pool coupled with the event handler. - 特許庁

関数XCheckWindowEventはまずイベントキューを、次にサーバとの接続上で可能なイベントを検索し、指定したウィンドウとイベントマスクにマッチする最初のイベントを返す。例文帳に追加

The XCheckWindowEventfunction searches the event queue and then the events available on the server connection for the first event that matches the specified window and event mask. - XFree86

関数XCheckTypedWindowEventはイベントキューとサーバ接続上で利用可能な全てのイベントを検索し、指定した型とウィンドウにマッチする最初のウィンドウを見つける。例文帳に追加

The XCheckTypedWindowEventfunction searches the event queue and then any events available on the server connection for the first event that matches the specified type and window. - XFree86

タイムスタンプ保存部107より、そのイベントと同じイベントのタイムスタンプを読み出し、タイムスタンプ比較部108でイベントキュー105より読み出されたイベントのタイムスタンプと比較する。例文帳に追加

The time stamp of the same event as this event is read from a time stamp storage part 107, and compared with the time stamp of the event read from the event queue 105 in a time stamp comparison part 108. - 特許庁

イベントキュー370はアプリケーションプログラム群330の各アプリケーションプログラムの有限状態機械のオブジェクトに対するイベントを保持する。例文帳に追加

An event queue 370 holds events to objects of a finite state machine of each application program in the application program group 330. - 特許庁

イベント管理装置1は,各業務システムA3〜C5のイベント抽出部32〜52がイベント抽出定義に基づいて抽出したイベントデータを収集し,イベントキュー12にキューイングする。例文帳に追加

An event management device 1 collects event data that event extraction parts 32-52 of business systems A3-C5 extract based on an event extraction definition, and implements queuing to an event queue 12. - 特許庁

外部から来るイベントは排他制御タグ21−0〜21−nと処理内容22−0〜22−nとから構成され、イベントキュー2に順次格納される。例文帳に追加

Events coming from outside are composed of exclusive control tags 21-0 to 21-n and processing contents 22-0 to 22-n, and are sequentially stored in an event queue 2. - 特許庁

イベント発生部103で発生したイベントに、タイムスタンプ付加部104からのタイムスタンプを付加し、順次イベントキュー105に格納する。例文帳に追加

An event generated in an event generation part 103 is successively stored in the event queue 105 with a time stamp from a time stamp addition part 104 added thereto. - 特許庁

入力処理ルーチン112は、対応するイベントが入力されているかどうかをチェックし(図3(a)参照)、イベントが入力されていれば、簡易OS121のイベントキューIQにキューイングする(図3(a)−2参照)。例文帳に追加

An input processing routine 112 checks whether a corresponding event is inputted or not (Figure (a)), and queues the event in an event queue IQ of a simplified OS 121 when the event is inputted (Figure (a)-2). - 特許庁

関数XCheckTypedEventはイベントキューとサーバ接続上で利用可能な全てのイベントを検索し、指定した型にマッチする最初のイベントを見つける。 マッチするイベントが見つかった場合、XCheckTypedEventはそのイベントを削除し、これを指定したXEvent構造体にコピーし、Trueを返す。例文帳に追加

The XCheckTypedEventfunction searches the event queue and then any events available on the server connection for the first event that matches the specified type.If it finds a match, XCheckTypedEvent removes that event, copies it into the specified XEvent structure, and returns True. - XFree86

更に、リソースマネージャは、イベントキューにエンキューされたイベントの数が閾値を超えた場合、および、スレッドプールの全てのスレッドがビジーである場合に、スレッドプールに追加のスレッドを割り当てるようにプログラムすることができる。例文帳に追加

Furthermore, the resource manager can be programmed so as to allocate additional threads to the thread pool when the number of events enqueued in the event queue exceeds a threshold and when all the threads of the thread pool are busy. - 特許庁

簡易OS121は、イベントキューIQをチェックし(図3(b)参照)、イベントがキューイングされていれば、イベントに対応するイベントテーブルを参照してイベントに対応するアプリケーションユニットのユーザ関数群を呼び出して順次実行する(図3(b)−1参照)。例文帳に追加

The simplified OS 121 checks the event queue IQ, and when the event is queued, refers to an event table matching the event to call a group of user functions in an application unit corresponding to the event for sequentially performing them (Figure (b)-1). - 特許庁

説明X のイベントキューが空の場合、XtAppNextEventはアプリケーションコンテクスト内で指定された各ディスプレイの出力バッファをフラッシュし、イベントの発生を待つ。 その間、他の入力のソース、タイムアウトのタイムアウト値、シグナルハンドラの状態を調べて、それらによって引き起こされるコールバック手続きを呼び出す。例文帳に追加

If the X event queue is empty, XtAppNextEvent flushes the X output buffers of each Display in the application context and waits for an event while looking at the other input sources, timeout timeout values, and signal handlers and calling any callback procedures triggered by them. - XFree86

イベント待ち時間に応じてイベント登録間隔を設定し、イベント発生間隔が当該イベント登録間隔よりも大きい場合は、イベントをイベントキューに登録し、前記イベント発生間隔が前記イベント登録間隔以下の場合には、イベントの登録を一定時間待ち合わせる手段を備えたことを特徴とする。例文帳に追加

The system and method for processing event are characterized in that they are provided with a means for setting event registration intervals in accordance with an event wait time, and when event generation intervals are larger than the event registration intervals, registering of an event for an event queue; while when the event generation intervals are not larger than the event registration intervals, registration of an event waiting is kept for a fixed time. - 特許庁

例文

クライアント装置は、入力機器から入力されたイベントを送信することによってサーバ装置を遠隔操作するクライアント装置であって、マウスポインタの座標移動を示すイベントを検出するマウス移動イベント検出手段が、送信すべきイベントが蓄積されるイベントキューから、複数のマウスポインタの座標移動を示すイベントを検出した場合に、送信すべきマウスポインタの座標移動を示すイベントを削除するイベント制御手段を備えることを特徴とする。例文帳に追加

The client device remotely operates a server device by transmitting an event input from input equipment, and is equipped with an event control means which deletes the event indicating the coordinate movement of a mouse pointer to be transmitted when a mouse movement event detecting means for detecting the event indicating the coordinate movement of the mouse pointer detects the coordinate movements of the plurality of mouse pointers from an event cue storing the events to be transmitted. - 特許庁

索引トップ用語の索引



  
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-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会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS