1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > Native codeの意味・解説 > Native codeに関連した英語例文

セーフサーチ:オフ

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

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

セーフサーチについて

Native codeの部分一致の例文一覧と使い方

該当件数 : 56



例文

A native compiler 600 converts the Java intermediate code 500 into a native code and generates an optimized native code 700.例文帳に追加

ネイティブコンパイラ600はJava中間コード500をネイティブコードに変換し、最適化ネイティブコード700を生成する。 - 特許庁

INTERPRETER AND NATIVE CODE EXECUTION METHOD例文帳に追加

インタープリタおよびネイティブコード実行方法 - 特許庁

The native code is then executed as a process.例文帳に追加

次に、ネイティブコードが、プロセスとして実行される。 - 特許庁

VIRTUAL MACHINE COMPILING BYTE CODE INTO NATIVE CODE例文帳に追加

バイトコードをネイティブコードにコンパイルする仮想マシン - 特許庁

例文

A JVM 44 converts a JAVA (R) byte code to a native code and executes it.例文帳に追加

JVM44は、JAVA(登録商標)バイトコードをネイティブコードに変換して実行する。 - 特許庁


例文

SYSTEM AND METHOD FOR INTEGRATING CODE TO BE EMULATED TO NATIVE CODE例文帳に追加

エミュレートされるコードとネイティブコードとを統合するシステムおよび方法 - 特許庁

To provide a system and method for integrating a code to be emulated to a native code.例文帳に追加

エミュレートされるコードとネイティブコードとを統合するシステムおよび方法が提供される。 - 特許庁

A code generator produces an optimized native code in accordance with the selected code generation method and stores the optimized native code in a code cache 212 for reuse.例文帳に追加

コード生成器は、選択したコード生成メソッドに応じて、最適化したネーティブ・コードを生成し、再利用のために、最適化したネーティブ・コードをコード・キャッシュ212に格納する。 - 特許庁

To use the Java Native Interface API, you will need to run your Java code on a Java Virtual Machine that supports the JNI. 例文帳に追加

JNI(Java Native Interface)APIを使うには,JNIをサポートしているジャバ仮想マシン上でジャバコードを実行する必要がある. - コンピューター用語辞典

例文

The computer 1200 decides which method of the byte code program should be converted into a native code by referring to the profile information, makes it a native code by a native code compiler 1250, makes the method made the native code to be directly carried out by a CPU and the other methods to be sequentially interpreted and executed by a byte code interpreter 1240.例文帳に追加

プログラム実行コンピュータ1200は、プロファイル情報を参照してバイトコードプログラムのどのメソッドをネイティブコードに変換するか判断してネイティブコードコンパイラ1250によりネイティブコード化し、ネイティブコード化したメソッドはCPUに直接実行させて他のメソッドはバイトコードインタプリタ1240に逐次解釈実行させる。 - 特許庁

例文

Support for native Ruby, Ruby on Rails 2.0, and JRubyRuby project type for Ruby and YAML filesRuby on Rails project typeEditor with syntactic and semantic code highlightingHints and quick fixes, refactoring, automatic code completionIntegrated Rake build toolIntegrated rdoc pop-upsAccess to Interactive Ruby Shell (IRB)Integrated support for Test::Unit, Auto Test, and RSpec filesIntegrated WEBrick and Mongrel web serversDatabase migration integrationTemplates and code generatorDebugger for Ruby, JRuby, and Ruby on RailsRuby Gems Installation ManagerRake Runner 例文帳に追加

ネイティブ Ruby、Ruby on Rails 2.0、および JRuby のサポート Ruby および YAML ファイルの Ruby プロジェクトの種類 - NetBeans

When a native PC is detected to be in a specific range by a native PC monitor 110, the accelerator is enabled, and the byte code is converted into native commands.例文帳に追加

ネイティブPCモニター110により、ネイティブPCが特定範囲内にあれば、前記アクセラレータはイネーブルとなり、バイトコードがネイティブ命令に変換される。 - 特許庁

a secret agent who was one of the Navajos who devised and used a code based on their native language 例文帳に追加

彼らの自国語に基づくコードを考案し、使用したナバホ族のうちの1人であったスパイ - 日本語WordNet

A memory disposing section 500 disposes the native code of the main route to a memory domain for the main route 502 and disposes the native code of the other route to a memory domain for a rare route 503.例文帳に追加

メモリ配置部500はメインルートのネイティブコードをメインルート用メモリ領域502へ、それ以外のルートのネイティブコードをレアルート用メモリ領域503へ配置する。 - 特許庁

A native code generated by a JIT compile is encrypted by a tamper-proof safe execution part, and parts necessary only in executing the native code are decoded, and instantaneous encryption is carried out after ending the execution of a method.例文帳に追加

JITコンパイルにより生成されたネイティブコードを、改ざんのできない安全な実行部で暗号化を行い、ネイティブコード実行時のみ必要な箇所を復号化し、メソッドの実行終了後に即座に暗号化を行う。 - 特許庁

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上で中間コードの一部に代えてネイティブコードをインタプリタを介さないで直接実行させるシステムにおいて、ネイティブコードのリプレースを容易にする。 - 特許庁

At the execution, it is discriminated whether it is converted into a native code to be executed or the intermediate code is executed as it is on the basis of data of the memory.例文帳に追加

実行時にはこのメモリのデータに基づいてネイティブコードに変換して実行するか、中間コードのまま実行するかを判別する。 - 特許庁

To provide a data processing device that can effectively use a storage space by efficiently converting a nonnative code to a native code.例文帳に追加

非ネイティブコードをネイティブコードに効率的に変換し、記憶領域を有効に活用可能なデータ処理装置を提供する。 - 特許庁

When the native code instruction is not the "instruction sequence for performing processing that can affect security", the CPU executes a native instruction as it is.例文帳に追加

ネィティブコード命令が「セキュリティに影響を与え得る処理を行う命令シーケンス」でない場合、ネィティブ命令をそのままCPUで実行する。 - 特許庁

The native codes and first and second interface tables 600, 700 are loaded in a native code reservation area in a memory and after that, an operation of the interpreter is started.例文帳に追加

ネイティブコードと第1、第2のインタフェーステーブル600、700をメモリ内のネイティブコードリザーブ領域にロードし、その後インタプリタの動作を開始する。 - 特許庁

An information processing device is capable of executing native APs 103, 105 described in a native code and JavaAPs 109, 110, 111 described in a Java (R) bytecode.例文帳に追加

ネイティブコードで記述されたネイティブAP103、105と、Java(登録商標)バイトコードで記述されたJavaAP109〜111とを実行可能な情報処理装置である。 - 特許庁

Delphi combines visual, component-based design with an optimizing native code compiler and scalable database access. 例文帳に追加

Delphiはビジュアルで部品べースの設計と, ネイティブコード・コンパイラの最適化およびスケーラブルなデータベース・アクセスとを結びつける. - コンピューター用語辞典

In order to create portable code, it's best to assume all the native functions already exist. 例文帳に追加

可搬性の高いコードを作成するには、ネイティブ関数がすべて存在する状態を保証するのが一番です。 - PEAR

A nonnative sub routine for veneer is used between the native code and a nonnative main sub routine.例文帳に追加

ベニヤ用の非ネイティブなサブルーチンが、ネイティブなコードと非ネイティブなメイン・サブルーチンとの間で用いられる。 - 特許庁

To produce a native code in an execution time compiler from a bytecode group presented on a compiler and to provide a system which optimizes it.例文帳に追加

コンパイラに提示したバイトコード群から、実行時コンパイラにおいてネーティブ・コードを生成し最適化するシステムを提供する。 - 特許庁

A virtual application 130 is described by a native code and is produced, when the hardware-independent application 160 is started.例文帳に追加

仮想アプリケーション130は、ネイティブコードによって記述され、ハードウェア非依存アプリケーション160の起動時に生成される。 - 特許庁

The task for the program execution utilizes the native code generated as the result of the compile processing.例文帳に追加

このコンパイルの結果生成されたネイティブコードをプログラム実行を担当するタスクで活用する。 - 特許庁

In optimizing the program, for example, native compiling for converting from an intermediate code to the machine language (native code) of a client machine is performed preferentially in a method with the highest execution frequency in the program executed by a certain client device.例文帳に追加

最適化においては、例えば、あるクライアント装置で実行されたプログラムにおける実行頻度が最も高いメソッドを優先的に、中間コードからクライアントマシンの機械語(ネイティブコード)に変換するためのネイティブコンパイルを行う。 - 特許庁

This JIT compiler is provided with a translator 3 to translate a byte code into a native code using a template, a code buffer 6, an FIFO buffer 5, and an evaluator 4.例文帳に追加

JITコンパイラに、テンプレートを用いてバイトコードをネイティブコードに翻訳する翻訳器3と、コードバッファ6と、FIFOバッファ5と、評価器4を設ける。 - 特許庁

A data processing apparatus comprises a hardware translator 120 to convert the nonnative code into a native code of a processor, a software translator, a software interpreter to sequentially interpret the nonnative code of the processor and execute with the native code of the processor, furthermore, comprises circuits 121, 122, etc., to select and operate the translator 120, the translator and the interpreter according to a predetermined reference.例文帳に追加

データ処理装置は、非ネイティブコードをプロセッサのネイティブコードに変換するハードウェアトランスレータ120と、ソフトウェアトランスレータと、プロセッサに対する非ネイティブコードを逐次解釈し、プロセッサのネイティブコードを用いて実行するソフトウェアインタープリタとを含み、これらを所定の基準にしたがって選択して動作させる回路121、122などを含む。 - 特許庁

To provide a byte code compile time shortening system and its method for shortening a compile time of a native code i a JAVA (R) program.例文帳に追加

ネイティブコードのコンパイル時間を短縮できるJava(登録商標)プログラムでのバイトコードのコンパイル時間短縮システム及び方法を提供すること。 - 特許庁

A task for program execution inputs an intermediate code or a native code to execute a program and extracts "profile information" consisting of "execution time points" for every program blocs.例文帳に追加

プログラム実行を担当するタスクで、中間コードもしくはネイティブコードを入力してプログラムを実行し、プログラムブロック毎の「実行時刻」から成る「プロファイル情報」を抽出する。 - 特許庁

A task for program execution inputs an intermediate code or a native code to execute a program, and extracts "dynamic information" consisting of "loop repetition frequency" and "PB execution frequency" for each PB.例文帳に追加

プログラム実行担当のタスクで、中間コードもしくはネイティブコードを入力してプログラムを実行し、PB毎の「ループ繰返し回数」と「PB実行回数」から成る「動的情報」を抽出する。 - 特許庁

The compilation of the method whose compilation is requested is executed by a task different from a task to perform the execution of an instruction such as the execution of the byte code by the interpreter processing or the execution of the native code.例文帳に追加

コンパイル要求されたメソッドのコンパイルは、バイトコードのインタプリタ処理による実行又はネイティブコードの実行といった命令実行を行うタスクとは別のタスクで行う。 - 特許庁

To improve hit rates in an instruction cache and a TLB (translation lookaside buffer) when a native code running in a main route in a virtual instruction code execution environment.例文帳に追加

仮想命令コード実行環境において、ネイティブコードのメインルート走行時のインストラクションキャッシュおよびTLBのヒット率の向上を図る。 - 特許庁

This interpreted code can be finished by an Exit instruction and on the other hand, normal native code performing can be restarted by using an instruction just after a memory address.例文帳に追加

この解釈済みコードを、Exit命令によって終了させることができるのに対して、通常のネイティブコード実行は、メモリアドレスのすぐ後の命令を用いて再開できる。 - 特許庁

The virtualization program allows a native code simulator to have a stack specific to each task that is managed by a multi-task OS, and the creation/saving/restoration/erasure of a context that a target CPU executes by means of a special control register operation, is executed by an API provided by the native code simulator.例文帳に追加

ネイティブ・コード・シミュレータにおいて、マルチタスクOSが管理するタスク毎にタスク固有なスタックを持てるようにする仮想化プログラムであって、ターゲットCPUで特殊な制御レジスタ操作によって行っていたコンテキスト生成・退避・復元・消去をネイティブ・コード・シミュレータが提供するAPIで行うものである。 - 特許庁

This portable telephone set 101 is provided with: a memory for storing a native code 131, a first code 119, and a second code 121 for each subroutine of a script or a Java program 107; a virtual machine 153; a processor 113; and a pre-compile circuit 173 for generating a second code 121 from the first code 119.例文帳に追加

本発明の携帯電話機101は、スクリプト或いはJavaプログラム107のサブルーチンごとに、ネイティブコード131、第1コード119、及び第2コード121を記憶するメモリと仮想マシン153と、プロセッサ113と、第1コード119から第2コード121を生成するプリコンパイル回路173とを備える。 - 特許庁

When a user whose native language is Japanese uses a portable telephone device in America, a control circuit obtains the ID code of the nation from the base station of America at the time of position registration (steps A1 and A2).例文帳に追加

日本を母国とするユーザが米国において携帯電話装置を使用する際に、制御回路は、位置登録時に米国の基地局より当該国のIDコードを取得する(ステップA1,A2)。 - 特許庁

This program execution controller decides whether the method is already compiled in time of the method call, and executes a native code of the method when the method is already compiled.例文帳に追加

本発明に係るプログラム実行制御装置は、メソッド呼び出しの際に、当該メソッドがコンパイル済みであるか否かを判定し、当該メソッドがコンパイル済みであれば、当該メソッドのネイティブコードを実行する。 - 特許庁

A processing arrangement executes a control program for controlling the entire storage element device, and at least a portion of the native control code as part of the control program for interfacing with the storage element.例文帳に追加

処理装置は、記憶素子装置全体を制御するための制御プログラムを実行するとともに、記憶素子とインタフェースをとるネイティブ制御コードの少なくとも一部を実行する。 - 特許庁

A recovery virtual machine 202 acquires execution frequency information from a file, and converts the procedure having the high execution frequency in the acquired execution frequency information into the native code to reduce a time until the conversion is started.例文帳に追加

リカバリ仮想マシン202は、実行頻度情報をファイルから取得し、取得した実行頻度情報において実行頻度が高い手続きをネイティブコードに変換することにより、変換が開始されるまでの時間を短縮させる。 - 特許庁

This invention is directed to a method and apparatus for implementing native code directly in C++ with object structure very closely resembling the object structure of Java.例文帳に追加

本発明は、Javaのオブジェクト構造に非常に酷似しているオブジェクト構造を備えたC++でネイティブコードを直接実行する方法及び装置を対象とする。 - 特許庁

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はネイティブコードからインタプリタ固有のライブラリ関数又はインタプリタを呼び出すための情報を格納する。 - 特許庁

If the repair request code included in the accepted repair request information is registered in the phenomenon information database 33, a repair instruction preparing process part 32 fetches a phenomenon description by a corresponding native tongue and it prepares a repair instruction.例文帳に追加

修理指示書作成処理部32は、受け付けた修理依頼情報に含まれる修理依頼コードが現象情報データベース33に登録されていれば、対応した母国語による現象説明を取り出して修理指示書を作成する。 - 特許庁

To accurately make secrete input/output related with a virtual machine which deals with significant data or content from the application of a malicious native code while allowing a plurality of virtual machines to share an input device.例文帳に追加

複数の仮想マシンによる入力デバイスの共用を実現しつつ、重要データやコンテンツを取り扱う仮想マシンに係る入出力を、悪意あるネイティブコードのアプリケーションから確実に秘匿する。 - 特許庁

According to the "Engishiki" (codes and procedures on national rites and prayers), mo has two types which are hitoe mo and awase (lined garment) mo depending on the season, and the code stipulates the wearing of the two types of mo, the outer mo and inner mo, however, it became single (hitoe) mo only due to the collapse of the Ritsuryo system (a system of centralized government based on the ritsuryo code) and the prosperity of native Japanese culture. 例文帳に追加

『延喜式』によると、季節によって単衣の裳と袷の裳があり、また表裳と下裳と2種類の裳を着用するよう定められたが、律令制の崩壊と国風文化の興隆により単の裳だけになっていったと見られる。 - Wikipedia日英京都関連文書対訳コーパス

The program execution controller selects one of the execution of the native code of the method after waiting completion of the compilation of the method and processing of an intermediate code of the method by an interpreter when the method is not already compiled.例文帳に追加

当該メソッドがコンパイル済みでなければ、当該メソッドのコンパイルの終了を待ってから当該メソッドのネイティブコードを実行するか、もしくは当該メソッドの中間コードをインタプリタで処理するかのどちらか一方を選択する。 - 特許庁

The replacement of a switching code for switching a hardware translator 104 and a software translator 102 with a piece of a nonnative code out of a plurality of pieces of the nonnative codes in a replacement position for the generation of an efficient native code group by the software translator generates an executable code group (S220).例文帳に追加

ハードウェアトランスレータ(104)と、ソフトウェアトランスレータ(102)とを切替えるための切替えコードを、複数の非ネイティブコードのうち、ソフトウェアトランスレータが効率化ネイティブコード群を生成するための置き換え位置の非ネイティブコードと置き換えた実行コード群を生成する(S220)。 - 特許庁

例文

This device for improving the work execution speed includes a reception part receiving the bytecode; a control part confirming whether the received bytecode is the final bytecode of a block or not; and a transmission part transmitting the address of the first native code from among the native codes to at least one bytecode contained in the block by a confirmation result thereof.例文帳に追加

本発明の実施形態による作業遂行速度を向上させる装置はバイトコードを受信する受信部と、上記受信されたバイトコードがブロックの最後のバイトコードであるのか確認する制御部および上記確認結果によって上記ブロックに含まれた少なくとも一つのバイトコードに対するネイティブコードのうち最初のネイティブコードの住所を送信する送信部を含む。 - 特許庁

索引トップ用語の索引



  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
日本語WordNet
日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2024 License. All rights reserved.
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License
  
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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/ ).
  
© 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS