1153万例文収録!

「convert python」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > convert pythonに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

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




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS