| 例文 |
unsigned intの部分一致の例文一覧と使い方
該当件数 : 39件
The flags argument is int in 4.x BSD, but unsigned int in libc4 and libc5. 例文帳に追加
flags引き数は 4.x BSD では int だが、libc4 と libc5 では unsigned int である。 - 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
modifier is present, the int argument is converted to an "unsigned char" , 例文帳に追加
修飾子がなければ、int引き数を"unsigned char" - JM
function but returns an "unsigned long long int" value. 例文帳に追加
関数と同様だが、"unsigned long long int"型の値を返す。 - JM
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
return the character read as an unsigned char cast to an int or EOF 例文帳に追加
は、文字をunsigned charとして読んでintにキャストして返す。 - JM
All (short, long, unsigned) int values are represented by Python integers.例文帳に追加
全て(short、long、unsigned)の整数値(int)はPythonの整数に相当します。 - Python
return the character written as an unsigned char cast to an int or EOF 例文帳に追加
はunsigned charとして書き込まれた文字をintにキャストして返す。 - JM
is the maximum value of an unsigned integer. 例文帳に追加
は符号無し整数(unsigned int)の最大値である。 - JM
Initially, the glibc interfaces included a cpusetsize argument, typed as "unsigned int" . 例文帳に追加
最初は、glibc のインタフェースには"unsigned int"型のcpusetsize引き数が入っていた。 - JM
reads the next character from stream and returns it as an unsigned char cast to an int , 例文帳に追加
は、streamから次の文字をunsigned charとして読み、intにキャストして返す。 - JM
Matches an unsigned octal integer; the next pointer must be a pointer to "unsigned int" . 例文帳に追加
符号なしの 8 進の整数に対応する。 次のポインタは"unsigned int"でなければならない。 - JM
Convert a Python integer to a C unsigned int, without overflow checking.例文帳に追加
Python の整数型を、オーバフローチェックを行わずに、 C の unsigned int 型に変換します。 - Python
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 short int, without overflow checking.例文帳に追加
Python の整数型を、オーバフローチェックを行わずに、 C の unsigned short int 型に変換します。 - Python
Negative values are considered valid input and are silently converted to the equivalent "unsigned long int" value. 例文帳に追加
負の値も正当な入力とみなされ、エラーもなく、対応する"unsigned long int"型の値に変換される。 - JM
Convert a Python integer to a C unsigned long without overflow checking.例文帳に追加
Python の整数型を、オーバフローチェックを行わずに、 C の unsigned long int 型に変換します。 - Python
Convert a Python integer to a tiny int without overflow checking,stored in a C unsigned char. 例文帳に追加
Python の整数型を、オーバフローチェックを行わずに、 C の unsigned char 型の小さな整数に変換します。 - Python
The remainder of the string is converted to an "unsigned long int" value in the obvious manner, stopping at the first character which is not a valid digit in the given base. 例文帳に追加
文字列の残りの部分は"unsigned long int"に変換されるが、基数に対して有効でない数字が現れた時点で変換は終了する。 - JM
00>=40 .vs 0u0int type;/* ConfigureNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window event;Window window;int x, y;int width, height;int border_width;Window above;Bool override_redirect;} XConfigureEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加
type メンバには、イベントの型を一意に識別する定数名が設定される。 - XFree86
00>=40 .vs 0u0int type;/* Expose */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window window;int x, y;int width, height;int count;/* if nonzero, at least this many more */} XExposeEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加
type メンバには、イベントの型を一意に識別する定数名が設定される。 - XFree86
function converts the initial part of the string in nptr to an "unsigned long int" value according to the given base, which must be between 2 and 36 inclusive, or be the special value 0. 例文帳に追加
関数は、 nptr の文字列の最初の部分を、base を基数として"unsigned long int"に変換する。 この base は 2 から 36 までの値あるいは特別な意味を持つ値 0 でなければならない。 - JM
00>=40 .vs 0u0int type;/* CreateNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window parent;/* parent of the window */Window window;/* window id of window created */int x, y;/* window location */int width, height;/* size of window */int border_width;/* border width */Bool override_redirect;/* creation should be overridden */} XCreateWindowEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加
type メンバはイベントの型を一意に識別する定数の名前である。 - XFree86
00>=40 .vs 0u0int type;/* FocusIn or FocusOut */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window window;/* window of event */int mode;/* NotifyNormal, NotifyGrab, NotifyUngrab */int detail;/* * NotifyAncestor, NotifyVirtual, NotifyInferior, * NotifyNonlinear,NotifyNonlinearVirtual, NotifyPointer, * NotifyPointerRoot, NotifyDetailNone */} XFocusChangeEvent;typedef XFocusChangeEvent XFocusInEvent;typedef XFocusChangeEvent XFocusOutEvent; When you receive these events, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加
type メンバはイベントの型を一意に識別するための定数名が設定される。 - XFree86
00>=40 .vs 0u0int type;/* ResizeRequest */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window window;int width, height;} XResizeRequestEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加
type メンバには、イベントの型を一意に識別する定数名が設定される。 - XFree86
00>=40 .vs 0u0int type;/* VisibiltyNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window window;int state;} XVisibilityEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加
type メンバには、イベントの型を一意に識別する定数名が設定される。 - XFree86
00>=40 .vs 0u0int type;/* CirculateNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window event;Window window;int place;/* PlaceOnTop, PlaceOnBottom */} XCirculateEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加
type メンバには、イベントの型を一意に識別する定数名が設定される。 - XFree86
00>=40 .vs 0u0int type;/* CirculateRequest */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window parent;Window window;int place;/* PlaceOnTop, PlaceOnBottom */} XCirculateRequestEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加
type メンバには、イベントの型を一意に識別する定数名が設定される。 - XFree86
00>=40 .vs 0u0int type;/* ColormapNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window window;Colormap colormap;/* colormap or None */Bool new;int state;/* ColormapInstalled, ColormapUninstalled */} XColormapEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加
it.type メンバにはイベントの型を一意に識別する定数名が設定される。 - XFree86
00>=40 .vs 0u0int type;/* GravityNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window event;Window window;int x, y;} XGravityEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加
type メンバには、イベントの型を一意に識別する定数名が設定される。 - XFree86
00>=40 .vs 0u0int type;/* PropertyNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window window;Atom atom;Time time;int state;/* PropertyNewValue or PropertyDelete */} XPropertyEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加
type メンバには、イベントの型を一意に識別する定数名がセットされる。 - XFree86
00>=40 .vs 0u0int type;/* ReparentNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window event;Window window;Window parent;int x, y;Bool override_redirect;} XReparentEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加
type メンバには、イベント型を一意に認識するための定数名が設定される。 - XFree86
| 例文 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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) 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|