1016万例文収録!

「数値フィールド」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 数値フィールドに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

数値フィールドの部分一致の例文一覧と使い方

該当件数 : 43



例文

数値フィールド例文帳に追加

Since the count field is only one byte, you can only use  - JM

数値フィールド分割装置、プログラム、記録媒体、および、数値フィールド分割方法例文帳に追加

NUMERICAL FIELD DIVIDER, PROGRAM, RECORDING MEDIUM AND NUMERICAL FIELD DIVIDING METHOD - 特許庁

数値フィールドを 0 で埋める。 したがって、例えば例文帳に追加

pads numeric fields with zeroes so that, for example, numeric months are  - JM

第 3 フィールドのユーザー ID で数値的にソートする。例文帳に追加

numeric user ID in field three.  - JM

例文

データフィールド数値は0から255の間で定義できます。例文帳に追加

The data field number can be defined within a range of 0 to 255. - Weblio Email例文集


例文

4 番目のフィールドはスラッシュ (/) で区切られた 2 つの数値から構成される。例文帳に追加

The fourth field consists of two numbers separated by a slash (/).  - JM

これらの数値は IP ヘッダのプロトコルフィールドに現れる。例文帳に追加

These numbers will occur in the protocol field of any IP header.  - JM

このフィールドに別の数値を入力すると、サイズを変更できます。例文帳に追加

You can manipulate the size by typing different numbers in this field.  - NetBeans

writer オブジェクトに対し、全ての非数値フィールドをクオートするように指示します。例文帳に追加

Instructs writer objects to quote all non-numeric fields.  - Python

例文

次の位置には、フィールドの幅を指定できる。 10 進の数値文字列で、フィールドの最小幅をバイト単位で指定する。例文帳に追加

Next, there may be a field width: a decimal digit string specifying a minimum field width in bytes.  - JM

例文

テンプレートを利用して数値入力フィールド数値データを入力している状態で、定義済みの数値入力フィールドに対してはその計算式を確認したり、未定義の数値入力フィールドに対してユーザが意図する計算式をスクリプト言語で直接定義することである。例文帳に追加

To confirm a calculation equation for a defined numerical value input field and directly define a calculation equation intended by a user for an undefined numerical value input field, in a state in which numerical value data is inputted in the numerical value input fields by utilizing a template. - 特許庁

数値コンバータ」をドラッグし、「テキストフィールド」コンポーネントの上にドロップします。例文帳に追加

Drag a Number Converter and drop it on the Text Field component.  - NetBeans

「パレット」の「コンバータ」セクションから、「数値コンバータ」をドラッグし、「テキストフィールド」コンポーネントにドロップします。 数値コンバータは、「テキストフィールド」コンバータが文字列よりも数値オブジェクトを返すように指定します。例文帳に追加

From the Converters section of the Palette, drag the Number Converter and drop it on the Text Field component.The number converter specifies that the Text Field component returns a Number object rather than a String.  - NetBeans

通信媒体を介して接続されるフィールド機器であって、データまたは信号を送受信する送受信手段と、数値演算機能と、他のフィールド機器からの情報を受信しこの受信した情報に基づいてフィールド機器自身、他のフィールド機器またはプロセス・ループの運転状態を診断する診断手段とを備えることを特徴とするフィールド機器。例文帳に追加

This field equipment to be connected through a communication medium comprises a transmitting and receiving means for transmitting and receiving a data or signal, a numerical arithmetic function, and a diagnostic means for receiving the information from another field equipment and diagnosing the operating state of the field equipment itself, another field equipment or the process loop based on the received information. - 特許庁

大規模データに対しても短時間で数値フィールドの最適に近い分割を求めることができる数値フィールド分割装置等を提供することを課題とする。例文帳に追加

To provide a numerical field divider or the like capable of obtaining the almost optimum division of numerical fields in a short time even in large scale data. - 特許庁

レコードを一意に決定する識別子を含むフィールドの名前、あるいは数値インデックス (複数のフィールドを指定するのは、複合主キーの場合のみです)。例文帳に追加

Name(s), or numerical index(es) of the field(s) which contain a unique record identifier (only use several fields in case of a multiple-fields primary key)  - PEAR

ユーザフィールド長列の自己相関関数値を小さくしつつデータリンクパケット当たりの総制御情報フィールド長を小さくすることができるパケット送信装置を提供する。例文帳に追加

To provide a packet transmitter which makes small total control information field length per data link packet while making small an autocorrelation function value of a user field length string. - 特許庁

テキストフィールド等を表示する画面部品と、テキストフィールドに入力されるテキストを数値のみに限定する等の処理を施す機能部品とをそれぞれ作成し、画面部品と機能部品とを関連付けるようにする。例文帳に追加

A screen component indicating a text field or the like and a function component for limiting a text input to the text field to only a numerical value, for example, are created, and the screen component and the function component are associated. - 特許庁

最小のフィールド幅を指定する 10進数の数値文字列 (文字列の最初の文字はゼロ以外)。 本項目はオプションである。例文帳に追加

An optional decimal digit string (with non-zero first digit) specifying a minimum field width.  - JM

t のいずれかのフィールドが許容範囲外の数値であった場合、ValueError を送出します。 バージョン 2.1 で 変更 された仕様:t を省略できるようになりました。例文帳に追加

ValueError is raised if any field in t is outside of the allowed range.Changed in version 2.1:Allowed t to be omitted. - Python

映画のコピーは、画像をカバーする仮想グリッドのフィールドに対応する一連の擬似乱数値と関連付けられる。例文帳に追加

A copy of the movie is to be correlated to a series of pseudo random number values corresponding to a field of a virtual grid which covers the images. - 特許庁

6桁の有効数字で処理を行なうフィールド機器に関する数値を最大表示文字数12文字で表示する数値表示装置において、表示すべき数値に適した表示を行なえるようにする。例文帳に追加

To perform display suitable for a numerical value to be displayed in a numerical value display apparatus for displaying a numerical value, regarding a field instrument performing processing with six digits of significant figures, by means of maximum characters on a screen (12 characters). - 特許庁

従来、検索対象文書の本文に複数のレコード(行)とフィールド(列)からなる表が含まれる場合に、あるフィールドの値としてある文字列や数値を含む文書だけを検索することはできたが、その検索結果一覧には適合文書の名称が列挙されるのみであった。例文帳に追加

Conventionally, only the document including a character string and a numerical value as field values can be searched when a table consisting of a plurality of records (rows) and fields (columns) is included in the text of a search object document, however, merely the names of suitable documents are listed in the search result. - 特許庁

インタレース画像の場合には、カウンタCT2の計数値を2倍にするとともに、この計数値フィールドに応じて1または0の値を加算する。例文帳に追加

In the case of interlace image, the count value of the counter CT2 is doubled and the value of '1' or '0' is added to this count value depending on the field. - 特許庁

フィールドサーバ100と、インターネット40と、管理コンピュータ60と、利用者のユーザ端末機50とから構成され、フィールドサーバ100の近傍に、圃場において発生した害虫を誘引して電撃により殺虫する電撃殺虫器20を配設し、その電撃殺虫器20の上部或いはその周囲に放電により発生する電磁場変化を検出する電磁場検出コイル10を設け、そのリード線をフィールドサーバ100内に設けた交流信号変換回路部30に接続し、デジタル信号の計数パルスを生成して、フィールドサーバの記憶部4に累積し、管理コンピュータ60からの制御アクセスに応答して累積計数値を送信する。例文帳に追加

The system for measuring electric shock pulse that uses a field server comprises the field server 100, the Internet 40, a control computer 60 and user's user terminal 50. - 特許庁

これらの数値の書式は、'+' か '-' の符号(省略可能)、小数点を含むことがある数値を表す文字列、省略可能な指数フィールド(E または e の後ろに符号(省略可能)と数値を表す文字列を続けたもの)である。 デバイス独立色の詳しい情報については \\fIXlib\\fP のリファレンスマニュアルを参照すること。例文帳に追加

The syntaxfor these values is an optional '+' or '-' sign, a string of digits possiblycontaining a decimal point, and an optional exponent field consisting ofan 'E' or 'e' followed by an optional '+' or '-' followed by a string of digits.For more information on device independent color, see the Xlib referencemanual.  - XFree86

関数は同様な動作をし、上に示した型の数値を割算して、上に示した名前の構造体に結果を返す。 どの場合でもフィールド quot と rem は、関数の引き数と同じ型である。例文帳に追加

functions do the same, dividing numbers of the indicated type and returning the result in a structure of the indicated name, in all cases with fields quot and rem of the same type as the function arguments.  - JM

/proc/loadavgこのファイルの最初の 3 つのフィールドはロードアベレージの数値で、1, 5, 15 分あたりの実行キュー内 (state R) またはディスク I/O 待ち (state D) のジョブ数を与える。例文帳に追加

/proc/loadavg The first three fields in this file are load average figures giving the number of jobs in the run queue (state R) or waiting for disk I/O (state D) averaged over 1, 5, and 15 minutes.  - JM

単純な妥当性検査では、入力フィールドに特定の種類の値があることが確認されます。 Double 範囲バリデータは、数値入力の値が指定した範囲内であるかどうかをテストします。例文帳に追加

The simplest validation ensures that an input field has some sort of value.The Double Range validator tests whether the value of a numerical input is within a specified range.  - NetBeans

Beans Binding の概念と IDE に用意されている機能を示すために、ユーザーがスライダを調整してテキストフィールド内の数値を変更できる簡単な例を使用します。例文帳に追加

To illustrate the concept of beans binding and how the IDE supports it,we will do a simple example where a user can adjust a slider to change a numerical value in a text field. - NetBeans

これらの値の入力書式は、符号(省略可能)、数値を示す文字列(小数点を含むこともある)、べき乗フィールド(E 又は e の後ろに符号付き整数を続けたもの。 省略可能)である。例文帳に追加

The input format for these values is an optional sign, a string of numbers possibly containing a decimal point,and an optional exponent field containing an E or e followed by a possibly signed integer string. - XFree86

車載通信装置の制御部は、新たなメッセージの送出を試みる場合(S102:YES)、メッセージのアービトレーションフィールドの上位ビット列が表す数値に所定値を設定して(S103)送出する。例文帳に追加

When trying to send a new message out (S102: YES), a control unit of an in-vehicle communication device sets a predetermined value to a numeral that the high-order bit sequence of an arbitration field of the message and sends it out (S103). - 特許庁

本発明にかかる数値フィールド分割装置は、初期分割部102a、評価用情報生成部102b、評価値計算部102c、評価値修正部102d、および、分割選択部102eを備えて構成されている。例文帳に追加

This numerical field divider is provided with an initial dividing part 102a, an information generating part 102b for evaluation, an evaluation value calculating part 102c, an evaluation value correcting part 102d and a division selecting part 102e. - 特許庁

中継装置の制御部は車載通信装置から送出されたメッセージを受信し(S108)、アービトレーションフィールドの上位ビット列が表す数値を減じ(S109)、他の車内通信回線へ送出する(S110)。例文帳に追加

A control unit of the relay device receives the message sent out by the in-vehicle communication device (S108), subtracts the numeral that the high-order bit sequence of the arbitration field represents (S109), and sends the resulting message out to the other in-cabin communication line (S110). - 特許庁

演算処理可能な対象物の数学モデル(801)は対象物外形状より分割した複数の有限要素(802)に関連するフィールド[f] 及びポテンシャル[x] の各数値を特定して生成する。例文帳に追加

A mathematical model (801) of the operation processible object is generated by specifying values for the field [f] and potential [x] relative to a plurality of finite elements (802) split from a shape other than the object. - 特許庁

ビデオ信号の選択されたフィールド若しくはフレームにマーカーを配置するステップと、上記マークされたフィールド若しくはフレーム毎の識別特徴、品質、又は特性を示す画像属性を測定するステップと、上記測定された属性の数値表現を含む信号を上記ビデオ信号に埋め込むステップとを含むビデオ信号処理方法。例文帳に追加

A video signal processing method includes the steps of: arranging a marker in a selected field or frame of a video signal; measuring an image attribute indicating an identification feature, quality or characteristic for each marked field or frame; and embedding a signal containing a numerical representation of the measured attribute in the video signal. - 特許庁

可視的マークが、次の擬似乱数値を用いてこれを繰り返す前に、マーキングされていない画像の数N(N≧0)により後続されるM個の連続的な画像(640)における最初の擬似乱数値に対応するフィールドに付けられる。例文帳に追加

A visual mark is added to a field corresponding to a first pseudo random number value in M number of sequential images (640) which are followed by N number (N≥0) of images which are not performed marking before repeating this using next pseudo random number value. - 特許庁

光ファイバとしたときにゼロ分散波長、モードフィールド径及びカットオフ波長の全てが所望の数値範囲内にあり、コアとクラッドの界面での微小な気泡の発生が抑えられ、水素による吸収損失の増大が抑制されたプリフォーム及びシングルモード光ファイバを提供する。例文帳に追加

To provide a preform and single mode optical fiber in which zero dispersion wavelength, mode field diameter and cutoff wavelength are all within limits of desirable numeric value, and increasing of absorption loss by hydrogen can be controlled, by controlling the generation of micro bubble on the interface of core and clad. - 特許庁

ファイル出力する各フィールドの区切りバイト数から取り出すデータの位置を特定し、該区切りバイト数のサイズで加工(数値変換)し(S14,S15)、加工したデータを文字列に変換してファイル出力データとしてファイルに書き込む(S16)。例文帳に追加

The position of data to be extracted is specified from the number of delimiter bytes of each field to be output to a file, the data are processed (numerically converted) by the size of the number of delimiter bytes (S14, S15), and the processed data are converted into a character string and written in a file as file output data (S16). - 特許庁

実数xをa* (2^n)と表した時のaを仮数部、nを指数部としたときに、Nビット(N≧(U+L))のビットフィールドの上位側のUビットに仮数部を固定小数点数値で格納し、下位側のLビットに指数部を整数で格納する。例文帳に追加

A mantissa part is stored in an U bit at a higher order side of a bit field of N bit (N≥(U+L)) with a fixed point numeric value, and an exponent part is stored in an L bit at a lower order side with an integer, when a is the mantissa part and n is the exponent part in an actual number x represented by a*(2^n). - 特許庁

車載通信装置の制御部は、送出を開始したにも拘わらず調停に負け(S15:NO)、メッセージを送出することができなかった場合はメッセージのアービトレーションフィールドの上位ビット列が表す数値を減じて(S17)メッセージの優先度を高め、再度送出を試みる。例文帳に追加

If the transmission of the message ends in failure as the control unit loses arbitration (S15: NO) although starting the transmission, the control unit of the in-vehicle communication device increases the priority level of the message by subtracting the numeral that the high-order bit sequence of the arbitration field of the message and tries to send the message out again. - 特許庁

ユーザが内容確認ボタン29をクリックした場合には、検索エンジンがデータベースを検索して、フィールド内の数値データの最大値、最小値および平均値について演算を行い、その演算結果が統計情報ボックス30に表示される。例文帳に追加

When a user clicks a content confirmation button 29, a data base is retrieved by a retrieval engine, arithmetic is performed concerning the maximum value, minimum value and means value of numerical data within a field and the arithmetic result is displayed on a statistical information box 30. - 特許庁

例文

車載通信装置の制御部は、送出を試みようとするメッセージについて新たな送出である場合は(S12:YES)、送出を試みるメッセージのアービトレーションフィールドの上位ビット列が表す数値を所定値に設定し(S13)、送出を開始する(S14)。例文帳に追加

When a target message to be sent out is newly sent out (S12: YES), a control unit of the in-vehicle communication device sets a numeral that the high-order bit sequence of an arbitration field of the message to be sent out to a predetermined value (S13), and then starts sending it out (S14). - 特許庁

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 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 (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
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.
  
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) 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS