THE COMPILER Meaning in Japanese - translations and usage examples

[ðə kəm'pailər]
Noun
[ðə kəm'pailər]
コンパイラは
コンパイラーは
コンパイラが
コンパイラーに
コンパイラーが
コンパイラの
コンパイラに
コンパイラを
コンパイラーの
コンパイラーを
コンパイラで
コンパイラによって
compiler

Examples of using The compiler in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
The compiler enforces this restriction.
これはコンパイラーによる制約です。
Next, select the number of the compiler to test.
次に、テストするコンパイラーを番号で選択します。
And the compiler will finally accept it.
そして、大本営はついにこれを承認した。
Build. compiler property or the compiler.
Build.compilerプロパティーかcompiler属性に。
To make the compiler process other files you use require"…".
コンパイラに別のファイルを処理させたいときはrequire"…。
This option does not affect where the compiler outputs debug information.
このオプションは、コンパイラーのデバッグ情報の出力には影響しません。
Install the compiler first and then install the IMSL libraries.
コンパイラーを先にインストールしてから、IMSLライブラリーをインストールしてください。
Since the last statement infoo assigns a new value to x, the compiler recognizes it as a local variable.
Fooの最後の文がxに新しい値を代入しているので、コンパイラはこれをローカル変数であると認識します。
I'm finishing the compiler before I go to work on the kernel.
カーネルの作業に行く前にコンパイラを終えるつもりです。
Comments are used to indicate something to the person reading the code andare treated like a blank by the compiler.
コメントは、コードを読む人に何かを示すために使用され、コンパイラによって空白として扱われます。
The Compiler Verification Kit also supports customizable automation execution scripts.
また、CompilerVerificationKitはカスタマイズ可能な自動実行スクリプトにも対応します。
For Linux and macOS, once you have installed the compiler, you are ready to install Rust via rustup(see below).
LinuxとmacOSの場合、コンパイラのインストールが完了すれば、rustupでのRustのインストールの準備が整います。
The compiler automatically creates copy operators, which allows writing simple entries for objects, such as b=a:.
コンパイラは自動的にコピー演算子を作成します。これにより、b=aのようなオブジェクトの単純なエントリを書くことができます。
This is the main point of static typing- the compiler always knows the scope of every variable at compile time.
これが静的型付けの要点です--コンパイラはいつでもコンパイル時にすべての変数のスコープを知るのです。
The compiler points to parts of a source code, that could be incorrectly interpreted(for example, implicit change of a value type).
すなわち、コンパイラは誤って解釈されかねないソースコードの部分(例えば、数値型の暗黙的な変更)を指摘します。
Not all language features are available during CTFE butthe supported feature set is increased with every release of the compiler.
CTFEではすべての言語機能は使えませんが、サポートされる機能セットはコンパイラのリリースとともに増えています。
X, Qx Indicates to the compiler a feature set that it may target, including which instruction sets and optimizations it may generate.
X、Qx生成する命令セットと最適化を含む、ターゲット機能セットをコンパイラーに指示します。
If you try to perform thosesame operations on a variable of type bool, the compiler generates an error, as shown in the following example:.
同じ演算をbool型の変数に対して実行しようとすると、コンパイラで次の例のようなエラーが発生します。
Instead, the compiler desugars for comprehensions into map, withFilter, flatMap, and foreach calls mechanically. SLS 6.19.
その代わりにコンパイラが機械的にfor内包表記をmap、withFilter、 flatMap、foreachの呼び出しに展開する。SLS6.19。
For example,introducing parallelism in Rust is a relatively low-risk operation: the compiler will catch the classical mistakes for you.
例えば、Rustで並列性を導入することは、比較的低リスクです:コンパイラが伝統的なミスを捕捉してくれるのです。
In such cases, you can assist the compiler by providing additional information about the loop using the!DIR$ PARALLEL directive.
そのような場合、!DIR$PARALLEL宣言子を使用してループに関する追加情報をコンパイラーに提供することができます。
TO add a cross compiler on Eclipse, Add new config(ARM on the picture)and define a full path to the compiler.
Eclipseにてクロスコンパイラを追加するには、新しく構成(画面ではARM)を作り、コンパイラフルパスを指定します。
In such cases, you can assist the compiler by providing additional information about the loop usingthe pragma parallel pragma.
そのような場合、pragmaparallelプラグマを使用してループに関する追加情報をコンパイラーに提供することができます。
One benefit of using a statically-typedlanguage for writing Play applications is that the compiler can check parts of your code for you.
Playのアプリケーションを書くための言語として静的型付け言語を使う利点の一つは、コンパイラがコードのある部分をチェックできるという点にあります。
On Intel® 64 and IA-32 systems, the compiler, by default, inserts code into the main routine to set the FTZ and DAZ flags.
インテル®64およびIA-32システムでは、コンパイラーはデフォルトでメインルーチンにコードを挿入し、FTZおよびDAZをセットします。
By default, the compiler shares the same memory space as the IDE and the debugger also takes advantage of the same information.
デフォルトでは、コンパイラはIDEと同じメモリ空間を共有し、デバッガもまた同じ情報を利用しています。
On x86, if a function uses an exception handler, the compiler injects a security cookie to protect the address of the exception handler.
X86で、関数が例外ハンドラーを使用する場合、コンパイラはセキュリティクッキーを挿入して、例外ハンドラーのアドレスを保護します。
To provide compile-time type checking, the compiler must know the data type information for the variables or expressions in your code.
コンパイル時に型チェックを行うためには、コンパイラーがコード内の変数または式のデータ型情報を分かっている必要があります。
Consider an example in Fortran where the compiler does not automatically vectorize the loop due to the unknown data dependence distance"X.
不明なデータ依存性の距離"X"のために、コンパイラーが自動でループをベクトル化しないFortranの例ついて考えてみます。
The idea is to pass special flags to the compiler, so that the compiler will generate dependency information for each compiled source file.
特殊なフラグをコンパイラに渡すことで、コンパイルされた個々のソース・ファイルの依存性情報をコンパイラが生成するようになります。
Results: 920, Time: 0.0409

Word-for-word translation

Top dictionary queries

English - Japanese