1016万例文収録!

「負の整数」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 負の整数に関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

負の整数の部分一致の例文一覧と使い方

該当件数 : 75



例文

は正の整数負の整数をとることができる。例文帳に追加

may be positive integers, negative integers, or the special  - JM

n は非負の整数です。例文帳に追加

n is a non-negative integer which is used to scramble the current state vector. - Python

は現在のそのプロセスのポリシー (非負の整数) を返す。例文帳に追加

returns the policy for the process (a non-negative integer).  - JM

対数の表現の(正またはの)整数部分例文帳に追加

the integer part (positive or negative) of the representation of a logarithm  - 日本語WordNet

例文

最大の整数の絶対値は、定義されていない。例文帳に追加

Trying to take the absolute value of the most negative integer is not defined.  - JM


例文

arg1やarg2には、正または負の整数を使用できます。例文帳に追加

Arg1 and arg2 may be positive or negative integers. "SIMPLE COMMAND EXPANSION"  - JM

はディスクリプタを識別する非負の整数を返す。例文帳に追加

returns a non-negative integer identifying the descriptor.  - JM

は受け付けたソケットのディスクリプタである非負の整数値を返す。例文帳に追加

returns a non-negative integer that is a descriptor for the accepted socket.  - JM

は 0 と 2^31 の間で一様分布する非のロング整数を返す。例文帳に追加

functions return non-negative long integers uniformly distributed between 0 and 2^31.  - JM

例文

を使うと、文字と非負の整数で表されたバイト値の間で変換を行えます。例文帳に追加

convert between characters and nonnegative integers representing the byte values. - Python

例文

t +n or whitespacem n行後ろの行を表します。 m nは、でない整数です。例文帳に追加

+n whitespace n The n th next line, where n is a non-negative number.  - JM

以下のエラーが発生する可能性がある。 領域エラー: x が負の整数の無限大errnoにEDOM例文帳に追加

The following errors can occur: Domain error: x is a negative integer, or negative infinity errno is set to EDOM .  - JM

xが負の整数の無限大の場合、領域エラー (domain error) が発生し、NaN が返される。例文帳に追加

If x is a negative integer, or is negative infinity, a domain error occurs, and a NaN is returned.  - JM

最初のキー引数に対し、二番目のキー引数が大きい場合には正の整数を、同じ場合にはゼロを、小さい場合には負の整数を返す。例文帳に追加

It must return an integer less than, equal to, or greater than zero if the first key argument is considered to be respectively less than, equal to, or greater than the second key argument.  - JM

その後、黒領域について正の整数で順次ラベリングするとともに、白領域について負の整数で順次ラベリングを行う。例文帳に追加

Then the computer 18 successively labels the black areas with positive integers, and at the same time, the white areas with negative integers. - 特許庁

s1 が s2 より小さいか、同じか、あるいは大きいかによってそれぞれ、負の整数、0、正の整数を返す。例文帳に追加

It returns an integer less than, equal to, or greater than zero if s1 is found, respectively, to be less than, to match, or be greater than s2.  - JM

引数は整数、長整数、浮動小数点数にすることができ、正でもでもかまいません。 days、seconds および microseconds のみが内部に記憶されます。例文帳に追加

Arguments maybe ints, longs, or floats, and may be positive or negative.Only days, seconds and microseconds are stored internally. - Python

負の整数を指定すると、このソケットへのrouter alert オプションの付いたパケットの配送が行われない。例文帳に追加

A negative integer disables delivery of packets with router alert options to this socket.  - JM

タンジェントが左側の数から右側の整数に変わるカーブの点例文帳に追加

the point on a curve where the tangent changes from negative on the left to positive on the right  - 日本語WordNet

大文字と小文字の違いを無視して s1 の方が s2 より小さければ負の整数を返す。例文帳に追加

It returns a negative integer if s1 is smaller than s2, ignoring case.  - JM

levels (非整数) 未満のレベルのディレクトリには評価やアクショ ンを行わない。例文帳に追加

Do not apply any tests or actions at levels less than levels (a  - JM

の値が指定された場合、その値が大きな符号なし整数として解釈されるために起こることがある。例文帳に追加

since that value will be interpreted as a large unsigned integer.  - JM

x == y[i] となるような非負の整数インデクスi が存在するとき、かつそのときにかぎり真となります。例文帳に追加

is true if and only if there is a non-negative integer index i such that - Python

整数表現に関する規則は、シフト演算やマスク演算において、負の整数も含めて最も有意義な解釈ができるように、かつ通常の整数と長整数との間で定義域を切り替える際にできるだけ混乱しないように決められています。例文帳に追加

The rules for integer representation are intended to give the most meaningful interpretation of shift and mask operations involvingnegative integers and the least surprises when switching between the plain and long integer domains. - Python

整数や長整数の被演算子の場合、第二引数がでない限り、結果は (型強制後の) 被演算子と同じになります; 第二引数がの場合、全ての引数は浮動小数点型に変換され、浮動小数点型が返されます。例文帳に追加

For int and long int operands, the result has the same type as the operands (after coercion) unless the second argument is negative; in that case, all arguments are converted to float and a float result is delivered. - Python

ベースポイントPのスカラーk倍算k×Pを、非整数の展開係数を用いてφ進展開して、該非整数の展開係数をバイナリ展開して展開式を求める。例文帳に追加

The scalar k multiplicationP of the base point P is ϕ-expanded using an expansion coefficient of a nonnegative integer, and the expansion coefficient of the nonnegative integer is binary expanded to obtain an expansion equation. - 特許庁

(CL_n+1/CL_n)^2=α(nは1以上の整数、α=2^-1/2)が成立するように、荷容量CL1に対して荷容量CLn(n≧2)を決定する。例文帳に追加

A load capacity CLn(n≥2) is determined to a load capacity CL1 so that (CL_n+1/CL_n)^2=α(n is integer of at least 1, α=2^-1/2) is established. - 特許庁

関数は、s1 の最初の n バイトがs2 の最初の n バイトよりも小さいか、同じか、あるいは大きいかによってそれぞれ、負の整数、0、正の整数を返す。例文帳に追加

function returns an integer less than, equal to, or greater than zero if the first n bytes of s1 is found, respectively, to be less than, to match, or be greater than the first n bytes of s2.  - JM

関数は、s1 が s2 よりも小さいか、等しいか、大きいかによって、それぞれ負の整数、0、正の整数を返す。 どちらの文字列も現在のロケールに応じて解釈されたものが使用される。例文帳に追加

function returns an integer less than, equal to, or greater than zero if s1 is found, respectively, to be less than, to match, or be greater than s2, when both are interpreted as appropriate for the current locale.  - JM

ピクセルオフセット補正は、飽和演算を用いて放射線画像について整数フォーマットを行い(510)、ゼロの値にクリップされるの補正値を有する整数フォーマットの画像を生成する。例文帳に追加

Pixel offset correction performs integer formatting about the radiation image by use of saturation calculation (510), and generates an image of an integer format having a negative correction value clipped to zero. - 特許庁

(式中、Xはハロゲン原子、nは1〜20の整数、mは1〜20の整数である)前記カチオン性ポリマーを、ζ電位がの値である基粉体表面に吸着させたことを特徴とするカチオン性ポリマー吸着粉体。例文帳に追加

Cationic polymer-adsorbing powder is obtained by adsorbing the cationic polymer on the surface of base powder having a negative value of ζ potential. - 特許庁

バージョン 2.4 以前の Python では, 8 進および 16 進のリテラルのうち,通常の整数型として表現可能な値より大きく,かつ符号無しの 32-bit(32-bit 演算を使う計算機の場合) 整数で表現できる最大値,すなわち 4294967296 よりも小さな数は,リテラルを符号無し整数として表現した値から4294967296 を引いて得られる負の整数として扱っていました.例文帳に追加

In versions of Python prior to 2.4, octal and hexadecimal literals in the range just above the largest representable plain integer but below the largest unsigned32-bit number (on a machine using 32-bit arithmetic), 4294967296, were taken as the negative plain integer obtained by subtracting 4294967296from their unsigned value. - Python

(式中、mは2以上の整数、nはでない整数、R1〜R2^mは置換されてもよいアルキル基又はアリール基を表す。)このオリゴエチレンオキシド誘導体は構造が単一で、かつ、反応性基を1つ有す。例文帳に追加

The oligoethylene derivative has a single structure and bears one reactive group. - 特許庁

イオン発生部130は、正イオンとしてH^+(H_2O)_m(mは任意の整数)とイオンとしてO_2^−(H_2O)_n(nは任意の整数)とを発生させる。例文帳に追加

The ion-generating parts 130 generate H^+(H_2O)_m (m is any integer) as positive ions and O_2^-(H_2O)_n (n is any integer) as negative ions. - 特許庁

イオン発生素子130は、筐体110内に設けられ、正イオンとしてH^+(H_2O)_m(mは任意の整数数)とイオンとしてO_2^−(H_2O)_n(nは任意の整数数)とを発生させる。例文帳に追加

The ion generation element 130 is arranged inside the casing 110 and generates H^+(H_2O)_m (m is an optional integer) as a positive ion and O_2^-(H_2O)_n (n is an optional integer) as a negative ion. - 特許庁

は、コード単位と非負の整数で表されたUnicode 標準 3.0 で定義された Unicode 序数との間で変換を行います。例文帳に追加

convert between code units and nonnegative integers representing the Unicode ordinals as defined in the Unicode Standard 3.0. - Python

符号化装置24は、その値が非整数をとり、その値が大きくなるにしたがい出現頻度が低下するシンボルを可変長符号化する。例文帳に追加

An encoding device 24 performs variable length encoding to a symbol whose value takes a nonnegative integer and as the value becomes larger, an appearance frequency falls. - 特許庁

分周数が整数倍とならないサンプリング周波数の場合でも、プログラムの担をかけることなく、高速倍速再生を実現する。例文帳に追加

To realize reproduce at a double speed without imposing a load on a program even in the case of a sampling frequency whose division frequency is not an integer. - 特許庁

通常整数および長整数の被演算子に対しては、二つ目の引数がの数でない限り、結果は (型強制後の)被演算子と同じ型になります;の場合、全ての引数は浮動小数点型に変換され、浮動小数点型の結果が返されます。例文帳に追加

For int and long int operands, the result has the same type as the operands(after coercion) unless the second argument is negative; in that case, all arguments are converted to float and a float result is delivered. - Python

イオン発生部130は、正イオンとしてH^+(H_2O)_mとイオンとしてO_2^−(H_2O)_n(m,nは任意の整数)とを発生させる。例文帳に追加

The ion generating section 130 generates H^+(H_2O)_m as positive ions and O_2^-(H_2O)_n(m, n are optional integers) as negative ions. - 特許庁

予測順位変換部105は予測誤差を非負の整数に変換し、それを予測順位M(e)として出力する。例文帳に追加

A prediction order conversion section 105 converts the prediction error into a non-minus integer, and outputs it as prediction order M(e). - 特許庁

ブロック載置領域3の略中央部に位置する溝部4の側端位置をゼロとし、ブロック2の一辺の長さを目盛間隔として、側端位置を基準に長手方向の一方側に負の整数目盛、もう一方側に正の整数目盛を付ける。例文帳に追加

A minus integer scale which starts at a died end position of the groove part 4 disposed in the nearly center part of the block mount are 3 and has graduations equal to the length of one side of the block 2 is fitted on one side along the length and a plus integer scale is fitted on the other side. - 特許庁

これを入力データxとし、デコーダ23は、入力データxを用いて、log(1+e^-|a-b|)を直線近似した直線の傾きAを示す2のn乗(nは負の整数)の指数部nを正の整数としたmビットのデータと、切片Bのデータを出力する。例文帳に追加

A decoder 23 outputs data of m bits using an index part n of n power (n is a negative integer) of 2 for indicating an inclination A of a straight line of linearly approximating log (1+e-|a-b|) as a positive integer, and data of a section B by using input data x with this absolute value as the input data x. - 特許庁

compar ルーチンは二つの引数を取る関数で、一つ目に key へのポインタ、次に配列のメンバーへのポインタを取る。 この順に指定したとき、 key が配列メンバーより小さいときには負の整数を、大きいときには正の整数を、一致したときには 0 を、それぞれcompar は返さなければならない。例文帳に追加

The compar routine is expected to have two arguments which point to the key object and to an array member, in that order, and should return an integer less than, equal to, or greater than zero if the key object is found, respectively, to be less than, to match, or be greater than the array member.  - JM

N(Nは2以上の整数)個の記録素子群を用いてM(Mは2以上の整数)パスで画素領域に記録を行う場合に、データ処理の荷を低減しつつも、異なるパスで記録されるドット同士の記録位置ズレによる濃度変動を抑制する。例文帳に追加

To suppress density fluctuation by recording position deviation of dots to be recorded by different paths even while reducing loads of data processing when recording is performed to a pixel area by M (M is the integer of ≥2) paths using N (N is the integer of ≥2) recording element groups. - 特許庁

整数型除算器に使用する加算器の数を減らして省電力化を図ると共に、不必要な高速化を避け、各加算器の演算が集中しないよう順次演算するように制御することで電力消費の平均化が行われ、バッテリー電源の担が軽減できる整数型除算器を提供する。例文帳に追加

To provide an integral divider capable reducing the load of a battery power source by reducing the number of adders used in the integral divider to achieve power saving, avoiding unnecessary acceleration and equalizing power consumption by controlling arithmetic operations of each adder so as not to be concentrated by sequentially performing the arithmetic operations. - 特許庁

電力荷・熱荷を大まかに分類した時間区分ごとに電熱設備の運転台数を整数変数として設定し、該時間区分は電力荷・熱荷ともに同じ分類に属する連続する時間を1つの時間区分とする。例文帳に追加

The number of operated cogeneration facilities is set as an integer variable for each of time sections obtained by roughly classifying an electric power load and a thermal load, and a series of time sections belonging to the same category with respect to both of the electric power and the thermal load are assumed as one time section. - 特許庁

半透明層の上面から極層の底面までの光学的距離は各色光のピーク波長の半波長の整数倍の最小公倍数に設定される有機電界発光素子である。例文帳に追加

This is the organic electroluminescent element in which an optical distance from the upper face of the translucent layer to the bottom face of the negative electrode layer is set as the least common multiple of an integral multiple of the half wavelength of the peak wavelength of each colored light. - 特許庁

整数はシフト演算やマスク演算のためにバイナリ表現をもつものと仮定されます。 の数は符号ビットが左に無限に延びているような錯覚を与える 2 の補数表現の変型で表されます。例文帳に追加

For the purpose of shift and mask operations,a binary representation is assumed, and negative numbers are represented in a variant of 2's complement which gives the illusion of an infinite string of sign bits extending to the left. - Python

例文

比較ルーチンは、アイテムへのポインタ 2 つを引数に持つ。 比較ルーチンの返り値は、1 つ目のアイテムが 2 つ目のアイテムよりも「小さい、等しい、大きい」によって、「、0、正」の整数値でなければならない。例文帳に追加

It should return an integer which is negative, zero, or positive, depending on whether the first item is less than, equal to, or greater than the second.  - JM

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
日本語WordNet
日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2024 License. All rights reserved.
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS