「Digits」を含む例文一覧(870)

<前へ 1 2 3 4 5 6 7 8 9 10 11 .... 17 18 次へ>
  • To provide an adder of a gate with 3.25 or 2.5 stages of optional digits.
    任意の桁でのゲート3.25段又は2.5段加算器の制作 - 特許庁
  • small alligator of the Yangtze valley of China having unwebbed digits
    水掻きの無い指を持つ中国の揚子江にすむ小型ワニ - 日本語WordNet
  • scale defines how some operations use digits after the decimal point.
    scale で計算時の小数点以下の有効桁数を指定します。 - JM
  • To compute a%b, first a/b is computed to scale digits.
    a%b を求めるために、まず a/b をscale の有効桁数で計算します。 - JM
  • "scale ( expression )" The value of the scale function is the number of digits after the decimal point in the expression.
    "scale ( expression )"expression の小数点以下の有効桁数を返します。 - JM
  • ddd. ddd", whereddd is a decimal number of up to three digits in the range 0 to 255.
    dddは 0 から 255 までの範囲の最大 3 桁の 10 進数である。 - JM
  • where the number of digits after the decimal-point character is equal to the precision specification.
    小数点の後の桁数は、精度で指定された値となる。 - JM
  • and a period followed by an optional integer specifying the minimum number of digits.
    ピリオドと数値 (数値は省略可; 桁数の最小値) である。 - JM
  • base specifier character S, followed by a single quote followed by digits DDD.
    進数指定文字 S の次にシングルクォートがあり、数字 DDD が続く。 - JM
  • more digits, optionally followed by a decimal point and zero or
    数値文字列は、先頭の \\- 符号 (なくても良い)、 0 桁以上の数字、 - JM
  • digits as a filename instead of a date in 'MMDDhhmm[YY]' format.
    \\&'MMDDhhmm[YY]' という書式の日付ではなく、ファイル名として認識する。 - JM
  • The number of decimal digits is designated by the number of digit-designating slide switch 5.
    小数桁数は、桁数指定スライドスイッチ5で指定する。 - 特許庁
  • The numbers one through 10, the digits zero through nine, actually.
    実は 1から10の数字を 0から9のアラビア数字で表しています - 映画・海外ドラマ英語字幕翻訳辞書
  • Southjet 227, atlanta, say your digits, are your declaring emergency!
    227便こちらアトランタ、状況を言って下さい 緊急事態ですか? - 映画・海外ドラマ英語字幕翻訳辞書
  • In many typefaces all digits are approximately 1 en wide.
    多くの書体ではすべての数字は近似的に 1 エヌの幅である - 研究社 英和コンピューター用語辞典
  • As in Standard C, up to three octal digits are accepted.
    標準 C と同じく、最大で 3 桁の 8 進数まで受理します。 - Python
  • Conventionally grown produce has PLU codes of only four digits.
    慣例的に育てられた作物のPLUコードは4桁(けた)だけです。 - 浜島書店 Catch a Wave
  • As a result, the numerals of the n digits of the respective matrices are compressed to one digit and the matrices A (n×n) of n×n digits as a whole are compressed to the compressed numeral A' (n+n) of the vertical and horizontal n×n digits.
    これにより、各行列のn桁の数字を1桁に圧縮し、全体でn×n桁のマトリクスA(n×n)を縦横n+n桁の圧縮数字A’(n+n)に圧縮する。 - 特許庁
  • The management computer 21 sequentially generates the numbers in four digits, three digits, two digits and one digit from which the final digit number is eliminated until the number whereby the flag data are set to "1" to thus acquire the flag data of each number.
    管理コンピュータ21は、フラグデータが「1」となる数を得るまで、最後の桁数の数を順に除いた4桁、3桁、2桁及び1桁の数を順に生成して、各数のフラグデータを取得する。 - 特許庁
  • A new parameter to designate the changeable digits of the parameters is provided, and the changeable digits of the parameters are limited by the set data, and a cursor can shift only to the data-changeable digits.
    パラメータデータの変更可能な桁を指定する新たなパラメータを設けて、その設定データによってパラメータデータの変更可能な桁を制限し、データ変更可能な桁へのみカーソルの移動ができる。 - 特許庁
  • in the case of a numeral not exceeding four digits, in at least one corresponding digit
    4桁を超えない数字の場合は,少なくとも1の対応する桁 - 特許庁
  • a digit representing the sum of the digits in an instance of digital data
    デジタルのデータの例において数字の合計を表している1桁 - 日本語WordNet
  • frac_digits followed by the number of fractional digits that should be used when formatting with the currency_symbol .
    でフォーマットする際に使用すべき端数の桁数を指定する。 - JM
  • The amount being formatted is rounded to the specified number of digits prior to formatting.
    整形される数値は、整形前にこの桁数に丸められる。 - JM
  • A display part 9 displays the digits designated by the input instruction part 3.
    表示部9は入力指示部3からの指示桁を表示する。 - 特許庁
  • First three digits of the social suggest that jordan hester was born in georgia.
    社会番号の最初の3桁は へスターの出身地を示してる - 映画・海外ドラマ英語字幕翻訳辞書
  • Unlike in Standard C, at most two hex digits are accepted.
    標準 C とは違い、最大で 2 桁の 16 進数しか受理されません。 - Python
  • Convert to engineering-type string.Engineering notation has an exponent which is a multiple of 3, so there are up to 3 digits left of the decimal place.
    工学表記では指数は 3 の倍数になります。 - Python
  • This signal is used to detectloss of significant digits.
    このシグナルは有効桁数の減少を検出する際に使います。 - Python
  • Convert operand to hexadecimal representation, with two digits per byte
    被演算子をバイトあたり 2 桁の 16 進数の表現に変換します。 - Python
  • It will erase digits from the display.(See BUGS).
    このキーを押すと表示部から数値が消される(「バグ」のセクションを参照)。 - XFree86
  • To check errors of character recognition results by a character recognition device without providing a character string with digits for embedding of check digits.
    チェックデジットを埋め込むための桁を文字列中に設けることなく、文字認識結果の誤りを文字認識装置によりチェックする。 - 特許庁
  • The mother group 21 is classified in the group of telephone numbers having the common numerals of specified digits such as lower two digits, for example, among the telephone numbers.
    電話番号のうち特定の桁の数字、例えば下2桁の数字が共通する電話番号のグループに母集団21を分類する。 - 特許庁
  • When the number of digits of the jip code is less than seven digits, the address to be outputted is printed out as it is together with the jip code.
    また、郵便番号が7桁未満であれば、出力対象の住所を郵便番号と共にそのまま印刷出力させる。 - 特許庁
  • If this command is followed by one or more digits, optionally with a leading minus sign, those digits define the argument.
    このコマンドの後に 1 つ以上の数字がある場合(頭にマイナス記号を付けることもできます)、これらの数字で引き数が定義されます。 - JM
  • METHOD AND DEVICE FOR AUTOMATICALLY RECOGNIZING NUMBER OF DIAL COMPLETION DIGITS AND RECORDING MEDIUM IN WHICH AUTOMATIC RECOGNITION PROGRAM OF NUMBER OF DIAL COMPLETION DIGITS IS RECORDED
    ダイヤル終了桁数自動認識方法及び装置並びにダイヤル終了桁数自動認識プログラムを記録した記録媒体 - 特許庁
  • Two numerals are crated by rearranging numerals of the respective digits constituting data to be anonymimous, these numerals are made into binary digits, respectively, after that, two numerals are created by rearranging numerals of 0/1 of the respective digits and the rearranged numerals are made into decimal digits, respectively.
    被匿名化データを構成する各位の数字を並べ替え2つの数字を作成し、これらの数字をそれぞれ2進数化した後、これらの各位の0/1の数字を並べ替えることにより2つの数字を作成し、これら並べ替えられた数字をそれぞれ10進数化する。 - 特許庁
  • When there is no cancellation of significant digits, the server registers the data with the system as appropriate information.
    桁落ちがなければ、適切な情報としてシステムに登録する。 - 特許庁
  • The latitude and longitude are fixed in the number of digits and displayed fixedly in degree representation.
    緯度、経度は、桁数が固定であり、また、度表示に固定している。 - 特許庁
  • any numerals of one digit or of more than six digits not being a balanced numeral
    1桁の数字又は6桁超の数字であって,バランス数字でないもの - 特許庁
  • In the mobile phone recognizing an input of the sequence of digits, the database is retrieved with the inputted sequence of digits as a search key and registered information associated to the numerical data including the sequence of digits is extracted.
    数字列入力を認識した携帯電話内では、入力された数字列を検索キーとしてデータベースの検索を行い、該数字列を含む数値データに関連づけられた登録情報を抽出する。 - 特許庁
  • A 3-digits section code is defined for each section, a 3-digits block code corresponding to the relative position relation in the section is defined for each block, and a 3-digits unit code corresponding to the relative position relation in the block is defined for each unit.
    各区画には3桁の区画コード、各ブロックには区画内での相対的な位置関係に応じて3桁のブロックコード、各ユニットにはブロック内での相対的な位置関係に応じて3桁のユニットコードが定義される。 - 特許庁
  • a positional system of numeration that uses duodecimal digits and a radix of twelve
    12進法のけたと12の基数を使用する命数法の位取りシステム - 日本語WordNet
  • Punctuation characters (characters that are not letter, digits, control characters, or space characters).
    句読点文字 (レター、数値、制御文字、空白文字のいずれでもない文字)。 - JM
  • conversions, the number of digits to appear after the radix character for a ,
    変換では、小数点以下に表示される数字の桁数を指定する。 - JM
  • The argument must consist entirely of digits, which have the following meaning:
    引数には数字だけを用いることができ、それぞれ以下の意味を持つ: - JM
  • These three digits taken together at the beginning of each record... they never exceed 365.
    それぞれの数列の 最初にある3桁の数字は 365未満の数字だ - 映画・海外ドラマ英語字幕翻訳辞書
  • Month can be a one or two digits month, or a three letter month.
    月は 1 桁あるいは 2 桁の数値、あるいは 3 文字の月名で表します。 - PEAR
  • The driving time is divided into an integer digit and digits after the decimal point, and the upper digits are assigned as the driving time of the respective light emitting lines L1-L4.
    この駆動時間を整数桁と小数点以下の桁に分割し、上位桁を各発光ラインL1〜L4の駆動時間として割り当てる。 - 特許庁
  • For example, the user inputs four digits of an 8-digit ID number.
    例えば、利用者は、8桁のID番号のうち4桁を入力する。 - 特許庁
<前へ 1 2 3 4 5 6 7 8 9 10 11 .... 17 18 次へ>

例文データの著作権について