1153万例文収録!

「インタプリタ」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > インタプリタの意味・解説 > インタプリタに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

インタプリタを含む例文一覧と使い方

該当件数 : 431



例文

インタプリタ例文帳に追加

INTERPRETER - 特許庁

インタプリタ・スクリプト例文帳に追加

Interpreter scripts  - JM

2. Python インタプリタを使う例文帳に追加

2. Using the Python Interpreter  - Python

2.1 インタプリタを起動する例文帳に追加

2.1 Invoking the Interpreter  - Python

例文

インタプリタの制御方法及びインタプリタ例文帳に追加

CONTROL METHOD OF INTERPRETER, AND INTERPRETER - 特許庁


例文

ELF インタプリタがディレクトリだった。例文帳に追加

An ELF interpreter was a directory.  - JM

2.2 インタプリタとその環境例文帳に追加

2.2 The Interpreter and Its Environment  - Python

Python インタプリタの拡張と埋め込み例文帳に追加

Extending and Embedding the Python Interpreter  - Python

Python インタプリタの拡張と埋め込み例文帳に追加

Extending and Embedding the  - Python

例文

3.23 code -- インタプリタ基底クラス例文帳に追加

3.23 code -- Interpreter base classes  - Python

例文

3.23.1 対話的なインタプリタオブジェクト例文帳に追加

3.23.1 Interactive Interpreter Objects  - Python

1.2.1 対話型インタプリタを使う例文帳に追加

1.2.1 Entering the interactive Interpreter  - Python

インタプリタオプションを使う場合例文帳に追加

via Interpreter options  - Python

1.2.1 対話型インタプリタを使う例文帳に追加

1.2.1 Entering the interactive  - Python

Python インタプリタを初期化します。例文帳に追加

Initialize the Python interpreter.  - Python

ダイアログフローインタプリタ例文帳に追加

DIALOGUE FLOW INTERPRETER - 特許庁

インタプリタ型情報処理装置例文帳に追加

INTERPRETER TYPE INFORMATION PROCESSOR - 特許庁

ネットワーク対応インタプリタ例文帳に追加

NETWORK ADAPTIVE INTERPRETER - 特許庁

インタプリタ及びインタプリタの制御方法並びに記憶媒体例文帳に追加

INTERPRETER, CONTROL METHOD FOR INTERPRETER, AND STORAGE MEDIUM - 特許庁

Linux では、インタプリタ名interpreterに続く文字列全体がインタプリタに 1個の引き数として渡される。例文帳に追加

On Linux, the entire string following the interpreter name is passed as a single argument to the interpreter, and this string can include white space.  - JM

インタプリタのどれかひとつの設定だけを変更したければ、インタプリタをEditPythonPrefs の上にドロップします。例文帳に追加

To change the preferences only for one copy of the Interpreter, drop the icon for that copy ontoEditPythonPrefs. - Python

コマンドインタプリタはシェルとも呼ばれる.例文帳に追加

A command interpreter is also referred to as a shell.  - コンピューター用語辞典

インタプリタ型言語は「会話型言語」と呼ばれる例文帳に追加

the interpreter languages are calledconversational languages'  - コンピューター用語辞典

イニシエータのインタプリタサブルーチン例文帳に追加

the interpreter subroutine of the initiator  - コンピューター用語辞典

インタプリタと対照的にコンパイラは対話型ではない例文帳に追加

In contrast to the interpreters, the compilers are not interactive  - コンピューター用語辞典

(すなわち複数のインタプリタを指定した。例文帳に追加

e. , tried toname more than one interpreter).  - JM

ELF インタプリタが理解できるフォーマットでなかった。例文帳に追加

An ELF interpreter was not in a recognized format.  - JM

いずれかのインタプリタを選択し、「了解」をクリックします。例文帳に追加

Select one of the interpreter choices and click OK. - NetBeans

NetBeans Zone: NetBeans プロジェクト特有の PHP インタプリタ例文帳に追加

NetBeans Zone: NetBeans Project-Specific PHP Interpreter  - NetBeans

使用する Ruby インタプリタを選択します。例文帳に追加

Select the Ruby interpreter that you want to use.  - NetBeans

インタプリタの拡張と組み込み Extending and Embedding the Python Interpreter例文帳に追加

Extending and Embeddingthe Python Interpreter  - Python

2.5 MacOS -- Mac OS インタプリタ機能へのアクセス例文帳に追加

2.5 MacOS -- Access to Mac OS interpreter features  - Python

8.1 スレッド状態 (thread state) とグローバルインタプリタロック (global interpreter lock)例文帳に追加

8.1 Thread State and the Global Interpreter Lock  - Python

インタプリタでは使われません。例文帳に追加

Indicates end-of-code to the compiler, not used by the interpreter.  - Python

いくつかの変更がインタプリタへ加えられました:例文帳に追加

Some changes were made to the interpreter:  - Python

新しいサブインタプリタ (sub-interpreter) を生成します。例文帳に追加

Create a new sub-interpreter.  - Python

新たなサブインタプリタ環境にはsys.argv 変数がありません。例文帳に追加

The new environment has no sys.argvvariable.  - Python

Python インタプリタのバージョンを返します。例文帳に追加

Return the version of this Python interpreter.  - Python

8.1 スレッド状態 (thread state) とグローバルインタプリタロック (global interpreter lock)例文帳に追加

Subsections 8.1 Thread State and the Global Interpreter Lock  - Python

実行中のインタプリタが Jython ならばTrue になります。例文帳に追加

True if the running interpreter is Jython.  - Python

対話的Pythonインタプリタのための基底クラス。例文帳に追加

Base classes for interactive Python interpreters.  - Python

Python インタプリタは完全にスレッド安全 (thread safe) ではありません。例文帳に追加

The Python interpreter is not fully thread safe.  - Python

グローバルインタプリタロックを初期化し、獲得します。例文帳に追加

Initialize and acquire the global interpreter lock.  - Python

グローバルインタプリタロックを獲得します。例文帳に追加

Acquire the global interpreter lock.  - Python

グローバルインタプリタロックを解放します。例文帳に追加

Release the global interpreter lock.  - Python

新しいインタプリタ状態オブジェクトを生成します。例文帳に追加

Create a new interpreter state object.  - Python

インタプリタロックを保持していなければなりません。例文帳に追加

The interpreter lock must be held. - Python

インタプリタ状態オブジェクトを破壊します。例文帳に追加

Destroy an interpreter state object.  - Python

インタプリタロックを保持しておく必要はありません。例文帳に追加

The interpreter lock need not be held. - Python

例文

Python インタプリタに特化した初期設定管理プログラム例文帳に追加

Specialized preferences manager for the Python interpreter. - Python




  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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.
  
© 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.
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2025 GRAS Group, Inc.RSS