「Sentinel value」を含む例文一覧(4)

  • The second works with a callable object and a sentinel value, calling the callable for each item in the sequence, and ending the iteration when the sentinel value is returned.
    二つ目は呼び出し可能オブジェクトとセンチネル値 (sentinel value) を扱い、シーケンス内の要素ごとに呼び出し可能オブジェクトを呼び出して、センチネル値が返されたときに反復処理を終了します。 - Python
  • Whencallable returns a value equal to sentinel, the iteration will be terminated.New in version 2.2.
    生成されたイテレータは、 callableが sentinel に等しい値を返すと反復処理を終了します。 バージョン 2.2 で 新たに追加 された仕様です。 - Python
  • Thenewtab array must end with a sentinel entry which contains NULL for the name field; failure to provide the sentinel value can result in a memory fault.
    配列 newtab は name フィールドが NULL になっているセンチネル (sentinel) エントリで終端されていなければなりません;センチネル値を与えられなかった場合にはメモリ違反になるかもしれません。 - Python
  • Each timestamp has a field that contains one of an indication of a time or sequence and a sentinel value indicating that the timestamp is garbage collected.
    各タイムスタンプは、時刻又はシーケンスの表示及びそのタイムスタンプがガベージコレクトされていることを示すセンチネル値の一方を含むフィールドを有する。 - 特許庁

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