1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

pointer arrayの部分一致の例文一覧と使い方

該当件数 : 46



例文

a pointer to the beginning of the array 例文帳に追加

配列の先頭へのポインター - 研究社 英和コンピューター用語辞典

returns a pointer to the array malloc (3)ed 例文帳に追加

された配列へのポインタを返す。 - JM

A pointer to an array of XvFormat structures. 例文帳に追加

\\fIformats\\fR 8XvFormat 構造体の配列へのポインタ。 - XFree86

The array is terminated by a null pointer. 例文帳に追加

配列はヌル・ポインターで終端する。 - JM

例文

h_aliases An array of alternative names for the host, terminated by a NULL pointer. 例文帳に追加

配列は NULL ポインタで終端される。 - JM


例文

The pointer iov points to an array of iovec structures as defined in <sys/uio> : 例文帳に追加

ポインタiovはiovec構造体の配列を指す。 - JM

The array must be terminated by a NULL pointer. 例文帳に追加

配列は、NULL ポインタで終端されなければならない。 - JM

The data member is a pointer to an array of integers.例文帳に追加

data メンバには、整数の配列へのポインタがセットされる。 - XFree86

The array of pointers must be terminated by a NULL pointer. 例文帳に追加

ポインタの配列は必ずNULL で終わらなければならない。 - JM

例文

functions return a pointer to the previous state array, or NULL on error. 例文帳に追加

関数は直前の状態配列へのポインタまたは NULL を返す。 - JM

例文

A pointer array 202 is connected to the vector data file by a bus.例文帳に追加

ポインタ配列202はバスによってベクトル・データ・ファイルに結合される。 - 特許庁

returns a pointer to a matching member of the array, or to the newly added member if no match is found. 例文帳に追加

の返り値も、配列のマッチしたメンバーへのポインタである。 - JM

The argument arrp is the address of the pointer to the array, while size is the element count of the array. 例文帳に追加

引き数arrpは配列へのポインターのアドレスである。 一方でsizeは配列の要素数そのものである。 - JM

The nmap argument specifies the length of the array where the pointer mapping is returned, and only the first nmap elements are returned in map_return.例文帳に追加

引き数 nmap はポインタのマッピングが返される配列の長さを指定する。 - XFree86

When each time stamp element is kept, a pointer matrix having a pointer array associated with each possible time stamp value is kept.例文帳に追加

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

To provide a pointer body driver which can be used in common for dial plates different in array shape of indexes, and a pointer type instrument using the pointer body driver.例文帳に追加

指標の配列形状の異なる文字板に対して共通に用いることができる指針体駆動装置、および、当該指針体駆動装置が用いられる指針式計器を提供する。 - 特許庁

According to record contents, a value list of the first processing items of the record and a pointer array are updated.例文帳に追加

記録内容により当レコードの第1の処理項目の値リストとポインタ配列を更新する。 - 特許庁

longopts is a pointer to the first element of an array of struct option declared in <getopt> as +4n 例文帳に追加

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

The pointer iov points to an array of iovec structures, defined in <sys/uio> as: +4n 例文帳に追加

ポインタiovはiovec構造体の配列へのポインタである。 iovec構造体は<sys/uio>で以下のように定義されている:+4n - JM

A data structure 200 includes this skip list of a node 206 having an array of a forward pointer 210.例文帳に追加

データ構造(200)は正方向ポインタ(210)のアレイを有するノード(206)のスキップ・リストを含む。 - 特許庁

Finally,the module's initialization function must take care of initializing the C API pointer array:例文帳に追加

最後に、モジュールの初期化関数は C API のポインタ配列を初期化するよう手配しなければなりません: - Python

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 . 例文帳に追加

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

function returns a pointer to a matching member of the array, or NULL if no match is found. 例文帳に追加

関数は、配列のメンバーのうち、一致したものへのポインタを返す。 見つからなかったときは NULL を返す。 - JM

returns a pointer to a matching member of the array, or NULL if no match is found. 例文帳に追加

の返り値は、配列のマッチしたメンバーへのポインタである。 もしマッチするメンバーが見つからないと NULL を返す。 - JM

allocates memory for an array of nmemb elements of size bytes each and returns a pointer to the allocated memory. 例文帳に追加

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

The array T is treated as a pushdown memory with top as a pointer to the uppermost element. 例文帳に追加

この配列Tは、先頭を最上位の要素へのポインタとして持つプッシュダウン記憶として扱われる。 - コンピューター用語辞典

Instead of passing a single buffer and length parameter, as is done with read and write , the process passes in a pointer to an array of buffers and lengths, along with a count describing the size of the array. 例文帳に追加

read や writeによって行われるように、単一のバッファと長さをパラメータとして渡す代わりに、バッファと長さの配列へのポインタとそのサイズを渡します。 - FreeBSD

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.例文帳に追加

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

function also specifies the environment of the executed process by following the NULL pointer that terminates the list of arguments in the argument list or the pointer to the argv array with an additional argument. 例文帳に追加

では新しいプロセスの環境も指定する。 環境は引き数リスト (引き数リストもしくは追加の引き数を持ったargv配列へのポインタ) の最後の NULL ポインタに続けて指定する。 - JM

This additional argument is an array of pointers to null-terminated strings and must be terminated by a NULL pointer. 例文帳に追加

追加の引き数は、NULL で終端された文字列へのポインタの配列であり、NULL ポインタで終わらなければならない。 - JM

The pointer array is provided with plural entries and each of entries identifies at least one storage element in the vector data file.例文帳に追加

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

The calling program supplies the address of a pointer which will be set by the function to point to an array of XF86VidModeModeInfo structures.例文帳に追加

この関数を呼び出すプログラムは、XF86VidModeModeInfo構造体の配列を指すように関数が設定するポインタのアドレスを与える。 - XFree86

Furthermore, the instruction book interpretation execution unit 48 stores the extracted argument in an array, and delivers a leading address of the array to the factory 70 in accordance with an argument type undefined pointer form.例文帳に追加

また、指示書解釈実行部48は、抽出した引数を配列に格納し、該配列の先頭アドレスを引数型不定のポインタ形式でファクトリ70に渡す。 - 特許庁

The method includes the steps of acquiring a location ID of a destination of a write operation, preserving the location ID in an available entry of the array, wherein the entry is identified by an array pointer having a first value, and changing the first value of the array pointer into a second value in order to identify other available array entries.例文帳に追加

書込み操作の宛先の位置IDを取得するステップと、アレイの使用可能な項目に前記位置IDを保管するステップであって、前記項目が第1の値を有するアレイ・ポインタによって識別されるステップと、他の使用可能なアレイ項目を識別するために前記アレイ・ポインタの前記第1の値を第2の値に変更するステップとを有する。 - 特許庁

To provide a method, system, and program for write process management in which a list of destination location IDs during write operations is maintained in an array having an array pointer which identifies the next available entry of the array.例文帳に追加

書込み操作中の宛先位置IDのリストが、アレイの次の使用可能な項目を識別するアレイ・ポインタを有するアレイ内に維持される、書込み処理を管理するための方法、システム、およびプログラムを提供する。 - 特許庁

The array state of the 32-bit words is determined by the two least significant bits(LSBs) of the pointer address for the grouped words.例文帳に追加

前記32ビットワードの配列状態は、前記グループ化ワードのポインタアドレスの2ビットの最下位有効ビット(LSB)によって決定できる。 - 特許庁

function takes a pointer to an array of character pointers naming one or more paths which make up a logical file hierarchy to be traversed. 例文帳に追加

関数は、文字列ポインタの配列へのポインタを引き数に取る。 この文字列ポインタは、論理ファイル階層をつくる 1 つ以上のパスの名前になる。 - JM

The XListProperties function returns a pointer to an array of atom properties that are defined for the specified window or returns NULL if no properties were found.例文帳に追加

関数XListPropertiesは指定されたウィンドウに対して定義されているアトムプロパティの配列へのポインタを返す。 プロパティが見つからなかった場合には NULL を返す。 - XFree86

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.例文帳に追加

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

The FIFO memory device is provided with a memory array having a plurality of address arrangements and capable of storing input data and a boundary pointer indicating the end point of a buffer area to be formed in the memory array capable of storing the input data and characterized by controlling the value of the boundary pointer in accordance with the volume of the input data.例文帳に追加

複数のアドレス配置を有し、入力データを格納するメモリアレイと、前記入力データが格納され得る前記メモリアレイ内に形成されるバッファ領域の終了点を示すバウンダリポインタと、格納されている前記入力データの量に応じて前記バウンダリポインタの値を調整することを特徴とする。 - 特許庁

The XFontStruct structure contains all of the information for the font and consists of the font-specific information as well as a pointer to an array of XCharStruct structures for the characters contained in the font.例文帳に追加

この構造体は、フォント固有の情報やXCharStruct構造体(フォントに含まれる文字の情報)の配列へのポインタから構成されている。 XFontStruct ,XFontProp ,XCharStructの各構造体の内容を以下に示す。 - XFree86

The respective tabular format data are constituted by performing division into one or more information blocks composed of a value list storing item values in an order of item value numbers corresponding to the item values belonging to a specified item and a pointer array storing pointer values for indicating the item value numbers in the order of unique record numbers.例文帳に追加

特定の項目に属する項目値に対応した項目値番号の順に当該項目値が格納されている値リストと、一意的なレコード番号の順に、当該項目値番号を指示するためのポインタ値が格納されたポインタ配列とからなる一以上の情報ブロックに分割することにより、各表形式データを構成する。 - 特許庁

Each table format data is divided into one or more information blocks each of which is composed of a value list in which item values are stored in the order of item value numbers corresponding to item values belonging to a specific item and a pointer array in which pointer values for pointing out the item value numbers are stored in the order of unique record numbers.例文帳に追加

まず、各表形式データを、各々が、特定の項目に属する項目値に対応した項目値番号の順に当該項目値が格納されている値リストと、一意的なレコード番号の順に、当該項目値番号を指示するためのポインタ値が格納されたポインタ配列とからなる一以上の情報ブロックに分割する。 - 特許庁

The system is forced to write the entry to be inputted in the complete associative table by using a pointer system for updating the complete associative table or the array preferably by making the entry to be inputted impossible to be coincident with table entry.例文帳に追加

望ましくは、入力されるエントリとテーブルエントリとが一致できないようにすることにより、システムは、完全連想型テーブルまたはアレイを更新するのに、ポインタシステムを使って、入力されるエントリを完全連想型テーブルに書き込むよう強制される。 - 特許庁

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.例文帳に追加

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

例文

An operation ASIC 10 stores the respective items of array data or structure data to be an access object in a stack area indicated by a stack pointer (SP) 13 as parameters by a push instruction beforehand, calculates a target data element address according to the respective parameters, and executes the loading/storage of the data element to a result register (RR) 12.例文帳に追加

演算ASIC10は、スタックポインタ(SP)13が示すスタック領域に、アクセス対象となる配列データまたは構造データの各項目をパラメータとしてプッシュ命令で予め格納しておき、これら各パラメータに従って、目的とするデータ要素アドレスを計算し、リザルトレジスタ(RR)12に対してデータ要素のロード/ストアを実行する。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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 1994-2010 The FreeBSD Project. All rights reserved. license
  
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会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS