| 意味 | 例文 |
unsigned integerの部分一致の例文一覧と使い方
該当件数 : 38件
is the maximum value of an unsigned integer. 例文帳に追加
は符号無し整数(unsigned int)の最大値である。 - JM
An unsigned hexadecimal number (an integer). 例文帳に追加
符号なしの 16 進数 (整数)。 - JM
function converts the unsigned short integer hostshort from host byte order to network byte order. 例文帳に追加
関数は unsigned short integer hostshort をホストバイトオーダーからネットワークバイトオーダーに変換する。 - JM
function converts the unsigned integer netlong from network byte order to host byte order. 例文帳に追加
関数は unsigned integer netlong をネットワークバイトオーダーからホストバイトオーダーに変換する。 - JM
function converts the unsigned short integer netshort from network byte order to host byte order. 例文帳に追加
関数は unsigned short integer netshort をネットワークバイトオーダーからホストバイトオーダーに変換する。 - JM
A following integer conversion corresponds to a signed char or unsigned char argument, or a following n 例文帳に追加
整数変換に対応する引き数がsigned charかunsigned charで、n - JM
A following integer conversion corresponds to a short int or unsigned short int argument, or a following n 例文帳に追加
整数変換に対応する引き数がshort intかunsigned short intで、n - JM
Matches an unsigned octal integer; the next pointer must be a pointer to "unsigned int" . 例文帳に追加
符号なしの 8 進の整数に対応する。 次のポインタは"unsigned int"でなければならない。 - JM
(ell-ell). A following integer conversion corresponds to a long long int or unsigned long long int argument, or a following n 例文帳に追加
整数変換に対応する引き数がlong long intかunsigned long long intで、n - JM
Matches an unsigned decimal integer; the next pointer must be a pointer to "unsigned int" . 例文帳に追加
符号なしの 10進の整数に対応する。 次のポインタは"unsigned int"へのポインタでなければならない。 - JM
Matches an unsigned hexadecimal integer; the next pointer must be a pointer to "unsigned int" . 例文帳に追加
符号なしの 16 進の整数に対応する。 次のポインタは"unsigned int"へのポインタでなければならない。 - JM
Convert a Python integer to a C unsigned int, without overflow checking.例文帳に追加
Python の整数型を、オーバフローチェックを行わずに、 C の unsigned int 型に変換します。 - Python
Convert a Python integer to a C unsigned short int, without overflow checking.例文帳に追加
Python の整数型を、オーバフローチェックを行わずに、 C の unsigned short int 型に変換します。 - Python
Convert a Python integer to a C unsigned long without overflow checking.例文帳に追加
Python の整数型を、オーバフローチェックを行わずに、 C の unsigned long int 型に変換します。 - Python
Convert a Python integer to a C unsigned long longwithout overflow checking. 例文帳に追加
Python の整数型を、オーバフローチェックを行わずに、 C の unsigned long long 型に変換します。 - Python
The types short int, unsigned int, unsignedlong long, and boolean all map to Python integer objects.例文帳に追加
short int 、 unsigned int 、 unsignedlong long 、および boolean 型は、全て Python 整数オブジェクトに対応付けられます。 - Python
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
Convert a Python integer to a tiny int without overflow checking,stored in a C unsigned char. 例文帳に追加
Python の整数型を、オーバフローチェックを行わずに、 C の unsigned char 型の小さな整数に変換します。 - Python
Return a C unsigned long from a Python long integer, without checking for overflow.New in version 2.3.例文帳に追加
Python 長整数値を、 オーバフローチェックを行わずにC の unsigned long 型表現で返します。 バージョン 2.3 で 新たに追加 された仕様です。 - Python
Return a C unsigned long long from a Python long integer, without checking for overflow.New in version 2.3.例文帳に追加
Python 長整数値を、 オーバフローチェックを行わずにC の unsigned long long 型表現で返します。 バージョン 2.3 で 新たに追加 された仕様です。 - Python
The routine returns an unsigned integer, which indicates the position of the XDR byte stream. 例文帳に追加
このルーティンは XDR バイト・ストリームの位置を指示する符号無し整数を返す。 - JM
The list is unpackedone element at a time by first unpacking an unsigned integer flag.例文帳に追加
リストは一度に 1 要素づつアンパック処理されます、まず符号無し整数によるフラグがアンパックされます。 - Python
All (short, long, unsigned) integer arguments or return values that are only used to specify the length of an array argument are omitted.For example, the C call例文帳に追加
配列である引数の長さを特定するためだけに使われる全て(short、long、unsigned)の整数値の引数あるいは返り値は、無視されます。 例えば、Cの呼び出しで、 - Python
since that value will be interpreted as a large unsigned integer. 例文帳に追加
に負の値が指定された場合、その値が大きな符号なし整数として解釈されるために起こることがある。 - JM
unsignedmodifiers for some field definitions, although not all DBMS's support this modifier for integer field types. 例文帳に追加
フィールド定義によっては unsigned修飾子も使用しますが、すべての DBMS が整数フィールドでこれをサポートしているわけではありません。 - PEAR
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 values stored for 'L' and 'I' items will be represented as Python long integers when retrieved, because Python's plain integer type cannot represent the full range of C's unsigned (long) integers.The module defines the following type:例文帳に追加
Python の通常の整数型では C の unsigned (long) 整数の最大範囲を表せないため、'L'と'I' で表現されている要素に入る値は Pythonでは長整数として表されます。 このモジュールでは次の型を定義しています: - Python
A control means 15 temporarily converts the floating type data, of which an absolute value is to be found, into unsigned integer type data to load them from a memory 11 to a register 12.例文帳に追加
制御手段15は、絶対値を求めたい浮動小数点型データを符号なし整数型データに一時的に型変換し、メモリ11からレジスタ12にロードする。 - 特許庁
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.例文帳に追加
バージョン 2.4 以前の Python では, 8 進および 16 進のリテラルのうち,通常の整数型として表現可能な値より大きく,かつ符号無しの 32-bit(32-bit 演算を使う計算機の場合) 整数で表現できる最大値,すなわち 4294967296 よりも小さな数は,リテラルを符号無し整数として表現した値から4294967296 を引いて得られる負の整数として扱っていました. - Python
| 意味 | 例文 |
| Copyright © Japan Patent office. 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 (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. |
| 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会員(無料)になると
|