1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 4064



例文

A set of transforms is constructed with this procedure having an implementation within an n-nit integer range for efficient computation using integer matrix multiplication operations.例文帳に追加

この変換のセットは、整数行列乗算演算を使用した効率的計算処理のための、nビット整数範囲内の実装を有するこの手順により、構築される。 - 特許庁

(In the general formula (I), Rx represents an alkyl group or an aryl group, m is an integer of 1-3, n is an integer of 0-2, and m+n=3 is satisfied.)例文帳に追加

一般式(I)(一般式(I)中、Rxはアルキル基またはアリール基を示す。mは1〜3の整数であり、nは0〜2の整数である。但し、m+n=3である。) - 特許庁

In formulas (1) and (2), X is a methylene group or an oxygen atom; Y is a hydrogen or halogen atom or a 1-10C alkyl group; m is an integer of 1-4; and n is an integer of 0-10.例文帳に追加

(Xはメチレン基または酸素原子、Yは水素原子、ハロゲン原子または炭素数1から10のアルキル基、mは1から4の整数。nは0から10の整数。) - 特許庁

Wherein, A is a halogen, x≥0.5, y>0, (n) is an integer of 1 to 12.例文帳に追加

ただし、Aは、ハロゲン、x≧0.5、y>0、nは、1〜12の整数をそれぞれ表す。 - 特許庁

例文

In the formula, R^1-R^3 denote a hydrocarbon group, and r denotes an integer.例文帳に追加

[化1](式中、R^1〜R^3は、炭化水素基を表す。rは整数を表す。) - 特許庁


例文

In the Formula, X and Y represent a 1-4C alkyl group or halogen group, k and i represent a positive integer of 0 or 1-4, and n and m represent a positive integer of 3-7.例文帳に追加

(式中、X及びYは、炭素数1〜4のアルキル基またはハロゲン基を、k及びiは、0または1〜4の正整数を、n及びmは、3〜7の正整数を表す。) - 特許庁

In the formula (1) and (2) each m and n represents an integer of 2-12.例文帳に追加

(式(1)および(2)中、mおよびnはそれぞれ2以上12以下の整数を示す。) - 特許庁

(In the formulas, R is a 1-4C alkyl group; and n is an integer of 0-4).例文帳に追加

(1)(2)(式中Rは、炭素数1〜4のアルキル基、nは0〜4の整数を表す。) - 特許庁

An integer part of the integral value of an integral register 75 is input to the multiplier 77.例文帳に追加

乗算器77には、積分レジスタ75の積分値の整数部が入力される。 - 特許庁

例文

In the formula, R^1 is H or CH_3; M is an alkali metal, an alkaline earth metal, ammonium or an organic amine; m is an integer of 1-30; and n is an integer of 4-50.例文帳に追加

〔式(1)中、R^1はH又はCH_3、Mはアルカリ金属、アルカリ土類金属、アンモニウム又は有機アミン、mは1〜30の整数、nは4〜50の整数〕 - 特許庁

例文

The three lists are of: fields, integer entry variables, and string entry variables. 例文帳に追加

三つのリストは、フィールド、整数入口変数および文字列入口変数のものである。 - コンピューター用語辞典

If an integer value is set for such a column, however, the provided value will instead be inserted. 例文帳に追加

しかし、insert メソッドで追加する値が指定されていた場合はそちらを使用します。 - PEAR

Returns 0 : normal termination -1 : insufficient number of arguments -2 : row or column out of range -3 : long string truncated to 255 chars Parameter integer $row- Row 例文帳に追加

正常に終了した場合に 0、パラメータが足りない場合に -1、行や列が範囲を超えている場合に -2、長い文字列を 255 文字に切り詰めた場合に -3 を返します。 パラメータ integer $row-行。 - PEAR

Scalar variables (strings, integers, floats) are treated as files, while arrays represent directories. 例文帳に追加

スカラー変数(string, integer, float)は、ファイルとして処理されると同時に、配列はディレクトリを意味します。 - PEAR

Return the Unicode string of one character whose Unicode code is the integer i.例文帳に追加

Unicode におけるコードが整数 i になるような文字 1 文字からなるUnicode 文字列を返します。 - Python

Integer expiry date in seconds since epoch, or None. 例文帳に追加

クッキーの期限が切れる日時をあわらす整数 (エポックから経過した秒数)、あるいは None。 - Python

Return an integer file descriptor for the socket on which the server is listening.例文帳に追加

サーバが要求待ちを行っているソケットのファイル記述子を整数で返します。 - Python

Converts an integer into a string representation using characters from the set [A .. P].例文帳に追加

整数を [A .. P] からなる文字集合を用いて表現した文字列に変換します。 - Python

Return the ceiling of x as a float, the smallest integer value greater than or equal to x.例文帳に追加

x の天井値 (ceil)、すなわちx 以上の最も小さい整数をfloat型で返します。 - Python

Returns the o converted to a long integer object on success,or NULL on failure. 例文帳に追加

成功するとo を長整数に変換したものを返し、失敗すると NULL を返します。 - Python

This function takes a null-terminated character string as argument and returns an integer.例文帳に追加

この関数は null で終端されたキャラクタ文字列を引数にとり、整数を返します。 - Python

attribList Specifies a list of booleanattributes and integer attribute/value pairs. 例文帳に追加

\\f2attribList\\fP真偽値である属性と、整数値を取る属性とその値のペアのリストを指定する。 - XFree86

An exampleformat is 32ica which is the format for a property of three fields of 32bits each, the first holding a signed integer, the second an unsigned integer,and the third an atom. 例文帳に追加

プロパティが各32ビットのフィールドを3つ持ち、その最初のフィールドが符号付き整数、2番目のフィールドが符号無し整数、3つめのフィールドがアトムであるもののformat は32ica である。 - XFree86

The primitive’s security depends on the difficulty of the n = p2q-type integer factoring problem. 例文帳に追加

プリミティブの安全性は n = p2q 型素因数分解問題の困難性に依存している。 - 経済産業省

[M1 is a metal selected from the group consisting of aluminum, magnesium, titanium and calcium or at least one kind selected from the these metal oxides or hydroxides and their hydrates; m, x, y and z are an integer of 1-5, an integer of 0-10, an integer of 2-5 and an integer of 0-10, respectively].例文帳に追加

mM_1 ・xSiO_y・zH_2 O ・・・(I) [式(I)中、M_1 は、アルミニウム、マグネシウム、チタン、カルシウムからなる群から選ばれる金属、これらの金属の酸化物又は水酸化物、及びそれらの水和物から選ばれる少なくとも一種であり、m、x、y及びzは、それぞれ1〜5の整数、0〜10の整数、2〜5の整数、及び0〜10の整数である] - 特許庁

In the formula, XO is a 2-4C oxyalkylene group; and n is an integer of 13-77.例文帳に追加

式中、XOは炭素数2〜4のオキシアルキレン基、nは13〜77の整数である。 - 特許庁

A receiving circuit 12 is provided with n sets (n being an integer not less than 2) preamplifiers 25-27.例文帳に追加

受信回路12は、n個(nは2以上の整数)の前置増幅部25〜27を備える。 - 特許庁

A frequency dividing part 408 divides the frequency of this FM signal into 2n [(n) is an integer ≥1].例文帳に追加

分周部408は、このFM信号を2n(nは、1以上の整数)分周する。 - 特許庁

In the formula, n and m are integers of 8 to 15 satisfying 0.5<n/m<3.5, and y is an integer of 4 to 10.例文帳に追加

(但し、n、mは8〜15の整数、0.5<n/m<3.5、yは4〜10の整数である。) - 特許庁

To quickly decide an integer bias causing a problem in use of carrier wave phase.例文帳に追加

搬送波位相を用いる際に問題となる整数値バイアスの確定を速やかに行う。 - 特許庁

The wide ALU operation instruction for which a first integer unit 20 and a second integer unit 24 are used is sometimes issued for the first pipeline 14 and the normal ALU operation instruction for which the second integer unit 24 is used is sometimes issued for the second pipeline 16.例文帳に追加

第1パイプライン14に第1インテジャーユニット20と第2インテジャーユニット24とを使用するワイドALU演算命令が発行され、第2パイプライン16に第2インテジャーユニット24を使用する通常のALU演算命令が発行されるこのがある。 - 特許庁

In the above formulas, m, n, p, q, and r are an integer of 1-4.例文帳に追加

なお、上記のm、n、p、qおよびrは各々独立した1〜4の整数である。 - 特許庁

This thioacetal compound is a compound expressed by the following general formula [provided that (m) and (n) in the formula are each 1-4 integer].例文帳に追加

新規なチオアセタ−ル化合物は、下記一般式(1)で表される化合物である。 - 特許庁

The number of teeth of each idle gear 3 is set to be integer multiple of the number of teeth of the driving gear 2.例文帳に追加

各アイドルギヤ3の歯数は、駆動ギヤ2の歯数の整数倍に設定されている。 - 特許庁

The signature random number producing part produces a random integer r of 1 or more and q-1 or less.例文帳に追加

署名乱数生成部は、1以上q−1以下のランダムな整数rを生成する。 - 特許庁

In the formula (1), each of m and n is a positive integer satisfying 2≤m+n≤6.例文帳に追加

(式中、m、nはそれぞれ正の整数で、かつm+nが2以上6以下である。) - 特許庁

An image forming apparatus 1 can form α kindsis an integer of ≥2) of dots.例文帳に追加

α種類(α≧2の整数)のドットが形成可能な画像形成装置1である。 - 特許庁

In the formula, R is a sulfonic acid a or phosphoric acid, and n is an integer of 1-8,000.例文帳に追加

ただし、式中のRはスルホン酸またはリン酸、nは1〜8000の整数を示す。 - 特許庁

The HF signal consists of many different signals having integer multiple periods of a system period.例文帳に追加

HF信号は、システム周期の整数倍の周期の多数の異なる信号からなる。 - 特許庁

To reduces approximation errors by reducing the number of rounding operations of integer modified discrete cosine transform.例文帳に追加

整数型離散コサイン変換の丸め回数を少なくし、近似エラーを減少する。 - 特許庁

The resin monomer is a bis(4-mercaptophenyl)sulfide derivative expressed by general formula (1) (R is H or methyl; and (n) is an integer of 1-4).例文帳に追加

以下の一般式(1)で表されるビス(4−メルカプトフェニル)スルフィド誘導体。 - 特許庁

The reduction ratio of the second mechanism of the reduction gear 17 is set to non-integer.例文帳に追加

第2の減速歯車機構17における減速比は、非整数に設定されている。 - 特許庁

This aromatic carboxylic acid has a structure expressed by general formula (1) [wherein, (n) is an integer of 1-3].例文帳に追加

一般式(1)で表される構造を有する化合物である芳香族カルボン酸。 - 特許庁

The variable magnification in a variable magnification process is separated in an integer variable magnification and a real number variable magnification.例文帳に追加

変倍処理の変倍率を整数変倍率と実数変倍率へ分離する。 - 特許庁

A PLD 100 can switch between n (n is an integer of 2 or higher) contexts.例文帳に追加

PLD100は、n(nは2以上の整数)個のコンテキストを切りかえ可能である。 - 特許庁

If m is an even integer greater than P, the commutator includes m pieces of segments.例文帳に追加

整流子は、Pより大きな偶数の整数をmとすれば、m個のセグメントを含む。 - 特許庁

To realize completely reversible color conversion through integer calculations that are predictable in accuracy.例文帳に追加

予測可能な精度の整数演算により完全に可逆な色変換を実現する。 - 特許庁

A shell variable need not have its integer attribute turned on to be used in an expression. 例文帳に追加

式で用いるためにシェル変数の整数属性を有効にする必要はありません。 - JM

If scale is set to zero and both expressions are integers this expression is the integer remainder function. 例文帳に追加

もし scale に 0 がセットされ、両方の式が整数であれば、整数の剰余が求められます。 - JM

例文

The first value popped is used as the reduction modulus; this value must be a non-zero number, and should be an integer. 例文帳に追加

最初に取り出した値は法 (reduction modulus) (この値は 0 以外の整数でなくてはいけません。 - JM




  
Copyright © Japan Patent office. All Rights Reserved.
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Copyright Ministry of Economy, Trade and Industry. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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/ ).
  
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会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS