| 意味 | 例文 |
single-precisionの部分一致の例文一覧と使い方
該当件数 : 174件
Packs the single-precision floating point number value. 例文帳に追加
単精度 (single-precision) の浮動小数点数 value をパックします。 - Python
'single' is a single-precision floating point number 'double' is a double-precision floating point number 例文帳に追加
'single' は単精度浮動小数点数です。 'double' は倍精度浮動小数点数です。 - PEAR
Although single precision saves on storage, double precision provides greater precision in computations 例文帳に追加
単精度は記憶域が節約できるが,倍精度は計算でより高い精度が得られる - コンピューター用語辞典
Unpacks a single-precision floating point number. 例文帳に追加
単精度の浮動小数点数をアンパックします。 - Python
SINGLE CRYSTAL DIAMOND CUTTING TOOL FOR ULTRA-PRECISION MACHINING例文帳に追加
超精密加工用単結晶ダイヤモンド切削工具 - 特許庁
MANUFACTURING METHOD FOR MOLD FOR SINGLE CRYSTAL PRECISION CASTING例文帳に追加
単結晶精密鋳造用鋳型の製造方法 - 特許庁
HIGH PRECISION SINGLE ION EXTRACTING METHOD, AND HIGH PRECISION SINGLE ION INJECTING DEVICE AND METHOD USING IT例文帳に追加
高精細シングルイオン抽出方法及び該方法を適用した高精細シングルイオン注入装置及び方法 - 特許庁
SINGLE-PRECISION FLOATING-POINT DATA STORING METHOD AND PROCESSOR例文帳に追加
単精度浮動小数点データの格納方法およびプロセサ - 特許庁
To efficiently execute the sum of product arithmetic operation of a data column with double precision data column and a data column with single precision in addition to the dual sum of product arithmetic operation of the mutual data columns with single precision.例文帳に追加
単精度のデータ列どうしのデュアル積和演算に加えて、倍精度のデータ列と単精度のデータ列との積和演算を効率良く実行する。 - 特許庁
To detect the singularity of a single vehicle with higher precision.例文帳に追加
単一車輌の単一性をより高精度に検出すること。 - 特許庁
You can use REAL to specify single precision floating-point numbers 例文帳に追加
REALを使って,単精度浮動小数点数を指定することができる - コンピューター用語辞典
To avoid the waste of overhead and analytic processing by efficiently performing the precision assurance of a single precision operation and a double precision operation in a floating-point operation.例文帳に追加
浮動小数点演算における単精度演算と倍精度演算の精度保証を効率的に行い、オーバーヘッドや解析処理の無駄の発生を回避する。 - 特許庁
To efficiently realize double-precision division by using DSP's operation resources which adopts single-precision operation system.例文帳に追加
単精度の演算体系を採用したDSPの演算資源を用いて、倍精度の除算を効率的に実現すること。 - 特許庁
To obtain high optical precision by using a single material for an optical component such as a lens.例文帳に追加
レンズなどの光学部品部分には単一の材料を用いて高い光学精度を得る。 - 特許庁
The double-precision functional unit and single-precision functional unit can be controlled by a shared instruction issue circuit, and the number of copies of the double-precision functional unit included in a core can be less than the number of copies of the single-precision functional units.例文帳に追加
倍精度の機能ユニット及び単精度の機能ユニットは、共通の命令発行回路によって制御することができ、コアに含まれている倍精度の機能ユニットの複製の数を、単精度の機能ユニットの複製の数よりも少なくすることができる。 - 特許庁
In a process to assign a register to a variable, when there is no register to be assigned to the single precision variable, it is checked whether a register usable only for a double precision is allowed to be assigned in a storage area of a single precision register, if allowed, the register usable only for the double precision is assigned.例文帳に追加
変数にレジスタを割り付ける処理で、単精度変数に割り付けるレジスタがない場合に、単精度レジスタの格納領域に使える倍精度のみに利用できるレジスタが割り付け可能かどうかを調べて、割り付け可能であればそのレジスタを割り付ける。 - 特許庁
In a compiler 100 mounted on a computer, an object code of a method is generated in a double precision mode in the floating-point operation and a second code of the method is generated in a single precision mode when the method is frequently called in the single precision mode and processing costs can be reduced by implementing the method in the single precision mode.例文帳に追加
コンピュータに搭載されたコンパイラ100において、浮動小数点演算における倍精度モードでメソッドのオブジェクトコードを生成すると共に、このメソッドが単精度モードで頻繁に呼び出され、かつ単精度モードで実行することにより処理コストを削減できる場合に、単精度モードでメソッドの第2のコードを生成する。 - 特許庁
To provide a single side lamination wiring board exhibiting an excellent patterning precision while suppressing warp.例文帳に追加
反りが少なくてパターン形成精度に優れた片面積層配線基板を提供すること。 - 特許庁
To provide an image forming device improving reliability by enhancing detection precision of a single latch.例文帳に追加
片ラッチの検知精度を高めることにより、信頼性の高い画像形成装置を提供する。 - 特許庁
To integrate positional coordinates computed by each local coordinate system into a single coordinate system with high precision.例文帳に追加
局所座標系ごとに算出された位置座標を精度よく1つの座標系に統合する。 - 特許庁
To precisely combine positions of two components in a combination step without affecting the precision of a single component.例文帳に追加
部品単品の精度の影響がなく、結合工程で2部品の位置を高精度に結合する。 - 特許庁
Since numbers are of arbitrary precision, some numbers may not be printable on a single output line. 例文帳に追加
数の精度は任意に選べるため、数によっては 1 行に表示できない場合もあります。 - JM
To form aspherical microlenses having high precision and high utilization efficiency of light by single etching.例文帳に追加
1回のエッチングにより、高精度かつ光の利用効率が高い非球面のマイクロレンズを形成する。 - 特許庁
Floating-point decimals of single or double precision ('float' and 'double') Booleans for true/false values ('boolean') 例文帳に追加
単精度あるいは倍精度の 浮動小数点型('float' および 'double') true/false のいずれかの値をとる 論理型('boolean') - PEAR
The double-precision functional unit and single-precision functional unit can be controlled by a common instruction issuing circuit, and the number of replicas of double-precision functional units included in a core can be made less than the number of replica of single-precision functional units, thereby reducing an influence of addition of double-precision support on chip area.例文帳に追加
倍精度の機能ユニット及び単精度の機能ユニットは、共通の命令発行回路によって制御することができ、コアに含まれている倍精度の機能ユニットの複製の数を、単精度の機能ユニットの複製の数よりも少なくすることができ、これによって、倍精度のサポートを加えることによる、チップ面積に対する影響が低減する。 - 特許庁
To provide an apparatus and method for growing a single crystal, by which the monitoring of the growth of a single crystal is simplified and the single crystal is grown with good precision.例文帳に追加
単結晶の育成の監視を簡略化することができ、しかも精度よく単結晶を育成することができる単結晶育成装置及び単結晶育成方法を提供する。 - 特許庁
To expose a specific region with high dimension precision, and to expose the other region with high position precision in accordance with the combination of a single shot and multiple exposure.例文帳に追加
単一ショットと多重露光との組み合わせにより、特定領域を高い寸法精度で露光し、他の領域を高い位置精度で露光する。 - 特許庁
A shift register 106 shifts up and stores single- precision data including the upper bit of the double-precision dividend, the data stored on the shift register 105.例文帳に追加
シフトレジスタ106は、倍精度の被除数における上位ビットと、シフトレジスタ105に格納されたデータと、を含む単精度データを、シフトアップし格納する。 - 特許庁
To fabricate a smaller single-electron island, and to arrange a top gate without requiring high precision.例文帳に追加
より小さな単電子島が作製でき、また、高い精度を必要とせずにトップゲートが配置できるようにする。 - 特許庁
To separate a plurality of electronic components incorporated into a single mother board, and to improve dicing precision in dicing.例文帳に追加
一枚の母基板に作り込まれた複数個の電子部品の分離、ダイシングのダイシング精度を高める。 - 特許庁
To achieve the higher-precision detection of a target protein-specific ligand by using a single-molecule-format probe.例文帳に追加
一分子型プローブを用いたより高精度の標的タンパク質特異的リガンドの検出を実現する。 - 特許庁
The data driven type processor can, therefore, divide the operations between the multiple-precision data into multiple independent operation elements intended for single-precision data and can execute all operations as to the pieces of single-precision data obtained by the division simultaneously in parallel.例文帳に追加
したがって、データ駆動型処理装置においては、多倍精度データ同士の演算を単精度データを対象とする独立な複数の演算要素に分割できて、分割により得られた各単精度データについての演算をすべて同時並列に実行できる。 - 特許庁
To reduce as much as possible a hardware volume constituting a dependence detecting circuit for a bypass function by proposing a new single-precision floating-point data storing method concerning a processor treating the single-precision floating-point data and double-precision floating-point data.例文帳に追加
単精度浮動小数点データおよび倍精度浮動小数点データを扱うプロセサにおいて、新しい単精度浮動小数点データの格納方式を提案し、バイパス機能のための依存関係検出回路を構成するハードウェア量を可能な限り低減すること。 - 特許庁
To allow high-precision three-dimensional positioning by receiving a measurement signal transmitted from a single transmission means by a single receiving means.例文帳に追加
単一の発信手段から発信される測定信号を単一の受信手段で受信することによって、高精度の3次元測位を可能とする。 - 特許庁
To provide a single crystal pulling device detectable of leakage of a melt from a crucible in the single crystal pulling device with high sensitivity and high precision.例文帳に追加
単結晶引上げ装置におけるルツボからの湯漏れを高感度かつ高精度に検出できる単結晶引上げ装置を提供することを目的とする。 - 特許庁
To perform the separation of metal type single wall carbon nanotubes and semiconductor type single wall carbon nanotubes with high precision with a simple operation by a density gradient centrifugal separation method.例文帳に追加
密度勾配遠心分離法により、金属型単層カーボンナノチューブと半導体型単層カーボンナノチューブとの分離を、簡単な操作により高精度で行う。 - 特許庁
For improving positioning precision, the platform is a single toggle-type, a double toggle-type or the multilink connection.例文帳に追加
位置合わせ精密度を向上させるために、プラットフォームはシングルトグル式、ダブルトグル式、または多リンク接続である。 - 特許庁
A mold (100) for the single crystal precision casting is completed by joining these two molds by an adhesive (300).例文帳に追加
これら2つの鋳型を接着材(300)で接合して、単結晶精密鋳造用鋳型(100)を完成する。 - 特許庁
To provide an arithmetic system for efficiently performing a quantization arithmetic when fixed-precision floating-point number groups are converted into single floating-point representation form of multiple-precision or variable-precision in an efficient way.例文帳に追加
固定精度浮動小数点数の組を多倍長や可変長の1つの浮動小数点の表現形式に効率的に変換する際に量子化演算を効率的に実行する演算方式を提供する。 - 特許庁
A functional unit is added to a graphics processor to provide direct support for double-precision arithmetic, in addition to the single-precision functional units used for rendering.例文帳に追加
グラフィックスプロセッサに、レンダリングに使用される単精度の機能ユニットに加えて、倍精度の算術演算の直接的なサポートを提供する機能ユニットが追加される。 - 特許庁
An IPM 6 transmits process data of 4 byte double-precision data W (0-999999) and 2 byte single-precision data N of multiplication rate (1-1000) to a PLC 4.例文帳に追加
IPM6はプロセスデータを0〜999999の4バイト倍精度データWと、乗率(1〜1000)の2バイト単精度データNをPLC4に伝送する。 - 特許庁
To provide a method and apparatus for refining single wall carbon nanotubes, by which the single wall carbon nanotubes can be purified easily with good precision by removing single wall carbon nanotubes having a specific chirality from a mixture of a plurality of single wall carbon nanotubes having different chiralities.例文帳に追加
異なるカイラリティを持つ複数の単層カーボンナノチューブの混合物から、特定のカイラリティを持つ単層カーボンナノチューブを除去して、簡便で精度よく精製できる単層カーボンナノチューブの精製方法及び精製装置を提供する。 - 特許庁
To provide a method for producing a single cast single crystal structure formed by the directional solidification of a super alloy within a precision casting mold containing a starter seed.例文帳に追加
開始種を保持する精密鋳造用金型内で超合金を指向性凝固することにより単一鋳造結晶構造体を製造する方法を提供する。 - 特許庁
To provide an X-ray collimator device which prevents a collimator single plate from deforming even if the collimator single plate is elongated in a slice direction to hold collimator precision.例文帳に追加
コリメータ単板がスライス方向に長くなった場合であってもその変形を防止することで、コリメータ精度を保つことができるX線コリメータ装置を提供すること。 - 特許庁
To provide a method of producing a compound semiconductor substrate that can produce a compound semiconductor single-crystal substrate of high precision.例文帳に追加
高精度な化合物半導体単結晶基板を製造できる化合物半導体基板の製造方法を提供する。 - 特許庁
To obtain the structure of a mass sensor element for accurately inspecting DNAs and improving the measurement precision of a piezoelectric single-crystal substrate.例文帳に追加
正確なDNAの検査と、圧電単結晶基板の測定精度を向上する質量センサ素子の構造を得る。 - 特許庁
To realize a single-phase electromagnetic driver which has reproducibility and angular precision while its size is small.例文帳に追加
小型でありながら先行技術と同程度の再現性及び角精度を有する単相電磁駆動器を実現する。 - 特許庁
To drive a large number of screw conveyers by a single motor with high precision while exerting a function of adjusting positioning for each screw trough.例文帳に追加
スクリュートラフごとの位置決め調整機能を備えながら、1つのモータで多数のスクリューコンベアを精度良く駆動する。 - 特許庁
To provide a compile method to reduce memory references which occur when there is no register to be assigned to a single precision variable.例文帳に追加
単精度変数に割り付けるレジスタがない場合に発生するメモリ参照を削減するコンパイル方法を提供する。 - 特許庁
| 意味 | 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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 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) 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会員(無料)になると
|
