UNDEFINED BEHAVIOR 日本語 意味 - 日本語訳 - 英語の例文

undefined behavior
未定義動作
未定義な振る舞いが
undefinedbehaviorである

英語 での Undefined behavior の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Tags undefined behavior.
UndefinedBehaviorランキング。
So the following code is undefined behavior:.
以下のコードも、undefinedbehaviorである。
Undefined behavior and sequence points.
未定義の動作とシーケンスポイント。
Use of other offsets causes undefined behavior.
それ以外のoffset値は未定義の振る舞いを引き起こします。
The undefined behavior reveals itself in the following way.
未定義の動作は、次のような形で表れます。
人々も翻訳します
For example, the following code has undefined behavior:.
以下のコードも、undefinedbehaviorである
Does“Undefined Behavior” really permit*anything* to happen?
未定義の振る舞い」は本当に何かが起こることを許しますか?
For example, the following code has undefined behavior:.
以下のコードは、規格では、undefinedbehaviorである
The undefined behavior and unspecified behavior both are different.
Unspecifiedbehaviorと、undefinedbehaviorとは、明確に使い分けなければならない。
Why can't you warn when optimizing based on undefined behavior?
なぜ未定義動作に基づき最適化をするときに警告できないのか?
I like to call this"Why undefined behavior is often a scary and terrible thing for C programmers".:-.
今回の記事は「Cプログラマにとって、未定義な振る舞いが怖くて恐ろしいことがあるのはなぜなのか」と呼びたい。
When does invoking amember function on a null instance result in undefined behavior?
Nullインスタンスでメンバー関数を呼び出すと、定義されていない動作が発生するのはいつですか?
Invoking Undefined Behavior gives the compiler full rights to do arbitrarily bad things to your program.
未定義な挙動」が起きると、コンパイラは、あなたのプログラムにとってどんな悪いことでもできるようになります。
Integer multiplication routine had a code that depended on undefined behavior of C; it worked on gcc but revealed the bug on clang-llvm.
整数乗算ルーチンに、Cの未定義動作に依存したコードがありました。
Undefined behavior is the enemy of safety, and developer mistakes should be caught before software is in production.
未定義の動作は安全性の敵であり、開発者の間違いは、ソフトウェアが生産されるうちに捕らえられるべきです。
Just like with pointers,a programmer's error in using iterators leads to undefined behavior(see the swap_range example).
ポインタの場合と全く同じように、イテレータの使用に際するプログラマのミスは、未定義動作につながっています(swap_rangeの例を参照)。
Some cases of undefined behavior(including the one being discussed here) are closely related to the notion of a"sequence point".
一部の未定義の動作は(ここで述べるものも含め)、「シーケンスポイント」と密接に関係しています。
Do not change the thread affinity orpriority of threads that are created by the runtime because that might cause undefined behavior.
これにより、未定義の動作が発生する可能性があるため、ランタイムによって作成されるスレッドの関係または優先順位を変更しないでください。
The Old New Thing: Undefined behavior can result in time travel(among other things, but time travel is the funkiest).
OldNewThing:未定義動作はタイムトラベルを引き起こす(他にもいろいろあるけど、タイムトラベルが一番ぶっ飛んでる)。
While neither is"the right goal to aim for," if you're aC programmer you really should understand what undefined behavior is.
どちらも「追求すべき唯一の正しいゴール」ではないが、あなたがCプログラマなら、未定義な振る舞いがであるのかを確実に理解すべきだ。
I hope this discussion helps explain some of the issues behind undefined behavior in C, at least from a compiler implementer's viewpoint.
この考察が、未定義な振る舞いの背後に潜むいくつかの問題を、少なくともコンパイラ実装者の観点から、うまく説明出来ていることを願う。
Undefined Behavior I will be going over the safety of unsafe Swift today, and we begin with undefined behavior.
未定義動作(UndefinedBehavior)今日はUnsafeSwiftの安全性についてお話します。まずは未定義動作から始めましょう。
NOTE: ViewController for playAd method should be the top-most ViewController in view hierarchy,otherwise it will lead to undefined behavior.
注意:playAdメソッドはビュー階層内の最上位のViewControllerで呼び出してください。そうしないと動作が不定になります。
Undefined behavior exists in C-based languages because the designers of C wanted it to be an extremely efficient low-level programming language.
CやCから派生した言語に未定義な振る舞いが存在するのは、Cの言語設計者がCをものすごく効率的な低レイヤプログラミング言語にしたかったからだ。
The short version of this excellent article is that many seeminglyreasonable things in C actually have undefined behavior, and this is a common source of bugs in programs.
この素晴らしい記事を要約すると、パッと見た感じでは正しそうなCコードが実は未定義な振る舞いを含んでいて、これがバグの原因になっていることがよくある。
In Part 1 of our series, we discussed what undefined behavior is, and how it allows C and C++ compilers to produce higher performance applications than"safe" languages.
連載のpart1では、未定義な振る舞いとは何か、未定義な振る舞いを利用して、「安全な」言語よりもハイパフォーマンスなアプリケーションを生成するためにCとC++コンパイラが未定義な振る舞いをどのように利用しているのかを議論した。
Passing a size which is not an integral multiple of alignment or an alignment which is not valid or not supported by the implementation causes the function to fail and return a null pointer(C11, as published,specified undefined behavior in this case, this was corrected by DR 460).
Alignmentの整数倍でないsizeを渡したり、有効でないまたは処理系がサポートしていないalignmentを渡したりすると、関数は失敗し、ヌルポインタを返します(このケースはC11の発行時点では未定義動作と規定されていましたが、DR460で訂正されました)。
In short, undefined behavior destroys software schedule and Swift goes to great lengths in order to ensure safety for your code, and it does that by not allowing direct access to memory, or access to uninitialized variables and that's by default.
つまり、未定義動作はソフトウェアスケジュールを破棄し、コードの安全性を確保するためにSwiftのコードを長くします。メモリへの直接アクセスを許可していませんし、初期化されていない変数にはアクセスできないのがデフォルトの挙動です。
At 324,the OS determines if there is any consistent unusual behavior or undefined behavior for four or more seconds, such as, for example, failing to detect the fingerprint(s), the palmprint, or no handprint on the touchscreen.
In324,OS4secondsormore,itisdeterminedwhetherconsistentlyunusualbehaviororundefinedbehaviorexists.こうした振舞いには、例えば指紋、親指の指紋の検出の失敗、またはタッチスクリーン上で手形が検出されない場合が含まれる。
Before getting into the dark side of undefined behavior and LLVM's policy and behavior when used as a C compiler, I thought it would be helpful to consider a few specific cases of undefined behavior, and talk about how each enables better performance than a safe language like Java.
未定義な振る舞いのダークサイドと、LLVMをCコンパイラとして使ったときのポリシーと振る舞いとを説明する前に、未定義な振る舞いのいくつかの実例を検討して、それらがJavaなどの安全な言語よりも良いパフォーマンスを実現するのが分かりやすいと思う。
結果: 31, 時間: 0.0316

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語