意味 | 例文 (19件) |
浮動小数点表示の英語
追加できません
(登録数上限)
英訳・英語 floating‐point representation; floating point representation
「浮動小数点表示」の部分一致の例文検索結果
該当件数 : 19件
浮動小数点表示例文帳に追加
floating-point representation発音を聞く - 研究社 英和コンピューター用語辞典
固定小数点表示と浮動小数点表示との間で数を変換するデータ処理装置および方法例文帳に追加
DATA PROCESSING DEVICE AND METHOD CONVERTING NUMBER BETWEEN FIXED POINT DISPLAY AND FLOATING POINT DISPLAY - 特許庁
固定小数点表示と浮動小数点表示との間で数を変換するデータ処理装置および方法例文帳に追加
DATA PROCESSING APPARATUS AND METHOD FOR CONVERTING NUMBER BETWEEN FIXED-POINT AND FLOATING-POINT REPRESENTATIONS - 特許庁
浮動小数点数は、予め選択されたビット数を有する固定小数点表示へ変換される。例文帳に追加
The floating point number is converted to a fixed point representation having the previously selected number of bits. - 特許庁
ブロック浮動小数点表示用のベクトルスケーリングシステムの提供。例文帳に追加
To provide a vector scaling system for block floating decimal point representation. - 特許庁
固定小数点表示と浮動小数点表示との間で数を変換するデータ処理装置および方法を提供する。例文帳に追加
To provide a data processing apparatus and method for converting a number between fixed-point and floating-point representations. - 特許庁
-
履歴機能過去に調べた
単語を確認! -
語彙力診断診断回数が
増える! -
マイ単語帳便利な
学習機能付き! -
マイ例文帳文章で
単語を理解!
コンピューター用語辞典での「浮動小数点表示」の英訳 |
|
浮動小数点表示
読み方 フドウショウスウテンヒョウジ
floating-point representation; floating-point representation system
実数値を表示する方法の1つで,数値を{固定小数点で表される部分:仮数部}×{指数部}の形で表現する方法.このとき,指数部の決定方法は底によって決まり,流動的である.例えば,10進数ならば底が10,2進数ならば,底が2となり,これの何乗といった表現方法をとる.一般に,10進数では,[仮数部]E[指数部]というようになる.2進数では,[仮数部]E[指数部]Bという表示をする.例えば10進数で0.000345は,0.345E-3となる.また587692は0.587692E6となる.また,浮動小数点演算が行われる場合には,仮数部でその精度がきまり,その仮数部に何ワード割り当てるかによって単精度,倍精度,高精度にわけられる.
浮動小数点表示法による実数の表現.
<例>数0.000 1234の一つの浮動小数点表示は,0.1234E-3である.ここで,0.1234は仮数,-3は指数で,Eで示している.これらの数表示は,可変小数点の10進法で表されている.浮動小数点基底は10である
Weblio英和対訳辞書での「浮動小数点表示」の英訳 |
|
浮動小数点表示
Weblio例文辞書での「浮動小数点表示」に類似した例文 |
|
浮動小数点表示
「浮動小数点表示」の部分一致の例文検索結果
該当件数 : 19件
固定小数点表示と浮動小数点表示との間で数を変換するデータ処理装置および方法を提供する。例文帳に追加
To provide a data processing device and method converting a number between a fixed point display and a floating point display. - 特許庁
0.00123 の浮動小数点表示は 1.23e−3 となる. ここで, 1.23 が小数部, −3 が指数部である《cf. fixed-point part, exponent》例文帳に追加
The floating-point representation of the number 0.00123 is 1.23e−3, where 1.23 is the fixed-point part and −3 is the exponent.発音を聞く - 研究社 英和コンピューター用語辞典
各復元点には、確からしさの指標である信頼度が浮動小数点表示で定義されている。例文帳に追加
In each restoring dot, the reliability which is an index of certainty is defined by floating-point representation. - 特許庁
これによって、単一インストラクションを用いて、小数点の位置がプログラム可能である固定小数点フォーマットと浮動小数点表示との間で直接変換することが可能となる。例文帳に追加
This enables a single instruction to be used to directly convert between fixed-point formats where the position of the decimal point may be programmable varied and floating-point representations. - 特許庁
これによって、単一インストラクションを用いて、小数点の位置がプログラム可能である固定小数点フォーマットと浮動小数点表示との間で直接変換することが可能となる。例文帳に追加
This method can directly convert the position of the decimal point between the programmable fixed point format and the floating point display using the single instruction. - 特許庁
整数 (d, o, u, x) については以下のどれか:CcharSshortIintLlong浮動小数点数 (f) については以下のどれか:FfloatDdoubleLlong double"\\-v, \\-\\-output\\-duplicates"直前と同じ内容を持つ行も表示する。例文帳に追加
If TYPE is f, SIZE may also be F for sizeof(float), D for sizeof(double) or L for sizeof(long double).発音を聞く - JM
注意:This module is unneeded: everything here couldbe done via the % string interpolation operator. fpformat モジュールは浮動小数点数の表示を 100% 純粋に Python だけで行うための関数を定義しています。例文帳に追加
The fpformat module defines functions for dealing with floating point numbers representations in 100% pure Python. - Python
データ処理装置は、インストラクションを実行するよう動作可能なデータ処理ユニットを備え、そのデータ処理ユニットは、フォーマット変換インストラクションに応答し、数にフォーマット変換演算を適用してその数の固定小数点表示と浮動小数点表示との間で変換を行う。例文帳に追加
The data processing apparatus comprises a data processing unit operable to execute instructions, with the data processing unit being responsive to a format conversion instruction to apply a format conversion operation to a number to perform a conversion between the fixed-point representation of the number and the floating-point representation of the number. - 特許庁
|
意味 | 例文 (19件) |
|
浮動小数点表示のページの著作権
英和・和英辞典
情報提供元は
参加元一覧
にて確認できます。
This page uses the JMdict dictionary files. These files are the property of the Electronic Dictionary Research and Development Group, and are used in conformance with the Group's licence. | |
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. | |
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. | |
All Rights Reserved, Copyright © Japan Science and Technology Agency | |
Copyright © 2024 CJKI. All Rights Reserved |
ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。 |
ログイン |
Weblio会員(無料)になると 検索履歴を保存できる! 語彙力診断の実施回数増加! |
「浮動小数点表示」のお隣キーワード |
weblioのその他のサービス
ログイン |
Weblio会員(無料)になると 検索履歴を保存できる! 語彙力診断の実施回数増加! |