What is the translation of " 未定义行为 " in English?

Examples of using 未定义行为 in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
未定义行为,什么都可能发生.
Undefined behavior means anything can happen.
一些死代码现在变成了未定义行为
Some dead code has been transformed into undefined behavior.
关于C的表达式未定义行为.
Undefined behavior of C.
连接超过一台设备或模拟器可能导致未定义行为
Running with more than one device oremulator attached could lead to undefined behavior.
在C里,这是一个未定义行为
In C, that is undefined behavior.
在C里,这是一个未定义行为
In C this is Undefined Behavior.
在C里,这是一个未定义行为
But alas in C, this is undefined behavior and.
连接超过一个设备或模拟器可能导致未定义行为
Running with more than one device oremulator attached could lead to undefined behavior.
Greg:你是指未定义行为吧??
Greg: How about undefined behavior, though?
某些指针操作可能导致未定义行为:[5].
Certain pointer operations may result in undefined behavior:.
这里是两个带有未定义行为的代码的例子:.
Here are two examples of code with undefined behavior:.
为什么存在未定义行为.
Why does undefined behaviour exist?
有实力的C++程序员能以最佳状态避开未定义行为
Effective C++ programmers do their best to steer clear of undefined behavior.
这个表达式实际上是一种未定义行为
But this code actually leads to undefined behavior.
编译通过,但结果会导致未定义行为.
Allowed by compiler, but result is undefined behavior.
然而,C/C++标准将这种情况归类为“未定义行为”。
C++ Standard defines such situation as undefined behavior.
一类不那么为人所知的未定义行为存在于大多数优化、领先的编译器的中间表达(IR)里。
A less well-known kind of undefined behavior exists in the intermediate representation(IR) for most optimizing, ahead-of-time compilers.
例如PNaCl定义了一个小的具有减少未定义行为的IR的可移植子集以及位码编码的稳定版本。
For example PNaCl defines asmall portable subset of the IR with reduced undefined behavior, and a stable version of the bitcode encoding.
数据竞争会导致未定义行为,难以在运行时追踪,并且难以诊断和修复;.
Data races cause undefined behavior and can be difficult to diagnose and fix when you're trying to track them down at runtime;
但是如果JeffDean的代码里有未定义行为,这时会有一匹踩着彩虹降临的独角兽,给所有人带来免费的冰激凌。
When Jeff Dean's code has undefined behavior, a unicorn rides in on a rainbow and gives everybody free ice cream.
如果某一操作在文档中被定为未定义行为,编译器就可以假设该操作在符合标准的程序中永远不会发生。
Documenting an operation as undefined behavior allows compilers to assume that this operation will never happen in a conforming program.
未定义行为:a有类型A*,A非B的基类.
Undefined behavior: a has type A*, A not a base of B.
以违背这些规则的方式添加common_type特化的程序拥有未定义行为
A program that addscommon_type specializations in violation of these rules has undefined behavior.
流经有返回值的函数(除了main)的函数尾而不经过return语句是未定义行为
Flowing off the end of a value-returning function(except main)without a return statement is undefined behavior.
控制流出有返回值的函数(除了main)的结尾而不经过return语句是未定义行为
Flowing off the end of a value-returning function(except main)without a return statement is undefined behavior.
以违背这些规则的方式添加特化的程序拥有未定义行为
A program that addscommon_type specializations in violation of these rules has undefined behavior.
但是,在生产代码中使用这些语言需要你手动管理内存并了解可能导致未定义行为的所有方法。
However, using those languages in production code requires you to manage memory manually andknow all the ways you might cause undefined behavior.".
问:在本博中的Fermat代码会执行有符号整数溢出或其他未定义行为吗??
Q: Does the Fermat code in this post execute any signed integer overflows orother undefined behaviors?
这是真的:一个带有未定义行为的程序可以(could)删除你的硬盘。
It's true: a program with undefined behavior could erase your hard drive.
C-可以将具有未定义行为的分支假定为不可达,并作为死代码进行优化??
Can branches with undefined behavior be assumed unreachable and optimized as dead code?
Results: 37, Time: 0.0161

Word-for-word translation

Top dictionary queries

Chinese - English