「character substring」を含む例文一覧(7)

  • To issue each password so that a frequency each pattern of a substring appears in a character substring included in each password is below a predetermined level.
    各パスワードに含まれる文字の部分列について、部分列の各パターンが出現する頻度を、所定の水準以下にするように、各パスワードを発行すること。 - 特許庁
  • Character expressions can be concatenated to each other or to substring notations in any order
    文字式は,別の文字式またはサブストリング表記と,どんな順序にでも連結させることができる - コンピューター用語辞典
  • If length is omitted, expands to the substring of parameter starting at the character specified by offset.
    length を省略すると、offset で指定した文字を先頭にして、parameter の残り全部が含まれる部分文字列に展開します。 - JM
  • The substring notation can be used to select any contiguous section of any character variable or array element.
    サブストリング表記法は、任意の文字変数あるいは配列要素の連続セクションを選択するのに用いられる。 - コンピューター用語辞典
  • Since they're mutable, you can change a single character by doing obj[index] = 'a', or change a substring by assigning to a slice:obj[i1:i2] = '...'.
    それらは可変なので、 obj[index] = 'a' のように文字を変換できますし、スライスを使うことでobj[i1:i2] = '...' のように部分文字列を変換することができます。 - Python
  • It can be used to split a wide-character string wcs into tokens, where a token is defined as a substring not containing any wide-characters from delim.
    この関数を用いて、ワイド文字文字列 wcs をトークンに分解することができる。 ここで、トークンは delim に列挙されている文字を含まない部分文字列として定義される。 - JM
  • A character substring similarity evaluation part 110 gives an evaluation higher than the sum of an evaluation for matching character substrings of a first length and an evaluation for matching character substrings of a second length when character substrings of a third length equal to the first and second lengths match.
    部分文字列類似度評価部110は、第1と第2の長さを足した第3の長さの部分文字列同士が一致する場合には、第1の長さの部分文字列同士が一致する場合の評価と第2の長さの部分文字列同士が一致する場合の評価を足した評価以上に高く評価する。 - 特許庁

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

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