「convert python」を含む例文一覧(43)

  • Convert data values from Python to C,
    データ値を Python から C に変換する。 - Python
  • Convert data values from C to Python,
    データ値を C から Python に変換する。 - Python
  • Several functions convert doctests to executable Python programs, which can be run under the Python debugger,
    doctest を実行可能な Python プログラムに変換し、 Python デバッガ - Python
  • Convert a Python integer to a C short int.
    Python の整数型を、 C の short int 型に変換します。 - Python
  • Convert a Python integer to a plain C int.
    Python の整数型を、 C の int 型に変換します。 - Python
  • Convert a Python integer to a C long int.
    Python の整数型を、 C の long int 型に変換します。 - Python
  • Convert a Python integer to a C long long.
    Python の整数型を、 C の long long 型に変換します。 - Python
  • Convert a C long int to a Python integer object.
    C の long int を Python の整数オブジェクトに変換します。 - Python
  • Convert a C double to a Python floating point number.
    C の double を Python の浮動小数点数に変換します。 - Python
  • Convert anything to a Python object through a converter function.
    anything を converter 関数を介して Python オブジェクトに変換します。 - Python
  • Convert a sequence of C values to a Python dictionary.
    C の値からなる配列を Python の辞書に変換します。 - Python
  • Convert the data values from the call from C to Python.
    呼び出しで得られたデータ値 C から Python に変換する。 - Python
  • Convert the data values from the call from Python to C.
    呼び出しで得られたデータ値 Python から C に変換する。 - Python
  • Convert a Python floating point number to a C float.
    Python の浮動小数点型を、 C の float 型に変換します。 - Python
  • Convert a Python floating point number to a C double.
    Python の浮動小数点型を、 C の double 型に変換します。 - Python
  • Convert a plain C int to a Python integer object.
    通常の C の int を Python の整数オブジェクトに変換します。 - Python
  • Convert Python objects to streams of bytes and back.
    Python オブジェクトからバイトストリームへの変換、およびその逆。 - 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
  • Convert a sequence of Unicode digits to a Python long integer value.
    Unicode の数字配列を Python の長整数型に変換します。 - Python
  • Convert a Python integer to a tiny int, stored in a C char.
    Python の整数型を、 C の char 型の小さな整数に変換します。 - Python
  • Convert a Python object to a C variable through a converter function.
    Python オブジェクトを converter 関数を介して C の変数に変換します。 - Python
  • Convert a Python integer to a C unsigned int, without overflow checking.
    Python の整数型を、オーバフローチェックを行わずに、 C の unsigned int 型に変換します。 - Python
  • Convert a Python integer or long integer pylong to a Cvoid pointer.
    Python の整数型か長整数型を指す pylong を、 C のvoid ポインタに変換します。 - Python
  • Convert a Python integer to a C unsigned short int, without overflow checking.
    Python の整数型を、オーバフローチェックを行わずに、 C の unsigned short int 型に変換します。 - Python
  • Convert a Python integer to a C unsigned long without overflow checking.
    Python の整数型を、オーバフローチェックを行わずに、 C の unsigned long int 型に変換します。 - Python
  • Convert a Python integer to a C unsigned long longwithout overflow checking.
    Python の整数型を、オーバフローチェックを行わずに、 C の unsigned long long 型に変換します。 - Python
  • Convert a Python Unicode object to a C pointer to a NUL-terminatedbuffer of 16-bit Unicode (UTF-16) data.
    Python の Unicode オブジェクトを、NUL で終端された 16 ビットのUnicode (UTF-16) データに変換します。 - Python
  • Convert a sequence of C values to a Python tuple with the same number of items.
    C の値からなる配列を、同じ要素数を持つ Python のタプルに変換します。 - Python
  • Convert a sequence of C values to a Python list with the same number of items.
    C の値からなる配列を、同じ要素数を持つ Python のリストに変換します。 - Python
  • Convert samples in the audio fragment to u-LAW encoding and return this as a Python string.
    音声データの各サンプルを u-LAW 符号でエンコードし、Python文字列として返します。 - Python
  • Convert a Python string or Unicode object to a C pointer to a character string.
    Python の文字列または Unicode オブジェクトを、キャラクタ文字列を指す C のポインタに変換します。 - Python
  • Convert a Python character, represented as a string of length 1, to a C char.
    長さ 1 の文字列として表現されている Python キャラクタをC の char 型に変換します。 - Python
  • Convert a null-terminated buffer of Unicode (UCS-2 or UCS-4)data to a Python Unicode object.
    null 終端された Unicode (UCS-2 または UCS-4) データのバッファからPython オブジェクトに変換します。 - Python
  • Convert a C int representing a character to a Python string of length 1.
    文字を表す通常の C の int を、長さ 1 の Python の文字列オブジェクトに変換します。 - Python
  • Convert Python objects to streams of bytes and back(with different constraints).
    Python オブジェクトをバイト列に変換したり、その逆を (異なる拘束条件下で) 行います。 - Python
  • Convert a Python integer to a tiny int without overflow checking,stored in a C unsigned char.
    Python の整数型を、オーバフローチェックを行わずに、 C の unsigned char 型の小さな整数に変換します。 - Python
  • Convert a Unicode (UCS-2 or UCS-4) data buffer and its length to a Python Unicode object.
    null 終端された Unicode (UCS-2 または UCS-4) データのバッファとその長さから Python オブジェクトに変換します。 - Python
  • Functions that convert doctests to Python code, and possibly run the synthesized code under the debugger:
    以下は、doctest を Python コードに変換して、できたコードをデバッガ下で実行できるようにするための関数です: - Python
  • When extending, you call a C routine, whenembedding, you call a Python routine.This chapter will not discuss how to convert data from Python to C and vice versa.
    拡張を行う際には C ルーチンを呼び出しますが、埋め込みの際には Python ルーチンを呼び出します。 この章では、Python から C へ、そしてその逆へとデータを変換する方法については議論しません。 - Python
  • The arguments are Python objects -- in order to do anything with them in our C function we haveto convert them to C values.
    引数は Python オブジェクトです -- C 関数で引数を使って何かを行うには、オブジェクトから C の値に変換せねばなりません。 - Python
  • (Python is built with Microsoft Visual C++, which uses COFF as the object file format.)For this reason you have to convert Python's librarypython24.lib into the Borland format.
    Microsoft Visual C++ は COFF をオブジェクトファイル形式に使います。 )このため、以下のようにして、 Python のライブラリ python24.lib を Borland の形式に変換する必要があります: - Python
  • Some of them don't convert from Unicode strings to byte strings, but instead use the property of the Pythoncodecs machinery that any bijective function with one argument can be considered as an encoding.For the codecs listed below, the result in the ``encoding'' direction is always a byte string.
    これらの codec の中にはUnicode 文字列からバイト文字列への変換を行わず、むしろ単一の引数をもつ全写像関数はエンコーディングとみなせるというPython codec の性質を利用したものもあります。 以下に列挙した codec では、``エンコード'' 方向の結果は常にバイト文字列方向です。 - Python

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