errorを含む例文一覧と使い方
該当件数 : 41201件
To provide an FM pulse Doppler radar which can detect the error in the bandwidth of the transmission frequency, and make an appropriate correction based on the error.例文帳に追加
送信周波数の帯域幅の誤差を検知することができ、この誤差に基づいて適切に補正を行うFMパルスドップラーレーダー装置を得る。 - 特許庁
The image formatter 14 compares the data strip with the related error control code by a comparator circuit 46, and identifies error data in each data strip.例文帳に追加
イメージフォーマッタ14は、比較回路46で、データストリップを関連する誤り制御符号と比較し、各データストリップ内の誤りデータを識別する。 - 特許庁
The error code adding error correction circuit 60, the EFM demodulation circuit 24, the EFM modulation circuit 33, and the strategy addition circuit 34 may be omitted.例文帳に追加
エラーコード付加エラー訂正回路60、EFM復調回路24、EFM変調回路33、およびストラテジ付加回路34を省略しても良い。 - 特許庁
In a digital signal processing circuit 1, prescribed arithmetic processing is applied to error signal components supplied from error amplifiers 11 and 15.例文帳に追加
デジタル信号処理回路1では、誤差増幅器11,15から供給される誤差信号成分に対して所定の演算処理が施される。 - 特許庁
To provide an installation error processing method for, even when any error is generated during the installation of certain software, performing the installation of the other software.例文帳に追加
あるソフトウェアのインストール中にエラーが発生しても、その他のソフトウェアのインストールを行うことができるインストールエラー処理方法を提供する。 - 特許庁
A self-recovery system includes a self-recovery processor and an error reduction system.例文帳に追加
自己回復システムは、自己回復プロセッサと、エラー軽減システムとを含む。 - 特許庁
You're making the exact same error you're accusing those people of例文帳に追加
その人々を責めるというまさしく同じ誤り つまり価値の誤りを - 映画・海外ドラマ英語字幕翻訳辞書
If a medical error occurs, the patient or spouse agrees to a settlement例文帳に追加
医療ミスがあっても 患者や配偶者は和解に同意するでしょう - 映画・海外ドラマ英語字幕翻訳辞書
But there was no negligence on the hospital's part that could be considered medical error.例文帳に追加
特に病院側に医療ミスに 該当するような過失はなかった - 映画・海外ドラマ英語字幕翻訳辞書
No attempt is made here to give a quantitative estimate of the error.例文帳に追加
ここでは,誤差を定量的に推定をする試みはなにもされない。 - 英語論文検索例文集
The type of error can be of significant concern in a regulatory environment.例文帳に追加
誤差の種類が,規制する環境においてかなりの懸念となりうる。 - 英語論文検索例文集
No attempt is made here to give a quantitative estimate of the error.例文帳に追加
ここでは,エラーの量的に推定をする試みはなにもされなかった。 - 英語論文検索例文集
No attempt is made here to give a quantitative estimate of the error.例文帳に追加
ここでは,誤差の量的な推定をする試みは、何もされなかった。 - 英語論文検索例文集
It is an error to attempt to get the first item from an empty list. 例文帳に追加
これは空リストから最初の項目を取り出そうとしたエラーである. - コンピューター用語辞典
to design, implement and test software for the error burst monitor that acquires and analyses error intervals in real time from a custom made hardware interface 例文帳に追加
特製のハードウェア・インタフェースからの誤り間隔を, リアルタイムで取得し分析するバースト誤りモニタ用のソフトウェアを, 設計し, 実装し, 試験する - コンピューター用語辞典
SIMULATE displays an error message if you do not supply a start time 例文帳に追加
起動時間を入力しない場合にはSIMULATEはエラーメッセージを表示する - コンピューター用語辞典
Click on alertSent and, in the Properties Window, change value of property String to the Message Sent, the same way change property String in the component alertError to the "Error"例文帳に追加
alertSent をクリックし、「プロパティー」ウィンドウで「文字列」プロパティーの値を「Message Sent」に変更します。 同様に、alertError コンポーネントの「文字列」プロパティーの値を「Error」に変更します。 - NetBeans
Initializes the wishDescriptionIsEmpty flag, which will be used later for showing error messages. 例文帳に追加
wishDescriptionIsEmpty フラグを初期化する。 これは、あとでエラーメッセージの表示に使用されます。 - NetBeans
The thrown exception should contain enough information to debug the error and quickly identify the error cause. 例文帳に追加
スローする例外の中には、エラーのデバッグを行うための情報とエラーの原因をはっきりさせるための情報を十分に含める必要があります。 - PEAR
Makes a string representation of the error object. 例文帳に追加
エラーオブジェクト(が保持する情報)についての文字列表現を生成します。 - PEAR
Error if the database is newer than the code reading it.Synopsis 例文帳に追加
読み込むコードよりデータベースのほうが新しい場合はエラーとなる概要 - PEAR
A more detailed error report is added onto the end of the phrase above. 例文帳に追加
エラーの詳細な情報は、上のメッセージの最後に付け加えられます。 - PEAR
Error handling is ``strict''.Returns NULL if an exception was raised by the codec. 例文帳に追加
エラー処理は ``strict'' です。 codec が例外を送出した場合にはNULL を返します。 - Python
If the error indicator is already set, it is cleared first.例文帳に追加
エラーインジケータがすでに設定されている場合は、最初にクリアされます。 - Python
This is the most common way to set the error indicator. 例文帳に追加
これはエラーインジケータを設定するための最も一般的な方法です。 - Python
Returns a C double representation of the contents ofpyfloat, but without error checking. 例文帳に追加
pyfloat の指す値を、 C の double 型表現で返しますが、エラーチェックを行いません。 - Python
Exception raised by the HTMLParser class when it encounters an error while parsing.例文帳に追加
パーズ中にエラーに遭遇した場合にHTMLParser クラスが送出する例外です。 - Python
Raised when a Unicode-related encoding or decoding error occurs. 例文帳に追加
Unicode に関するエンコードまたはデコードのエラーが発生した際に送出されます。 - Python
Raise os. error if the file does not exist or is inaccessible.New in version 1.5.2.例文帳に追加
ファイルが存在しなかったりアクセスできない場合はos.errorを発生します。 - Python
Exception raised when an error occurs while attempting to compile the file. 例文帳に追加
ファイルをコンパイル中にエラーが発生すると、PyCompileError例外が送出されます。 - Python
Exception raised on any error caught by this module. 例文帳に追加
このモジュールによって捕捉されたあらゆるエラー対して発生した例外。 - Python
This method is only called when the error can be recovered from.例文帳に追加
なお、このメソッドが呼び出されるのは回復可能なエラーの場合だけです。 - Python
It maybe useful to examine this when constructing error messages. 例文帳に追加
エラーメッセージを構成する際にこの値を調べると便利なことがあります。 - Python
If a specified event class is one that cannot be suppressed, a BadClass error will result.例文帳に追加
指定したイベントクラスが抑制できないものであれば、エラーBadClass となる。 - XFree86
If you specify any invalid window attribute for a window,a BadMatch error results. 例文帳に追加
ウィンドウに対して不正なウィンドウ属性を指定した場合、エラーBadMatchとなる。 - XFree86
Any errors generated must be handled by the error handler.例文帳に追加
生成された全てのエラーは、エラーハンドラを使って処理しなければならない。 - XFree86
If more than eight are specified in the XModifierKeymap structure, a BadLength error results.例文帳に追加
XModifierKeymap 構造体に8つ以上のモディファイアキーを指定した場合、エラー BadLength となる。 - XFree86
Any argument defined asa set of alternatives can generate this error. 例文帳に追加
XLedFeedbackControl 構造体は、LED のフィードバックに対して制御できる属性を定義する。 - XFree86
Note that the previous error handler is returned.The XGetErrorDatabaseText function returns a null-terminated message (or the default message) from the error message database.例文帳に追加
先に挙げたエラーハンドラは復帰することに注意せよ。 関数XGetErrorDatabaseTextは、エラーメッセージのデータベースより NULL で終わるメッセージ(あるいはデフォルトのメッセージ)を返す。 - XFree86
XProtoError The protocol error number is used as a string for the message argument.例文帳に追加
XProtoError 1iプロトコルエラー番号は、引き数 message に対する文字列として使用される。 - XFree86
In all of these error cases,the functions do not set any return values. 例文帳に追加
以上のいずれのエラーの場合も関数は返り値を設定しない。 - XFree86
The extension major request number, event base,and error base are also returned. 例文帳に追加
機能拡張のメジャーリクエスト番号、イベントベース値、エラーベース値も返される。 - XFree86
A syntax error is reported if a string is not terminated with )or within maxstring characters. 例文帳に追加
文字列がmaxstring 文字以内に ) または > で終わらない場合はエラーとなる。 - XFree86
Error conditions are silently ignored, and the exit status is always 0.例文帳に追加
エラー状態は報告なしで無視され、終了ステータスは常に 0 である。 - XFree86
Some tests,like the event and error tests, also require the -errors or -events options to specified.例文帳に追加
イベントやエラーテストなど、-errors や -events オプションの指定が必要なテストもある。 - XFree86
| ©Copyright 2001~2026 , GIHODO SHUPPAN Co.,Ltd. All Rights Reserved. |
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| Copyright © Benesse Holdings, Inc. All rights reserved. |
| 日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved. WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License |
| 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. |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
| Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|

Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)

