What is the translation of " UNDEFINED BEHAVIOR " in Chinese?

Examples of using Undefined behavior in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Undefined behavior of C.
关于C的表达式未定义行为.
In C this is Undefined Behavior.
在C里,这是一个未定义行为
Undefined behavior means anything can happen.
未定义行为,什么都可能发生.
In C, that is undefined behavior.
在C里,这是一个未定义行为
Undefined behavior: a has type A*, A not a base of B.
未定义行为:a有类型A*,A非B的基类.
People also translate
Actually you have undefined behavior.
是的,你确实遇到了未定义的行为
Undefined behavior occurs when trying to use the variable.
尝试使用该变量时发生未定义的行为
However, it is still undefined behavior.
但是无论如何,它仍然是未定义的行为
Flowing off the end of a value-returning function(except main)without a return statement is undefined behavior.
流经有返回值的函数(除了main)的函数尾而不经过return语句是未定义行为
Greg: How about undefined behavior, though?
Greg:你是指未定义行为吧??
Some dead code has been transformed into undefined behavior.
一些死代码现在变成了未定义行为
Data races cause undefined behavior and can be difficult to diagnose and fix when you're trying to track them down at runtime;
数据竞争会导致未定义行为,难以在运行时追踪,并且难以诊断和修复;.
But alas in C, this is undefined behavior and.
在C里,这是一个未定义行为
A program that addscommon_type specializations in violation of these rules has undefined behavior.
以违背这些规则的方式添加特化的程序拥有未定义行为
The following are considered undefined behavior by the ISO C Standard:.
以下行为被视为ISOC标准未定义的行为:.
Running with more than one device oremulator attached could lead to undefined behavior.
连接超过一台设备或模拟器可能导致未定义行为
When Jeff Dean's code has undefined behavior, a unicorn rides in on a rainbow and gives everybody free ice cream.
但是如果JeffDean的代码里有未定义行为,这时会有一匹踩着彩虹降临的独角兽,给所有人带来免费的冰激凌。
Use of other offsets causes undefined behavior.
使用其他偏移会导致未定义的行为
Undefined behavior is the result of a design decision: the refusal to systematically trap program errors at one particular level of a system.
未定义行为是设计决策的结果:在系统的特定一层避免彻底陷入程序的错误。
We believe that programmers should avoid undefined behavior.
在编程中,我们必须避免出现未定义的行为
A less well-known kind of undefined behavior exists in the intermediate representation(IR) for most optimizing, ahead-of-time compilers.
一类不那么为人所知的未定义行为存在于大多数优化、领先的编译器的中间表达(IR)里。
(Why) is using an uninitialized variable undefined behavior?
(为什么)在C中使用未初始化的变量未定义的行为??
Documenting an operation as undefined behavior allows compilers to assume that this operation will never happen in a conforming program.
如果某一操作在文档中被定为未定义行为,编译器就可以假设该操作在符合标准的程序中永远不会发生。
Stack Overflow: Why are these constructs(using++) undefined behavior?
Increment-为什么这些结构(使用++)在C中是未定义的行为?
Flowing off the end of a value-returning function(except main)without a return statement is undefined behavior.
控制流出有返回值的函数(除了main)的结尾而不经过return语句是未定义行为
For example PNaCl defines asmall portable subset of the IR with reduced undefined behavior, and a stable version of the bitcode encoding.
例如PNaCl定义了一个小的具有减少未定义行为的IR的可移植子集以及位码编码的稳定版本。
I want to show that the dark corners of C are much closer than it seems,and even trivial code lines may contain undefined behavior.
我想要让大家看到C的那些阴暗角落比我们想象中更近,甚至那些平常的代码中就包含着未定义的行为
Running with more than one device oremulator attached could lead to undefined behavior.
连接超过一个设备或模拟器可能导致未定义行为
A program that addscommon_type specializations in violation of these rules has undefined behavior.
以违背这些规则的方式添加common_type特化的程序拥有未定义行为
However, using those languages in production code requires you to manage memory manually andknow all the ways you might cause undefined behavior.".
但是,在生产代码中使用这些语言需要你手动管理内存并了解可能导致未定义行为的所有方法。
Results: 36, Time: 0.0242

Word-for-word translation

Top dictionary queries

English - Chinese