1153万例文収録!

「process scheduler」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > process schedulerに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

process schedulerの部分一致の例文一覧と使い方

該当件数 : 37



例文

PROCESS SCHEDULER USING ADAPTIVE PARTITIONING OF PROCESS THREAD例文帳に追加

プロセス・スレッドのアダプティブ・パーティショニングを用いたプロセス・スケジューラ - 特許庁

In response to the comparison result, the memory scheduler 200 interrupts a process scheduler 100.例文帳に追加

この比較結果に応じて、メモリスケジューラ200はプロセススケジューラ100に割り込みをかける。 - 特許庁

One of the plural process schedulers which are managed by a process scheduler managing part 104 is selected by a process scheduler selecting part 105, one user process to be activated next is selected and the selected user process is executed in the selected process scheduler.例文帳に追加

プロセススケジューラ管理部104が管理している複数のプロセススケジューラの内の1つを、プロセススケジューラ選択部105が選出し、この選出されたプロセススケジューラにおいて次に動くべきユーザプロセスを1つ選出し、選出されたユーザプロセスを実行する。 - 特許庁

The scheduler is the kernel component that decides which runnable process will be executed by the CPU next. 例文帳に追加

スケジューラ (scheduler) とはカーネルの構成要素で、次に CPU で実行される実行可能なプロセスを決定するものである。 - JM

例文

Process scheduler parts 101, 102 select one user process to be activated next from among the plural user processes and notify it to the process scheduler selecting part 5.例文帳に追加

プロセススケジューラ部101、102は、複数のユーザプロセスの中から次に動かすべきユーザプロセスを1つ選出してプロセススケジューラ選択部105に通知する。 - 特許庁


例文

A process plan scheduler 103 forms schedule data 104 by lots.例文帳に追加

工程計画スケジューラ103は、ロット別・スケジュールデータ104を作成する。 - 特許庁

A substrate transfer method of a substrate processing apparatus, a scheduler, and an operation control device of a substrate processing apparatus comprises a linear programming scheduler 45, a simulation method scheduler 46, and a scheduler switching process 41, in order to perform substrate transfer scheduling by switching between linear programming and simulation method.例文帳に追加

線形計画法スケジューラ45、シミュレーション法スケジューラ46、スケジューラ切替プロセス41を備え、基板搬送のスケジューリングを、線形計画法とシミュレーション法とを切り替えて行う。 - 特許庁

In an activation scheduler 3A, activation of an internal refresh process 4A and activation of an external refresh process 2A are controlled.例文帳に追加

起動スケジューラ3Aは、内部リフレッシュ処理4A及び外部リフレッシュ処理2Aの起動を制御する。 - 特許庁

In addition, the processes to be scheduled by the process scheduler parts 101, 102 are managed by process managing parts 107, 108.例文帳に追加

また、プロセススケジューラ部101、102によってスケジューリングされるプロセスをプロセス管理部107、108が管理する。 - 特許庁

例文

A scheduler 16 executes a process at every nanosecond tick, and a central control process 11 controls the execution of the processes.例文帳に追加

スケジューラ16がナノ秒ティックごとにプロセスを実行し、中央制御プロセス11はこれらプロセスの実行を制御する。 - 特許庁

例文

After the task process to be indicated by the task scheduler is completed, the data processing units become a waiting state to wait for a control signal to transfer a task complete signal to the task scheduler and to indicate the task execution followed from the task scheduler.例文帳に追加

前記タスクスケジュラーが指示したタスク処理が終了すれば、前記データ処理単位は前記タスクスケジュラーにタスク終了信号を伝達して前記タスクスケジュラーから次のタスク実行を指示する制御信号を待つ待機状態になる。 - 特許庁

The difference is that this policy will cause the scheduler to always assume that the process is CPU-intensive. 例文帳に追加

異なるのは、このポリシーでは、プロセスが常に CPU に負荷のかかる (CPU-intensive)処理を行うと、スケジューラが仮定する点である。 - JM

A process scheduling change part 102 receives an interruption from the memory scheduler 200 to change a process scheduling condition of a CPU core 11 from a priority of a process to the bus use rate thereof.例文帳に追加

プロセススケジューリング変更部102は、メモリスケジューラ200からの割り込みを受け、CPUコア11のプロセススケジューリング条件を、プロセスの優先度からプロセスのバス使用率に変更する。 - 特許庁

Next, the management process 2 informs a job scheduler 1 of the job cluster ID and requests the number of processors for use.例文帳に追加

次に、管理プロセス2は、ジョブスケジューラ1に対して、ジョブクラスタIDを伝えて、利用したいプロセッサ数を要求する。 - 特許庁

When order information is inputted, a scheduler specifies a process or resource required for producing items related to each of orders.例文帳に追加

オーダー情報が投入されると、スケジューラは、各オーダーに係る品目の生産に必要となる工程、資源等を特定する。 - 特許庁

A scheduler schedule time calculating part 24 calculates a start schedule time and an end schedule time of each product in its own process on the basis of the preceding process end time.例文帳に追加

スケジューラの予定時刻算出部24は、直前工程終了時刻に基づいて自工程での各製品の開始予定時刻及び終了予定時刻を算出する。 - 特許庁

In order to determine which process runs next, the scheduler looks for the non-empty list with the highest static priority and selects the process at the head of this list. 例文帳に追加

どのプロセスを次に実行するかを決定するために、スケジューラは静的優先度の最も高い空でないリストを探して、そのリストの先頭のプロセスを選択する。 - JM

To select and process only necessary information, to structure a data base of the information according to position information on a terminal and to store the information while linking it with a scheduler, and to display the information again afterward on the basis of the position information and temporal elements of the scheduler.例文帳に追加

必要な情報のみ選別して加工し、その情報を端末の位置情報に基づいてデータベース化したり、スケジューラとリンクして記憶し、後に位置情報やスケジューラの時間的要素を元に再度表示可能とする。 - 特許庁

The management process 2 receives a list of processors for assignment from the job scheduler 1, and an execution management device 6 assigns jobs to processors to make the processors execute jobs.例文帳に追加

管理プロセス2はジョブスケジューラ1から割り当てプロセッサのリストを受け取り、実行管理装置6はプロセッサにジョブを割り当て、実行をさせる。 - 特許庁

and increased for each time quantum the process is ready to run, but denied to run by the scheduler. 例文帳に追加

により設定される) nice 値に基づいて決定されるもので、単位時間毎に、プロセスが実行可能だが、スケジューラにより実行が拒否された場合にインクリメントされる。 - JM

Consequently, the scheduler will apply a small scheduling penalty with respect to wakeup behaviour, so that this process is mildly disfavored in scheduling decisions. 例文帳に追加

スケジューラはプロセスを呼び起こす毎にそのプロセスにスケジューリング上のペナルティを少し課し、その結果、このプロセスはスケジューリングの決定で若干冷遇されるようになる。 - JM

To provide a storage medium scheduler, a real time system and a scheduling method which normally process stream data that have temporal constraint and are severely managed and which also normally process non- stream data.例文帳に追加

本発明は、時間的制約があって管理が厳しいストリームデータを正常に処理し、かつ、非ストリームデータも正常に処理する記憶媒体スケジューラ、リアルタイムシステムおよびスケジューリング方法を提供することを課題とする。 - 特許庁

If the process 11 belongs to a related process list, the failure occurrence time condition retaining part 40 instructs a scheduler 70 to remove related processes from a run queue 80 and sends a command to create the core file of the process 11 to a core dumping part 60.例文帳に追加

プロセス11が関連プロセスリストに所属している場合、障害発生時状況保持部40はスケジューラ70に対して関連プロセスをランキュー80から外すように指示し、コアダンプ部60に対してプロセス11のコアファイルを生成する命令を送信する。 - 特許庁

A job scheduler 200 transmits a resource reservation request to a resource proxy 300, and the resource proxy 300 generates a pair of a reservation process certificate issue request including a reservation target resource, a period and a public key and a secret key corresponding to the public key, and transfers the reservation process certificate issue request through the job scheduler 200 to a host computer 100.例文帳に追加

ジョブスケジューラ200はリソースプロキシ300にリソース予約要求を送り、リソースプロキシ300は、予約対象リソースと期間及び公開鍵を含む予約プロセス証明書発行要求と、公開鍵に対応する秘密鍵の対を生成し、ジョブスケジューラ200を介して予約プロセス証明書発行要求をホストコンピュータ100に渡す。 - 特許庁

In the activation scheduler, if a logical device having reached the refresh timing is found, an activation command is transmitted to one of the storage device 1 or an external device 2, and the internal refresh process 4A or the external refresh process 2A is activated.例文帳に追加

起動スケジューラ3Aは、リフレッシュ時期の到来した論理デバイスを発見すると、ストレージ装置1または外部装置2のいずれかに起動コマンドを送信し、内部リフレッシュ処理4Aまたは外部リフレッシュ処理2Aを起動させる。 - 特許庁

The multiplexing control unit receives consecutive tasks output by a task scheduler and selects whether to process the consecutive tasks in parallel with other sub-systems or simultaneously on the basis of priority information of the tasks.例文帳に追加

二重化制御部は、タスクスケジューラから出力された連続するタスクを受信して、連続するタスクの優先度情報に基づいて、連続するタスクを他のサブシステムとの間で並列処理するか、又は、同時処理するかを選択する。 - 特許庁

The method includes a stage of processing each of the secondary management data packets through one or more queues in the scheduler used to process a user service flow in an Institute of Electrical and Electronics Engineers (IEEE)802.16 system.例文帳に追加

当該方法は、電気電子技術者協会(IEEE)802.16システムでユーザー・サービス・フローを処理するために使用されるスケジューラー内の1つ以上のキューを通じて各2次管理データ・パケットを処理する段階、を有する。 - 特許庁

The information server uses the environment setting information and the profile information to control the operations of a scheduler and a router in the information server to enable users to selectively view process control information via the graphical user interface and to route the process control information to an appropriate web service.例文帳に追加

情報サーバーは、環境設定情報およびプロフィール情報を使用して、情報サーバー内のスケジューラおよびルーターの動作を制御し、グラフィカルユーザインタフェースを介してユーザがプロセス制御情報を選択的に調査し、そして、プロセス制御情報をウェブサービスの中の適切なものへルーティングすることを可能にする。 - 特許庁

The information server uses the environment setting information and the profile information to control the operations of a scheduler and a router within the information server to enable users to selectively view process control information via the graphical user interface and to route process control information to appropriate ones of the web services.例文帳に追加

情報サーバーは、環境設定情報およびプロフィール情報を使用して、情報サーバー内のスケジューラおよびルーターの動作を制御し、グラフィカルユーザインタフェースを介してユーザがプロセス制御情報を選択的に調査し、そして、プロセス制御情報をウェブサービスの中の適切なものへルーティングすることを可能にする。 - 特許庁

In a memory scheduler 200, a memory access collecting part 203 collects bus use rates for each process ID from a memory access command, and a bus use rate comparison part 205 compares a collection result of the collecting part 203 to a threshold set to a threshold setting part 204.例文帳に追加

メモリスケジューラ200において、メモリアクセス集計部203がメモリアクセスコマンドからプロセスID毎のバス使用率を集計し、バス使用率比較部205がメモリアクセス集計部203の集計結果と閾値設定部204に設定された閾値とを比較する。 - 特許庁

The process plan scheduler 103 transmits supply date/supply destination factory instruction data 112 by lots formed by the use of the schedule data 104 by lots and manufacturing plan factory route data by manufacturing form to the lot supply processing part 105 of a wafer manufacturing factory A.例文帳に追加

工程計画スケジューラ103は、ロット別・スケジュールデータ104と製造形名別・製造計画工場ルートデータとを用いて作成したロット別・供給日/供給先工場指示データ112をウェハ製造工場Aのロット供給処理部105に送信する。 - 特許庁

The scheduler of an OS under execution on a processor is provided with a function for changing the routing table of the routers in the system in a timing in which the switching of a process is executed.例文帳に追加

プロセッサエレメントとメモリコントローラとルータを複数個相互に接続して構成される冗長経路を有するマルチプロセッサシステムで、プロセッサ上で実行中のOSのスケジューラが、プロセスの切替えを行うタイミングでシステム内のルータのルーティングテーブルを変更する機能を有する。 - 特許庁

The host computer 100 prepares an electronically signatured reservation process certificate by using a user proxy credential or a user credential, transfers it as a reservation decision request through the job scheduler 200 to the resource proxy 300, and performs user authentication by using a pair of the reservation process certificate stored on the resource proxy 300 and the secret key when the resource is used.例文帳に追加

ホストコンピュータ100は、ユーザプロキシ・クレデンシャル又はユーザ・クレデンシャルを用いて電子署名された予約プロセス証明書を作成してジョブスケジューラ200を介してリソースプロキシ300に予約確定要求として渡し、リソースの使用時には、リソースプロキシ300上に記憶保持されている予約プロセス証明書と秘密鍵の対を用いてユーザ認証を行う。 - 特許庁

A print platform includes: a plurality of marking engines 20 that process jobs; a marking engine analyzer (analysis component) 14 that determines image quality defects of the marking engine; and a scheduler 18 that creates a plan to process a job with the marking engine based on each image quality defect of the marking engine in order to minimize visibility of the defects in images reproduced by the marking engine.例文帳に追加

印刷プラットフォームは、ジョブを処理する複数のマーキングエンジン20と、マーキングエンジンの画質欠陥を判断するマーキングエンジンアナライザ(分析コンポーネント)14と、マーキングエンジンにより複製された画像における欠陥の可視性を最小にするように、マーキングエンジンの各々の画質欠陥に基づいて、マーキングエンジンによってジョブを処理する計画を生成するスケジューラ18と、を含む。 - 特許庁

The base band section 7-2 which assigns resources to the mobile machine calculates the minimum resource amount at the minimum process state from the call setting request information to be notified from the call processing controller 7-3 by a resource management section 1-2 and a scheduler 1-3, and notifies the call processing controller 7-3 of call setting response information including the minimum resource amount.例文帳に追加

該移動機にリソースを割り当てるベースバンド部7−2は、リソース管理部1−2及びスケジューラ部1−3により、呼処理制御部7−3から通知される呼設定要求情報から最少プロセス状態の最小リソース量を算出し、該最小リソース量を含む呼設定応答情報を呼処理制御部7−3に通知する。 - 特許庁

The scheduler 111 causes the CPU to execute the VMs in parallel by allocating time slots to the first to third VMs at predetermined timings; if the first or second VM finishes the process without consuming the entire time slot allocated to it, the remaining time of the time slot is allocated to the third VM 140.例文帳に追加

スケジューラ111は、第一〜第三のVMに対し所定のタイミングでタイムスロットを割当てることによりCPUにこれらのVMを並行して実行させ、第一或いは第二のVMが、自身に割当てられたタイムスロットを全て消費することなく処理を終了した場合には、第三のVM140にこのタイムスロットの残り時間を割当てる。 - 特許庁

例文

In a memory distribution type parallel computer for executing plural processes by plural processors connected through a communication network, each processor for executing at least one process out of plural processes has a scheduler for scheduling the data transfer of substitute data to respective processes and a data transfer means for executing data transfer through the communication network in accordance with the schedule.例文帳に追加

通信ネットワークにより接続された複数の処理装置により複数のプロセスを実行する分散メモリ型並列計算機においては、複数のプロセスのうちの少なくとも1のプロセスを実行する各処理装置が、複数のプロセスに対し重複割付けされた変数に当該プロセスがデータを代入する場合に、代入されるデータの各プロセスへのデータ転送をスケジューリングするスケジューラと、スケジューラに従って、通信ネットワークを介するデータ転送を行うデータ転送手段とを有する。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS