struct :を含む例文一覧と使い方
該当件数 : 89件
Description of a global C variable. type should be the typedef name, struct tag例文帳に追加
グローバルな C の変数を説明するときに使う環境です。 type は typedef されている型名か、 struct tag - Python
The hardware address is specified in a struct sockaddr . 例文帳に追加
ハードウェアアドレスはsockaddr構造体に設定される。 - JM
longopts is a pointer to the first element of an array of struct option declared in <getopt> as +4n 例文帳に追加
と言う形式で指定する。 longoptsはstruct optionの要素からなる配列の、先頭要素へのポインタである。 - JM
The offset supplied, and the data returned, might not entirely match with the definition of "struct user" . 例文帳に追加
オフセットが指定された場合、返されるデータは"struct user"の定義と完全に一致しないこともありえる。 - JM
The utsname struct is defined in <sys/utsname> : 例文帳に追加
utsname構造体は<sys/utsname>で以下のように定義されている。 - JM
These functions are provided by glibc, and perform the same task as their equivalents without the "x", but use "struct utmpx" , 例文帳に追加
これらの関数は glibc により提供されており、"x" がない関数と同じ処理を行うが、"struct utmpx"を使用する。 - JM
Values about local numeric formatting is made available in a struct lconv returned by the localeconv (3) 例文帳に追加
地域的な数値フォーマットの情報はlocaleconv (3) - JM
After this, the struct is written to the wtmp file. 例文帳に追加
その後にこの構造体は wtmp ファイルに書き込まれる。 - JM
return a pointer to a struct utmp on success, and NULL on failure (which includes the "record not found" case). 例文帳に追加
は、成功すると struct utmp へのポインタを返す。 失敗すると NULL を返す (レコードが見つからなかった場合も失敗となる)。 - JM
This struct utmp is allocated in static storage, and may be overwritten by subsequent calls. 例文帳に追加
この struct utmp は静的な記憶領域に確保され、次にこれらの関数を呼び出した際に上書きされるかもしれない。 - JM
function parses the supplied string s into a struct spwd . 例文帳に追加
関数は与えられた文字列sを解析し structspwdに格納する。 - JM
Description for a structure member. container should be the typedef name, if there is one, otherwise if should be "struct tag例文帳に追加
構造体メンバを説明するときに使う環境です。 container には、typedef されている名前ならそれを使い、そうでなければ"struct tag - Python
specifying an address in a struct sockaddr_ll to bind the packet socket to an interface. 例文帳に追加
を呼び、 packet ソケットをそのインターフェースに結び付ける (バインドする)。 - JM
In the case of an error, the contents of the returned sets and the struct timeout contents are undefined and should not be used. 例文帳に追加
エラーが起こった場合、返された集合の内容や構造体 struct timeout の内容は未定義となっており、使用すべきではない。 - JM
The struct used by these ioctls is defined as +4n 例文帳に追加
これらの ioctl で使用される構造体は、以下のように定義される。 - JM
function does the same, but stores the data in a user-supplied struct. 例文帳に追加
も同様だが、データはユーザーが用意した構造体に格納される。 - JM
Returns the element called $memberName from the struct represented by the value $val. 例文帳に追加
$val で表される構造体から、$memberNameに対応する要素を返します。 - PEAR
Some values were too large to be represented in the returned struct. 例文帳に追加
いくつかの値は、返される構造体で表現するには大きすぎる。 - JM
function, which has the following declaration: +2n 例文帳に追加
関数によって返されるstruct lconvで得ることができ、これは以下のように宣言されている:+4n - JM
Because of this, binaries using the old libc5 struct will corrupt /var/run/utmp " and/or " /var/log/wtmp . 例文帳に追加
そのため昔の libc5 の構造体を使ったプログラムは/var/run/utmp " や " /var/log/wtmp ファイルを壊してしまう。 - JM
In C++ a class is a user-defined type, syntactically a struct with member functions. 例文帳に追加
C++におけるクラスは利用者定義型であり, 構文法的にはメンバ関数を持つ構造体である. - コンピューター用語辞典
Return the size of the struct (and hence of the string)corresponding to the given format. 例文帳に追加
与えられたフォーマットに対応する構造体のサイズ (すなわち文字列データのサイズ) を返します。 - Python
Including <sys/time> is not required these days, but increases portability. (Indeed, <sys/resource> defines the rusage structure with fields of type struct timeval defined in <sys/time> .) 例文帳に追加
現在では<sys/time>をインクルードする必要はないが、インクルードすれば移植性を高めることができる(実際には<sys/resource>でrusage構造体が定義されているが、そのフィールドで使用されているstruct timeval型は<sys/time>で定義されている)。 - JM
The struct module does not interpret this as native ordering, so the "P" format is not available.Examples (all using native byte order, size and alignment, on a big-endian machine):例文帳に追加
struct モジュールはこの設定をネイティブのオーダ設定として解釈しないので、"P" を使うことはできません。 以下に例を示します (この例は全てビッグエンディアンのマシンで、ネイティブのバイトオーダ、サイズおよびアラインメントの場合です): - Python
STRUT CONNECTION DEVICE OF SNOWSLIDE/ROCK FALL PROTECTIVE BODY AND STRUT CONNECTION STRUCTURE AND STRUCT CONNECTION METHOD USING THE SAME例文帳に追加
雪崩・落石等防護体の支柱連結具とこれを用いた支柱連結構造及び支柱連結工法 - 特許庁
One issue in the formatting of code is how far each line should be indented from the left margin. 例文帳に追加
struct foo{ int x;};インデント付けコードを整形する時の問題の 1 つは、各行をどれだけ左端からインデントさせるかである。 - JM
The action of the following ioctls depends on the first byte in the struct pointed to by argp, referred to here as the subcode. 例文帳に追加
以下の ioctl がどのように動作をするかは、argp が指す構造体の最初のバイト(ここでは subcode と呼ぶ)に依存する。 - JM
Copying the struct hostent does not suffice, since it contains pointers; a deep copy is required. 例文帳に追加
hostent構造体はポインタを含んでいるので、構造体のコピーだけでは不十分である;より深いコピーが必要である。 - JM
On the other hand, if no tty name was found, this field is filled with "???" and the struct is not written to the utmp file. 例文帳に追加
一方、端末名が見つからない場合は、このフィールドは "???" とされて、この構造体は utmp ファイルに書き込まれない。 - JM
It is unspecified whether all members of the returned struct have meaningful values on all file systems. 例文帳に追加
返された構造体の全てのメンバが全てのファイルシステムで意味のある値であるか否かは、指定されていない。 - JM
This interface comprises a struct definition for data which only includes at least one attribute but no operation.例文帳に追加
本発明に基づくインターフェースは、少なくとも1つの属性は含むがオペレーションは含まない、データのストラクト定義を含む。 - 特許庁
The first argument is either a simple array in the case of an XML-RPC array or an associative array in the case of a struct. 例文帳に追加
値が XML-RPC の 配列 である場合は単純な配列、構造体 の場合は連想配列を第 1 パラメータに指定します。 - PEAR
The return value points to a statically allocated struct which might be overwritten by subsequent calls to any of the date and time functions. 例文帳に追加
返り値は静的に確保された構造体を指しており、この後で日付や時刻に関する関数のいずれかが呼び出されると上書きされる可能性がある。 - JM
This member of the Phdr struct tells what kind of segment this array element describes or how to interpret the array element's information. 例文帳に追加
Phdr 構造体のこのメンバは、この配列要素がどのような種類のセグメントを記述しているか、またはこの配列要素の情報をどのように解釈するか、を表す。 - JM
It used a slightly different struct, and had the major disadvantage that the caller had to know the direction of stack growth. 例文帳に追加
この関数は少し異なった構造体を使っており、呼び出した側がスタックの積まれる方向を知っていなければならないという大きな欠点があった。 - JM
namely, this struct contains the start and length of a memory area to be used as the stack, regardless of the direction of growth of the stack. 例文帳に追加
の場合と同じである。 すなわちこの構造体には、スタックとして用いられるメモリ領域の開始アドレスと長さが含まれ、これはスタックが伸びる方向がどちらであるかには関係しない。 - JM
It takes the first of stdin, stdout, stderr that is a tty, and stores the corresponding pathname minus a possible leading /dev/ into this field, and then writes the struct to the utmp file. 例文帳に追加
この関数は、標準入力・標準出力・標準エラー出力の中から端末 (tty) である最初のものをとり、対応するパス名から先頭の /dev/ を引いたものをこのフィールドに格納して、この構造体を utmp ファイルに書き込む。 - JM
| 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 © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
| 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会員(無料)になると
|
