1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 644



例文

If no existing key has the specified list of keysyms assigned to it, a spare key on the keyboard is selected and the keysyms are assigned to it. The list of keysyms may be specified in decimal, hex or octal.例文帳に追加

キーシムのリストは10か16、あるいは8進数で指定される。 - XFree86

To provide a binary-decimal conversion circuit which is increased in the processing speed for conversion from a 4-bit binary number to a decimal number.例文帳に追加

本発明による2進10進変換回路は4ビット毎の2進数を10進数に変換することができる処理速度を向上させた2進10進変換回路である。 - 特許庁

To provide a calculating device which can input and display a recurring decimal and a calculating device converting the recurring decimal into a fraction.例文帳に追加

本発明の課題は、循環小数の入力及び表示が可能な計算装置、及び循環小数を分数に変換可能な計算装置を提供することである。 - 特許庁

This logarithmic arithmetic device 10 finds the logarithm of a value expressed by floating decimal point data.例文帳に追加

対数演算装置10は、浮動小数点データで表現される値の対数を求める。 - 特許庁

例文

This year the signboards have been updated to show the temperature to one decimal place. 例文帳に追加

今年,それらの看板は小数第1位まで気温を表示するように改められた。 - 浜島書店 Catch a Wave


例文

The fuel correction coefficient CLRN is defined by a floating decimal point type 4-bite length.例文帳に追加

燃料補正係数CLRNは浮動小数点型の4バイト長で定義されている。 - 特許庁

As a result, the arithmetic result of the second place of decimal is acquired (the second unit division operation).例文帳に追加

これにより小数第二位の演算結果が得られる(2回目の単位除算動作)。 - 特許庁

Affects things such as thousand separator and decimal separator.LC_TIMEDefines formatting of dates and times.例文帳に追加

千や小数点の区切りなどに影響します。 日付と時間のフォーマットを定義します。 - Gentoo Linux

formats, this specifies the number of digits you want printed to the right of the decimal point. 例文帳に追加

の書式に対しては、小数点の右側に印字される数字の数を指定します。 - JM

例文

Matches an optionally signed decimal integer; the next pointer must be a pointer to int . 例文帳に追加

符号つきの 10進の整数に対応する。 次のポインタはintへのポインタでなければならない。 - JM

例文

Matches an unsigned decimal integer; the next pointer must be a pointer to "unsigned int" . 例文帳に追加

符号なしの 10進の整数に対応する。 次のポインタは"unsigned int"へのポインタでなければならない。 - JM

Next, there may be a left precision of the form "#" followed by a decimal digit string. 例文帳に追加

次の位置には、"#" に 10 進数値文字列を続けた形式で、左精度 (left precision) を指定できる。 - JM

Next, there may be a right precision of the form ". " followed by a decimal digit string.例文帳に追加

次の位置には、"." に 10 進数値文字列を続けた形式で、右精度 (right precision) を指定できる。 - JM

Commas placed in the wrong location, even to right of the decimal point, are ignored. 例文帳に追加

間違った場所に配置されたコンマは、それが小数点の右側であっても無視されます。 - NetBeans

Some DBMS drivers may emulate the decimal data type using integers. 例文帳に追加

DBMS ドライバによっては、整数型を使用して十進データをエミュレートしているものもあります。 - PEAR

It is not recommended to change the number places used to represent decimal values in database after it is installed. 例文帳に追加

データベースをインストールした後で、decimail型の桁数を変更することはお勧めしません。 - PEAR

Week number of the year (Sunday as the first day of the week) as a decimal number [00,53].例文帳に追加

年の初めから何週目か (日曜を週の始まりとします)を表す10 進数 [00,53]。 - Python

Week number of the year (Monday as the first day of the week) as a decimal number [00,53].例文帳に追加

年の初めから何週目か (日曜を週の始まりとします)を表す10 進数 [00,53]。 - Python

The hostname specifies the name (or decimal numeric address) of the machineon which the font server is running. 例文帳に追加

\\fIhostname\\fP はフォントサーバの稼働しているマシンの名前(あるいは 10進数のアドレス) で指定する。 - XFree86

The port is the decimal TCP port onwhich the font server is listening for connections. 例文帳に追加

\\fIport\\fP は接続用のフォントサーバが接続待ちをしている 10 進数の TCP のポート番号である。 - XFree86

When the consumption tax rate is 0.05, a number other than zero (=5) comes at the second decimal place, and a natural number not containing a decimal number is obtained by multiplying a numerator and a denominator by 100 (=10^2).例文帳に追加

消費税率0.05の場合、少数点以下第2位に0以外の数字(=5)が表われるので、分母、分子双方に100(=10^2)を乗じれば、少数を含まない自然数となる。 - 特許庁

The display part 3 is provided with four braille blocks 31 so as to correspond respectively to a tens place, a ones place, a first decimal place, and a second decimal place.例文帳に追加

表示部3は十の位、一の位、小数第一位、小数第二位のそれぞれに対応するように4つの点字ブロック31が設けられ、検出された体温を点字で表示する。 - 特許庁

conversions, the result will always contain a decimal point, even if no digits follow it (normally, a decimal point appears in the results of those conversions only if a digit follows). 例文帳に追加

変換では、 小数点に続く数字がなくても、出力には常に小数点が含まれる(通常は、小数点の後に数字が続く場合にのみ、小数点が表示される)。 - JM

Unlike hardware based binary floating point, the decimal module has a user settable precision (defaulting to 28 places) which can be as large as needed for a given problem:例文帳に追加

ハードウェアによる 2 進浮動小数点表現と違い、decimal モジュールでは計算精度をユーザが指定できます(デフォルトでは 28 桁です)。 この桁数はほとんどの問題解決に十分な大きさです: - Python

As a result, a fractional value can be obtained from a ratio of a decimal part of an actual number and a complement to its 1.例文帳に追加

結果の実数の少数部とその1に対する補数との比から分数値を得る。 - 特許庁

Digit counts c' beyond the decimal point of attribute values in a structured document are acquired (S404).例文帳に追加

構造化文書中の各属性値の小数点以下の桁数c’を取得する(S404)。 - 特許庁

To provide a system and method for detecting an exception to decimal floating point data processing.例文帳に追加

10進浮動小数点データ処理例外を検出するためのシステム及び方法を提供する。 - 特許庁

A decimal point alignment processing part 114 is inserted between an accumulator 131 and an adder 123.例文帳に追加

アキュムレータ131と加算器123との間に小数点位置合わせ処理部114を介挿した。 - 特許庁

To obtain a decimal frequency division type PLL frequency synthesizer, capable of suppressing spurious signals.例文帳に追加

スプリアス信号の抑圧が可能な、小数点分周方式のPLL周波数シンセサイザを得る。 - 特許庁

A decimal part counter 137b counts from 0 to 782 for a time as long as one frame.例文帳に追加

小数部カウンタ137bは、1フレーム分の時間に0から782まで数えるカウンタである。 - 特許庁

Here, RNDUP is a function of rounding up digits after the decimal point to form an integer.例文帳に追加

但し、RNDUPは、小数点以下を切り上げて整数化することを示す関数である。 - 特許庁

Otherwise, numbers take the form [base#]n, where base is a decimal number between 2 and 64 representing the arithmetic base, and n is a number in that base. 例文帳に追加

ここで base は 2 から 64 の間の10 進数であり、算術的な意味での基数を表します。 - JM

To enter a number in dc , type the digits with an optional decimal point. 例文帳に追加

数字をdcに入力するためには、数字 (小数点が有っても構いません) を入力します。 - JM

The precision is always measured in decimal digits, regardless of the current input or output radix. 例文帳に追加

精度は、現在の入力基数や出力基数に関係なく、いつも 10 進の桁数で決められます。 - JM

CSI (or ESC [) is followed by a sequence of parameters, at most NPAR (16), that are decimal numbers separated by semicolons. 例文帳に追加

CSI (または ESC [ ) のあとに、最大で NPAR (16) 個のセミコロンで区切られた10 進数のパラメータシーケンスが続く。 - JM

This argument can also be specified as a decimal number, which is simply converted to binary. 例文帳に追加

この引き数には 10 進数も指定することができ、この場合にはバイナリへの変換だけが行われる。 - JM

If a decimal point appears, at least one digit appears before it. 例文帳に追加

小数点を表示する際には、小数点の前に少なくとも一桁は数字が表示される。 - JM

The digit before the decimal point is unspecified for non-normalized numbers, and non-zero but otherwise unspecified for normalized numbers. 例文帳に追加

小数点の前の数字は、正規化されていない数の場合はいくつになるか分からない。 - JM

/proc/sys/kernel/cap-bound " (from Linux 2.2 to 2.6.24)" This file holds the value of the kernel "capability bounding set" (expressed as a signed decimal number). 例文帳に追加

/proc/sys/kernel/cap-boundこのファイルにはカーネルの"capability bounding set"(符号付き 10 進数表現) の値が書かれている。 - JM

Entering more than two digits to the right of the decimal point results in rounding to the nearest penny. 例文帳に追加

小数点の右に 2 けた以上を入力すると、もっとも近いペニー (1 セント) に丸められます。 - NetBeans

Nippon Decimal Classification has set, under middle classification '170 Shinto,' small classification '173 Shinto sacred classics.' 例文帳に追加

日本十進分類法では中分類「170神道」の下に小分類「173神典」を設けている。 - Wikipedia日英京都関連文書対訳コーパス

4.The percentages are rounded off to 2 decimal places, so the total does not necessarily equally 100.0.例文帳に追加

4 構成比は小数点以下2位を四捨五入しているため、計は必ずしも100.0とはならない。 - 厚生労働省

Each figure is obtained by multiplying the monthly average figure by 12 and rounding off one decimal place例文帳に追加

数値は、各月間平均値を12倍し、小数点以下第1位を四捨五入したものである。 - 厚生労働省

In BCD coding, each digit of a decimal number is coded separately as a binary number. 例文帳に追加

BCD のコード割り当てでは十進数のそれぞれの数字は別々に二進数としてコード化される - 研究社 英和コンピューター用語辞典

MPOK will POKE any number of bytes into successive memory locations, beginning at the specified decimal address. 例文帳に追加

MPOKは任意の数のバイトを指定された10進法アドレスから始まる連続したメモリ位置に突っ込む。 - コンピューター用語辞典

Radix conversion simply means that the key is converted from a decimal number to some other base. 例文帳に追加

基数変換とは単純に、そのキーが10進数から他の底に変換されることを意味する。 - コンピューター用語辞典

The list of keysyms is assigned to the indicated keycode (which may be specified in decimal, hex or octal and can be determined by running the xev program.例文帳に追加

(これは10,16,8進数で指定することができ、xevプログラムを起動して決める事が出来る。 - XFree86

Words or characters of Asian languages are selected from character databases 41 using a special decimal code of four or more digits and characters of non-Asian languages are selected using a two-digit decimal code.例文帳に追加

アジア系言語の単語又は文字は、4つ又はそれ以上の数字の特別な十進コードを用いて文字データベース41から選択され、非アジア系言語の文字は2桁の十進コードを用いて選択される。 - 特許庁

The filter coefficient calculation unit 21 selects an optimum one from among plural kinds of predetermined interpolation filter coefficients for each decimal pixel position, and sets the interpolation filter coefficient for the each decimal pixel position.例文帳に追加

フィルタ係数算出部21は、小数画素位置ごとに、予め定められた複数種類の補間フィルタ係数の中から最適なものを選択し、小数画素位置ごとに補間フィルタ係数を設定する。 - 特許庁

例文

Unlike the Decimal constructor, the context precision,rounding method, flags, and traps are applied to the conversion.This is useful because constants are often given to a greater precision than is needed by the application.例文帳に追加

Decimal コンストラクタと違い、数値を変換する際にコンテキストの精度、値丸め方法、フラグ、トラップを適用します。 定数値はしばしばアプリケーションの要求よりも高い精度を持っているため、このメソッドが役に立ちます。 - Python




  
Copyright © Japan Patent office. All Rights Reserved.
  
Copyright © Ministry of Health, Labour and Welfare, All Right reserved.
  
浜島書店 Catch a Wave
Copyright © 1995-2026 Hamajima Shoten, Publishers. All rights reserved.
  
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., 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.
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
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