1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

"負の整数"を含む例文一覧と使い方

該当件数 : 28



例文

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

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

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

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

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 the policy for the process (a non-negative integer).  - JM


例文

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

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

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

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

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

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

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

A negative integer disables delivery of packets with router alert options to this socket.  - 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

例文

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

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

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

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

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

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

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

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

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

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

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

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

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

予測順位変換部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). - 特許庁

関数は、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

添字は最終的に、シーケンスの長さよりも小さな非負の整数でなくてはなりません。 次に、添字をインデクスに持つ要素に非代入オブジェクトを代入してよいか、シーケンスに問い合わせます。例文帳に追加

The resulting value must be a nonnegative integer less than the sequence's length, and the sequence is asked to assign the assigned object to its item with that index. - Python

加算結果はシーケンス内の要素数よりも小さな非負の整数とならなければなりません。 添字表記は、添字と同じシーケンス中の (ゼロから数えた) インデクスを持つ要素を選択します。例文帳に追加

The resulting value must be a nonnegative integer less than the number of items in the sequence, and the subscription selects the item whose index is that value (counting from zero).A string's items are characters. - Python

こうして、入力データの要素数を出力データの要素数に揃える必要がなく、2の補数で表記された正負の整数を符号拡張することなく入力可能にしている。例文帳に追加

Thus, it is not necessary to align the number of elements of the input data with the number of elements of output data and a positive/negative integer described with the complement of '2' can be inputted without expanding the code. - 特許庁

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

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

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

ブロック載置領域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. - 特許庁

例文

バージョン 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

索引トップ用語の索引



  
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