1016万例文収録!

「"実行単位"」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > "実行単位"に関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

"実行単位"を含む例文一覧と使い方

該当件数 : 58



例文

TestCaseクラスのインスタンスは、テストの最小実行単位を示します。例文帳に追加

Instances of the TestCase class represent the smallesttestable units in a set of tests.  - Python

実行監視部2が、実行途中で停止した実行単位を含む各実行単位実行状況、および、途中停止した実行単位に含まれるパンチ回数のうち実行済みのパンチ回数を保存する。例文帳に追加

A process monitoring section 2 retains the performing state of each process unit including the process unit stopped during the process and also retains the number of times of performed punching among the numbers included in the process unit stopped on the way. - 特許庁

ここで、一の基本ブロックに対する実行単位への区分は、すでに実行単位に区分された直後基本ブロックの先端実行単位に属する命令と合わせて行う。例文帳に追加

Here, the classification of one basic block into execution units is carried out, together with instructions belonging to the head execution unit of the basic block immediately after classification into execution units. - 特許庁

さらに、この最小実行単位が終了するごとに、次の最小実行単位にかかる時間と、割り込みまでの残り時間を比較し、残り時間が十分なら、次の最小実行単位の処理へ進み、残り時間が不足しているなら、空プロセス9を実行する。例文帳に追加

Furthermore, each time the minimum execution unit ends, time to be spent on the next minimum execution unit is compared with the residual time until interrupt, and when there is a plenty of residual time, the processing of the next minimum execution unit starts, and when the residual time is insufficient, the empty process 9 is executed. - 特許庁

例文

演算装置17は、プログラム可能なハードウェア論理回路を有しており、記憶装置15に記憶されているb個の変換論理式を実行単位に分割した複数の実行単位論理式にしたがって、実行単位論理式ごとに順次、ハードウェア論理回路を用いて論理構成を行う。例文帳に追加

An arithmetic unit 17 has a programmable hardware logic circuit and sequentially applies a logical configuration to the b conversion logical formulas stored in the storage device 15 in each execution unit logical formula according to a plurality of execution unit logical formulas divided into an execution unit by using the hardware logic circuit. - 特許庁


例文

は、Python のプログラムテキストからなる断片で、一つの実行単位となるものです。例文帳に追加

is a piece of Python program text that is executed as a unit. - Python

このように、ロックの継承を行うことのできる実行単位は1つに制限される。例文帳に追加

Thus, an execution unit that can perform lock succession is limited to one. - 特許庁

この際、機能実行単位には属性情報も対応づけられて追加される。例文帳に追加

In this case, attribute information is added to the function execution units so as to be made to correspond to them. - 特許庁

各機能実行単位1−1〜6は、共通化されたAPIにより動作の指示や情報の授受を行う。例文帳に追加

The respective function execution units 1-1 to 1-6 indicate operations and transfer information through a common API. - 特許庁

例文

上限数取得手段11は、実行単位の属性ごとにプロセッサを占有できる上限数を登録したテーブル12から、実行単位15gの属性に対応するプロセッサを占有できる上限数を取得する。例文帳に追加

An upper limit number obtaining means 11 obtains an upper limit number, which can occupy a processor corresponding to an attribute of the execution unit 15g, from a table 12 registering the upper limit number which can occupy the processor by an attribute of the execution unit. - 特許庁

例文

実行数取得手段13は、実行待ちをしている実行単位15gの属性と同じ属性を持つ実行単位実行しているプロセッサの実行数を取得する。例文帳に追加

An execution number obtaining means 13 obtains an execution number of a processor which executes the execution unit that has the same attribute as that of the execution unit 15g waiting for execution. - 特許庁

Python のシグナルハンドラは Python のユーザが望む限り非同期で呼び出されますが、呼び出されるのは Python インタプリタの ``原子的な (atomic)'' 命令実行単位の間です。例文帳に追加

Although Python signal handlers are called asynchronously as far as the Python user is concerned, they can only occur between the ``atomic'' instructions of the Python interpreter. - Python

情報処理装置としてのECUは、処理プログラムの実行単位であるタスク毎に優先度を設定する。例文帳に追加

An ECU as an information processing device sets a priority for each task as an execution unit of a processing program. - 特許庁

暗号化プログラムの実行単位となるプロセスを、より効率的に実行することが可能なマイクロプロセッサを提供する。例文帳に追加

To provide a microprocessor capable of more efficiently executing a process to be an execution unit of an encryption program. - 特許庁

まず理論アルゴリズムを評価、検討し、理論アルゴリズムを「アルゴリズム実行単位表現」として記述する。例文帳に追加

Theoretical algorithm is evaluated and studied at first, and the theoretical algorithm is described as an "algorithm execution unit expression". - 特許庁

開発対象のプログラムが有する並列性を抽出し、適切に並列実行単位に分割するプログラム開発支援装置を提供する。例文帳に追加

To provide a program development supporting device that extracts parallelism that a program to be developed has and properly divides the program into parallel execution units. - 特許庁

監視対象となるアプリケーションの修正を行なうことなく、全てのプログラム実行単位の終了状態を取得すること。例文帳に追加

To acquire the termination state of every program execution unit, without modifying an application as a monitoring object. - 特許庁

オブジェクトコード生成部30は並列化部40で実行単位に区分された中間形式コードをオブジェクトコード60に変換する。例文帳に追加

An object code generation part 30 converts the intermediate-form codes sectioned into the execution units by the part 40 converting parallel into object codes 60. - 特許庁

CPU10は、510に設定された実行単位ごとのリソース使用量を、331を参照してリクエスト識別子ごとに集計する。例文帳に追加

A CPU 10 collects the resource use amount of each execution unit set in the resource use circumstance table 510 for every request identifier by referring to the request trace 331. - 特許庁

テキスト解釈部4は、渡された制御データを逐次解釈して、各機能実行単位の制御を行う。例文帳に追加

The text interpretation part 4 interprets the passed control data sequentially to control the respective function execution units. - 特許庁

このスケジューリング処理では、前記実行単位に対して処理の緊急度を判断し、前記グループ内の緊急度を有する実行単位の数に応じて、前記各グループに割り当てる実行手段の数を制御することを特徴とする。例文帳に追加

In the scheduling processing, urgency levels of processing are judged with respect to the execution units, and the number of execution means to be assigned to each group is controlled in accordance with the number of execution units having high urgency levels in the group. - 特許庁

印刷処理の実行単位として複数の画像形成装置を管理し、印刷処理の実行単位で生じた画像形成装置毎の障害原因に応じて、当該障害への適切な対処方法を通知する管理装置を提供する。例文帳に追加

To provide a management device for controlling multiple image forming devices as an execution unit of print processing, and notifying a handling method appropriate for failure depending on a failure cause of each image forming device, which has occurred in the execution unit of the print processing. - 特許庁

マルチタスクシステム1では、CPU101が、OS121の各プログラム105〜108に基づいて、「例外」を検出すると起動するタスクを指定して、その指定タスクのために設けられたタスク割付テーブル109に従って、実行単位を順次実行する際に、その実行単位が属するコンポーネントソフトウェアに割り当てられた論理アドレス空間の論理アドレスを物理アドレスに変換する。例文帳に追加

In the multitasking system 1, a CPU 101 designates a task, which starts when "an exception" is detected, based on respective programs 105-108 of an OS 121, and when executable units are sequentially executed according to a task allocation table 109 provided for the designated task, converts a logical address of a logical address space assigned to a component software to which the executable units belong, into a physical address. - 特許庁

計算機100の主記憶装置20は、業務ごとに実行中の業務処理に固有のリクエスト識別子を管理する業務実行状態管理テーブル311と、リクエスト識別子ごとに、業務処理を実行中の実行単位を管理するリクエストトレース331と、実行単位ごとにリソース使用量を管理するリソース使用状況テーブル510とを備える。例文帳に追加

A main storage device 20 of a computer 100 is provided with: a task execution status management table 311 for managing a request identifier unique to task processing during execution for each task; a request trace 331 for managing the execution units under the execution of the task processing for every request identifier; and a resource use circumstance table 510 for managing resource usage by each execution unit. - 特許庁

命令が,メモリからオペランド(演算数)を取り出すことが必要になると,EU(実行単位)は,インタフェース装置からの(その命令の)「取出し」をリクエスト(要求)する例文帳に追加

When an instruction requires an operand to be fetched from memory, the EU requests the fetch from the interface unit  - コンピューター用語辞典

省電力モードにおけるクロックがオフ状態から、オン状態に移行する時パフォーマンスを低下させることなく動的なクロック及び電圧制御と小さい実行単位での回路のクロック調整を可能にする。例文帳に追加

To perform a dynamic clock, voltage control and circuit clock adjustment of a small execution unit without lowering performance when a clock in a power saving mode shifts from an off state to an on state. - 特許庁

MainCPU101が、メモリ107に記憶される、並行処理可能なスケジューリング対象の実行単位(スレッド等)をタスク毎にグループ化し、各タスクに、SubCPU102a〜102nを割り当てるスケジューリング処理を行う。例文帳に追加

A main CPU 101 groups execution units (threads or the like) of parallel processable scheduling objects which are stored in a memory 107 by task and performs scheduling processing of assigning sub-CPUs 102a to 102n to respective tasks. - 特許庁

ブロック表示処理手段22により、表示画面上に各一実行単位ごとのプログラム機能を実現するモジュールをブロック化してシステムの機能手順に従い配列し表示する。例文帳に追加

A block display processing means 22 arrays and displays blocks of modules actualizing program functions by execution units on a display screen according to the function procedure of a system. - 特許庁

機能実行単位の再利用性を高めるとともに、その制御や変更及び修正を容易に行うことができ、開発の容易性とともに保守性を向上させた情報処理装置を提供する。例文帳に追加

To provide an information processor whose reusability in function execution unit and whose control, modification, and correction are facilitated as well as maintainability and developability. - 特許庁

プログラムの実行単位間の関連度に応じて適切に負荷を分散し、負荷の均一化を実現することができる負荷分散システム及び負荷分散方法を提供する。例文帳に追加

To provide a load balancing system and a load balancing method that can provide equal loads by balancing loads appropriately in accordance with the correlation between execution units of a program. - 特許庁

属性情報には機能実行単位のカテゴリ属性やこれが持つ各機能の前後の依存関係が含まれており、制御部100は、この属性情報に基づいてシーケンスファイル141を書き換える。例文帳に追加

The attribute information includes the category attributes of the function execution units or the dependency of those respective functions, and the control part 100 rewrites a sequence file 141 based on the attribute information. - 特許庁

制御部2が局所的に各機能実行単位の制御を行うとともに、制御データをテキストデータで記述できるので、システムの開発、変更などを容易に行うことができるとともに、保守性を向上させることができる。例文帳に追加

The control part 2 can locally control the respective function execution units and describe the control data with text data, so that the system can easily be developed and modified and the maintainability can be improved. - 特許庁

マイクロプロセッサ1は、フェッチ/デコードユニット10a〜cと機能実行単位12、14、16、18に関連のある複数の実行段階を備えた命令実行パイプラインを有している。例文帳に追加

The micro processor 1 has fetch/decode units 10a to 10c, an instruction execution pipeline with a plurality of execution stages relevant to function execution units 12, 14, 16, 18. - 特許庁

更に、処理の実行単位であるジョブにプロセスを関連させて対応情報を持つことによって、プロセス構成が可変のシステムにも対応する。例文帳に追加

Furthermore, the semiconductor exposure equipment can also be adapted to a variable process constitution system by obtaining corresponding information that makes the process associated with a job as a process execution unit. - 特許庁

アルゴリズム実行単位表現では、ループ制御要素等の制御要素をデータ転送単位変換器DUC1〜DUC6に置き換え、演算部分をアルゴリズムコアに置き換える。例文帳に追加

A control element such as a loop control element is replaced with data transfer unit converters DUC1-DUC6, in the algorithm execution unit expression, and a computation portion is replaced with an algorithm core. - 特許庁

次に、アルゴリズム実行単位表現におけるDUCを合理化し、アルゴリズムの記述を単純化するとともに、ハードウエア規模の節減、処理ステップの簡略化等を図る。例文帳に追加

Then, the DUC is rationalized in the algorithm execution unit expression, a description of the algorithm is simplified, a scale of the hardware is reduced, and simplification of a processing step or the like is attained therein. - 特許庁

第2の実行単位は、第1番目のトークン回収完了メッセージを受信した時点で該当するトークン回収制御表1602にロック継承中を表示する。例文帳に追加

A second execution unit displays lock in succession in a corresponding token collection control table 1602 when receiving a first token collection completion message. - 特許庁

本発明は、実行単位ごとに処理すべきデータを格納するための記憶領域を備えたプロセッサであって、消費電力を削減することが可能なプロセッサを提供することを目的とする。例文帳に追加

To provide a processor that can reduce power consumption, in a processor having storage areas for storing data to be processed in execution units. - 特許庁

プロセッサ16a〜16fのどれかの処理機能が開放状態のとき、属性取得手段10は、実行待ちをしている実行単位15gの属性を取得する。例文帳に追加

When a processing function of one of the processors 16a-16f is in an open status, an attribute obtaining means 10 obtains the attribute of an execution unit 15g which is waiting for execution. - 特許庁

拡大基本ブロック並列化部42は基本ブロックに分割された中間コードを、実行順序設定部41による設定順に基本ブロック毎に、並列実行可能な命令からなる実行単位に区分する。例文帳に追加

An expanded basic block parallelizing part 42 classifies the intermediate codes, divided into the basic blocks, by the basic blocks in the order set by an execution order setting part 41 into execution units consisting of parallel executable instructions. - 特許庁

たとえば、同時実行機能の実行単位であるバンク11a,11b,…,11nの一方には、それぞれ、データ書込み/消去用の昇圧電源デコーダ12a,12b,…,12nが対応して設けられている。例文帳に追加

For example, in one of banks 11a, 11b, ..., 11n which are execution units of a simultaneous execution function, boosting power supply decoders 12a, 12b, ..., 12n for data write/erase are correspondingly disposed. - 特許庁

実行手段14は、上限数が実行数より多い場合、実行待ちをしていた実行単位15gを開放状態のプロセッサに実行させる。例文帳に追加

An execution means 14 makes a processor, which is in an open status, execute the execution unit 15g waiting for execution when the upper limit number is larger than the execution number. - 特許庁

ユーザアプリケーションプログラムを開発する際、1実行単位のユーザアプリケーションプログラムを、データベースの更新処理単位等で可能な限り部品単位に作成し、業務処理を形成可能とする。例文帳に追加

In the case of developing a user application program, a user application program in each performance unit is prepared in each part unit as much as possible by a data base updating processing unit or the like so as to form business processing. - 特許庁

例えばテキスト形式で作成されたシーケンスファイル141に従って各コンポーネント(110,120,130)を制御部100が起動・実行制御する情報処理装置において、新たな機能実行単位が追加される。例文帳に追加

An information processor for making a control part 100 control the start/execution of respective components (110, 120, 130) according to a sequence file 141 prepared in a text format is added with new function execution units. - 特許庁

実行単位となる処理プログラムの優先度を考慮して作業者が割込禁止/許可命令を記述する必要をなくし、しかも、無駄な割込禁止期間が発生することを極力抑える。例文帳に追加

To allow an operator to skip the step of describing an interrupt inhibiting permitting instruction in consideration of the priority of a processing program acting as an execution unit and to minimize the occurrence of a useless interrupt inhibiting period. - 特許庁

スタックトレース採取システムは、プロセスが実行単位であるスレッド毎に実行される実行部30と、トレースデータ格納部33を有する。例文帳に追加

A stack trace sampling system has an execution part 30 for carrying out a process for each thread that is an execution unit, and a trace data storage part 33. - 特許庁

多数の汎用レジスタからなるレジスタファイル130を有するマルチスレッド方式などのマイクロプロセッサ10において、プログラムの実行単位モジュールであるスレッド毎に使用するレジスタ数に応じて、汎用レジスタを割当てるための命令コードオフセットデータを作成する。例文帳に追加

A microprocessor 10 of a multithreading system or the like provided with a register file 130 that is composed of a plurality of general registers, is structured so that command code offset data for assigning general registers can be created corresponding to the number of registers to be used for every thread that is a execution unit module for programs. - 特許庁

アプリケーションプログラの実行単位であるタスクが入力装置へアクセスの必要な時にだけ入力装置を稼動状態にし、それ以外の時には待機状態にする入力装置の省電力を実現する省電力制御方式を提供する。例文帳に追加

To obtain a power saving control system which realizes the power saving of an input device by bringing the input device into an operating state only when a task being an execution unit of an application program has to access the input device and bringing it into a waiting state except that. - 特許庁

処理実行単位の優先度の総段階数がそれぞれ異なる複数のコンピュータ間で、コンピュータ毎に異なる値で表される優先度を正確に伝搬することができる優先度管理方法及びそれを用いた分散処理システムを提供する。例文帳に追加

To provide a priority management method for accurately propagating priority expressed with values different for each computer between a plurality of computers where the total number of stages of priority of processing execution units is different and a distributed processing system using the priority management method. - 特許庁

例文

解析対象プログラム実行回数計測手段12は,翻訳時に解析対象プログラム中に挿入されたカウント命令によってカウント領域に実行回数を累積することにより,並列実行単位ごとの実行文の実行回数を計測する。例文帳に追加

A program to be analyzed execution number of time measuring means 12 accumulates the number of times of execution in a count area in response to a count instruction inserted into a program to be analyzed at the time of translation to measure the number of times of execution of an execution sentence by each of parallel execution units. - 特許庁

索引トップ用語の索引



  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Copyright © Japan Patent office. 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS