1153万例文収録!

「"object code"」に関連した英語例文の一覧と使い方(4ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > "object code"に関連した英語例文

セーフサーチ:オフ

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

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

セーフサーチについて

"object code"を含む例文一覧と使い方

該当件数 : 162



例文

An object name voice data is searched for each object stored in a storing means by the recognized voice data, and a plurality of similar object name voice data are extracted, and an object code and an object name which are respectively correspond to the object name voice data for each of the plurality of extracted object, are obtained from the storing means.例文帳に追加

認識された音声データで記憶手段に記憶されている対象毎の対象名音声データを検索して類似する複数の対象名音声データを抽出し、抽出された複数の対象毎の対象名音声データにそれぞれ対応する対象コード及び対象名を記憶手段から取得する。 - 特許庁

Then, whether or not the prepared assembler string satisfies the temperature condition of hardware is determined on the basis of the profile PF, and if not satisfying the temperature condition, an optimization object part is found inside the provisional object code OC2 on the basis of the profile PF and an optimization processing for which the heat generation is taken into consideration is performed.例文帳に追加

続いて、このプロファイルPFに基づいて、作成したアセンブラ列がハードウェアの温度条件を満たすか否かを判定し、温度条件を満たさない場合、プロファイルPFに基づいて暫定オブジェクトコードOC2内で最適化対象部分を発見し、発熱を考慮した最適化処理を行なう。 - 特許庁

An object code univocally provided for lot unit and a divided cultivation management code for identifying whether it is fallen under either of an origin of divided cultivation or a divided cultivation farmlands are attached to farmland data managed for every lot unit and farm data managed for every right unit such as a cultivation right, etc., respectively and stored in a same farmland master 131 in a common data structure.例文帳に追加

筆単位で管理する農地データと耕作権等の権利単位で管理する農地データに、筆単位で一意に与えられる物件コードと分耕元又は分耕先のいずれに該当するかを識別するための分耕管理コードとを付し、共通のデータ構造で同一の農地マスタ131に保持する。 - 特許庁

In a compiler 100 mounted on a computer, an object code of a method is generated in a double precision mode in the floating-point operation and a second code of the method is generated in a single precision mode when the method is frequently called in the single precision mode and processing costs can be reduced by implementing the method in the single precision mode.例文帳に追加

コンピュータに搭載されたコンパイラ100において、浮動小数点演算における倍精度モードでメソッドのオブジェクトコードを生成すると共に、このメソッドが単精度モードで頻繁に呼び出され、かつ単精度モードで実行することにより処理コストを削減できる場合に、単精度モードでメソッドの第2のコードを生成する。 - 特許庁

例文

In this compiler for generating an object code by statically securing a memory region for declared variables, when the values of the variables are smaller than the type-declared size as the result of executing a program, a memory region whose size is smaller than the type-declared size is secured so that an object file can be generated.例文帳に追加

宣言された変数に対して、静的にメモリ領域を確保してオブジェクトコードを生成するコンパイラにおいて、変数の値が、プログラムを実行した結果、型宣言されたサイズより小さい値しか持ち得ない場合に、型宣言されたサイズより小さいメモリ領域を確保してオブジェクトファイルを生成する。 - 特許庁


例文

An MPEG 4 image information coding section 13 decodes and decimates the MPEG 2 image compression information, based on an object code quantity obtained from the complexity and the GOV structure decided by the GOV structure decision section 29 and encodes image information once stored in a video memory 12 into the MPEG 4 image compression information.例文帳に追加

MPEG4画像情報符号化部13では、コンプレキシティから求めた目標符号量と、GOV構造決定部29により決定されたGOV構造とに基づいて、MPEG2画像圧縮情報が復号され、間引きされ、さらにビデオメモリ12に一旦蓄えられた画像情報を、MPEG4画像圧縮情報に符号化する。 - 特許庁

This compile device generates an object code 107 executable on a shared memory type computer with a thread as the unit of parallel processing by input of a source program 101 and using an inter-thread synchronous overhead information file 108 and the number of machine cycles acquisition library 106, and is constituted of a syntax analysis part 103, a parallelization part 104 and a code generation part 105.例文帳に追加

ソースプログラム101を入力として、スレッド間同期オーバーヘッド情報ファイル108とマシンサイクル数取得ライブラリ106を使用して、スレッドを並列処理の単位として共有メモリ型計算機上で実行可能なオブジェクトコード107を生成させるものであり、構文解析部103、並列化部104、コード生成部105から構成される。 - 特許庁

A plurality of tasks necessary for processors in a multiprocessor and an operating system are statically connected so that an object code can be generated, and the tasks are started based on an identification table for task selection, and the content of the identification table is changed so that the tasks can be switched without reconstructing the tasks, and that the multiprocessor device can be efficiently evaluated.例文帳に追加

マルチプロセッサ中のプロセッサに必要な複数のタスクの全てと、オペレーティングシステムとを静的に結合させたオブジェクトコードを生成し、タスク選択用の識別表に基づいてタスクの起動を行うとともに、該識別表の内容を変更することにより、タスクの再構築を行わずにタスクの切り替えを行い、マルチプロセッサ装置の評価を効率的に行う。 - 特許庁

Compiling a Python extension written in C or C++ will sometimes require specifying custom flags for the compiler and linker in order to use a particular library or produce a special kind of object code. This is especially true if the extension hasn't been tested on your platform, or if you're trying to cross-compile Python.In the most general case, the extension author might have foreseenthat compiling the extensions would be complicated, and provided a Setup file for you to edit.例文帳に追加

C や C++ で書かれた Python 拡張をコンパイルする際、しばしば特定のライブラリを使ったり、特定の種類のオブジェクトコードを生成したりする上で、コンパイラやリンカに与えるフラグをカスタマイズする必要があります。 ある拡張モジュールが自分のプラットフォームではテストされていなかったり、クロスコンパイルを行わねばならない場合にはこれが当てはまります。 - Python

例文

Moreover, a quantization width selector 104 which adjusts the quantization width at an interval of certain period calculates the quantization width used for reencoding, depending on the excess/ deficiency amount between an object code quantity and an actual code quantity and receives the calculated quantization width and the quantization width in the input compression moving image stream to output the quantizaiton width used for actual reencoding, thereby controlling the code quantity.例文帳に追加

さらに、目標符号量と実際の符号量との過不足量から、ある期間毎に量子化幅を調整する量子化幅選択器104が再符号化に用いる量子化幅を計算し、量子化幅と入力圧縮動画ストリームにおける量子化幅を入力として、実際の再符号化に用いる量子化幅を出力することで符号量制御を行う。 - 特許庁

例文

In the debugger 1, a symbol information analysis part 11 reads symbol information corresponding to an identification value of the overlay module inputted from the debugger from an object code storage part 100, a source code analysis part 12 reads a source code corresponding to the symbol information from a source code storage part 200 and a display data output part 13 outputs the read source code as display data.例文帳に追加

デバッガ1は、シンボル情報解析部11がデバッグ装置から入力されたオーバーレイモジュールの識別値に対応するシンボル情報をオブジェクトコード格納部100から読み出し、ソースコード解析部12がこのシンボル情報に対するソースコードをソースコード格納部200から読み出し、表示データ出力部13がこの読み出されたソースコードを表示データとして出力する。 - 特許庁

例文

To attain a high speed operation by recognizing the coexistence of automatic parallelization and Opn MP and easily advancing the parallelization and to prevent the deterioration of performance at the time of parallel processing by suppressing the useless generation of threads at the time of mutual calling in an optimizing device and recording medium for generating an object code for parallelizing the execution of programs by plural threads from a source program described in prescribed programming language.例文帳に追加

本発明は、所定のプログラミング言語で記述されたソースプログラムから、複数のスレッドによりプログラムの実行を並列化するオブジェクトコードを生成する最適化装置および記録媒体に関し、自動並列化とOpenMPの混在を認めて並列化を簡易に進め高速化を図ると共に、相互に呼び出し時のスレッドの無駄な生成を抑止して並列処理時の性能低下を防止することを目的とする。 - 特許庁




  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS