「null pointers」を含む例文一覧(11)

  • 1.10.4 NULL Pointers
    1.10.4 NULL ポインタ - Python
  • The reserved slots contain NULL pointers.
    予約されたスロットには NULL ポインタが入る。 - JM
  • The list of pointers is terminated by a NULL pointer.
    ポインタのリストは NULL ポインタで終端される。 - JM
  • return pointers to null-terminated strings.
    は、いずれも NULL で終端された文字列へのポインタを返す。 - JM
  • The array of pointers must be terminated by a NULL pointer.
    ポインタの配列は必ず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
  • A null pointer usually marks the last of a linear sequence of pointers
    ヌルポインタは, 通常, ポインタの並びの最後をマークする - コンピューター用語辞典
  • functions provide an array of pointers to null-terminated strings that represent the argument list available to the new program.
    は、利用可能な引き数リスト (NULL で終端された文字列へのポインタの配列) を新しいプログラムに渡す。 - JM
  • and fills the array starting at argv with pointers to the substrings, and a final NULL, making a Unix-style argv vector.
    を調べ、argvから始まる配列をサブ文字列へのポインタで埋めていき、一番最後に NULL を入れて、Unix 流の argv ベクトルを作成する。 - JM
  • Together they describe a list of one or more pointers to null-terminated strings that represent the argument list available to the executed program.
    これらには、実行されるプログラムで利用可能な引き数のリストを指定する(引き数のリストは NULL で終端された文字列へのポインタから構成される)。 - JM
  • In general, functions that take object references as arguments do not expect you to pass them NULL pointers, and will dump core (or cause later core dumps) if you do so.
    一般論として、オブジェクトへの参照を引数にとる関数はユーザがNULL ポインタを渡すとは予想しておらず、渡そうとするとコアダンプになる (か、あとでコアダンプを引き起こす) ことでしょう。 - Python

例文データの著作権について

  • コンピューター用語辞典
    Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • Python
    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.
  • JM
    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.