「Queue」を含む例文一覧(2505)

<前へ 1 2 .... 16 17 18 19 20 21 22 23 24 .... 50 51 次へ>
  • Instruction data having a plurality of priority orders are managed by a queue of a list structure.
    複数の優先順位が存在する指令データを一本のリスト構造の待ち行列キューで管理する。 - 特許庁
  • The method further includes a step of receiving a transfer queue (326) from the server electronic device (322).
    また、転送待ち行列(326)を、サーバ電子装置(322)から受信するステップをさらに含んでいる。 - 特許庁
  • In processing of waiting for the end of the task object input to the queue, it is determined that the task object does not escape.
    − キューに入れたタスク・オブジェクトの終了を待機する処理では、エスケープしないものとみなす。 - 特許庁
  • The tags are stored in the queue in an order specified on the basis of the order of programs of corresponding instructions.
    タグは対応する命令のプログラムの順序に基づいて指定される順序でキューに収められる。 - 特許庁
  • The BOX 31 holds the transmission data received from the MFP 10 in a BOX side transmission data information queue.
    BOX31は、MFP10から受信した送信データを、BOX側送信データ情報キューに保持する。 - 特許庁
  • If it is insufficient (N in S60), the thread information is pushed into the queue (S64).
    利用可能な資源数が足りない場合は(S60のN)、自らのスレッド情報をキューにプッシュする(S64)。 - 特許庁
  • When transmission from the queue is blocked, the history credit count is increased instead of the regular credit count.
    履歴クレジットカウントは、キューからの送信が遮られた場合に、正規のクレジットカウントの代わりに増やされる。 - 特許庁
  • When the relative change is updated, the call is reallocated to the queue in response to the relative change.
    相対変化量が更新されると、呼はその相対変化量に応じた待ち行列に再配置される。 - 特許庁
  • MOBILE RADIOLOGY SYSTEM WITH AUTOMATED DICOM IMAGE TRANSFER AND PPS QUEUE MANAGEMENT
    自動式DICOM画像転送及びPPS待ち行列管理を備えた可搬式放射線医学システム - 特許庁
  • Each of personal computers 2-1, 2-2 polls its own queue periodically to receive the image control information.
    パーソナルコンピュータ2−1、2−2は、定期的に自分のキューをポーリングして画面制御情報を受け取る。 - 特許庁
  • When data for one block is received via a host I/F, a page data is expanded and inputted to page queue.
    ホストI/Fから介して1ブロックのデータを受け取ると、ページデータに展開し、ページキューに投入する。 - 特許庁
  • An e-mail queuing means 121 queues (retreats temporarily) an e-mail to a queue according to an e-mail storage demand.
    メールキューイング手段121は、メール格納要求に従いメールをキューにキューイング(一時退避)する。 - 特許庁
  • To provide a system and method for efficiently processing multiple cache misses in a command queue.
    命令キューにおける複数のキャッシュ・ミスを効率的に処理するためのシステム及び方法を提供する。 - 特許庁
  • To provide a computer program, a system, and a computer mounting method for processing a queue of a processing environment.
    処理環境のキューを処理するコンピュータ・プログラム、システムおよびコンピュータ実装方法を提供する。 - 特許庁
  • Each of devices 10, 20, 30 connected to a division bus has a time reference queue for a transaction in reserving.
    分割バスに結合されている各デバイスは、保留中のトランザクションの時間基準キューを有する。 - 特許庁
  • An issuing part 408 issues the update copying request stored in the queue 202 to a second computer.
    発行部408は、キュー202に記憶されている更新コピー要求を第2の計算機に発行する。 - 特許庁
  • A FIFO buffer is used on an ASIC chip so that plural queue entries can be stored and retrieved.
    FIFOバッファは、複数のキュー・エントリを記憶及び検索するようにASICチップ上で使用される。 - 特許庁
  • An original message which is not accepted is redirected and the redirected message is stored in a redirect request queue.
    受け入れなかったオリジナルメッセージはリダイレクトすし、リダイレクトメッセージをリダイレクト要求キューに格納する。 - 特許庁
  • A queue part 101 is provided with a flag showing whether accumulation is possible or not for each of accumulated addresses of bus use requests.
    キュー部101に、バス使用要求の蓄積アドレス毎に蓄積可能か否かを示すフラグを設ける。 - 特許庁
  • For example, the following command removes all jobs for the current user in the queue for the printer named rattan:%
    たとえば、プリンタ rattan のキューへあなたが送ったジョブをすべて削除するためには次のようにします。 % - FreeBSD
  • Even though the printer is stopped, users can still submit jobs to an enabled queue.
    プリンタが停止状態にあったとしても、まだ、許可状態にあるキューに対して、ジョブを送ることができます。 - FreeBSD
  • Each descriptor in the child refers to the same open message queue description as the corresponding descriptor in the parent.
    子プロセスの各ディスクリプタは、親プロセスのディスクリプタに対応する同じオープンメッセージキューディスクリプタを参照する。 - JM
  • function returns the number of processes in the system run queue averaged over various periods of time.
    関数はシステムの実行キューに入っているプロセスの数を、様々な期間について平均した値を返す。 - JM
  • When enabled on a datagram socket all generated errors will be queued in a per-socket error queue.
    データグラムソケットに対して有効になっていると、発生したエラーは全てソケットごとのエラーキューに保存される。 - JM
  • If a connection request arrives when the queue is full, the client may receive an error with an indication of ECONNREFUSED
    キューがいっぱいの状態で接続要求が到着すると、クライアントはECONNREFUSED というエラーを受け取る。 - JM
  • A process can request asynchronous notification of the arrival of a message on a previously empty queue using mq_notify (3).
    を使うことで、空のキューへのメッセージ到着を非同期で通知するように要求することもできる。 - JM
  • Returns information about system-wide message queue limits and parameters in the structure pointed to by buf .
    システム全体でのメッセージ・キューの制限とパラメータに関する情報を、bufが指す構造体に入れて返す。 - JM
  • The resource queue includes an indication of one or more worker nodes available to verify a portion of software.
    リソースのキューは、ソフトウェアの一部を検証するために利用可能な1以上のワーカノードの指示を含む。 - 特許庁
  • To provide an arithmetic processor of high performance for preventing the flash of a prefetch queue or instruction register.
    プリフェッチキューのフラッシュやインストラクションレジスタのフラッシュを防ぎ、ハイパフォーマンスの演算処理装置を提供する。 - 特許庁
  • Timing provided to change the packet distribution destination is assumed to be given when a processing waiting queue does not include a packet corresponding to its flow.
    パケット振り分け先を変更するタイミングは、処理待ちキューにそのフローのパケットがないときとする。 - 特許庁
  • A scheduler 15 executes the scheduling by utilizing the queue state information stored in the cache memory 14.
    スケジューラ15は、キャッシュメモリ14に格納されているキュー状態情報を利用してスケジューリングを行う。 - 特許庁
  • The call center has a function to dynamically position a newly received call in an established call queue.
    コールセンタは、確立したコールキュー内に新たに受信した呼を動的に位置付けるための機能を有する。 - 特許庁
  • background jobs are placed into a background queue and are run as resources become available
    背景ジョブは背景待ち行列(キュー)に記憶されて,(所要)資源が使用可能になると実行される - コンピューター用語辞典
  • Return True if the queue is empty, False otherwise.Because of multithreading semantics, this is not reliable.
    キューが空ならTrueを返し、そうでないならFalseを返します。 マルチスレッドセマンティクスにおいて、この値は信頼できません。 - Python
  • Constructor for the class. maxsize is an integer that sets theupperbound limit on the number of items that can be placed in the queue.
    クラスのコンストラクタです。 maxsizeはキューに置くことのできる要素数の上限を設定する整数です。 - Python
  • If mode is QueuedAlready, XEventsQueuedreturns the number of events already in the event queue (and never performs a system call).
    mode がQueuedAlreadyの場合、XEventsQueued は既にイベントキュー内にある(そしてシステムコールを実行していない)イベントの数を返す。 - XFree86
  • TheXPending function returns the number of events that have been received from the X server but have not been removed from the event queue.
    関数XPendingは X サーバが受け取っているが、イベントキューからは削除されていないイベントの数を返す。 - XFree86
  • If the event queue is empty, XNextEvent flushes the output buffer and blocks until an event is received.
    イベントキューが空の場合、XNextEventは出力バッファの内容をフラッシュし、イベントを受け取るまで処理をブロックする。 - XFree86
  • If the queue is empty, XPeekEvent flushes the output buffer and blocks until an event is received.
    イベントキューが空の場合、XPeekEventは出力バッファの内容をフラッシュし、イベントを受け取るまで処理をブロックする。 - XFree86
  • It then copies the event into the client-supplied XEvent structure without removing it from the event queue.
    そして、そのイベントをクライアントが与えたXEvent構造体にコピーするが、イベントキューからの削除は行わない。 - XFree86
  • To prevent a failure caused by long-time continuous retention of a message in a message queue.
    メッセージキューに滞留するメッセージが長時間滞留し続けることによって生じる障害を防止する。 - 特許庁
  • When a player has a disk repeating function, the platform 301 enters an event autoPlay into a queue according to the method end ().
    再生機がディスクリピート機能を有すれば、プラットフォーム301は、メソッドend()に応じてイベントautoPlayをキューに入れる。 - 特許庁
  • The interruption controller 10 is provided with a queue circuit 11 holding channel numbers corresponding to interruption inputs in an order of priority, and a queue control circuit 12 changing the order of the channel number held in the queue circuit 11 in accordance with a new order of priority, when priority corresponding to one of the channel numbers is changed.
    割り込みコントローラ10は、割り込み入力に対応するチャネル番号を優先度の順で保持するキュー回路11と、いずれかのチャネル番号に対応する優先度が変化した場合に、新たな優先度の順に従ってキュー回路11に保持されるチャネル番号の順を変更するキュー制御回路12と、を備える。 - 特許庁
  • The multi-queue control section 1111 conducts processing that a queue used to transfer of data in a packet is selected among multi-queue in existence in the memory 1103 and the data in the packet are divided and transferred to a prescribed storage location.
    マルチキューDMA制御部1111は、受信用バッファ1112内に存在する受信パケットが備える情報にもとづいて、メモリ1103内に存在するマルチキューの中から、当該パケット内のデータを転送するためのキューを選択して、パケット内のデータを分割して、所定の記憶場所に転送する処理を行う。 - 特許庁
  • The Web server 20 obtains from the job processing server 30 a state of execution queue of the other job processing executed by the job processing server 30 (S4), and sets the order in the execution queue for executing the job processing in the job processing basic information in response to the execution queue (S5).
    また、Webサーバ20は、業務処理サーバ30が実行している他の業務処理の実行待ち行列の状態を、業務処理サーバ30から取得し(S4)、業務処理を実行するための実行待ち行列中での順番を、実行待ち行列の状態に応じて業務処理基本情報に設定する(S5)。 - 特許庁
  • A queue means 102 accumulates the drawing processing commands sent from the priority-equipped drawing command generation means 101 in a queue, and updates order inside the queue of the drawing processing commands according to the priority of a new drawing processing command when the new drawing processing command is input during a prescribed queueing time.
    キュー手段102は、優先度付き描画コマンド生成手段101から送られた描画処理コマンドをキューに蓄積すると共に、所定のキューイング時間中に新たな描画処理コマンドが入力された場合は、新たな描画処理コマンドの優先度に応じて、描画処理コマンドのキュー内の順序を更新する。 - 特許庁
  • To provide an apparatus and method for measuring a queue length of vehicles capable of reducing measuring error of a queue length of vehicles by installing a camera lens toward a direction same with a proceeding direction of vehicles, photographing images of a road at the rear of vehicles, and measuring a queue length of vehicles.
    車両の進行方向と同じ方向にレンズを向けるようにカメラを設置し、車両の後方位置から道路の映像を撮影して車両待機行列の長さを測定することにより、車両待機行列の長さの測定誤差を減少し得る車両待機行列の長さ測定装置及びその方法を提供する。 - 特許庁
  • 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.
    発生したイベントを一時的に蓄積するイベントキューと、そのイベントキューに蓄積された複数のイベントに対して、最適化定義情報に基づいて、1つ以上のイベントを削除するフィルタリング処理、及び/又は、複数のイベントを1つのイベントに統合するチャンキング処理を実行するイベントキュー最適化手段とを有する。 - 特許庁
  • The karaoke system with the queue backup function manages the queue of musical piece identifiers reserved for playing on a nonvolatile memory, judges whether the power-off continuance period so far exceeds a previously set reference time when the power source is turned on, and initializes the contents of the queue when so.
    演奏予約された楽曲識別子の待ち行列を不揮発性メモリ上で管理し、電源オンになったとき、それまでの電源オフ継続期間があらかじめ設定された基準時間を超えたか否かを判断し、超えている場合には待ち行列の内容を初期化する待ち行列バックアップ機能付きカラオケ装置としている。 - 特許庁
  • The work items in the work queue or work pool are scanned and a required queue position for each work item is calculated according to the amount of time remaining prior to the expiration of the service time goal and weighted advance time for servicing of work items in the work queue or pool.
    作業キューもしくは作業プール内の作業項目が走査され、各々の作業項目に関する必須キュー位置がサービス時間目標の満了前の残り時間の量および作業キューもしくはプール内の作業項目のサービス提供に関する重み付けされた進行時間に従って算出される。 - 特許庁
<前へ 1 2 .... 16 17 18 19 20 21 22 23 24 .... 50 51 次へ>

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

  • 特許庁
    Copyright © Japan Patent office. All Rights Reserved.
  • コンピューター用語辞典
    Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • FreeBSD
    Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  • 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.
  • XFree86
    Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
    Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  • JM
    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.