小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 英和専門語辞典 > エラー割込の英語・英訳 

エラー割込の英語

ピン留め

追加できません

(登録数上限)

単語を追加

英訳・英語 error interrupt; error event


クロスランゲージ 37分野専門語辞書での「エラー割込」の英訳

エラー割込


「エラー割込」の部分一致の例文検索結果

該当件数 : 72



例文

シグナルハンドラでまれたり、エラーが発生したりした場合、正のエラー番号を返す。例文帳に追加

If the call is interrupted by a signal handler or encounters an error, then it returns a positive error number.発音を聞く  - JM

エラーが検出されると、エラー信号を出力して全体を制御するCPUにみをかける。例文帳に追加

When any error is detected, a CPU for controlling the entire system is interrupted by an outputted error signal. - 特許庁

これらは、シグナルハンドラによりまれると、常にエラーEINTR で失敗する。例文帳に追加

they always fail with the error EINTR発音を聞く  - JM

ディスクドライブの書きエラーへのマルチプルセクタ再当て例文帳に追加

MULTIPLE SECTOR REASSIGN ON WRITE ERROR FOR DISK DRIVE - 特許庁

また、通信エラー要求条件とする場合の処理を優先的に実行し、処理において通信を禁止状態に制御する。例文帳に追加

The interruption process with a communication error as a requirement for interrupt is preferentially executed and the communication is controlled in the prohibited state in the interruption process. - 特許庁

キャッシュ・エラー(パリティ・エラーなど)を処理する方法が、みサービスなどの、そして特にデータ記憶みなどの無関係なシステム資源を用いてエラーを報告することにより、ソフトウェア回復を可能にする。例文帳に追加

A method for processing a cache error (such as a parity error) reports an error by using system resources regardless of interruption service especially such as data storage interruption to enable software recovery. - 特許庁

例文

機能ボードB1は全ての機能ボードB1〜Bnに対してみを実行し、エラー解析処理部2がエラーボードレジスタD1に示されたエラーボードに対して選択的にエラー解析処理を実行する。例文帳に追加

The functional board B1 executes interruption to all the functional boards B1 to Bn, and an error analysis processing part 2 selectively executes error analysis processing to the error board shown by the error board register D1. - 特許庁

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

「エラー割込」の部分一致の例文検索結果

該当件数 : 72



例文

データ記憶みを生成し、データ記憶みステータス・レジスタ(DSISR)により、データ記憶みがパリティ・エラーの結果であることを示すことにより、パリティ・エラーが報告される。例文帳に追加

By generating the data storage interruption and showing that the data storage interruption is the result of a parity error by a data storage interruption status register(DSISR), the parity error is reported. - 特許庁

指示から処理に移行する間に、読取部15または記録部17でエラーが発生したとき、そのまま処理に移行した後、エラーメッセージを表示部12に表示する。例文帳に追加

While being shifted to the interrupt processing from the interrupt processing, on the occurrence of an error in the read section 15 or the recording section 17, the image forming device shifts to the interrupt processing as it is and displays an error message on a display section 12. - 特許庁

これにより、CPU15にみが上がり、CPU15は、上記A.A.コードを読み出して、エラー情報の有無とその詳細なエラー要因を知る。例文帳に追加

When the CPU 15 is interrupted, the CPU 15 reads out the A.A. code to know the existence of error information and a detailed error factor. - 特許庁

例えば読み取り部15でエラーが発生した場合、読み取り部15から状態通知制御部21にエラー割込み信号が送られる。例文帳に追加

For example, when an error occurs in a reading part 15, an error interrupt signal is transmitted from the reading part 15 to the status-reporting control part 21. - 特許庁

判定条件設定回路14は、製品機能に影響を及ぼすライン同期エラーを判定するための判定条件を設定するとともに、ラインエラーカウンタ12からの同期エラーやラインエラー画素カウンタ13からのエラー画素と判定条件とを参照してライン同期エラーの判定を行い、判定結果をエラー発生回路15に出力して同期エラーみを発生させる。例文帳に追加

The determination condition setting circuit 14 sets a determination condition for determining a line synchronization error that affects a product function, determines a line synchronization error with reference to a synchronization error from the line error counter 12, and a line error pixel and a determination condition from the line error pixel counter 13, and outputs a determination result to the error generation circuit 15 to generate synchronization error interruption. - 特許庁

ユーザ回路32を備えることにより、CorrectableエラーやNon−Fatalエラーなどで発生したエラーをカウンタ回路34でカウントし、所定の回数のエラーが発生した場合には、みメイン回路33からみ通知を行う。例文帳に追加

By installing a user circuit 32, the errors which are generated in correctable errors and non-fatal errors, etc., are counted in a counter circuit 34, and when the prescribed number of times of errors occur, interruption is notified from an interruption main circuit 33. - 特許庁

シグナルによるみがあった場合、呼び出しはエラーEINTR で失敗する。例文帳に追加

will block until at least one event occurs (unless interrupted by a signal, in which case the call fails with the error EINTR ;発音を聞く  - JM

例文

は、プログラムの低レベルなサブルーチンにおいて、エラーみが発生した時の処理に便利である。例文帳に追加

are useful for dealing with errors and interrupts encountered in a low-level subroutine of a program.発音を聞く  - JM

>>例文の一覧を見る

「エラー割込」の英訳に関連した単語・英語表現

エラー割込のページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
株式会社クロスランゲージ株式会社クロスランゲージ
Copyright © 2024 Cross Language Inc. All Right Reserved.

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS