小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 日英・英日専門用語 > source interpreterの意味・解説 

source interpreterとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

意味・対訳 ソースインタプリタ


日英・英日専門用語辞書での「source interpreter」の意味

source interpreter

ソースインタプリタ

「source interpreter」の部分一致の例文検索結果

該当件数 : 14



例文

Some modules are written in C and built in to the Python interpreter; others are written in Python and imported in source form.例文帳に追加

あるモジュールは C 言語で書かれ、Python インタプリタに組み込まれています; 一方別のモジュールは Python で書かれ、ソースコードの形式で取り込まれます。 - Python

When an application execution part 21 of the terminal device 2 can execute both native application and interpreter application, an application management part 22 of the terminal device 2 causes the execution part 21 to selectively capture interpreter applications, independently of a platform from the provision source 3 to execute them.例文帳に追加

端末装置2のアプリ実行部21がネイティブアプリとインタプリタアプリとの両方を実行可能である場合、端末装置2のアプリ管理部22は、アプリ実行部21に、プラットホームに非依存のインタプリタアプリを提供源3から選択的に取込ませて実行させる。 - 特許庁

For example, it can help you examine the contents of a class, retrieve the source code of a method,extract and format the argument list for a function, or get all the information you need to display a detailed traceback.There are four main kinds of services provided by this module:type checking, getting source code, inspecting classes and functions, and examining the interpreter stack. Subsections例文帳に追加

このモジュールの機能は、型チェック・ソースコードの取得・クラス/関数から情報を取得・インタープリタのスタック情報の調査、の4種類に分類する事ができます。 - Python

To provide an interpreter language execution system that always executes the same source code by a plurality of computers without managing the source code.例文帳に追加

ソースコードを管理することなく常に複数のコンピュータで同じソースコードを実行することができるインタプリタ言語実行システムを提供することを目的とする。 - 特許庁

When using an interpreter, a single sourse statement is read, immediately translated to machine code, and then executed before the next source statement is read発音を聞く 例文帳に追加

インタプリタを使うと,原始ステートメント(命令文)が1行読み込まれ,直ちに機械コードに翻訳され,実行されてから次の原始ステートメントが読まれる - コンピューター用語辞典

Each language has its own syntax, punctuation, and spelling rules; for example, a Pascal source program is meaningless to a COBOL compiler or a BASIC interpreter発音を聞く 例文帳に追加

(プログラミング)言語にはそれぞれ独自の構文,句読法,つづり字規則がある.たとえば,パスカルの原始プログラムは,COBOLコンパイラやBASICインタプリタには何ら意味をもたない - コンピューター用語辞典

例文

This is useful if you have edited the module source file using an external editor and want to try out the new version without leaving the Python interpreter.例文帳に追加

この関数はモジュールのソースコードファイルを外部エディタで編集して、Python インタプリタから離れることなく新しいバージョンを試したい際に有効です。 - Python

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

クロスランゲージ 37分野専門語辞書での「source interpreter」の意味

source interpreter

ソースインタプリタ

「source interpreter」の部分一致の例文検索結果

該当件数 : 14



例文

The Python interpreter can get its input from a number of sources:from a script passed to it as standard input or as program argument,typed in interactively, from a module source file, etc.発音を聞く 例文帳に追加

Python インタプリタは、標準入力や、プログラムの引数として与えられたスクリプト、対話的にタイプ入力された命令、モジュールのソースファイルなど、様々な入力源から入力を得ることができます。 - Python

An interpreter language part 12 performs the preparation of telegraphic message information to be exchanged with a system 50 to be controlled or control of communication with the system 50 to be tested by successively interpreting and executing source codes described in a high-level language.例文帳に追加

インタプリタ言語部12は、高級言語によって記述されたソースコードを逐次解釈し実行することで、被試験システム50とやりとりする電文情報の作成や、被試験システム50との通信制御を行う。 - 特許庁

If the native compiler 29 is located in the provision source 3, interpreter applications to be delivered are compiled collectively, and thus the obtained converted native applications are delivered to the terminal device 2.例文帳に追加

提供源3内にネイティブコンパイラ29があれば、配布すべきインタプリタアプリが一括コンパイルされて、得られた変換後ネイティブアプリが端末装置2に対して配布される。 - 特許庁

The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.This reference manual describes the syntax and ``core semantics'' of the language.例文帳に追加

Python インタプリタと多数の標準ライブラリは、ほとんどのプラットフォームでソースコード形式でもバイナリ形式でも無料で入手することができ、無料で配布することができます。 このリファレンスマニュアルでは、Python 言語の文法と、``コアとなるセマンティクス'' について記述します。 - Python

However, transportingcode from one Python version to another as source text will always allow correct parse trees to be created in the target version, with the only restriction being that migrating to an older version of the interpreter will not support more recent language constructs.例文帳に追加

しかし、Pythonのあるバージョンから別のバージョンへテキストのソースのままコードを移せば、目的のバージョンで正しい解析木を常に作成できます。 ただし、インタープリタの古いバージョンへ移行する際に、最近の言語コンストラクトをサポートしていないことがあるという制限だけがあります。 - Python

This information transmission unit is equipped with an information source (10) connected to an information-constant frequency converter (26), a transmitter connected to the information-constant frequency converter (26), a receiver linked to the transmitter, and a constant frequency interpreter (32) connected to the receiver.例文帳に追加

本発明の情報伝送装置は、情報−一定周波数変換器(26)に接続された情報源(10)、情報−一定周波数変換器に接続された送信器、送信器にリンクされた受信器、及び、受信器に接続された一定周波数インタープリター(32)を備える。 - 特許庁

例文

The machine language instruction string in the template is obtained by compiling and assembling a source code of the interpreter, and the operand embedding information is calculated from the difference between an assembly code and an object code of a plurality of patterns obtained by repeatedly executing the compiling and assembling while setting a different immediate operand.例文帳に追加

テンプレートにおける機械語命令列は、インタプリタのソースコードをコンパイル及びアセンブルして得られたものであり、オペランド埋込情報は、前記コンパイル及びアセンブルを、オペランドに異なる即値を設定しながら繰り返し実行して得られた複数パターンのアセンブリコード及びオブジェクトコードの差分から求められたものである。 - 特許庁

>>例文の一覧を見る

source interpreterのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
日中韓辭典研究所日中韓辭典研究所
Copyright © 2024 CJKI. All Rights Reserved
株式会社クロスランゲージ株式会社クロスランゲージ
Copyright © 2024 Cross Language Inc. All Right Reserved.

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS