| 例文 |
"embedding python"を含む例文一覧と使い方
該当件数 : 14件
1.4 Embedding Python 例文帳に追加
1.4 Python の埋め込み - Python
Embedding Python in Another Application 例文帳に追加
5. 他のアプリケーションへの Python の埋め込み - Python
5. Embedding Python in Another Application 例文帳に追加
5. 他のアプリケーションへの Python の埋め込み - Python
When embedding Python, the interface code does: 例文帳に追加
Python を埋め込む場合には、インタフェースコードが行う作業は以下のようになります: - Python
The simplest form of embedding Python is the use of the very high level interface.例文帳に追加
Python の埋め込みの最も簡単な形式は、超高水準インタフェースの利用です。 - Python
The second reason is to use Python as a component in a larger application; this technique is generally referred to as embedding Python in an application.Writing an extension module is a relatively well-understood process, where a ``cookbook'' approach works well.例文帳に追加
拡張モジュールの作成は比較的わかりやすいプロセスで、``手引書 (cookbook)'' 的なアプローチでうまく実現できます。 - Python
While people have embedded Python in other applications since its early existence, the process of embedding Python is less straightforward than writing an extension. 例文帳に追加
一方、他のアプリケーションへの Python の埋め込みは、Python ができてから早い時期から行われてきましたが、拡張モジュールの作成に比べるとやや難解です。 - Python
At the cost of having to write more C code, you can achieve almost anything.It should be noted that extending Python and embedding Python is quite the same activity, despite the different intent.例文帳に追加
より多く C コードを書かねばならない代わりに、ほぼ何でもできるようになります。 Python の拡張と埋め込みは、趣旨こそ違え、同じ作業であるということに注意せねばなりません。 - Python
You can also call the lower-leveloperations described in the previous chapters to construct and use Python objects.A simple demo of embedding Python can be found in the directoryDemo/embed/ of the source distribution.例文帳に追加
これまでの各章で説明した低水準の操作を呼び出して、Python オブジェクトを構築したり使用したりもできます。 Python の埋め込みを行っている簡単なデモは、ソース配布物のDemo/embed/ ディレクトリにあります。 - Python
The difference is that when you extend Python, the main program of the application is still the Python interpreter, while if you embed Python, the main program may have nothing to do with Python --instead, some parts of the application occasionally call the Python interpreter to run some Python code.So if you are embedding Python, you are providing your own main program.例文帳に追加
その違いは、Python を拡張した場合にはアプリケーションのメインプログラムは依然として Python インタプリタである一方、 Python を組み込みんだ場合には、メインプログラムにはPython が関係しない -- その代わりに、アプリケーションのある一部分が時折 Python インタプリタを呼び出して何らかの Python コードを実行させる -- かもしれない、ということです。 従って、 Python の埋め込みを行う場合、自作のメインプログラムを提供しなければなりません。 - 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会員(無料)になると
|