| 意味 | 例文 |
integer typeの部分一致の例文一覧と使い方
該当件数 : 121件
The largest positive integer supported by Python's regular integer type.例文帳に追加
Pythonの整数型でサポートされる、最大の整数。 - Python
string- type, one of "string", "integer", "file", "directory", "set" or "password". 例文帳に追加
型を返します。 "string"、"integer"、"file"、"directory"、"set" あるいは"password" のいずれかです。 - PEAR
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
For example, the l type modifier is used with integer conversions such as %d 例文帳に追加
例えば、型修飾子l - JM
The current value (of type integer or long integer) of the progressbar. 例文帳に追加
プログレスバーの現在の値 (整数型あるいは長整数型) です。 - Python
Name the property personId, enter Integer as the type, and click OK. 例文帳に追加
プロパティーの名前に「personId」、型に「Integer」と入力して、「了解」をクリックします。 - NetBeans
The blocks indicate either tables and the type of field with binary addition (1=integer,2=string,128=not null, so 129=integer and not null), or a list of keys for each table. 例文帳に追加
このブロックは、表と2進加算 (1=integer,2=string,128=not null,129=integer かつ not null) によるフィールドの型、または各表のキーの一覧を示しています。 - PEAR
Returns the absolute value of the integer argument, of the appropriate integer type for the function. 例文帳に追加
それぞれの関数の型に応じた整数の引数の絶対値を返す。 - JM
In the public Orders(Integer id, Products productId, int quantity)constructor, change the type of the productId argument from int to Products.例文帳に追加
public Orders(Integer id, Products productId, int quantity) コンストラクタ内で、productId 引数の型を int から Products に変更します。 - NetBeans
For Data Type, select INTEGERfrom the drop-down list. 例文帳に追加
「データ型」のドロップダウンリストから「INTEGER」を選択します。 - NetBeans
the given data type by following the type indicator character with a decimal integer. 例文帳に追加
これには形式表示文字の後に 10 進の整数を後置する。 - JM
This instance of PyTypeObject represents the Python long integer type.例文帳に追加
この PyTypeObject のインスタンスは Python 長整数型を表現します。 - Python
The result of an integer conversion would exceed the size that can be stored in the corresponding integer type. 例文帳に追加
整数変換の結果が、対応する整数型に格納できるサイズを越えてしまう。 - JM
The type has a corresponding globally defined integer with the same name. 例文帳に追加
type は、その名前に対応するグローバルに定義された整数値も保持します。 - PEAR
The integral value returned by these functions may be too large to store in an integer type ( int , 例文帳に追加
)これらの関数が返す整数値は整数型( int , - JM
Then, an integer computing unit 13 carries out integer computing for turning a part matching a sign bit of the floating point type data in the integer type data into a positive number.例文帳に追加
次に、整数演算器13により、その整数型データにおける、浮動小数点型データの符号ビットに対応する部分を正の数にするための整数演算を行う。 - 特許庁
The hydrogenated block copolymer is preferably of (A-B)n-A type (wherein (n) is an integer of 1-10) or (A-B)m type (wherein (m) is an integer of 2-10).例文帳に追加
(ハ)は、(A−B)n−A型(nは1〜10の整数)または(A−B)m型(mは2〜10の整数)であることが好ましい。 - 特許庁
This instance of PyTypeObject represents the Python plain integer type.例文帳に追加
この PyTypeObject のインスタンスは Python の (長整数でない) 整数型を表現します。 - Python
Then, as you would normally type make, you would type make -jN(where N is an integer). 例文帳に追加
) そして、通常makeと入力するのと同様に、make-jN(Nは整数)と入力することになります。 - Gentoo Linux
The maximum value (of type integer or long integer) of the progressbar; the progress bar (thermometer style) is full when curvalequals maxval. 例文帳に追加
プログレスバーの最大値 (整数型あるいは長整数型) です;プログレスバー (温度計, thermometer) では、curval がmaxval に等しい時に全量に到達します。 - Python
functions compute the absolute value of the argument j of the appropriate integer type for the function. 例文帳に追加
関数は、それぞれの関数の型に応じた引数 j の絶対値を計算する。 - JM
The primitive’s security depends on the difficulty of the n = p2q-type integer factoring problem. 例文帳に追加
プリミティブの安全性は n = p2q 型素因数分解問題の困難性に依存している。 - 経済産業省
However, you can bind to a wrapper type such as Boolean, Byte, Character, Double, Float, Integer, Long, Short, String, the primitive form of one of these wrapper types, or an application defined object value. 例文帳に追加
ただし、Boolean、Byte、Character、Double、Float、Integer、Long、Short、String などのラッパー型、これらのラッパー型の基本型、またはアプリケーションで定義されたオブジェクト値にバインドできます。 - NetBeans
Evaluation of a literal yields an object of the given type (string,integer, long integer, floating point number, complex number) with the given value.例文帳に追加
リテラルを評価すると、指定した型 (文字列、整数、長整数、浮動小数点数、複素数) の指定した値を持つオブジェクトになります。 - Python
The CPU 12 substitutes integer type data for the floating point type data or performs operation using the integer type data as the backup processing without using the FPU 15.例文帳に追加
CPU12が実施するバックアップ処理としては、FPU15を用いることなく、浮動小数点型データに代わる整数型データを代入したり、或いは整数型データを用いた演算を実施したりする。 - 特許庁
Contains the file types from which modules are allowed to be loaded.Each file type is an integer constant defined in the 例文帳に追加
モジュールがロードすることを許されているファイルタイプを格納しています。 各ファイルタイプは、 - Python
The RSA primitive’s security depends on the difficulty of the n = pq-type integer factoring problem. 例文帳に追加
RSA プリミティブの安全性は、n = pq 型素因数分解問題の困難性に依存している。 - 経済産業省
However, you can bind to a wrapper type such as Boolean, Byte, Character, Double, Float, Integer, Long, Short, String, the primitive form of one of these wrapper types, or an application-defined object value. 例文帳に追加
ただし、Boolean、Byte、Character、Double、Float、Integer、Long、Short、String などのラッパー型、これらのいずれかのラッパー型の基本型、またはアプリケーションで定義されたオブジェクト値にバインドできます。 - NetBeans
Finally, the control means 15 converts the type of the integer type data in the register 14 to return into the floating point type data and stores the floating point type data in the memory 11.例文帳に追加
最後に、制御手段15は、レジスタ14の整数型データを型変換して浮動小数点型データに戻し、その浮動小数点型データをメモリ11へストアする。 - 特許庁
Plain or long integer division yields an integer of the same type; the result is that of mathematical division with the `floor' function applied to the result.例文帳に追加
整数または長整数の除算結果は、同じ型の整数になります; この場合、結果は数学的な除算に関数 `floor' を適用したものになります。 - Python
This iron type golf club set 1 includes a set of n iron type golf clubs, n being an integer of 3 or more, each having a different loft angle.例文帳に追加
ロフト角が異なるn本(ただし、nは3以上の整数)のアイアン型ゴルフクラブをセットとしたアイアン型ゴルフクラブセット1である。 - 特許庁
The highly polar oil component in the oil-in-water type emulsion composition preferably comprises a polyalkylene glycol dineopentanoate expressed by general formula (I) (m is an integer of 2-4; and n is an integer of 2-3).例文帳に追加
前記水中油型乳化組成物において、高極性油分が、下記一般式(I)で表されるジネオペンタン酸アルキレンポリグリコールであることが好適である。 - 特許庁
If the output data type is an integer type, the block output is the maximum value representable by the output type or the converted output, whichever is smaller in the absolute sense. 例文帳に追加
出力データ型が整数型である場合, ブロック出力は, どちらか絶対値として小さい方の, 出力型または変換出力によって表される最大値となる. - コンピューター用語辞典
Python fully supports mixed arithmetic: when a binary arithmetic operator has operands of different numeric types, the operand with the``narrower'' type is widened to that of the other, where plain integer is narrower than long integer is narrower than floating point is narrower than complex.Comparisons between numbers of mixed type use the same rule.例文帳に追加
Python は型混合の演算を完全にサポートします: ある 2 項演算子が互いに異なる数値型の被演算子を持つ場合、より ``制限された'' 型の被演算子は他方の型に合わせて広げられます。 - Python
To calculate a proper equalizer parameter by using only simple operation processing (integer type product-sum operation).例文帳に追加
単純な演算処理(整数型の積和演算)のみを用いて適切なイコライザパラメータを算出できるようにする。 - 特許庁
The quantity of data retrieval processing is reduced by handling a column of comparison operation results as an integer type.例文帳に追加
また比較演算結果の列を整数型として取り扱うことによりデータ検索処理量の圧縮を図る。 - 特許庁
In the present method, a map-based menu interface is divided into one first type area and n-second type areas, wherein n is a positive integer.例文帳に追加
この方法中、先ず、地図式メニューインターフェースが、1つの第1タイプ領域およびn個の第2タイプ領域に分割され、nが正の整数である。 - 特許庁
To carry out convolution operation in a simple configuration and to simultaneously obtain both the integer type and real number type filtering process results.例文帳に追加
単純な構成でもって、畳み込み演算を実行可能で、整数型及び実数型の両方のフィルタ処理結果を同時に得ることを可能にする。 - 特許庁
In a step 4 for chaos filtering, the chaos digital signal C in floating point type is converted into an integer, and then converted into a binary.例文帳に追加
ステップ4のカオスフィルタリングでは、浮動小数点形式のデジタルカオス信号Cを整数化し、更に2値符号化する。 - 特許庁
To highly precisely calculate an integer type filter coefficient capable of avoiding a chessboard strain at a relatively low bit precision.例文帳に追加
チェス盤歪みなどを回避し得る整数型フィルタ係数を比較的低いビット精度で高精度に算出すること。 - 特許庁
The condition determination means 4 determines whether or not the decomposition side and the synthesis side integer type filter coefficients to be inputted satisfy prescribed conditions and, when satisfying the prescribed conditions, the appropriate integer type filter coefficient is determined and outputted.例文帳に追加
条件判定手段4は、入力する分解側および合成側の整数型フィルタ係数が所定条件を満たすか否かを判定し、当該所定条件を満たした場合は、その整数型フィルタ係数を確定して出力する。 - 特許庁
| 意味 | 例文 |
| Copyright Ministry of Economy, Trade and Industry. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| Copyright © Japan Patent office. 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. |
| © 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 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/ ). |
| 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
