1153万例文収録!

「decimal」に関連した英語例文の一覧と使い方(5ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オフ

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

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

セーフサーチについて

decimalを含む例文一覧と使い方

該当件数 : 644



例文

The year as a decimal number without a century (range 00 to 99). 例文帳に追加

西暦の下2桁 (世紀部分を含まない年) (00-99)。 - JM

The day of the week as a decimal number (1-7, where Monday = 1). 例文帳に追加

10 進数表記の曜日 (1-7 で月曜日を 1 とする)。 - JM

By default, the suffix is an ascending sequence of two-digit decimal numbers from `00' and up to `99'. 例文帳に追加

デフォルトでは後半部は 2 桁の 10 進数で、 - JM

in octal; otherwise, in decimal. 例文帳に追加

の場合は 8 進数、それ以外は 10 進数と解釈される。 - JM

例文

Specify the number of decimal places in the field 例文帳に追加

そのフィールドに小数点以下の桁数を指定する - コンピューター用語辞典


例文

The routine converts binary numbers to their decimal equivalents 例文帳に追加

このルーチンは2進数を等値の10進数へ変換する - コンピューター用語辞典

The optional p is a digit specifying the precision, the number of fractional digits after a decimal point. 例文帳に追加

つまり小数点以下の桁数を指定します。 - JM

The variable COLUMNS (when it contains the representation of a decimal 例文帳に追加

変数 COLUMNS は (10 進の整数表現を含んでいる場合)、 - JM

a decimal with a sequence of digits that repeats itself indefinitely 例文帳に追加

無期限に繰り返す数字の配列を備えた10進 - 日本語WordNet

例文

AAS allows subtractions involving two bytes containing decimal numbers 例文帳に追加

AASは,10進数を含んだ2バイトについての減算を行なう - コンピューター用語辞典

例文

Returns the character ch converted to a decimal positive integer.例文帳に追加

ch を 10 進の正の整数に変換したものを返します。 - Python

TYPE is made up of one or more of these specifications: a named character c ASCII character or backslash escape d[SIZE] signed decimal, SIZE bytes per integer f[SIZE] floating point, SIZE bytes per integer o[SIZE] octal, SIZE bytes per integer u[SIZE] unsigned decimal, SIZE bytes per integer x[SIZE] hexadecimal, SIZE bytes per integer SIZE is a number. 例文帳に追加

またはサイズを C コンパイラの組み込みデータタイプによっても指定できる。 - JM

Here are a few recipes that serve as utility functions and that demonstrateways to work with the Decimal class: 例文帳に追加

Decimal クラスの利用を実演している例をいくつか示します。 これらはユーティリティ関数としても利用できます: - Python

The signals in the decimal module are: Clamped, InvalidOperation,DivisionByZero, Inexact, Rounded,Subnormal, Overflow, and Underflow.For each signal there is a flag and a trap enabler.例文帳に追加

decimal モジュールには、Clamped, InvalidOperation,DivisionByZero, Inexact, Rounded,Subnormal, Overflow, および Underflowといったシグナルがあります。 各シグナルには、フラグとトラップイネーブラがあります。 - Python

The processor receives at least one decimal floating point operand, executes a decimal floating point operation on at least one decimal floating point operand and generates a decimal floating point result.例文帳に追加

プロセッサは、少なくとも1つの10進浮動小数点オペランドを受け取り、少なくとも1つの10進浮動小数点オペランドに対して10進浮動小数点演算を実施して10進浮動小数点結果を生成する。 - 特許庁

FLOATING DECIMAL ARITHMETIC UNIT AND DDA ARITHMETIC PROCESSING METHOD例文帳に追加

浮動小数演算器及びDDA演算処理方法 - 特許庁

DECIMAL DATA DIVIDING METHOD AND ITS PROGRAM RECORDING MEDIUM例文帳に追加

10進データ除算方法およびそのプログラム記録媒体 - 特許庁

INPUTTING METHOD AND CODING METHOD OF KANA BY DECIMAL NUMBER例文帳に追加

十進数による假名の入力方式及び符号方式 - 特許庁

a positional system of numeration that uses decimal digits and a base of ten 例文帳に追加

十進数字と10の基数を使う位取り表記法 - 日本語WordNet

The decimal digits must be included followed by one or more set of six characters in ascending order. 例文帳に追加

10 進の数字に加えて、6 文字を昇順で続ける。 - JM

The ISO 8601:1988 week number as a decimal number (1-53). 例文帳に追加

ISO 8601:1988 形式での年通算の 10 進数表記での週数 (1-53)。 - JM

kilo: 2^10 = 1024 for normal bytes, or 10^3 = 1000 for decimal bytes 例文帳に追加

キロ: 通常バイト指定なら 2^10 = 1024、10 進バイト指定なら 10^3 = 1000 - JM

specifying decimal, octal, lower case hexadecimal, or upper case hexadecimal output respectively. 例文帳に追加

(それぞれ 10 進, 8 進, 小文字 16 進, 大文字 16 進) が使える。 - JM

default sort, excepted that each sequence of decimal digits is 例文帳に追加

デフォルトのソートのように動作するが、10 進の数字のシーケンスは、 - JM

The dewey decimal system. oh! that's what the numbers stand for.例文帳に追加

デューウィ十進分類法 数字が表してるのは それよ - 映画・海外ドラマ英語字幕翻訳辞書

We took a decimal point off what it cost to build these cities例文帳に追加

我々はとても安い費用でこれらの街を作ります - 映画・海外ドラマ英語字幕翻訳辞書

Integers are signed numbers that do not include a decimal point 例文帳に追加

整数は小数部分のない符号のついた数値である - コンピューター用語辞典

MDB2 does not keep track of changes in the number of decimal places. 例文帳に追加

MDB2 は、桁数が変更されたことを知ることができません。 - PEAR

Checks for an ASCII decimal digit, "0" through"9". 例文帳に追加

ASCII 10 進数字、すなわち "0" から "9" までの文字かどうかを調べます。 - Python

Decimals also include special values such as Infinity, -Infinity, and NaN.例文帳に追加

decimal では、Infinity, -Infinity, および NaN といった特殊な値も定義されています。 - Python

METHOD AND APPARATUS FOR COST CALCULATION IN DECIMAL MOTION ESTIMATION例文帳に追加

デシマルモーション予測における負担計算方法および装置 - 特許庁

DYNAMIC DECIMAL POINT SYSTEM, DYNAMIC DECIMAL POINT ARITHMETIC METHOD, AND APPARATUS AND METHOD FOR 2 DIMENSIONAL INVERSE DISCRETE COSINE TRANSFORM例文帳に追加

動的小数点方式、動的小数点演算方法、並びに2次元逆離散コサイン変換方法及びその装置 - 特許庁

The usual approach to working with decimals is to create Decimal instances and then apply arithmetic operations which take place within the current context for the active thread.例文帳に追加

Decimal を使った処理を行う場合、通常は Decimal インスタンスを生成して、算術演算を適用するというアプローチをとります。 演算はアクティブなスレッドにおける現在のコンテキストの下で行われます。 - Python

To provide a vector scaling system for block floating decimal point representation.例文帳に追加

ブロック浮動小数点表示用のベクトルスケーリングシステムの提供。 - 特許庁

United States librarian who founded the decimal system of classification (1851-1931) 例文帳に追加

米国の司書で、十進分類法を確立した(1851年−1931年) - 日本語WordNet

scale defines how some operations use digits after the decimal point. 例文帳に追加

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

It must be ``d'' for decimal, ``o'' for octal, or ``x'' for hexadecimal. 例文帳に追加

10 進数の場合は ``d''、 8 進数には ``o''、 16 進数には ``x'' を指定する。 - 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

port is the port number (in decimal) to use for this service. 例文帳に追加

portサービスに対して使用されるポート番号。 10 進数で指定する。 - JM

the given data type by following the type indicator character with a decimal integer. 例文帳に追加

これには形式表示文字の後に 10 進の整数を後置する。 - JM

more digits, optionally followed by a decimal point and zero or 例文帳に追加

数値文字列は、先頭の \\- 符号 (なくても良い)、 0 桁以上の数字、 - JM

The number of decimal digits is designated by the number of digit-designating slide switch 5.例文帳に追加

小数桁数は、桁数指定スライドスイッチ5で指定する。 - 特許庁

a decimal system of weights and measures based on the meter and the kilogram and the second 例文帳に追加

メートルとキログラムと秒に基づく度量衡の十進法 - 日本語WordNet

A program check interrupt for a decimal overflow exception occurred. 例文帳に追加

10進けたあふれ例外に対するプログラムチェック割込みが起こった。 - コンピューター用語辞典

Returns the decimal value assigned to the Unicode characterunichr as integer. 例文帳に追加

Unicode 文字 unichr に割り当てられている十進数を、整数で返します。 - Python

Returns 1/0 depending on whether ch is a decimal character. 例文帳に追加

ch が 10 進の数字文字かどうかに応じて 1 または 0 を返します。 - Python

The parameters are the color map entry number in decimal, and a color specification.例文帳に追加

パラメータは10進数値のカラーマップエントリ番号と色指定である。 - XFree86

例文

INFORMATION PROCESSOR WITH FUNCTION OF INPUTTING NUMERICAL VALUE WITH DECIMAL POINT AND METHOD FOR INPUTTING NUMERICAL VALUE WITH DECIMAL POINT IN INFORMATION PROCESSOR例文帳に追加

小数点付き数値入力機能を有する情報処理装置、及び情報処理装置の小数点付き数値入力方法。 - 特許庁




  
日本語WordNet
日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved.
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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.
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
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/ ).
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS