小窓モード


プレミアム

ログイン
設定

設定

英和・和英辞典で「ポインターは?」に一致する見出し語は見つかりませんでしたが、
下記にお探しの言葉があるかもしれません。

「ポインターは?」の部分一致の例文検索結果

該当件数 : 128



例文

波線が描けるレーザーポインター例文帳に追加

LASER POINTER CAPABLE OF DRAWING WAVY LINE - 特許庁

配列はヌル・ポインターで終端する。例文帳に追加

The array is terminated by a null pointer.発音を聞く  - JM

ポインターやセッターは猟犬として飼われる.例文帳に追加

Pointers and setters are kept for hunting [shooting].発音を聞く  - 研究社 新和英中辞典

argpは構造体 struct unimapdesc へのポインターである。例文帳に追加

argp points to a struct unimapdesc.発音を聞く  - JM

argp は構造体 struct kbentry へのポインターである。例文帳に追加

argp points to a struct kbentry.発音を聞く  - JM

argp は、構造体 struct kbsentry へのポインターである。例文帳に追加

argp points to a struct kbsentry.発音を聞く  - JM

argp は構造体struct kbkeycode へのポインターである。例文帳に追加

argp points to a struct kbkeycode.発音を聞く  - JM

valueまたはovalueが有効なポインターでない。例文帳に追加

value or ovalue are not valid pointers.発音を聞く  - JM

ubufは以下のメンバーを含む ustat 構造体へのポインター:+4n例文帳に追加

ubuf is a pointer to a ustat structure that contains the following members: +4n発音を聞く  - JM

引き数spは文字列ポインターのアドレスである。例文帳に追加

The argument sp is the address of the string pointer.発音を聞く  - JM

注意:spは文字列へのポインターのアドレスである。例文帳に追加

Note: sp is the address of the string's pointer.発音を聞く  - JM

車内から視認可能な車幅ポインター例文帳に追加

VEHICLE WIDTH POINTER VISIBLE FROM INSIDE OF VEHICLE - 特許庁

発光ダイオードを使用したポインター例文帳に追加

POINTER USING LIGHT EMITTING DIODE - 特許庁

手動発電機付きレーザーポインター例文帳に追加

LASER POINTER WITH MANUAL ELECTRIC POWER GENERATOR - 特許庁

圧縮にはポインター配列 dnptrs を用いる。 これらのポインターは、現在のメッセージの中にある以前に圧縮された名前を指す。例文帳に追加

The compression uses an array of pointers dnptrs to previously compressed names in the current message.発音を聞く  - JM

《表示》 ポインター型でない変数を参照として解釈することはできません. / 間接参照演算子 "*" のオペランドはポインター型でなければなりません例文帳に追加

Cannot dereference non-pointer type.発音を聞く  - 研究社 英和コンピューター用語辞典

注意: このルーティンに渡されるポインターは解放されないが、このポインターの指すデータは(再帰的に)解放される 。例文帳に追加

Note: the pointer passed to this routine is not freed, but what it points to is freed (recursively).発音を聞く  - JM

最初のポインターはメッセージの冒頭を指し、そのリストは NULL で終わる。例文帳に追加

The first pointer points to the beginning of the message and the list ends with NULL.発音を聞く  - JM

reqは操作の種類を指定する。 infoは情報へのポインターである。例文帳に追加

req indicates the type of operation, and info is a pointer to the information.発音を聞く  - JM

本発明に係わるセンシングシステムは、ポインターをセンシングし且つポインターの位置を計算することに用いられる。例文帳に追加

A sensing system is used to perform sensing of a pointer and calculate the position of the pointer. - 特許庁

本発明に係わるセンシングシステムは、ポインターをセンシングし且つポインターの位置を計算することに用いられる。例文帳に追加

The sensing system senses a pointer and is used to calculate a position of the pointer. - 特許庁

本発明は電磁ポインターの傾斜角検知方法を提供する。例文帳に追加

To provide a method of detecting an inclination angle of an electromagnetic pointer. - 特許庁

成功の場合には、暗号化されたパスワードへのポインターが返される。例文帳に追加

On success, a pointer to the encrypted password is returned.発音を聞く  - JM

このルーティンは擬似 RPC サービス通信を生成して、そのポインターを返す。例文帳に追加

This routine creates a toy RPC service transport, to which it returns a pointer.発音を聞く  - JM

bufはstatfs構造体へのポインターで、およそ以下のように定義される:+4n例文帳に追加

buf is a pointer to a statfs structure defined approximately as follows: +4n発音を聞く  - JM

二番目の引き数はそのオブジェクト自身へのポインターである。例文帳に追加

The second argument is a pointer to the object itself.発音を聞く  - JM

マウスポインターがハイパーリンクの上にきたときに下線がつくようにする例文帳に追加

make hyperlinks underlined when the mouse pointer hovers over them発音を聞く  - 研究社 英和コンピューター用語辞典

ポインターリストPLを構成するフルパスファイル名には、ファイルリストFLに登録されたファイル情報FIに付されたポインターと紐付けされたポインターが付されている。例文帳に追加

Pointers respectively related to pointers attached to the file information FI registered to a file list FL are attached to the full-path file names constituting the pointer list PL. - 特許庁

引き数arrpは配列へのポインターのアドレスである。 一方でsizeは配列の要素数そのものである。例文帳に追加

The argument arrp is the address of the pointer to the array, while size is the element count of the array.発音を聞く  - JM

は静的データへのポインターを返す。 しかし呼び出しごとに上書きされることはない。例文帳に追加

returns pointer to static data, but the result will not get overwritten on each call.発音を聞く  - JM

0はNULLポインターであるので、この関数は0でない数を返すだろうということに注意してください例文帳に追加

Note that this function will return a non-zero number, as zero is the NULL pointer - Python

針棒室27の左右両側にレーザーポインター28を針棒11と同列に取り付ける。例文帳に追加

Laser pointers 28 are mounted on the both left/right sides of the needle bar chamber 27 in the same line of the needle bar 11. - 特許庁

第1ポインター6は、流量検出駆動歯車5の作動状態を表示する。例文帳に追加

The first pointer 6 displays an operating state of the flow rate detection driving gear 5. - 特許庁

前記表示制御部は、前記ポインターを移動するための移動操作の入力を前記入力受付部が受け付けるごとに、移動前の前記ポインターと異なる表示形態で、移動後の前記ポインターをさらに前記表示部に表示させる。例文帳に追加

Each time the input receiving part receives an input of the movement operation for moving the pointer, the display control part causes the post-movement pointer to be further displayed on the display part in a display form different from that of the pre-movement pointer. - 特許庁

この関数は符号付き整数[ポインター, ヌル]を返すものとして以前に宣言されています例文帳に追加

This function was previously declared to return a signed integer [a pointer, NULL].発音を聞く  - 研究社 英和コンピューター用語辞典

黒とグレーのグリッドと X のマウスポインターが現われればその設定は成功です。例文帳に追加

If a black and grey grid and an X mouse cursor appear, the configuration was successful.発音を聞く  - FreeBSD

バイトまで) が書きこまれた、スタティックなバッファーへのポインターを返す。 末尾の改行は含まれない。例文帳に追加

returns a pointer to a static buffer containing (the first PASS_MAX発音を聞く  - JM

このルーティンは TCP/IP に基づくRPC サービス通信を作成し、それへのポインターを返す。例文帳に追加

This routine creates a TCP/IP-based RPC service transport, to which it returns a pointer.発音を聞く  - JM

このルーティンは UDP/IP に基づいた RPC サービス通信を作成し、そのポインターを返す。例文帳に追加

This routine creates a UDP/IP-based RPC service transport, to which it returns a pointer.発音を聞く  - JM

レーザーポインターを使用する時は、小型振動機を駆動させながら、レーザー光を照射する。例文帳に追加

When using the laser pointer, a user radiates laser light while driving the small-sized vibrator. - 特許庁

ユーザーに対してポインターの移動経路および移動方向を容易に把握させること。例文帳に追加

To make a user easily obtain a movement path and a movement direction of a pointer. - 特許庁

視認性を高め、手ぶれを気にせずに利用できる波線の描けるレーザーポインターを提供する。例文帳に追加

To provide a laser pointer capable of drawing a wavy line, which enhances visibility and can be used without consciousness of hand shakes. - 特許庁

その領域を入力部によるポインターが通過する方向によって、編集の種別を判定する。例文帳に追加

The type of editing is determined by a direction in which a pointer by an inputing part passes through the area. - 特許庁

例文

手などのポインター270を前記区域に接近させる場合、即ち前記ポインターが前記第一イメージセンサー区域と前記第二イメージセンサー区域の検出範囲に入る場合、前記第一イメージセンサー区域及び第二イメージセンサー区域が前記ポインターの存在を検出し、前記処理ユニットが前記ポインターの位置を判断する。例文帳に追加

When a pointer 270 such as a hand approaches the region, or the pointer is put in the detecting range of the first image-sensor area and the second image-sensor area, the first image-sensor area and the second image-sensor area detect the presence of the pointer and the processing unit determines the location of the pointer. - 特許庁

>>例文の一覧を見る

以下のキーワードの中に探している言葉があるかもしれません。

「ポインターは?」に近いキーワードやフレーズ

Weblio翻訳の結果

「ポインターは?」を「Weblio翻訳」で翻訳して得られた結果を表示しています。

The pointer?

英語翻訳

英語⇒日本語日本語⇒英語

検索語の一部に含まれている単語

検索語の中に部分的に含まれている単語を表示しています。

「ポインターは?」を解説文の中に含む見出し語

Weblio英和辞典・和英辞典の中で、「ポインターは?」を解説文の中に含んでいる見出し語のリストです。

検索のヒント

  • キーワードに誤字・脱字がないか確かめて下さい。
  • 違うキーワードを使ってみてください。
  • より一般的な言葉を使ってみてください。

その他の役立つヒント

音声・発音記号のデータの著作権について


研究社研究社
Copyright (c) 1995-2024 Kenkyusha Co., Ltd. All rights reserved.
CMUdict is Copyright (C) 1993-2008 by Carnegie Mellon University.

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

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS