小窓モード


プレミアム

ログイン
設定

設定

int itとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

Wiktionary英語版での「int it」の意味

int it

発音

アナグラム


「int it」の部分一致の例文検索結果

該当件数 : 29



例文

It takes an int containing the new IRQ as argument.発音を聞く 例文帳に追加

新しいIRQを示すintを引数としてとる。 - JM

store status information in the int to which it points.発音を聞く 例文帳に追加

はstatusで指す int に状態情報を格納する。 - JM

By default,the IDE provides it with a String called name and an int callednumber.発音を聞く 例文帳に追加

デフォルトで、IDE は name という String と、number という int を提供します。 - NetBeans

was introduced in HP-UX 10, but it returns an int.発音を聞く 例文帳に追加

関数は HPUX 10 で導入されたが、このバージョンでは int を返す。 - JM

reads the next character from stream and returns it as an unsigned char cast to an int ,発音を聞く 例文帳に追加

は、streamから次の文字をunsigned charとして読み、intにキャストして返す。 - JM

And it has to be the same size as "int" because that's what the BSD socket interface is.発音を聞く 例文帳に追加

このサイズは "int" と 同じでなきゃ『ダメ』なんだ。 BSD ソケットインターフェースっていうのはそういうものなんだから。 - 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

>>例文の一覧を見る

調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

「int it」の部分一致の例文検索結果

該当件数 : 29



例文

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;/* 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

This parameter can be left out, if it has been set manually! int $password = null- The password to use for login.発音を聞く 例文帳に追加

省略可能ですが、その際には事前に手動で設定してください! int $password = null-ログイン時に使われるパスワード。 - PEAR

It knows about the length modifiers h, l, L, Z, and q, but accepts L and q both for long double and for long long int (this is a bug).発音を聞く 例文帳に追加

また、長さ修飾子 h, l, L, Z, iand q が使えるが、L と q は両方ともlong double と long long int に対応している (これはバグである)。 - JM

In the current implementation, the built-in numeric types int,long and float do not use coercion; the typecomplex however does use it.発音を聞く 例文帳に追加

現在の実装では、組み込み数値型 int, long およびfloat は型強制を行いません; 一方、complex は型強制を使います。 - Python

If it expects three integers and returns a string, its signature is "string, int, int, int".If no signature is defined for the method, a non-array value is returned.例文帳に追加

パラメータが三つの整数で戻り値が文字列の場合は"文字列, 整数, 整数, 整数"となります。 メソッドにシグネチャが定義されていない場合、配列以外の値が返ります。 - Python

In C89, expression is required to be of type int and undefined behavior results if it is not, but in C99 it may have any scalar type.発音を聞く 例文帳に追加

はint型であることが必要とされ、そうでない場合の動作は未定義とされていた。 しかし C99 ではどのようなスカラ値でもよいことになった。 - JM

例文

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

>>例文の一覧を見る

int itのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL).
Weblio英和・和英辞典に掲載されている「Wiktionary英語版」の記事は、Wiktionaryのint it (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS