「C-string」を含む例文一覧(120)

1 2 3 次へ>
  • c in string. digits".
    c in string.digits" と等価です。 - Python
  • of stringed musical instruments, a string called a C-string
    C線という,弦楽器の弦 - EDR日英対訳辞書
  • "c" (string of length 1) [char]
    "c" (長さ 1 の文字列型) [char] - Python
  • The C string isNUL-terminated.
    C 文字列は NUL で終端されています。 - Python
  • The kernel returns the string ESC [ ? 6 c, claiming that it is a VT102.
    カーネルは文字列 ESC [ ? 6 c を返す。 - JM
  • If a C program defines a string like
    C 言語プログラムで上記のような文字列 - JM
  • Return a string representation of the ASCII character c.
    ASCII 文字 c の文字列表現を返します。 - Python
  • Its arguments are an exception object and a C string.
    引数は例外オブジェクトと C 文字列です。 - Python
  • C,all unrecognized escape sequences are left in the string unchanged,i.e., the backslash is left in the string.
    バックスラッシュも文字列中に残ります。 - Python
  • Convert a Python string or Unicode object to a C pointer to a character string.
    Python の文字列または Unicode オブジェクトを、キャラクタ文字列を指す C のポインタに変換します。 - Python
  • Convert a null-terminated C string to a Python object.
    null 終端された C 文字列から Python オブジェクトに変換します。 - Python
  • Convert a C string and its length to a Python object.
    C 文字列とその長さから Python オブジェクトに変換します。 - Python
  • If the command was executed using the -c command line option to the interpreter, argv[0] is set to the string '-c'.
    コマンドライン引数に-cを付けてPythonを起動した場合、argv[0]は文字列'-c'となります。 - Python
  • The territory part of the display's language string. %c
    %t 5ディスプレイの言語文字列の地域パート。 - XFree86
  • The codeset part of the display's language string.
    %c 5ディスプレイの言語文字列のコードセットパート。 - XFree86
  • The GNU C library allows the following extensions for the string specified in mode : c " (since glibc 2.3.3)"
    GNU C ライブラリでは、modeに指定できる文字列として、以下の拡張が行われている:c " (glibc 2.3.3 以降)" - JM
  • returns a pointer to the corresponding string in the "C" locale.
    は "C" ロケールのときに相当する文字列へのポインタを返す。 - JM
  • A string which identifies the GNU C library version on this system (e.g, "glibc 2.3.4").
    そのシステムの GNU C ライブラリのバージョンを示す文字列(例えば "glibc 2.3.4")。 - JM
  • Finding out the index for any occurences of `c' and `z' in the string `abcdef'
    文字列 `abcdef' に `c' または `z' のいずれかが存在している位置を探す: - JM
  • For host and port, by passing either an empty string or None, you can pass NULL to the C API.
    hostとport に空文字列かNone を指定すると C APIにNULLを渡せます。 - Python
  • Ifc is printable, this string is the character itself.
    もし c が印字可能文字であれば、返される文字列は c そのものになります。 - Python
  • may complain, and some C compilers will optimize away the string.
    が警告を出したり、 C コンパイラによっては最適化により文字列を削除する - JM
  • converting each string to the C double type and then comparing those
    まず各文字を C の double 方に変換してからそれらの値を比較するのではなく、 - JM
  • Note:When passing in a string, values for NaN
    注意:文字列で値を渡す際、背後の C ライブラリによって NaN - Python
  • A string which identifies the POSIX implementation supplied by this C library (e.g, "NPTL 2.3.4" or "linuxthreads-0.10"). _CS_PATH
    その C ライブラリが提供している POSIX 実装を示す文字列(例えば "NPTL 2.3.4" や "linuxthreads-0.10")。 - JM
  • function returns a pointer to the first occurrence of the character c in the string s.
    関数は、文字列 s 中に最初に文字 c が現れた位置へのポインタを返す。 - JM
  • function returns a pointer to the last occurrence of the character c in the string s.
    関数は、文字列 s 中に最後に文字 c が現れた位置へのポインタを返す。 - JM
  • Create output.txt in the C:/test folder with the same content as input.txt, in this case, the string Hello World!.
    C:/test フォルダに、input.txt と同じ内容の output.txt を作成します。 この場合、文字列「Hello World!」です。 - NetBeans
  • Convert a Python character, represented as a string of length 1, to a C char.
    長さ 1 の文字列として表現されている Python キャラクタをC の char 型に変換します。 - Python
  • Convert a C int representing a character to a Python string of length 1.
    文字を表す通常の C の int を、長さ 1 の Python の文字列オブジェクトに変換します。 - Python
  • An optional pointer to a NUL-terminated C string giving the docstring for this type object.
    ポインタで、この型オブジェクトのdocstring を与える NUL 終端された C の文字列を指します。 - Python
  • The word expands to string, with backslash-escaped characters replaced as specifed by the ANSI C standard.
    この単語は string に展開され、それから ANSI C 標準で仕様が決められている、バックスラッシュでエスケープされている文字に置き換えられます。 - JM
  • Then character string pasting processing is started and character string data are displayed on the display panel 30 (Fig. 5 (c)).
    その後、文字列ペースト処理を起動させ、文字列データを表示パネル30に表示させる(図5(c)参照)。 - 特許庁
  • If the character is a control character (0x00-0x1f) the string consists of a caret ("^") followed by the corresponding uppercase letter.If the character is an ASCII delete (0x7f) the string is'^?'.
    もし c が制御文字 (0x00-0x1f) であれば、キャレット ("^") と、その後ろに続く c に対応した大文字からなる文字列になります。 c が ASCII 削除文字 (0x7f)であれば、文字列は '^?' になります。 - Python
  • The device 1 then, converts a Japanese character string into a character string in a C language (step ST9) and generates a program source code in the C language (step ST10).
    そして、日本語の文字列をC言語の文字列に変換し(ステップST9)、C言語によるプログラムソースコードを生成する(ステップST10)。 - 特許庁
  • Consequently, the character string is corrected from a lowercase character string to an uppercase character string and displayed and the reference lines are erased ((C) and (D)).
    その結果、該文字列は小文字列から大文字列に修正されて表示されるとともに、基準線は消去される((C)と(D)参照)。 - 特許庁
  • By making one of the 2 pieces of string C at the inside as a jaw string for hanging on the jaw 2, the other one automatically becomes a rear head string for hanging on the rear head 3.
    内側の2本の紐Cの1本を、顎部2に掛ける顎紐にすると、他の1本は自動的に後頭部3に掛ける後頭部紐となる。 - 特許庁
  • Create an FSSpec object given the raw data for the Cstructure for the FSSpec as a string.
    FSSpec の C 構造体の生データが入った文字列からFSSpecオブジェクトを作成します。 - Python
  • Create an Alias object given the raw data for the Cstructure for the alias as a string.
    Alias の C 構造体の生データが入った文字列からAliasオブジェクトを作成します。 - Python
  • Componentnames in the list are separated by a period or an asterisk character. If the string does not start with period or asterisk, a period is assumed.For example, ``*a.b*c'' becomes:
    リストが含む要素名は、ピリオドかアスタリスクで区切られている。 - XFree86
  • A string of program signals to make a computer execute procedure A, procedure B, procedure C, ...
    コンピュータに手順A、手順B、手順C、…を実行させるための)プログラム信号列。 - 特許庁
  • This variant on "s" stores into two C variables, the first one a pointer to a character string, the second one its length.
    一つ目の変数はキャラクタ文字列へのポインタで、二つ目はその長さです。 - Python
  • In step S101, the length Clength of a recording dot string C and the length Nlength of a recording dot string N are calculated.
    ステップS101で、記録ドット列Cの長さClength及び記録ドット列Nの長さNlengthを算出する。 - 特許庁
  • The variable arguments must be C types and must correspond exactly to the format characters in the format string.
    可変個の引数部は C のデータ型でなくてはならず、かつ format 文字列内の書式指定文字(format character) に一致する型でなくてはなりません。 - Python
  • A bit string comparator section 13 uses an exclusive OR to compare a read identifier bit string C with a valid identifier bit string D read from a valid identifier bit string memory 14 and transfers the comparison result bit string E to a dissident bit number measurement section 16.
    ビット列比較部13は、読み出された識別子ビット列Cと、有効識別子ビット列メモリ14から読み出された有効識別子ビット列Dを、排他的論理和で比較し、その比較結果ビット列Eを不一致ビット数測定部16に転送する。 - 特許庁
  • These include at least three types, namely, the text information includes (a) 1-byte character code string, (b) 2-byte character code string, and (c) 1-byte character code and 2-byte character code string.
    このタイプには、テキスト情報が(a)1バイト文字コード列を含む、(b)2バイト文字コード列を含む、(c)1バイト文字コード列及び2バイト文字コード列を含むという少なくとも3タイプある。 - 特許庁
  • Furthermore the GNU C library and the GNU libiconv library support the following two suffixes: //TRANSLIT When the string "//TRANSLIT" is appended to tocode, transliteration is activated.
    さらに、 GNU C ライブラリと GNU libiconv ライブラリでは、以下の接尾辞がサポートされている。 //TRANSLITtocode の後ろに文字列 "//TRANSLIT" が付いている場合、翻訳 (transliteration) が有効になる。 - JM
  • (Defining a macro FOO to None is the equivalent of a bare#define FOO in your C source: with most compilers, this setsFOO to the string 1.) undef_macros is just a list of macros to undefine.For example:
    (マクロ FOO を None にすると、C ソースコード内で #define FOO と書いたのと同じになります: こう書くと、ほとんどのコンパイラは FOO を文字列 1 に設定します。 - Python
  • The initializer is omitted if the array is empty, otherwise it is a string if the typecode is 'c', otherwise it is a list of numbers.
    アレイが空の場合、initializer の表示を省略します。 アレイが空でなければ、typecode が 'c' の場合には文字列に、それ以外の場合には数値のリストになります。 - Python
  • In the string 1, both ends 11 and 12 of the C may be sewn so that the cross section becomes cyclic.
    ひも1は、横断面が環状になるようにCの両端部11,12が縫合されていてもよい。 - 特許庁
1 2 3 次へ>

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

  • EDR日英対訳辞書
    Copyright © National Institute of Information and Communications Technology. All Rights Reserved.
  • 特許庁
    Copyright © Japan Patent office. All Rights Reserved.
  • 特許庁
    Copyright © Japan Patent office. 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.
  • XFree86
    Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
    Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  • NetBeans
    © 2010, Oracle Corporation and/or its affiliates.
    Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.