| 例文 |
Read all dataの部分一致の例文一覧と使い方
該当件数 : 311件
Data of all read units are read for a row X16 corresponding to data in which an error is detected (B).例文帳に追加
エラーが検出されたデータに対応する行X16についてはすべての読み出し単位のデータを読み出す(B)。 - 特許庁
When the data are not all the white data and the black data, number of black level bits of the read data is counted (steps S9-S12).例文帳に追加
全てが白でも黒でもない場合には、読出したデータの黒ビットの数をカウントする(ステップS9〜S12)。 - 特許庁
Data is read out from all the memory cells MC of the memory cell array 1 via a read/write circuit 7.例文帳に追加
リード/ライト回路7を介してメモリセルアレイ1の全てのメモリセルMCからデータが読み出される。 - 特許庁
All of the data stored in the memory part of the wireless tag are read out through the reader/writer, and bits of the read data are inverted.例文帳に追加
リーダ/ライタを介して、無線タグのメモリ部に記憶されている全データを読み出し、読み出したデータをビット反転する。 - 特許庁
Basic data structures in a read-in area are all made identical in a reproduction only type, a DRAW type and a rewriting type, and the read-in area is divided into a system read-in area and a data read-in area.例文帳に追加
リードインエリアにおける基本的なデータ構造を再生専用/追記型/書換え型の全てで一致させ、リードインエリアをシステムリードインエリアとデータリードインエリアに分割する。 - 特許庁
First of all, attached information is read from selected image data (step S50).例文帳に追加
まず、選択された画像データから付属情報が読み込まれる(ステップS50)。 - 特許庁
Then mask data by one byte are read from the read memory (step S3), '0' is set to mark information data to initialize the data (step S4) and whether or not the read data are all black or white data is discriminated (steps S5, S7).例文帳に追加
そして、読取メモリから1バイト分のマークデータを読込み(ステップS3)、マーク情報データを「0」として初期化(ステップS4)し、読出したデータが全て黒か白かを判断する(ステップS5、ステップS7)。 - 特許庁
When receiving data reading requirement, all data inside all the data blocks 111_1-111_5 are read, a logical sum (e.g. 'the data D1' + '00000000' +, etc., + '00000000') is carried out, and only the latest data D1 (or D2, etc., or D5) is obtained (d).例文帳に追加
そして、データ読出要求を受けた時、全データブロック111_1〜111_5内の全データを読み出して論理和(例えば、“データD1”+“00000000”+…+“00000000”)を取り、最新のデータD1(又はD2、…、又はD5)のみを得る(d)。 - 特許庁
When all of the job data is not read yet (S106), the control flow returns to S102.例文帳に追加
ジョブデータのすべてを読み込んでいないときには(S106)、S102に戻る。 - 特許庁
When any of the data in the logical data capsule are read/changed, all of the data in the logical data capsule are read/changed as a whole.例文帳に追加
加えて、論理データカプセルにおけるいずれかのデータが読取られるかまたは変更されると、論理データカプセルにおけるデータのすべてが全体として読取られるかまたは変更される。 - 特許庁
After that, data are read out from all memory cells 10, and the leak from the memory cell 10 is determined in accordance with values of the read data.例文帳に追加
その後、全てのメモリセル10からデータを読み出し、読み出したデータの値に応じて、そのメモリセル10からのリークの有無を判断する。 - 特許庁
Read all data until EOF; block until connection closed. 例文帳に追加
EOFに到達するまでの全てのデータを読み込みます; 接続が閉じられるまでブロックします。 - Python
Concerning the data processing method for registering meta-data in binary data, first of all, in a step S301, binary data to be the application object of meta-data are read and in a step S302, the meta-data to be applied to these binary data are read.例文帳に追加
バイナリデータにメタデータを登録するデータ処理方法において、まず、ステップS301でメタデータの付与対象となるバイナリデータを読み込み、ステップS302で当該バイナリデータに付与すべきメタデータを読み込む。 - 特許庁
The operation for reading the data, checking the data blocks, etc., is repeated until the data on the media are all read to restore the original data.例文帳に追加
部分データのリストアでもバックアップと同等の処理の高速化が図れ,媒体の一部が欠落しても元データの復元を可能にできる。 - 特許庁
Then, when the CPU 12 finishes read of the read-data 1 for all address, the CPU 12 outputs the comparison result data D3 read from the result register 16 to the outside.例文帳に追加
そして、CPU12は、全アドレスに対するリードデータD1の読み出しを終了すると、結果レジスタ16から読み出した比較結果データD3を外部へ出力する。 - 特許庁
A basic data structure in a read-in area is matched with all the reproduction-only/added type of a postscript/rewritable types to be divided into a system read-in area and a data read-in area.例文帳に追加
リードインエリアにおける基本的なデータ構造を再生専用/追記型/書換え型の全てで一致させ、リードインエリアをシステムリードインエリアとデータリードインエリアに分割する。 - 特許庁
Thus, the background data to be read out of the frame memory 2 are made exact at all the time.例文帳に追加
これによって、フレームメモリ2から読み出す背景データは、常に正確なものとなる。 - 特許庁
All other read-buffercompatible objects pass back a reference to the raw internal data representation.例文帳に追加
その他の読み出しバッファ互換オブジェクトは生の内部データ表現への参照を返します。 - Python
If the size argument is negative or omitted, read all data until the end of the chunk.例文帳に追加
もし引数sizeが負か省略されたら、チャンクの最後まで全てのデータを読み込みます。 - Python
Contents of the memory cell are read out, it is confirmed that the contents are erased (all are '0'), after that, the refresh-data is read out from the data storing section for refreshing in which the data is temporarily stored, and rewriting is performed for the memory cell.例文帳に追加
メモリセルの内容を読み出し、内容が消去されたこと(all"0"になったこと)を確認し、その後、一時記憶したリフレッシュ用データ記憶部からリフレッシュデータを読み出し、メモリセルに再書き込みを行う。 - 特許庁
To the image data read out of the first memory 531, 5 all-"0" bits are added and the resulting data are output as image data dn2.例文帳に追加
第1メモリ531から読み出された画像データは、オール“0”の5ビットが付加されて画像データdn2として出力される。 - 特許庁
Utilizing a time difference between the data read speed and the data transfer speed rewrites all or part of data recorded on the disk.例文帳に追加
このデータ読み出し速度とデータ転送速度との時間差を利用して、ディスクに記録されたデータの全部又は一部を書き換える。 - 特許庁
For the line X16 corresponding to the error-detected data, data of all reading units are read (B).例文帳に追加
エラーが検出されたデータに対応する行X16についてはすべての読み出し単位のデータを読み出す(B)。 - 特許庁
Coordinates of all characters and images of received print data are read out and the largest coordinate value in all print data is stored.例文帳に追加
送られてきた印刷データのすべての文字、イメージの座標を読み出し、ここですべての印刷データの中で最も大きい座標値を記憶する。 - 特許庁
In this case, the background of the original is detected by read data of all sides of the original obtained by the preliminary scanning to correct the read data obtained by the main scanning.例文帳に追加
その際、プリスキャンによって得た原稿全面の読み取りデータより原稿の下地を検出しておき、メインスキャンによって得た読み取りデータを補正する。 - 特許庁
After issuing the number of read requests corresponding to the total transfer data volume, issuance of the subsequent read request is stalled to wait till all of the corresponding data is received.例文帳に追加
総転送データ量に相当する数のリードリクエストを発行した後、対応するデータを全て受信するまで、次のリードリクエストの発行を停止して待機する。 - 特許庁
When the sub-informations are read into the cashe memory not for all, the remained files are read at the time of the Breath Point included in video data or audio data.例文帳に追加
全ての副情報をキャッシュメモリに読み込むことができなかった場合、ビデオデータまたはオーディオデータに含まれているBreath_Pointの時に、残りのfileを読み込む。 - 特許庁
During data reproduction, error rates of data read in all head elements are calculated, when the error rate is lower than the prescribed value, the main data and the auxiliary data are read by all head elements, when the error rate is higher than the prescribed value, the main data or the auxiliary data is read by an arbitrary head element out of a plurality of head elements.例文帳に追加
データ再生時は、全てのヘッド素子で読み込んだデータのエラーレートを算出し、エラーレートが所定値よりも低い場合は全てのヘッド素子で主データおよび副データを読み込み、エラーレートが所定値よりも高い場合は、複数のヘッド素子のうち任意のヘッド素子で主データまたは副データを読み込む。 - 特許庁
All the asset value data of collateral vehicle data stored in the asset DB are read out and summed up (S21).例文帳に追加
資産DBに格納されている担保対象車輌データの資産価値データを全て読み出し総和を算出する(S21)。 - 特許庁
When determining that all of the job data has been read, generated print data is transmitted to the print via a network (S107).例文帳に追加
すべてのデータを読み込んだと判断すると、作成したプリントデータをネットワークを介してプリンタに送信する(S107)。 - 特許庁
The read operation is performed by transmitting a read request to a read node satisfying novelty designated by a read request from the client node, generating data reflected on all updatings which are reflects data of the copy node, which performs read request, on the basis of data received as a result, transaction log or respectively applied time stamps, and returning answer to the client node.例文帳に追加
そして、読み出したデータ、または、トランザクション・ログに基づいて、前記各複製ノードが更新を処理する方法と同じ方法により、全ての読み出し複製ノードに施されている更新内容を反映したデータを生成し、このデータを前記クライアント・ノードに応答する。 - 特許庁
All originals are read in an unmagnified state and original size information is stored in a memory module 222 with image data on the read original.例文帳に追加
全ての原稿を等倍で読み取り、その読み取った原稿の画像データとともに原稿サイズ情報をメモリー・モジュール222に格納する。 - 特許庁
When all link data, node data and entrance/exit data used for the route calculation are completed to be read, the route calculating section 12 calculates a route cost by using the entrance/exit data in addition to the read link data and node data (S13, S14).例文帳に追加
そして、経路計算部12は、経路計算に用いる全てのリンクデータ、ノードデータ、流入退出データの読み込みが完了すると、読み込んだリンクデータ、ノードデータに加えて、流入退出データを用いて経路コストを算出する(S13、S14)。 - 特許庁
To solve the problem wherein if a file is partly damaged, trying to read out the whole file results in no data being read out or all the data being read out without any information on where the data are garbled.例文帳に追加
ファイルの一部が破壊されている場合、そのファイル全体を読み出そうとすると、データが一切読み出されないか、あるいは全データが読み出されるものの、どこでデータ化けを起こしているかの情報が全く与えられない。 - 特許庁
A read device 2 reads each data from a recording medium 1 recorded with each data of voice-image-subtitle, and all read subtitle data is classified by each language by a selector 14 and stored in a subtitle data memory 15.例文帳に追加
音声・画像・字幕の各データが記録された記録媒体1から各データを読取装置2で読み取り、読み取ったすべての字幕データをセレクタ14で言語ごとに分類して字幕データメモリ15に格納する。 - 特許庁
During readout, all the data of the super frame are not read out, but only a slot to which the TS to be finally output is allocated is read out.例文帳に追加
読み出し時は、スーパーフレームの全データを読み出すのではなく、最終的に出力されるTSが割り当てられたスロットのみを読み出す。 - 特許庁
After all of the processing is finished and encoded data are all completed, lower frequency components and then higher frequency components are read sequentially to generate encoded image data conforming to the JPEG 2000 standard.例文帳に追加
全ての処理が終了し、符号データが揃った後に、低周波成分から順に読み出して、JPEG2000の規格に則った符号化画像データが生成される。 - 特許庁
Device data of all output devices is read from a device data storage region (S1), and then a logical sum operation is performed for executable function types of all the output devices (S2).例文帳に追加
デバイスデータ格納領域から全出力デバイスのデバイスデータを読込み(S1)、次いで、全出力デバイスについて実行可能な機能種を論理和演算する(S2)。 - 特許庁
To allow an interface unit to correctly read received data at all times and to correctly output data at all time and to realize proper countermeasures, when detecting errors.例文帳に追加
入力されるデータを常に正しく読み込み、また常に正しいデータを出力することを可能とするとともに、誤り検出時には適宜な対策を実現できる。 - 特許庁
When a data read request for the drive 23 determined to be in the execution of the idle seek is received, data are read from all the drives 23 belonging to the same parity group, and the requested data are duplicated.例文帳に追加
アイドルシーク実行中とみなされたドライブ23に対するデータリード要求を受けた場合、同一パリティグループに属する他の全てのドライブ23、23、…からデータをリードして要求されたデータを複製する。 - 特許庁
Based on the layout data in which all hierarchial keywords are replaced by the read data, the form is generated (steps S104 and S105).例文帳に追加
全ての階層キーワードが読み出されたデータに置き換えられたレイアウトデータに基づいて、帳票が生成される(ステップS104、S105)。 - 特許庁
At the time, a data control circuit outputs all data read to the bit line from the memory cell and amplified by the sense amplifier are outputted to the outside.例文帳に追加
この際、データ制御回路は、メモリセルからビット線に読み出されセンスアンプで増幅された全てのデータを外部に出力する。 - 特許庁
After all the "changing setting" is completely read, character data is generated according to the applied setting, and printing data is generated (S107).例文帳に追加
そして、全ての「変更設定」を読み込み終えたら、適用された設定によって文字データを生成し、印刷データを生成する(S107)。 - 特許庁
All the electronic data (files) recorded in a data medium mounted on an optical disk drive 1 (4) are read and a hash value is calculated.例文帳に追加
光ディスクドライブ1(4)に装着されたデータメディアに記録されているすべての電子データ(ファイル)を読み出し、ハッシュ値を計算する。 - 特許庁
When all the originals are read, the PDL data are transferred to a designated external printer (step 308), wherein the data are subjected to print processing.例文帳に追加
そして、全ての原稿が読み取られると、PDLデータが指定された外部印刷機器に転送され(ステップ308)、プリント処理が行われる。 - 特許庁
When the read tag information shows the absence of speculative read data in all cache memories 20a and 20b, these speculative read data are sent to a processor 10a inside the present node device 100a.例文帳に追加
そして、読み出したタグ情報が、投機的読み出しデータが全キャッシュメモリ20a、20bにおいて存在しないことを示す場合には、この投機読み出しデータを自ノード装置100a内のプロセッサ10aに送る。 - 特許庁
All RGB data are read from an image pickup element in a single horizontal transfer in the order of "RGBGRGBG...,".例文帳に追加
撮像素子からは1回の水平転送で「RGBGRGBG…」の順にRGBの全データが読み出される。 - 特許庁
| 例文 |
| 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会員(無料)になると
|