1016万例文収録!

「要素ポインタ」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 要素ポインタの意味・解説 > 要素ポインタに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

要素ポインタの部分一致の例文一覧と使い方

該当件数 : 64



例文

は、現在注目しているargv 要素で、オプション文字に引き続くテキストへのポインタか、あるいは次の argv 要素のテキストへのポインタをoptargに代入する。例文帳に追加

places a pointer to the following text in the same argv-element, or the text of the following argv-element, in optarg .  - JM

この構造体はリストの最初の要素へのポインタを 1 つ含む。例文帳に追加

This structure contains a single pointer to the first element on the list.  - JM

と言う形式で指定する。 longoptsはstruct optionの要素からなる配列の、先頭要素へのポインタである。例文帳に追加

longopts is a pointer to the first element of an array of struct option declared in <getopt> as +4n  - JM

この構造体は 1 組のポインタを含んでいる。 1 つはテールキューの最初の要素へのポインタであり、もう 1 つはテールキューの最後の要素へのポインタである。例文帳に追加

This structure contains a pair of pointers, one to the first element in the tail queue and the other to the last element in the tail queue.  - JM

例文

この構造体は 1 組のポインタを含んでいる。 1 つは循環キューの最初の要素へのポインタであり、もう 1 つは循環キューの最後の要素へのポインタである。例文帳に追加

This structure contains a pair of pointers, one to the first element in the circular queue and the other to the last element in the circular queue.  - JM


例文

オブジェクトAのデータ格納領域へのポインタが配列されてなるデータ要素リストと、オブジェクトBのポインタ格納領域へのポインタが配列されてなるポインタ要素リストを生成し、それらデータ要素リストとポインタ要素リストを結合することにより、オブジェクトAのデータをオブジェクトBから直接に参照できるようにする。例文帳に追加

A data element list in which pointers to data storage areas of an object A are arranged and a pointer element list in which pointers to pointer storage areas of an object B are arranged are generated, and a combination of the data element list and the pointer element list makes it possible to directly refer to data of the object A from the object B. - 特許庁

各タイムスタンプ要素が維持される場合、可能な各タイムスタンプ値に関連付けられるポインタアレイを有するポインタ行列が維持される。例文帳に追加

When each time stamp element is kept, a pointer matrix having a pointer array associated with each possible time stamp value is kept. - 特許庁

この記憶ポインタ(7,21)は、1つのグループアドレス構成要素と1つの要素アドレス構成要素を有する。例文帳に追加

The memory pointers (7, 21) have one group address component and one element address component. - 特許庁

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

The argument arrp is the address of the pointer to the array, while size is the element count of the array.  - JM

例文

さらに、汎用イベントへのポインタは、構造体の他の要素にアクセスする前にキャストされなければならない。例文帳に追加

Name Structures  - XFree86

例文

次いで、ポインタ・データを、選択されたグラフィック要素とテキスト・データに関連付ける。例文帳に追加

Then pointer data is associated with the selected graphic element and the selected text data. - 特許庁

スタックポインタ12をロックし、検査対象がスタックポインタ11が指すところより下にあれば、スタックポインタ12をアンロックし、要素が指しているオブジェクトをマークする。例文帳に追加

A stack pointer 11 is locked and when the object to be inspected is present below the part that the stack pointer 11 indicates, the stack pointer 11 is unlocked to mark the object that the element indicates. - 特許庁

関数は、グループ IDuidにマッチするグループ・データベースのエントリを要素毎に分解し、各要素を格納した構造体へのポインタを返す。例文帳に追加

function returns a pointer to a structure containing the broken-out fields of the record in the group database that matches the group ID gid .  - JM

関数は、ユーザ IDuidにマッチするパスワード・データベースのエントリを要素毎に分解し、各要素を格納した構造体へのポインタを返す。例文帳に追加

function returns a pointer to a structure containing the broken-out fields of the record in the password database that matches the user ID uid .  - JM

関数は、ユーザ名nameにマッチする shadow パスワード・データベースのエントリを要素毎に分解し、各要素を格納した構造体へのポインタを返す。例文帳に追加

function returns a pointer to a structure containing the broken-out fields of the record in the shadow password database that matches the username name .  - JM

リスト中のそれぞれの要素は、最初の二つの構造体要素が次と前へのポインタであるような構造体である。例文帳に追加

Each element in the list is a structure of which the first two structure elements are a forward and a backward pointer.  - JM

引き数arrpは配列へのポインターのアドレスであり、sizepは配列の要素数のアドレスである。 これらの要素数はmaxsizeを超えてはならない。例文帳に追加

The argument arrp is the address of the pointer to the array, while sizep is the address of the element count of the array; this element count cannot exceed maxsize .  - JM

ポインタで、イテレータにおいて次の要素を返すか、イテレータの要素がなくなるとStopIteration を送出する関数を指します。例文帳に追加

An optional pointer to a function that returns the next item in an iterator, or raises StopIteration when the iterator is exhausted. - Python

ゲート制御情報17は、ゲート番号と目標開度とを含むデータ要素が他のデータ要素ポインタで結ばれた連結リストである。例文帳に追加

The gate control information 17 is a connection list in which data elements including gate numbers and target opening are connected with other data elements by pointers. - 特許庁

カーソル、ポインタなどの着目要素を、着目要素の周辺の背景に応じて視認性よく変更(表示変換)すること。例文帳に追加

To make it possible to execute the change (display conversion) of a noticed element such as a cursor and a pointer so as to be easily visually recognizable in accordance with the peripheral background of the noticed element. - 特許庁

ポインタリスト管理部は、上記割り当てられた仮想ベクトルレジスタの各要素毎に物理レジスタ上の任意のデータ領域を割り当て、各要素と割り当てられたデータ領域との対応関係を示すポインタリストを管理する。例文帳に追加

A pointer list management part assigns arbitrary data areas on a physical register for respective elements of the assigned virtual vector register and manages a pointer list showing the correspondence relation between respective elements and assigned data areas. - 特許庁

最後に、要素(E1)と要素(E1)を表す意味単位(SU1)の間に既存のアクセス・ポインタ22が維持されるか、または新しいアクセス・ポインタ22が作成されて、データベース・システム10の要素(E1)がアクセス可能または検索可能にされる。例文帳に追加

Finally, the conventional access pointer 22 is maintained or a new access pointer 22 is generated between the element E1 and the semantic unit SU1 to represent the element E1 and the element E1 of the database system 10 is made to be accessible or retrievable. - 特許庁

ポインタボタン5は表示部の画面を構成する構成要素を跨って移動可能なポインタに対する移動操作と「アクティブ」状態にあるカーソルに対する確定操作とを行い、倒す方向やスライドさせる方向に、倒している時間やスライドさせている時間だけポインタを移動させる。例文帳に追加

A pointer button 5 operates a moving operation to a pointer movable along the constituting elements constituting the screen of the display part and a certifying operation to the cursor which is put into the 'active' state, and moves the pointer only at the time of pushing down or sliding it in its pushing-down or sliding direction. - 特許庁

外部から入力されたXMLデータ(SOAPデータSD)の構文を解析し、XMLデータ(SOAPデータSD)を構成する各要素ポインタを取得する要素解析部(SOAPパーサ62)と、ポインタ毎に逐次、ポインタが指し示すXMLデータの要素の情報を取得する逐次情報取得部(イベント駆動パーサ63)と、を含むXML構文解析システム60。例文帳に追加

The XML parsing system 60 includes: an element analysis part (SOAP parser 62) which analyzes construction of XML data (SOAP data SD) input from the outside to acquire a pointer of each element constituting the XML data (SOAP data SD); and a sequential information acquisition part (event drive parser 63) which sequentially acquires information about elements of the XML data pointed by the pointer for every pointer. - 特許庁

handleMouseDown 関数は transcriptPanel 要素上でマウスポインタボタンを押すイベントに対応し、handleMouseUp 関数はページ上の任意の場所でマウスポインタボタンを離すイベントに対応します。例文帳に追加

The handleMouseDown function reacts to mousedown events on the transcriptPanel element; the handleMouseUp function reacts to mouseup eventsanywhere on the page. - NetBeans

ヘッド・ポインタが指し示す位置が示す要素は除去され、ヘッド・ポインタは方向フラグが示す方向とは反対の方向にメモリ位置1つ分だけ後退する。例文帳に追加

The elements indicated by the position indicated by the head pointer are removed, and the head pointer moves backward by one memory position in a direction opposite to the direction indicated by the direction flag. - 特許庁

記録されたポインタ位置と入力信号を加算することにより、ポインタを移動し、量子化器からの入力x(i)は、シフトされy(i)として、D/A変換器へ出力され、単位要素のシフトが行われる。例文帳に追加

The pointer is moved by adding a recorded pointer position and input signals, input x(i) from the quantizer is shifted and output to a D/A converter as y(i) and the unit element is shifted. - 特許庁

階層的に構成されたメモリ構成要素を有するシステムにおいて、少数のフリーポインタが、比較的高い性能レベルのメモリに保持され、このフリーポインタの残りが、比較的低い性能レベルのメモリに保持される。例文帳に追加

In a system which has a hierarchically configured memory component, a few free pointers are maintained in a memory with relatively high performance level, and the rest of free pointers are maintained in a memory with relatively low performance level. - 特許庁

データ構造からデータ要素を除去するための要求に応答して、ヘッド・ポインタとベース・ポインタはスワップされ、方向フラグの状態は逆転される。例文帳に追加

The head pointer and the base pointer are swapped, and the state of the direction flag is inverted in response to a request for removing the data elements from the data structure. - 特許庁

ポインタを使用して、画面上の位置を指定し、ポインタの位置から画面の平面内でない所定の方向に沿って延びる軸に沿って、要素を事前選択する。例文帳に追加

When part of an arbitrary model is designated by a pointer, a selection possible element corresponding to part of the model on a hierarchy tree becomes a previous selection state in accordance with the designation. - 特許庁

ヘッド・ポインタおよびベース・ポインタの位置は新しいデータ要素の受入れに備えてスワップされ、方向フラグの状態は反対方向へのデータ構造の成長を示すように逆転される。例文帳に追加

The positions of the head pointer and a base pointer are swapped for the acceptance of new data elements, and the state of the direction flag is inverted so that the growth of the data structure to an opposite direction can be indicated. - 特許庁

この配列Tは、先頭を最上位の要素へのポインタとして持つプッシュダウン記憶として扱われる。例文帳に追加

The array T is treated as a pushdown memory with top as a pointer to the uppermost element.  - コンピューター用語辞典

要素別の時刻はtm構造体に格納され、この構造体へのポインタが関数の結果として返される。例文帳に追加

The broken-down time is stored in a tm structure, and a pointer to this structure is returned as the function result.  - JM

はsizeバイトの要素nmemb個からなる配列にメモリを割り当て、割り当てられたメモリに対するポインタを返す。例文帳に追加

allocates memory for an array of nmemb elements of size bytes each and returns a pointer to the allocated memory.  - JM

NULL でないポインタが与えられた場合、配列の各要素には対し、対応する色が圧縮されていればTrueがセットされ、そうでなければFalseがセットされる。例文帳に追加

If a non-NULL pointer is supplied, each element of the array is set to True if the corresponding color was compressed and False otherwise. - XFree86

ポインタ配列は複数のエントリを含み、各エントリはベクトル・データ・ファイル内の少なくとも1つの格納要素を識別する。例文帳に追加

The pointer array is provided with plural entries and each of entries identifies at least one storage element in the vector data file. - 特許庁

選択されたグラフィック要素ポインタ・データによって参照されているテキスト・データとともにディスプレイに表示する。例文帳に追加

The selected graphic element is displayed on a display together with the text data currently referred to by the pointer data. - 特許庁

ポインタから赤外光がスクリーンに投射されると、赤外光の乱数パターンにおいて区画された要素の中の暗部が明部となる。例文帳に追加

When infrared light is projected on a screen from a pointer, a dark part in an element sectioned with the random-number pattern of the infrared light becomes a light part. - 特許庁

パラメータの性質によっては、指示ポインタの座標位置に対して複数のアナログ要素を結び付ける。例文帳に追加

For some property of the parameter, a plurality of analog elements are related to the coordinate position of the indicating pointer. - 特許庁

キャッシュサーバ102のメモリ102aからのページ構成要素の読出しに際して、ハッシュテーブル102bが、ページ構成要素のGUIDからポインタを決定し、対応するページ構成要素を取り出す。例文帳に追加

In the case of reading the page components from the memory 102a of the cache server 102, a hash table 102b determines a pointer from GUIDs of the page components and takes out the corresponding page component. - 特許庁

GUI要素は、たとえばGUI要素ポインタをホバリングするユーザーに基づくなど、ユーザーのブラウズ動作に基づいて選択または識別される。例文帳に追加

In this method, a GUI element is selected or identified based upon the user's browsing behavior, for example, based upon the user hovering a pointer over the GUI element. - 特許庁

GPUは、ロック済みセットから出力データを取出し、この取出しの進行程度をデータ生成要素に通知するための末尾ポインタを、データ生成要素内のキャッシュ可能位置に定期的に転送する。例文帳に追加

The GPU retrieves the output data from the locked set, and periodically transmits to a cacheable location in the data-generation elements a tail pointer for informing the data-generation elements of progress in retrieving the output data. - 特許庁

データ構造変換部4−2は、メモリ5上に離散的に配置されているリスト構造のデータに対し、先頭要素のアドレスを用いて、先頭要素からポインタを順に追跡し、配列構造のデータに変換する。例文帳に追加

A data structure converter 4-2 traces pointers in the order, starting from a leading element by using an address of the leading element for the data in the list structure, discretely disposed on the memory 5 and converts the data into data in an array structure. - 特許庁

editres はウィジェットツリー表示における対応する要素をハイライト表示させる。 メニュー項目を選択するとポインタカーソルの形は再び十字形になるので、ユーザは表示させたいウィジェット内でポインタのボタン(どれでもよい)を押す。例文帳に追加

This menu item allows you to select any widget in the application;editres will then highlight the corresponding element the widget tree display.Once this menu item is selected the pointer cursor will again turn to a crosshair, and you must click any pointer button in the widget you wish to have displayed. - XFree86

このような構成において、従来の(1)リードポインタ≠ライトポインタと言う条件に、(2)RUN中更新要求の有無も判定要素として加える事により、複数のプログラマブルコントローラのプログラムをスキャンエンド中に一括更新する。例文帳に追加

In such a configuration, by adding also presence/absence of (2) update requirement during RUN to a conventional condition of (1) a read pointer ≠ a write pointer, the programs of the plurality of programmable controllers are updated collectively during a scan end. - 特許庁

コンピュータにより画面上に表示された操作ポインタ(マウスポインタなど)が、任意に設定された画面上の領域内に存在する場合に、リスト内の前記領域に関連付けられた要素のみを操作することによって、課題を解決した。例文帳に追加

When an operation pointer (mouse pointer etc.) displayed on a screen by a computer exists in an area on the screen which is set arbitrarily, only an element related to the area in the list is operated. - 特許庁

この少なくとも1つの格納要素はデータ・ベクトルの少なくとも1つのデータ要素を格納し、ポインタ配列の少なくとも1つの特定のエントリに対し、その特定のエントリによって識別される少なくとも1つの格納要素は、ベクトル・データ・ファイルの任意の開始アドレスを有する。例文帳に追加

At least one storage element stores at least one data element of the data vector and at least one storage element identified by the specified entry has the arbitrary start address of the vector data file to at least one entry of the pointer array. - 特許庁

classes フィールドは XInputClassInfo 構造体の配列へのポインタである。 この配列の各要素は、指定したデバイスがサポートしている入力のクラスに対するイベント型ベースを持つ。例文帳に追加

The classes field is a pointer to an array of XInputClassInfo structures.Each element of this array contains an event type base for a class of input supported by the specified device. - XFree86

デルタシグマA/D変換器において、N個のポインタを用いた単位要素のローテーションにより、入力信号周波数近辺の雑音を低減し、S/N比を改善する。例文帳に追加

To reduce noise near an input signal frequency and to improve an S/N ratio by the rotation of a unit element using N pointers in a delta sigma A/D converter. - 特許庁

例文

1つのデバイスで2つ以上の操作(例えば、ポインタを二次元方向に操作する際に必要となる2つの要素、すなわち「方向指定」及び「距離指定」の両方)を連続的に行える入力装置を提供する。例文帳に追加

To provide an input device which can continuously perform two or more operations (for example, two elements of both "direction designation" and "distance designation" needed when a pointer is operated in two-dimensional direction) by one device. - 特許庁

索引トップ用語の索引



  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
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会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS