1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > unsigned longに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

unsigned longの部分一致の例文一覧と使い方

該当件数 : 50



例文

"k" (integer) [unsigned long] 例文帳に追加

"k" (整数型) [unsigned long] - Python

"int registerrpc(unsigned long " prognum ", unsigned long " versnum , 例文帳に追加

失敗した場合には 0 を返す。 "int registerrpc(unsigned long " prognum ", unsigned long " versnum , - JM

function but returns an "unsigned long long int" value. 例文帳に追加

関数と同様だが、"unsigned long long int"型の値を返す。 - JM

Both used to be "unsigned long" . 例文帳に追加

かつて、これらは共に"unsigned long"であった。 - JM

例文

The format is one unsigned long ID plus one unsigned long value for each entry. 例文帳に追加

個々のエントリは、unsigned long 型の ID 1個にunsigned long 型の値 1個が続くフォーマットである。 - 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

Retrieve a message (as an "unsigned long" 例文帳に追加

発生したばかりの ptrace イベントに関するメッセージを( "unsigned long" - JM

All (short, long, unsigned) int values are represented by Python integers.例文帳に追加

全て(short、long、unsigned)の整数値(int)はPythonの整数に相当します。 - Python

"unsigned long" 例文帳に追加

通常は \\s-1ASCII\\s+1 \\s-1BEL\\s+1 文字です。 - JM

例文

Returns a C unsigned long representation of the contents of pylong.例文帳に追加

pylong の指す長整数値を、 C の unsigned long 型表現で返します。 - Python

例文

Convert a Python integer to a C unsigned long longwithout overflow checking. 例文帳に追加

Python の整数型を、オーバフローチェックを行わずに、 C の unsigned long long 型に変換します。 - Python

code selects a sub function and passes argument addr to it; addr is interpreted as either an "unsigned long" for the "set" operations, or as an "unsigned long *" ,例文帳に追加

codeは副機能を選択し、引き数addrを副機能に渡す。 - JM

The bit mask size is rounded to the next multiple of "sizeof(unsigned long)" , 例文帳に追加

この引き数経由で実際に転送されるバイト数は、直近の"sizeof(unsigned long)" - JM

A filter primitive that translates between C "unsigned long" integers and their external representations. 例文帳に追加

C の"unsigned long"整数とその外部表現を変換するための基本フィルター。 - JM

Convert a Python integer to a C unsigned long without overflow checking.例文帳に追加

Python の整数型を、オーバフローチェックを行わずに、 C の unsigned long int 型に変換します。 - 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

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

Return the 64-bit base value for the FS register of the current thread in the unsigned long pointed to by addr . 例文帳に追加

現在のスレッドのFSレジスタの 64 ビットベース値を、addrが指すunsigned longの領域に格納する。 - JM

Return the 64-bit base value for the GS register of the current thread in the unsigned long pointed to by addr . 例文帳に追加

現在のスレッドのGSレジスタの 64 ビットベース値を、addrが指すunsigned longの領域に格納する。 - JM

Negative values are considered valid input and are silently converted to the equivalent "unsigned long int" value. 例文帳に追加

負の値も正当な入力とみなされ、エラーもなく、対応する"unsigned long int"型の値に変換される。 - JM

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

Will first attempt to cast the object to a PyIntObject or PyLongObject, if it is not already one, and then return its value as unsigned long.例文帳に追加

オブジェクトがまだ PyIntObject または PyLongObject でなければまず型キャストを試み、次にその値をunsigned long 型で返します。 - Python

Returns a new PyLongObject object from a C unsignedlong long, or NULL on failure. 例文帳に追加

C の unsigned long long 型から新たな PyLongObjectオブジェクトを生成して返します。 失敗のときには NULL を返します。 - 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

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

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

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

Returns a new PyLongObject object from a C unsignedlong, or NULL on failure. 例文帳に追加

C の unsigned long 型から新たな PyLongObject オブジェクトを生成して返します。 失敗のときには NULL を返します。 - Python

The short-term throwaway certificate relates the public key from the 1st unsigned certificate with the long-term discriminating information from the 1st unsigned certificate.例文帳に追加

短期使い捨て証明書は、第1の無署名証明書からの公開鍵を、第1の無署名証明書からの長期識別情報に結び付ける。 - 特許庁

00>=40 .vs 0u0int type;/* DestroyNotify */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;} XDestroyWindowEvent; 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;/* KeymapNotify */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;char key_vector[32];} XKeymapEvent; 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;/* MapRequest */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;} XMapRequestEvent; 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;/* 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;/* UnmapNotify */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;Bool from_configure;} XUnmapEvent; 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

An on-line registration office for the PKI issues a 1st unsigned certificate for relating a public key of a subject with long term discriminating information concerning the subject to the subject, and keeps a certificate database of the unsigned certificate.例文帳に追加

PKIのオンライン登録局は、サブジェクトの公開鍵をサブジェクトに関する長期識別情報に結び付ける第1の無署名証明書をサブジェクトに発行し、無署名証明書の証明書データベースを保持する。 - 特許庁

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

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

The structure for SelectionClearevents contains: 00>=40 .vs 0u0int type;/* SelectionClear */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 selection;Time time;} XSelectionClearEvent; 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;/* 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;/* SelectionNotify */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 requestor;Atom selection;Atom target;Atom property;/* atom or None */Time time;} XSelectionEvent; 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

To provide a multiplication system which performs multiplication of a number of long multiple word length in a unified manner and also performs multiplication of both signed and unsigned numbers whose length varies.例文帳に追加

統一された仕方で、長い多重ワード長の数の乗算を行い、しかも長さが変動する符号付きと符号なしの両方の数の乗算を可能にする乗算方式を実現する。 - 特許庁

例文

Although the works are unsigned, as a postscript, in the latter part of the Heian period, FUJIWARA no Sadanobu, who had long worked as an appraiser of calligraphical works (and was a noted calligrapher in his own right), authenticated the calligraphy as being penned by Michikaze at the age of 35, giving credence to the works' authenticity. 例文帳に追加

署名はないがその奥書きに、平安時代末期の能書家で鑑識に長じていた藤原定信が、道風35歳の書であることを考証しているので、真蹟として確実である。 - Wikipedia日英京都関連文書対訳コーパス




  
Copyright © Japan Patent office. All Rights Reserved.
  
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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 (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
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会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS