OBJECT CODE 日本語 意味 - 日本語訳 - 英語の例文

['ɒbdʒikt kəʊd]

英語 での Object code の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Program's source code, object code.
ソースコード、目的コード、コンパイラ。
Object code cannot, however, be read by humans.
しかしオブジェクト・コードは人間は読めない。
When the compiler compiles each of these files it creates object code.
コンパイラがこれらの各ファイルをコンパイルすると、オブジェクトコードが作成されます。
Object code cannot, however, be read by humans.
しかし、オブジェクトコードは人間には読むことができない。
Support of source or object code from C and C++ software components.
CやC++のソフトウェアコンポーネントから得られるソースコードやオブジェクトコードをサポート。
Unlike other tools, which insert checking functions into your source or object code, HeapAgent instruments the heap.
ソースやオブジェクトコードにチェック関数を挿入する他のツールと異なり、HeapAgentはヒープをインストゥルメントします。
Accompany the object code with a copy of the GNU GPL and this license document.
オブジェクトコードに、GNUGPLと本許諾書のコピーを添付する。
Sony does notclaim that the Virtual Game Station itself contains object code that infringes Sony's copyright.
SonyはVirtualGameStation自体がSonyの著作権を侵害するオブジェクト・コードを含むとは主張しない。
Accompany the object code with a copy of the GNU GPL and this license document.
B)オブジェクトコードに、GNUGPLと本ライセンス文書のコピーを添付すること。
Sony does notclaim that the Virtual Game Station itself contains object code that infringes Sony's copyright.".
SonyはVirtualGameStation自体がSonyの著作権を侵害するオブジェクトコードを含んでいるとは主張していない。
The object code is assembled into a. LIB file without going through a linking process.
オブジェクト・コードは、リンク処理を省略して、.LIBファイルにまとめられます。
When you compile a program to run on a particular processor,you are creating object code that will only run on that processor.
特定のプロセッサ上で実行するようにプログラムをコンパイルする場合、そのプロセッサ上でのみ実行されるオブジェクトコードを作成しています。
Source code and object code of a computer program can be protected by copyright.
コンピュータープログラムのソースコードとオブジェクトコードは著作権で保護することが可能である。
Diab Compiler's unique optimization technology generates extremely fast,high-quality object code in the smallest possible footprint.
DiabCompiler独自の最適化テクノロジにより、非常に高速かつ高品質なオブジェクトコードを最小のフットプリントで生成します。
If you distribute prelinked object code, you need to follow the terms of section 6.
もし、プレリンクされたオブジェクトコードを配布する場合、第6節の条項にしたがう必要があります。
In a static examination of the computer instructions, method(3),the engineer disassembles the object code of all or part of the program.
方法(3)のコンピュータ指令の静的な調査においては、技術者はプログラムのオブジェクトコードの全て又は一部を逆アセンブルする。
(Executables containing this object code plus portions of the Library will still fall under Section 6.).
(このオブジェクトコードに加えてライブラリの一部を含む実行可能ファイルは、依然として第6節の規定に従います)。
In a static examination of the computer instructions, method(3),the engineer disassembles the object code of all or part of the program.
コンピューター命令の静的な検討である方法(3)では、エンジニアはプログラムのすべてまたは一部のオブジェクト・コードを逆アセンブルする。
As noted above,''object code'' in GPLv3 is defined broadly to mean any non-source version of a work.
上記の通り、GPLv3における「オブジェクトコード」は著作物のソースではないバージョンすべてを広汎に意味すると定義されています。
For properties for which objects can be auto-generated,you can also directly input an object code that is not displayed in the list.
オブジェクトを自動生成可能なプロパティに関しては、リストに表示されていないオブジェクトコードを直接入力することも可能です。
This action will cause the object code to be downloaded to the target MAXQ2000 and will prepare it to execute.
この操作によって、ターゲットのMAXQ2000にオブジェクトコードがダウンロードされ、実行の準備が整います。
Programs written in source code can be converted ortranslated by a“compiler” program into object code for use by the computer.
ソースコードで書かれたプログラムは「コンパイラ」プログラムによってコンピュータによって使用できるようにオブジェクトコードに変換又は翻訳される。
Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source.
オブジェクトコードの個々のコピーを、対応するソースを提供するという書面による申し出のコピーといっしょに伝達する。
Software is generally written by programmers in source code(and in other more conceptual formats)and then assembled into object code.
ソフトウェアは一般に、プログラマーによってソース・コードで(およびその他のより概念的なフォーマットで)書かれ、オブジェクト・コードにアセンブルされる。
The DS80C320 retains instruction set and object code compatibility, while performing the same operations in fewer clock cycles.
DS80C320は少ないクロックサイクルで同じ動作を行いながら命令セットとオブジェクトコードの互換性を維持します。
Each object code file has a list of symbols, for FileOne that is main and myFunction, for FileTwo that is anotherFunction, and the corresponding machine code that the processor will run.
オブジェクトコードファイルには、メインのFileOneとanotherFunctionのFileTwoのmyFunction、およびプロセッサが実行する対応するマシンコードのシンボルのリストがあります。
Of course,the reverse engineer in such a situation is not observing the object code itself,[2] only the external visual expression of this code's operation on the computer.
もちろん、そのような状況のリバースエンジニアリングはオブジェクトコード自体を観察するものではなく[2]、観察できるのはコンピュータ上でそのコードの動作の外部的視覚表現だけである。
That is, the user can specify an object code file(e.g., a shared library) that implements a new type or function, and PostgreSQL will load it as required.
つまり、ユーザが新しい型か関数を実装するオブジェクトコードファイル(例えば共有ライブラリ)を指定することができ、PostgreSQLは要求された通りにロードするのです。
In the case of an embedded system, the OS object code is generated separately for each application, so adaptation to the application works especially well.
組み込みシステムの場合,OSのオブジェクトコードはアプリケーション毎に生成するため,アプリケーションに対する適応化が特に有効に働く図-2。
You may not reverse engineer, decompile, or disassemble the object code portions of the SOFTWARE PRODUCT, except and only to the extent that such activity is expressly permitted by applicable law notwithstanding this limitation.
お客様は、ソフトウェア製品のオブジェクトコード部分をリバースエンジニアリング、逆コンパイル、または逆アセンブルすることはできません。ただし、このような行為が適用法によって明示的に許可されている場合を除きます。
結果: 89, 時間: 0.0278

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語