初期化されていない 英語 意味 - 英語訳 - 日本語の例文

形容詞
uninitialized
初期化されていない
未初期化の
初期化しない
is not initialized
was not initialized

日本語 での 初期化されていない の使用例とその 英語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
初期化されていないメモリーセルが無駄にコピーされるだけです。
The uninitialized memory cells are just copied in vain.
初期化されていない変数を使うなどのスクリプトエラー。
There are obvious errors, such as use of uninitialized variables.
Solidityの仕様として、この正しく初期化されていないguess。
As Solidity's specification, manipulating the value for this incorrectly initialized guess.
Dice2は宣言しただけで初期化されていない
The reference c2 is only declared and not initialized.
Malloc()関数はカーネルアドレス空間の初期化されていないメモリをsizeで指定された大きさの1つのオブジェクトとして割り当てます。
The malloc() function allocates uninitialized memory in kernel address space for an object whose size is specified by size.
Name'テーブルの作成時に初期化されていない変数がありました(4月10日以来)。
Uninitialized variable in creation of'name' table(introduced on 10-Apr).
CRTDLLが初期化されていない場合、これらの関数呼び出しはプロセスのクラッシュを引き起こします。
If the CRT DLL is not initialized, calls to these functions can cause the process to crash.
初期化されていない変数の値は、その型のデフォルト値-FALSE、ゼロ、空の文字列あるいは空の配列となります。
Uninitialized variables have a default value of their type- FALSE, zero, empty string or an empty array.
Dllが初期化されていないと、DLLが初期化されていないメモリーにアクセスしてプロセスがクラッシュする場合があります。
Dll is not initialized before your DLL, the DLL can access uninitialized memory and cause the process to crash.
調べてみると、guessが正しく初期化されていないことが問題になっていることがわかりました。
As a result of investigating,it turned out that it was a problem that guess was not initialized correctly.
実行が停止したら、デバッガーを使って初期化されていない変数が参照されているコード位置を特定できます。
You can use the debugger to determine where in your code this uninitialized variable is being referenced when execution stops.
カーネルは/dev/initrdが初期化されていない場合と同様の、通常のブートアップ動作を行う。
The kernel performs the usual boot sequence as if/dev/initrd was not initialized.
説明:テキストトラックの処理に初期化されていないメモリアクセスの問題が存在します。
Description: An uninitialized memory access issue existed in the handling of text tracks.
技術的な背景から、私はディスク管理ユーティリティの助けを借りて、ハードドライブが初期化されていないことを確認します。
Being from technical background, I take help of Disk Management utility andthen it is confirmed that hard drive was not initialized.
もう1つの一般的なミスは、初期化されていない変数の使用です。
There are obvious errors, such as use of uninitialized variables.
C++プログラムで初期化されていないロック変数を使用(set、unset、test)しようとすると、ランタイムエラーが発生します。
An attempt to use(set, unset, test) an uninitialized lock variable In a C++ program will cause a run-time error.
C++では初期化されていないプリミティブなオブジェクトを持つことが可能である。
In C++, it is possible to have uninitialized primitive objects.
データセグメントには初期化されているデータと初期化されていないデータがあるのに対し、スタックセグメントはランタイムスタックを保持します。
The data segment contains the initialized and uninitialized data portions of a program, whereas the stack segment holds the application's run-time stack.
Thing-gt;xで読み取りを行う別のスレッドが、5、0、あるいは初期化されていないデータさえ参照する可能性があります。
Another thread reading from thing-gt;x could see 5, 0,or even uninitialized data.
セキュリティパラメータで初期化されていない状態を現在の状態にすることは、不正である。
It is illegal to make a state which has not been initialized with security parameters a current state.
UwF:コンストラクタで初期化されていないフィールドをnullチェックなしでnull値を利用しているDodgycode。
UwF: Field not initialized in constructor but dereferenced without null checkDodgy code.
宣言されているが、初期化されていないBoolean変数のデフォルト値はfalseです。
The default value ofBoolean variable that has been declared but not initialized is false.
重要:ディスク管理にドライブが初期化されていないと表示された場合、ドライブを初期化する必要があります。
Important: If Disk Management shows the drive as Not Initialized, the drive will have to be initialized..
それ以外の値は、ファイル変数が割り当てられていない(つまり初期化されていない)ことを示します。
Any other value indicates that the filevariable is not assigned(and hence not initialized).
ブレークとは、プロセスの初期化されていないデータ(“BSS”としても知られています)の後の最初のアドレスのことです。
The break is the first address afterthe end of the process's uninitialized data segment(also known as the''BSS'').
初期化されていない変数のデフォルト値に依存すると、そのファイルをincludeしている別のファイルで同名の変数が使用されていた場合などに問題を起こします。
Relying on the default value of an uninitialized variable is problematic in the case of including one file into another which uses the same variable name.
この脆弱性を悪用した攻撃者は、プログラムデータベースファイルのコンパイルに使用されたコンピューターから初期化されていないメモリを表示する可能性があります。
An attacker who exploited the vulnerability could view uninitialized memory from the computer used to compile a program database file.
サービスに加えて、まだ初期化されていないコンポーネントやそれらへの参照を追跡することが簡単ではないクラスレベルのイベントハンドラを使用できます。
In addition to services,you can use class-level event handlers for components that may not be initialized yet, or where tracking down a reference to them is not straightforward.
自分のプログラム内で初期化されていないポインタを使用し、独自のコード、スタック、場合によってはオペレーティングシステムのメモリ空間を上書きする可能性があります。
Use an pointer that hasn't been initialized to something within your own program and you may be overwriting your own code, the stack, even possibly the memory space of your operating system.
上記の問題があると、goagenは初期化されていないデザインを利用しようとしてエラーメッセージを出力すことになってしまいます(design.Design変数がベンダリングされたgoadesignパッケージではnilであるため)。
The symptoms of the problem above is goagen outputting an errormessage because the design it is trying to use is not initialized(the design. Design variable of the vendored goa design package is nil).
結果: 31, 時間: 0.0221

文で「初期化されていない」を使用する方法

初期化されていない インスタンス変数を参照した時の値はnilです。

単語ごとの翻訳

トップ辞書のクエリ

日本語 - 英語