导航菜单

undef是什么意思_翻译中文_怎么读

undef

网络释义:定义;未定义宏;取消已定义的宏

网络释义

1.定义 #define 宏定义 #undef 未定义宏 #include 文本包含 ...

3.取消已定义的宏 #define 定义宏 #undef 取消已定义的宏 endif 为止;否则就不编译。 ...

4.取消宏 ... #define 宏定义 #undef 取消宏 #include 文本包含 ...

5.义宏不能被取消定义 #define 定义一个符号 #undef 删除一个符号 #define 的缺点: ...

例句释义:,定义,未定义宏,取消已定义的宏

1.If it is undefined, we return undef as well.如果此变量没有被定义,将返回undef。

2.But if UNDEF appears, it is not defined in that object and must be resolved elsewhere.但如果出现UNDEF,则它不在那个对象中定义并且必须在其他地方被解析。

3.You get a new $x, initiapzed to undef, every time through the loop.每次遍历循环时,你得到一个新的$x,其值初始化为undef。

4.Replace the #undef macros with #define and insert the version information.把#undef宏替换为#define并插入版本信息。

5.If we did, it would be initiapzed to undef every time we called my_rand.假如这样做了,当每次调用my_rand时,$seed会被初始化为undef。

6.If -a is a hash switch, then just hello will create a key of hello with an undef value.如果-a是一个散列开关,那么hello仅会创建一个带有undef值的hello键。

7.Also, they are pmited to scalar strings or undef for the values.另外,它们的值被限制为标量字符串或undef。

8.Change the #undef macros to #define and set the variable types to int (see Listing 2).把#undef宏改为#define,把变量类型设置为int(见清单2)。

9.Assuming a good random number generator, you will get either 1 or undef based on the timeout.假定有一个好的随机数生成器,您将根据超时获得1或未定义值。