| 意味 | 例文 |
error stringの部分一致の例文一覧と使い方
該当件数 : 187件
function translates these error codes to a human readable string, suitable for error reporting. 例文帳に追加
関数を用いると、これらのエラーコードを人間に可読な文字列に変換できるので、エラー報告に適するだろう。 - JM
It returns the error string in the user-supplied buffer buf of length buflen . 例文帳に追加
この関数は、ユーザーから提供される長さbuflenのバッファbufにエラー文字列を返す。 - JM
Specifies a format string for building an error response to the client.例文帳に追加
クライアントに返すエラー応答を構築するための書式化文字列を指定します。 - Python
If doraise = False (the default), an error string is written to sys.stderr, but no exception is raised. 例文帳に追加
doraise = Falseの場合(デフォルト)はエラーメッセージはsys.stderrに出力し、例外は送出しません。 - Python
Thus, error sounding due to noise caused by the body vibration or the like generated by string striking of the other string can be prevented.例文帳に追加
よって、他の弦の打弦によって生じるボディ振動等を原因とするノイズによる誤発音を防止し得る。 - 特許庁
The second data string and the first data string on which an error correction coding have been performed are modulated and further inversely Fourier-transformed.例文帳に追加
エラー訂正符号化処理を施した、第2のデータ列と第1のデータ列を変調し、更に逆フーリエ変換する。 - 特許庁
To properly copy and paste a text character string while preventing an operation error.例文帳に追加
テキスト文字列のコピーアンドペーストを的確に実行するとともに、誤操作を防止する。 - 特許庁
function returns a string describing the error code passed in the argument errnum, possibly using the LC_MESSAGES 例文帳に追加
関数は、引き数 errnum の中で引き渡されるエラーコードを説明する文字列を返す。 - JM
The optional argument name is a name identifying this string, and is only used for error messages.例文帳に追加
オプション引数name はこの文字列につける名前で、エラーメッセージにしか使われません。 - Python
To provide error candidates that are effective for an error correction circuit by a maximum likelihood decoder which creates a decoding target data string.例文帳に追加
復号対象データ列を作成する最尤復号器において、誤り訂正回路に有効なエラー候補を提供する。 - 特許庁
In the correcting step, an error pattern is corrected based on the estimation error pattern and a corrected data string is output.例文帳に追加
訂正ステップでは、推定誤りパターンに基づいて誤りパターンが誤り訂正されて訂正後データ列が出力される。 - 特許庁
If an error occurs, the interface card 150 retrieves the character string corresponding to the error and sends it to the LAN 100.例文帳に追加
インターフェースカード150は、エラーが発生すると、そのエラーに対応する文字列を検索してLAN100に送信する。 - 特許庁
An error candidate extracting part 5 extracts the character or character string having the error probability value exceeding a prescribed error probability threshold as a candidate.例文帳に追加
誤り候補抽出部5は所定の誤り確率閾値4を超える誤り確率値を持つ文字または文字列を誤り候補として抽出する。 - 特許庁
To provide a device or method (resampler) for converting a sampling speed of a digital signal string that reduces an interpolation error of an output string.例文帳に追加
ディジタル信号ストリングのサンプリング速度変換装置又は方法(リサンプラ)において、出力ストリングの補間誤差を少なくする。 - 特許庁
This exception is raised for socket-related errors. The accompanying value is either a string telling what went wrong or a pair (errno, string)representing an error returned by a system call, similar to the value accompanying os.例文帳に追加
この例外は、ソケット関連のエラーが発生した場合に送出されます。 例外の値は障害の内容を示す文字列か、またはos.errorと同様な(errno, string)のペアとなります。 - Python
SYSTEM AND METHOD FOR ACKNOWLEDGING ERROR IN INPUTTING CHARACTER STRING OF PECULIAR INFORMATION例文帳に追加
固有情報の文字列入力誤り認知システムと文字列入力誤り認知方法 - 特許庁
A table storage part 155 stores an error rate table, in which the received bit string is made to correspond to an error rate that post data which are the data of one or more bits received later of the received bit string, is in error.例文帳に追加
テーブル記憶部155は、受信ビット列と、その受信ビット列のうちの後に受信された1ビット以上のデータである後データが誤っている誤り率とを対応付けた誤り率テーブルを記憶している。 - 特許庁
To provide a character string shaping method, device and program which subject a character string to a language processing after removing duplicated characters considered as error and shaping to a correct word.例文帳に追加
誤字と思われる重複文字を除去して正しい単語に整形した後に、言語処理の対象とすることを目的とする。 - 特許庁
The event error correcting unit carries out bit-flipping (refer to (d)) of the data within a merge section (continuous events) in the decoded data string when the error-corrected portion in the acquired and decoded data string is in an event information string (c).例文帳に追加
そして、イベント誤り訂正器は、取得した復号データ列内の誤り訂正箇所が、イベント情報列((c)参照)内にある場合には、復号データ列内のデータをマージ区間内(連続イベント)についてビットフリップする((d)参照)。 - 特許庁
To provide a transmission error detection device, capable of detecting which of a bit string of identification information or a bit string of the main part of data has an error, when the error occurs in a bit string of transmission information composed of the identification information and the main part of the data.例文帳に追加
識別情報およびデータ本体とによって構成される伝送情報のビット列にエラーが発生した場合、識別情報のビット列およびデータ本体のビット列のいずれにエラーが発生したのかを検出することができる伝送エラー検出装置を提供する。 - 特許庁
String and other char buffer compatible objects are decoded according to the given encoding and using the error handlingdefined by errors.例文帳に追加
文字列やその他の char バッファ互換オブジェクトの場合、オブジェクトは encoding に従ってデコードされます。 このとき error で定義されたエラー処理を用います。 - Python
Thus, the interpolator conducts interpolation with a small error to generate an output signal string (Sout).例文帳に追加
かくしてインターポレータは誤差の小さい補間をして出力信号ストリング(Sout)をつくる。 - 特許庁
fails to match all of the format string and therefore an error occurred the function returns NULL. 例文帳に追加
がフォーマット文字列のすべての比較に失敗し、エラーが起こった場合、関数は NULL ポインタを返す。 - JM
To provide a resistor string D/A converter for reducing a conversion error caused by relative accuracy of unit resistance having a resistor string.例文帳に追加
抵抗ストリングが有する単位抵抗の相対精度に起因する変換誤差を低減させる抵抗ストリング型D/Aコンバータを提供すること。 - 特許庁
An information bit string that is subjected to encoding processing for error correction in the form of connecting an error correction code outside a LDPC code is received as a reception bit string, is subjected to LDPC decoding processing and is subsequently subjected to error correction processing corresponding to an error correction code.例文帳に追加
LDPC符号の外側に誤り訂正符号を連接する形態の誤り訂正用の符号化処理が施された情報ビット列を受信ビット列として受信し、LDPC復号化処理を施した後、誤り訂正符号に対応した誤り訂正処理を施す。 - 特許庁
In this error detection, a place where the information is written and information showing whether a character string is adequate for the place are reported to a device and if an inadequate character string is extracted, the place of the inadequate character string and the inadequate character string itself are reported to the user.例文帳に追加
エラー検知は情報を書く場所と、その場所に対し適切な文字列であるかの情報を装置に知らせておいて不適切な文字列が抽出された場合、その場所とその不適切な文字列をユーザに知らせる。 - 特許庁
An error confirming pixel where an error diffused in response to progress of the processing by the 1st CPU is perfectly confirmed, appears on a pixel string adjacent to the pixel string processed by the 1st CPU.例文帳に追加
第1のCPUが処理する画素列に隣接する画素列上には、第1のCPUによる処理の進展に応じて拡散される誤差が完全に確定した誤差確定画素が現れる。 - 特許庁
An information processing part 163 uses the error rate of the latest bit out of N-bits for finding an error rate expected value for an error of the latest bit in a transmission bit string due to the appearance of each of bit patterns in a unit bit string.例文帳に追加
情報処理部163は、単位ビット列の各ビットパターンについて、そのビットパターンの出現に起因して、送信ビット列の最新のビットが誤る誤り率期待値を、Nビットのうちの、最新のビットが誤る誤り率を用いて求める。 - 特許庁
Thereby, it can be detected whether an error is being generated in a bit string of the identification information, or in a bit string of the predetermined main part of data.例文帳に追加
したがって、識別情報のビット列にエラーが発生しているのか、所定のデータのビット列にエラーが発生しているのかを検出することができる。 - 特許庁
A character string corresponding to an error ID is stored in a programmable state in the interface card 150 of a printer.例文帳に追加
プリンタにエラーIDに対応した文字列を、プリンタのインターフェースカード150にプログラム可能に記憶させる。 - 特許庁
It returns the size of the errbuf required to contain the null-terminated error message string. 例文帳に追加
この関数は、ヌル文字で終端されたエラーメッセージ文字列を格納するのに必要なerrbufのサイズを返す。 - JM
In a case where acquisition of feed information or creation of display information created by analyzing the feed information fail, according to a multi function machine (MFP) 10, contents of error indicating the failure (error title character string 148, error occurrence date/time information 150, error summary character string 152 and error URL 154) are added to display information 112.例文帳に追加
多機能機10によれば、フィード情報の取得に失敗した場合およびフィード情報を解析して作成される表示情報の作成に失敗した場合には、それらの失敗を示すエラーの内容(エラータイトル文字列148、エラー発生日時情報150、エラー要約文字列152およびエラーURL154)を、表示情報112に付加する。 - 特許庁
An error correction code packet data reception section 11 receives error correction code packet data A and transfers the data to an identifier bit string read 12 and a buffer memory 15.例文帳に追加
誤り訂正符号パケットデータ受信部11は、誤り訂正符号パケットデータAを受信し、識別子ビット列読み出し部12とバッファメモリ15に転送する。 - 特許庁
Verify that the validation error displays when you enter a value outside the range and the conversion error displays when you enter a non-numeric string value. 例文帳に追加
範囲外の値を入力すると妥当性検査エラーが表示され、数値以外の文字列値を入力すると変換エラーが表示されることを確認します。 - NetBeans
METHOD AND DEVICE FOR GENERATING PARITY INSPECTION MATRIX, METHOD FOR CORRECTING CODED BIT STRING BY USING ERROR DETECTION CODE, COMPUTER PROGRAM, DEVICE FOR DETECTING ERROR STIPULATED BEFOREHAND AND DEVICE FOR CODING BIT STRING例文帳に追加
パリティ検査行列を発生する方法および装置、エラー検出コードを用いてコード化ビット列を訂正する方法、コンピュータプログラム、予め規定されたエラーを検出するための装置、ならびにビット列をコード化するための装置 - 特許庁
The decoder has a detector (226) for creating a decoding target data string, and an error candidate extractor (227) for extracting the bit positions of which likelihood of each bit shows a high probability of error as the error candidates of the decoding target data string based on the likelihood information from the detector (226).例文帳に追加
復号対象データ列を作成する検出器(226)と、検出器(226)からの尤度情報により、復号対象データ列のエラー候補として、各ビットの尤度から誤りの可能性の高いビット位置を抽出するエラー候補抽出器(227)を設けた。 - 特許庁
When error correction processing that corresponds to the error correction code is impossible at this time, a bit with low reliability is detected from the reception bit string subjected to the LDPC decoding processing and is inverted, and error correction processing that corresponds to the error correction code is applied to the bit inverted received bit string.例文帳に追加
このとき、誤り訂正符号に対応した誤り訂正処理が不可能である場合、LDPC復号化処理が施された受信ビット列の中から信頼性の低いビットを検出して反転させ、該ビット反転された受信ビット列に対して誤り訂正符号に対応した誤り訂正処理を施す。 - 特許庁
To provide a data recording device, a recording medium, and an error detection method capable of detecting an error while suppressing a proportion in which error detection codes occupy in a data string recorded on the recording medium.例文帳に追加
記録媒体に記録されるデータ列のうちエラー検出用の符号が占める割合を抑えつつ、エラーを検出することが可能なデータ記録装置、記録媒体、およびエラー検出方法を提供する。 - 特許庁
Then, the number of conduction error points is input as character strings and the search is performed by using the character string search function.例文帳に追加
次に、導通不良ポイント番号を文字列として入力し、文字列検索機能を用いて、検索を行う。 - 特許庁
To be of most use, the argument string should include the name of the function that incurred the error. 例文帳に追加
このメッセージを最大限活用するためには、引き数文字列にエラーが発生した関数名を入れておくとよい。 - JM
Thereby, even when an error exists in the search string, search processing can be performed based on the similar word.例文帳に追加
これにより、検索文字列に誤りがある場合でも、類似単語に基いて検索処理を行うことができる。 - 特許庁
A 16-bit string is created by adding a reversed bit, after a bit string creating means 70 adds an error detection bit to additional information to be embedded (S101).例文帳に追加
埋め込むべき付加情報に対してビット配列作成手段70が誤り検出ビットを付加した後、反転させたビットを付加し、16ビット配列を作成する(S101)。 - 特許庁
The BMID data string of 64 bytes is inserted to predetermined 64 pieces of error correction coding words (LDC) in one block (304 pieces (columns) of error correction coding words).例文帳に追加
64バイトのBMIDデータ列は、1ブロック(304個(列)の誤り訂正符号語)のうちの所定の64個の誤り訂正符号語(LDC)に挿入される。 - 特許庁
An interface 21 is connected to a network 1 for transmitting a data string having a gap between frames to capture the data string transmitted on the network 1 and to detect an error in each frame contained in the data string.例文帳に追加
インタフェース21は、フレームとフレームとの間に隙間が存在するデータ列を伝送するネットワーク1に接続され、そのネットワーク1上を伝送するデータ列を取り込むとともに、そのデータ列に含まれる各フレームのエラー検知を行なう。 - 特許庁
In the respective code string creation means 231 to 23n, a quantization table is selected based on the error quantity, a new code string is created according to the quantization table and transmitted to the client 2.例文帳に追加
各符号列作成手段231〜23nでは誤差量に基づいて量子化テーブルを選択して、この量子化テーブルに従って新たな符号列を作成し、クライアント2に送信する。 - 特許庁
A first and a second error detecting portions 13 and 14 detects errors in a bit string of the identification information and a bit string of the predetermined main part of data respectively, based on the first and the second parity bits.例文帳に追加
第1および第2エラー検出部13,14は、第1および第2のパリティビットに基づいて、識別情報および所定のデータ本体のビット列のエラーをそれぞれ検出する。 - 特許庁
In a radio data transmission system on a transmitting side, a transmitting bit string is branched into first and second bit strings by a branching unit 11, and the first bit string is subjected to space-time encoding by a space-time encoder 12, while the second bit string is subjected to error correction encoding by an error correction encoder 13.例文帳に追加
送信側の無線データ伝送装置において、送信ビット列を分岐器11で第1及び第2のビット列に分岐して、第1のビット列には時空間符号化器12により時空間符号化を施すと共に、第2のビット列には誤り訂正符号化器13により誤り訂正符号化を施す。 - 特許庁
| 意味 | 例文 |
| 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. |
| 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|