网络实现定义的;实现定义的行为;实现所定义 网络释义
是由编译器决定的,因此这就是“implementation-defined”。
在C标准中没有做明确规定的地方会用Implementation-defined、Unspecified或Undefined来表述,在本书中有时把这三种情况统称为“未明确定义”的。这三种情况到底有什么不同呢? 一种Implementation-defined的情况,C标准没有明确规定char是有符号的还是无符号的,但是要求编译器必须对此做出明确规定,并写在编译器的文档中。 ...
执行期定义;定义的 例句 Check the vendor documentation about implementation-defined locale support and collation support.检查供应商文档对实现定义的地区支持和排列支持。
Implementation-defined behavior是指在编程语言中,在特定情况下编译器或者运行时环境可以自由选择具体行为的情况。一种IDB的行为在一个实现(compiler或者runtime)中可能与另一个实现不同,但在同一个实现中则是确定的。这种行为取决于编译器、操作系统、硬件等因素,并不是由语言标准所明确定义的。 举个例子来说,C语言...
implementation-defined 网络 执行期定义; 定义的;[例句]Check the vendor documentation about implementation-defined locale support and collation support.检查供应商文档对实现定义的地区支持和排列支持。
Implementation-defined behavior refers to the behavior exhibited by a program when specific details, such as those related to data representation, are not defined by the programming language's standard. This meansthat different implementations of the same programming language may exhibit different behavior...
As I've mentioned several times on this blog before, C# has been carefully designed to eliminate some of the "undefined behaviour" and "implementation-defined behaviour" that you see in languages like C and C++. But I'm getting ahead of myself; I should probably start by making a few ...
ATOMIC:It is implementation-defined whether an implementation replaces allatomicdirectives withcriticaldirectives that have the same unique name (see page 20). In Visual C++, if data modified byatomicis not on a natural alignment or if it is 1 or 2 bytes long all atomic operations that satisfy...
OpenMP* Implementation-Defined Behaviors This topic summarizes the behaviors that are described as implementation-defined in the OpenMP* API specification. NOTE: Internal Control Variables (ICVs) mentioned below are discussed in the OpenMP API specification. Name Description single construct ...