1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

function interpreterの部分一致の例文一覧と使い方

該当件数 : 36



例文

INTERPRETER AND RECORD MEDIUM RECORDING PROGRAM FOR EFFECTIVELY PRESENTING FUNCTION OF INTERPRETER例文帳に追加

通訳装置及び通訳装置の機能を発揮させるプログラムを記録した記録媒体 - 特許庁

This function exists for internal use by the interpreter. 例文帳に追加

この関数はインタプリタの内部的な利用のために存在します。 - Python

The indicated function is called, before the PHP interpreter will be finished. 例文帳に追加

PHP インタプリタが終了する前に、指定された関数がコールされます。 - PEAR

Native compilers 23 and 29 collectively compile the interpreter applications, to obtain converted native applications, having the same function as the interpreter applications.例文帳に追加

ネイティブコンパイラ23,29は、インタプリタアプリを一括コンパイルして、該インタプリタアプリと同機能の変換後ネイティブアプリを得る。 - 特許庁

例文

LSI HAVING INTERPRETER FUNCTION AND INFORMATION RECORDING AND REPRODUCING DEVICE USING THE SAME例文帳に追加

インタプリタ機能を有するLSIおよびそれを用いた情報記録再生装置 - 特許庁


例文

The table 600 stores information for calling the native code 110 from the interpreter 120 and the table 700 stores information for calling a library function intrinsic to the interpreter or the interpreter.例文帳に追加

テーブル600はインタプリタ120からネイティブコード110を呼び出すための情報を格納し、テーブル700はネイティブコードからインタプリタ固有のライブラリ関数又はインタプリタを呼び出すための情報を格納する。 - 特許庁

Then, the interpreter 106 calls a function Func1 by executing 'objA→Func1 ()' (reference to (2)).例文帳に追加

次に、インタプリタ106は、「objA→Func1()」( 参照)の実行で関数Func1を呼び出す。 - 特許庁

To make callable the substance of a virtual function existing in a class being the target of interpreter execution from the DLL of a class in which a member function has been defined as a virtual function.例文帳に追加

メンバ関数が仮想関数として定義されたクラスのDLLからインタプリタ実行対象のクラスに存在する仮想関数の実体を呼び出し可能とする。 - 特許庁

A debug function is integrated into the interpreter, and symbolic debug is executed while communications between the handy terminal and a host computer are performed.例文帳に追加

当該インタプリタにデバッグ機能を組み込み、ハンディターミナルとホストコンピュータが通信しながらシンボリックデバッグを行う。 - 特許庁

例文

Each of these structures gives the name and initialization function for a module built into the interpreter.例文帳に追加

リスト内の各構造体には、インタプリタ内に組み込まれているモジュールの名前と初期化関数が指定されています。 - Python

例文

(The global interpreter lock must be held before calling this function and is still held when itreturns.)例文帳に追加

(この関数を呼び出す前にはグローバルインタプリタロックを保持しておかねばならず、ロックは関数が戻ったときも保持されています。 - Python

Thisfunction will be called when the interpreter exits. Only one function may be installed in this way; to allow multiple functions which will be called at termination, use the例文帳に追加

exitfuncに指定することができる終了処理関数は一つだけですので、複数のクリーンアップ処理が必要な場合は - Python

VOICE COMMAND INTERPRETER WITH DIALOG FOCUS TRACKING FUNCTION, ITS METHOD AND COMPUTER READABLE RECORDING MEDIUM WITH THE METHOD RECORDED例文帳に追加

対話フォーカス追跡機能を有する音声命令解釈装置及びその方法並びにその方法を記録したコンピュータで読込み可能な記録媒体 - 特許庁

The interpreter recallswhether the exception has to be re-raised, or whether the function returns, and continues with the outer-next block.例文帳に追加

インタプリタは例外を再び発生させなければならないかどうか、あるいは、関数が返り外側の次のブロックに続くかどうかを思い出します。 - Python

The autoGIL module provides a function installAutoGIL that automatically locks and unlocks Python's Global Interpreter Lockwhen running an event loop.例文帳に追加

autoGILモジュールは、自動的にイベントループを実行する場合 、Python のグローバルインタープリタをロックしたり、ロックの解除をしたりするための関数 installAutoGIL を提供します。 - Python

The interpreter lock need not be held, but may be held if it is necessary to serialize calls to this function.例文帳に追加

インタプリタロックを保持しておく必要はありませんが、この関数を次々に呼び出す必要がある場合には保持しておいたほうがよいでしょう。 - Python

Other uses are also imaginable.Fortunately, the Python interpreter is easily called recursively, and there is a standard interface to call a Python function.例文帳に追加

もちろん、他の用途も考えられます。 幸運なことに、Python インタプリタは簡単に再帰呼び出しでき、Python 関数を呼び出すための標準インタフェースもあります。 - Python

This utility function prints a warning message to sys.stderrwhen an exception has been set but it is impossible for the interpreter to actually raise the exception.例文帳に追加

例外が設定されているがインタプリタが実際に例外を発生させることができないときに、このユーティリティ関数は警告メッセージをsys.stderrへプリントします。 - Python

This function prints out a given traceback and exception tosys.stderr.When an exception is raised and uncaught, the interpreter callssys.excepthook with three arguments, the exception class,exception instance, and a traceback object. 例文帳に追加

例外が発生し、その例外が捕捉されない場合、インタープリタは例外クラス・例外インスタンス・トレースバックオブジェクトを引数としてsys.excepthookを呼び出します。 - Python

Function to update some internal state after a process fork; this should be called in the new process if the Python interpreter will continue to be used.例文帳に追加

プロセスが fork した後の内部状態を更新するための関数です;fork 後 Python インタプリタを使い続ける場合、新たなプロセス内でこの関数を呼び出さねばなりません。 - Python

The program execution environment constituted of a Java virtual machine 4 is provided with a normal interpreter 5 for interpreting a thread by a normal interpreter format and executing the thread (1) and a tracing interpreter 6 for tracing the thread by executing a program having a tracing function for each line or for each instruction and outputting the contents of a memory to the external (2).例文帳に追加

Java仮想マシン4によって構成されたプログラム実行環境は、(1)通常のインタプリタ形式でスレッドを解釈して実行する通常インタプリタ5と、(2)トレース機能を有していてプログラムを1ラインや1命令ずつ実行し、トレースを行ってメモリの内容を外部に出力するトレース用インタプリタ6とを備えている。 - 特許庁

When this call returns, it is guaranteed that the lock has been created and that the calling thread has acquired it.It is not safe to call this function when it is unknownwhich thread (if any) currently has the global interpreter lock.This function is not available when thread support is disabled at compile time.例文帳に追加

どのスレッドが現在グローバルインタプリタロックを (存在する場合) 持っているか分からない時にこの関数を使うのは安全ではありません 。 この関数はコンパイル時にスレッドサポートを無効化すると利用できません。 - Python

To provide a mediating controller which realizes mediation of an interpreter any time at the time of a need of simultaneous interpretation by solving the problem that a user needs to search the interpreter when using a three-party speech service function for asking interpretation to receive a simultaneous interpretation service by telephone.例文帳に追加

通訳を依頼して三者通話サービス機能を利用して、電話で同時通訳サービスを受けようとする場合、その通訳者を探す必要があったが、その通訳者の仲介を同時通訳が必要なときに何時でも行える仲介制御装置を提供するにある。 - 特許庁

To facilitate replacement of native codes in a system that directly executes a native code in place of part of an intermediate code not through an interpreter on an OS without having a dynamic link library function.例文帳に追加

ダイナミックリンクライブラリ機能を持たないOS上で中間コードの一部に代えてネイティブコードをインタプリタを介さないで直接実行させるシステムにおいて、ネイティブコードのリプレースを容易にする。 - 特許庁

function with the difference that the first entry should refer to the script file to be executedrather than the executable hosting the Python interpreter.例文帳に追加

に渡したパラメタに似ていますが、最初の要素が Python インタプリタの宿主となっている実行形式の名前ではなく、実行されるスクリプト名を参照しなければならない点が違います。 - Python

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 process an interface by one interpreter capable of processing a markup language by a method of describing a function applicable to a computer object, the function being invocable in a first markup language, the function being initially expressed in a predetermined programming language different from the first markup language.例文帳に追加

コンピュータオブジェクトに適用可能な関数であって、第1のマークアップ言語において呼び出し可能で、かつ当初は第1のマークアップ言語とは異なる所定のプログラミング言語によって表現される関数を記述する方法により、マークアップ言語を処理可能なインタプリタ1つでインターフェースを処理可能とする。 - 特許庁

An important convention throughout the Python interpreter is the following: when a function fails, it should set an exception condition and return an error value (usually a NULL pointer).例文帳に追加

Python インタプリタ全体を通して、一つの重要な取り決めがあります:それは、関数が処理に失敗した場合、例外状態をセットして、エラーを示す値 (通常は NULL ポインタ) を返さねばならない、ということです。 - Python

This function should only be invoked when a condition is detected that would make it dangerous to continue using the Python interpreter; e.g., when the object administration appears to be corrupted.例文帳に追加

この関数は、Python インタプリタを使い続けるのが危険であるような状況が検出されたとき; 例えば、オブジェクト管理が崩壊していると思われるときにのみ、呼び出されるようにしなければなりません。 - Python

A reproduction device inverts from the symbol file to an original text character and a modifying and editing function code by a symbol interpreter, based on the text character-editing object symbol correspondence table 31, to reproduce it on an application.例文帳に追加

再生装置はテキスト文字−編集対象シンボル対応テーブル31などに基づいてシンボルインタプリタによりシンボルファイルから元のテキスト文字と修飾・編集機能コードに逆変換し、アプリケーション上で再生する。 - 特許庁

Beside that, it will become important to maintain the environment in order to support intakes of foreign patients. On top of that, it is indispensable to develop a reference function that works as a bridge between the demand and the supply, such as development of a function of reference of a domestic medical organization to a foreign patient, or foster a medical interpreter who serves as a liaison between foreign patients and medical organization.例文帳に追加

さらには、先述の需給両面の体制構築に加えて、外国人患者を適切な国内医療機関に斡旋する機能の整備や、外国人患者と医療機関とをつなぐ医療通訳等の育成など、需要と供給の橋渡しとなるアレンジ機能を整備することも不可欠である。 - 経済産業省

The variable voltage fuse interpreter determines the states of each of the fuses (namely blown or unblown) corresponding to the margin and unmargin test currents and generates a digital output as a predetermined function of the fuse states with respect to each of the test currents.例文帳に追加

可変電圧ヒューズ解釈器が、余裕及び非余裕試験電流に対応する各々のヒューズの状態(即ち、とんだか、とばないか)を決定し、各々の試験電流に対するヒューズ状態の予定の関数として、ディジタル出力を発生する。 - 特許庁

Like in the section about the very high level interface,the Python interpreter does not directly interact with the application (but that will change in the next section).The code to run a function defined in a Python script is:例文帳に追加

超高水準インタフェースに関する節で挙げた例と同様に、Python インタプリタはアプリケーションと直接やりとりはしません (が、次の節でやりとりするよう変更します)。 Python スクリプト内で定義されている関数を実行するためのコードは以下のようになります: - Python

The A-card pseudo AP 11-2 reads the content of the library control in an interpreter form, which is described in a scenario file having been read by a file readout function in the A-card Lib 11-1, and executes library control according to the read content.例文帳に追加

Aカード擬似AP11−2は、AカードLib11−1のファイル読み出し機能によって読み出されたシナリオファイルに記述されたライブラリ制御の内容をインタプリタ形式で読み込み、読み込んだ内容にしたがってライブラリ制御を実行する。 - 特許庁

(Like all other Python/C API functions, the global interpreter lock must be held before calling this function and is still held when it returns; however, unlike most other Python/C API functions, there needn't be a current thread state on entry.)Extension modules are shared between (sub-)interpreters as follows:the first time a particular extension is imported, it is initializednormally, and a (shallow) copy of its module's dictionary issquirreled away.例文帳に追加

(他の Python/C API 関数のように、この関数を呼び出す前にはグローバルインタプリタロック(global interpreter lock) が保持されていなければならず、関数が処理を戻した際にも保持されたままになります; しかし、他の Python/C API 関数とは違い、関数から戻ったときの現在のスレッド状態が関数に入るときと同じとは限らないので注意してください)。 拡張モジュールは以下のような形で (サブ) インタプリタ間で共有されます: ある特定の拡張モジュールを最初に import すると、モジュールを通常通りに初期化し、そのモジュールの辞書の(浅い) コピーをしまい込んでおきます。 - Python

例文

The privacy protection of the caller is attained by combining a means for preventing incorporation of a part of a real image of the caller as an image using a lens filter and an infrared irradiation function, a processing means for performing work processing of the incorporated image by a simple means and a means for storing communication data in a storage device at remote place from locations of a user and an interpreter.例文帳に追加

レンズフィルタや赤外線照射機能を使用して通話者の実像の一部を画像として取り込まないようにする手段と、取り込んだ画像を簡便な手段により加工処理する処理手段と、通信データは利用者及び通訳者の所在地から遠隔地の記憶装置に格納されるように手段とを組み合わせることにより通話者のプライバシー保護を図る。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
Copyright Ministry of Economy, Trade and Industry. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
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