| 例文 |
"Byte Code"を含む例文一覧と使い方
該当件数 : 111件
18.10.1 Python Byte Code Instructions 例文帳に追加
18.10.1 Pythonバイトコード命令 - Python
Subsections 18.10.1 Python Byte Code Instructions 例文帳に追加
18.10.1 Pythonバイトコード命令 - Python
18.10.1 Python Byte Code Instructions 18.11 pickletools -- Tools for pickle developers. 例文帳に追加
18.10.1 Pythonバイトコード命令 - Python
18.10 dis -- Disassembler for Python byte code 例文帳に追加
18.10 dis -- Pythonバイトコードの逆アセンブラ - Python
SYSTEM FOR CONTROLLING BYTE CODE PROGRAM EXECUTION例文帳に追加
バイトコードプログラム実行制御システム - 特許庁
A byte code generation part 1 prepares a byte code which has compiled a source code.例文帳に追加
バイトコード生成部1がソースコードをコンパイルしたバイトコードを用意する。 - 特許庁
Increments byte code counter by delta. 例文帳に追加
バイトコードカウンタをdeltaだけ増加させます。 - Python
Compile a source file to byte-code and write out the byte-code cache file. 例文帳に追加
ソースファイルをバイトコードにコンパイルして、バイトコードのキャッシュファイルに書き出します。 - Python
When no byte code is expanded (NO in S2), a byte code stored in a compressed byte code storage area is expanded (S4) and the byte code after expansion is stored in the expanded byte code storage area (S6).例文帳に追加
バイトコードが伸張されていなければ(S2でNO)、圧縮バイトコード格納領域に格納されたバイトコードが伸張され(S4)、伸張後のバイトコードが伸張済みバイトコード格納領域に格納される(S6)。 - 特許庁
To recognize, convert and issue the 1-byte code and 2-byte code of a domain name.例文帳に追加
ドメイン名の1byteコードと2byteコードの認識、変換、発行を可能にする。 - 特許庁
DEBUGGING APPARATUS, DEBUGGING METHOD, BYTE CODE CONVERTER, AND BYTE CODE CONVERTING METHOD例文帳に追加
デバッグ装置およびデバッグ方法およびバイトコード変換装置およびバイトコード変換方法 - 特許庁
VIRTUAL MACHINE COMPILING BYTE CODE INTO NATIVE CODE例文帳に追加
バイトコードをネイティブコードにコンパイルする仮想マシン - 特許庁
The character code of one byte code is obtained by developing the character code of two byte codes into one byte code.例文帳に追加
1バイトコードの文字コードは、2バイトコードの文字コードが1バイトコードに展開されたものである。 - 特許庁
The byte-code is written to cfile, which defaults to file 例文帳に追加
バイトコードはファイルcfileに書き込まれ、デフォルトではfile - Python
If TOS is true, increment the byte code counter by delta. 例文帳に追加
TOSが真ならば、deltaだけバイトコードカウンタを増加させます。 - Python
If TOS is false, increment the byte code counter by delta. 例文帳に追加
TOSが偽ならば、deltaだけバイトコードカウンタを増加させます。 - Python
A byte code of the class is parsed to identify opcodes which invoke a byte code to call other methods.例文帳に追加
他のメソッドを呼び出すためのバイトコードを呼び出すオペコードを特定するために、クラスのバイトコードが構文解析される。 - 特許庁
When a deploy part 3 deploys the byte code in an application server, it simultaneously deploys the byte code for the debugging.例文帳に追加
そしてデプロイ部3はバイトコードをアプリケーションサーバにデプロイする場合に、デバッグ用のバイトコードも同時にデプロイする。 - 特許庁
The byte code is received for execution and it is decided whether the byte code should be compiled.例文帳に追加
バイトコードが、実行のために受け取られ、バイトコードをコンパイルしなければならないかどうかに関する判定が行われる。 - 特許庁
The Python compiler currently generates the following byte code instructions.例文帳に追加
現在Pythonコンパイラは次のバイトコード命令を生成します。 - Python
Sequence of operation names, indexable using the byte code. 例文帳に追加
演算名。 一連のバイトコードを使ってインデキシングできます。 - Python
METHOD FOR EXECUTING BYTE CODE AND DATA PROCESSING SYSTEM例文帳に追加
バイトコ—ドを実行するための方法およびデ—タ処理システム - 特許庁
An instruction discriminating part 111 discriminates whether the byte code of 1 byte is a basic instruction or an expansion instruction from that byte code.例文帳に追加
命令判別部111は、1バイトのバイトコードより当該バイトコードが基本命令か拡張命令かを判定する。 - 特許庁
When it is determined that there is more than one method for compiling the byte code, which method compiles the byte code is determined (507).例文帳に追加
幾つかの実施例では、リコンパイルするバイトコード命令を含むプログラムの一部は、リコンパイルする他の命令と一緒にキューへ加えられる。 - 特許庁
According to a particular embodiment, A C++ program having one or more input parameters is compiled to acquire a byte code of the C++ program, a C++ library is compiled to acquire a byte code of the C++ library, and the byte code of the C++ program and the byte code of the C++ library are executed symbolically.例文帳に追加
特定の実施形態は、1つ以上の入力変数を有するC++プログラムをコンパイルして該C++プログラムのバイトコードを取得し、C++ライブラリをコンパイルして該C++ライブラリのバイトコードを取得し、C++プログラムのバイトコード及びC++ライブラリのバイトコードを記号的に実行する。 - 特許庁
To provide a byte code program execution control system capable of improving the execution speed of a byte code program just after execution start.例文帳に追加
実行開始直後からバイトコードプログラムの実行速度を向上させることを可能にするバイトコードプログラム実行制御システムを提供する。 - 特許庁
The dis module supports the analysis of Python byte code by disassembling it.例文帳に追加
disモジュールはPythonバイトコードを逆アセンブルしてバイトコードの解析を助けます。 - Python
The program loader 16 reads out a byte code from the cluster file 12, decides whether a load location of this byte code and an argument setup byte code is the Java virtual machine 13 or the JIT compiler 15 based on content of a determination information storage unit 17 if the byte code is a subroutine call and iterates a loading process for the byte code to the decided load location.例文帳に追加
プログラムローダ16は、クラスタファイル12からバイトコードを読み出し、バイトコードがサブルーチンコールであれば、判定情報記憶部17の内容に基づいてこのバイトコード及び引数設定バイトコードのロード先を、Java仮想マシン13にするかJITコンパイラ15にするかを決定し、決定されたロード先にバイトコードをロードするという処理を繰り返し実行する。 - 特許庁
For floating-point byte code, the byte code accelerator BCA (6) feeds an instruction stream (INST) for using the FPU (5) to the CPU (4).例文帳に追加
浮動小数点バイトコードに対し、FPU(5)を使用するための命令列(INST)をバイトコードアクセラレータBCA(6)がCPU(4)に対し供給する。 - 特許庁
A machine language generating part 13 obtains a machine language instruction string corresponding to processing contents of a byte code from a template 16 on the basis of an operational code in the byte code.例文帳に追加
機械語生成部13は、バイトコード中のオペコードを元に、テンプレート16から当該バイトコードの処理内容に対応する機械語命令列を得る。 - 特許庁
To solve the problem that the processing load of the successive interpretation execution of a byte code in a Java execution environment since the preload class of a conventional technology is a platform independent byte code.例文帳に追加
従来技術のプレロードクラスは、プラットフォーム非依存なバイトコードであり、Java実行環境によるバイトコードの逐次解釈実行の処理負荷が高い。 - 特許庁
To efficiently execute a byte code by combining an interpreter and a compiler.例文帳に追加
インタープリタとコンパイラを組み合わせてバイトコードの効率的な実行を行う。 - 特許庁
A JVM 44 converts a JAVA (R) byte code to a native code and executes it.例文帳に追加
JVM44は、JAVA(登録商標)バイトコードをネイティブコードに変換して実行する。 - 特許庁
For a single code sequence, it prints one line per byte code instruction.例文帳に追加
単一のコードシーケンスに対しては、バイトコード命令ごとに一行をプリントします。 - Python
The parser module provides an interface to Python's internal parser and byte-code compiler.例文帳に追加
parserモジュールはPythonの内部パーサとバイトコード・コンパイラへのインターフェイスを提供します。 - Python
DYNAMICALLY COMPILING TIME SETTING METHOD, BYTE CODE EXECUTING MODE SELECTING METHOD AND COMPUTER例文帳に追加
動的コンパイル時期決定方法、バイトコード実行モード選択方法、及びコンピュータ - 特許庁
The Java source code is converted into a byte code by a Java compiler 19 and the byte code is translated to a machine word suited to an OS 12 by a Java virtual machine(VM) 20 to execute the Java source code.例文帳に追加
また、Javaソースコードは、Javaコンパイラ19でバイトコードに変換され、さらにJava仮想機械(VM)20でOS12に適した機械語に翻訳されることによって実行される。 - 特許庁
The processor 23 selects a byte code corresponding to the packet type determined by the section 22 and determines the propriety of passage of the packet using this byte code.例文帳に追加
JAVAプロセッサ23は、パケットタイプ判定部22により判定されたパケットタイプに対応するバイトコードを選択し、このバイトコードを使用して前記パケットの通過可否を判定する。 - 特許庁
According to the predicted number of the times of the loop, the execution mode of the byte code is selected S4.例文帳に追加
この予測したループ回数に応じてバイトコードの実行モードを選択する。 - 特許庁
If the byte code is not the subroutine call, the loading location is decided to Java virtual machine 13.例文帳に追加
バイトコードがサブルーチンコールでなければロード先をJava仮想マシン13にする。 - 特許庁
METHOD AND DEVICE FOR PROPER DISTRIBUTION OF BYTE CODE AND SERIALIZED OBJECT STREAM例文帳に追加
バイト・コ—ドおよびシリアル化オブジェクト・ストリ—ムの適時配信のための方法および装置 - 特許庁
A byte 110xxxxx is the start of a 2-byte code, and 110xxxxx 10yyyyyy is assembled into 00000xxx xxyyyyyy. 例文帳に追加
110xxxxx というバイトは 2 バイトコードの始まりである、そして、110xxxxx10yyyyyy は 00000xxx xxyyyyyy というように組み立てられる。 - JM
SYSTEM AND METHOD FOR SHORTENING COMPILE TIME OF BYTE CODE IN JAVA (R) PROGRAM例文帳に追加
Java(登録商標)プログラムでのバイトコードのコンパイル時間短縮システム及び方法 - 特許庁
| 例文 |
| 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. |
| 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会員(無料)になると
|