英语人>词典>汉英 : 外部变量 的英文翻译,例句
外部变量 的英文翻译、例句

外部变量

词组短语
external variable
更多网络例句与外部变量相关的网络例句 [注:此内容来源于网络,仅供参考]

You can't declare a variable as EXTERN as well as something else, though.

但你不能将一个外部变量再声明成具有其它的用途的一般变量或标志符之类。

In fact, common practice is to place definitions of all external variables at the beginning of the source file, and then omit all extern declarations.

在通常的做法中,所有外部变量的定义都放在源文件的开始处,这样就可以省略extern声明。

It is important to distinguish between the declaration of an external variable and its definition.

外部变量的声明与定义严格区分开来很重要。

If an external variable declaration does not include a declared type, the type and a matching value must be provided by the external environment at evaluation time.

如果一个外部变量声明不包含一个已声明类型,类型和匹配的值必须由外部环境在求值时提供。

If an external variable declaration also includes a declared type, the value provided by the external environment must match the declared type, using the matching rules in 2.4.4 SequenceType Matching (see 2.2.5 Consistency Constraints ).

如果外部变量声明也包含一个声明的类型,则由外部环境声明提供的值必须与声明的类型一致,此处应用2.4.4 SequenceType Matching中的匹配规则(参见2.2.5 Consistency Constraints)。

1 External and static variable s are initialized to zero by default.

外部变量和静态变量初始的时候默认值为零,自动变量在初始的时候是没有默认值的。

Type conflict. Type of external the variable doesn't match with type of the global variable with the same

发现了一个与外部变量有相同名字的全局变量,但是全局变量和外部变量的类型是不相同的。

Initialization of an external variable goes only with the definition.

外部变量的初始化只能出现在其定义中。

The exterior variables such as the degree of government intervene, the degree of law and regulations, local credit, the enterprise prestige variables (natural logarithm of company asset, current ratio, speed ratio, net profit per share) are remarkably negative related to social moral risk behavior.

2企业外部变量中的政府干预程度、法治水平、地区信用、企业声誉变量(公司资产的自然对数、流动比率、速动比率、每股净利润)对企业道德风险行为的产生存在显著的负相关关系。

If your library needs to get at an external variable (external to the library, not just to one of the modules within it), you must use the ..got type to get at it. The ..got type, instead of giving you the offset from the GOT base to the variable, gives you the offset from the GOT base to a GOT entry containing the address of the variable. The linker will set up this GOT entry when it builds the library, and the dynamic linker will place the correct address in it at load time.

如果你的库需要得到一个外部变量(对库来说是外部的,并不是对它所在的一个模块),你必须使用。。got类型得到它。。。got类型,并不给你从GOT基地址到变量的偏移,而给你的是从GOT基地址到一个含有这个变量地址的GOT入口的偏移,连接器会在构建库时设置这个GOT入口,动态连接器会在载入时在这个入口放上正确的地址。

更多网络解释与外部变量相关的网络解释 [注:此内容来源于网络,仅供参考]

extern:外部的

2.主函数中定义的变量也只在主函数(main)中有效,而不因为在主函数中定义而在整个文件或程序中有效,主函数也不能使用其它函数中定义的变量;3.存储方法具体包括:自动的(auto),静态的(static),寄存器的(register),外部的(extern)

extern:外部

(2) 外部(extern)变量外部(extern)变量在所有的函数、类和名字空间之外说明的变量的作用域从被说明点开始,到所在的程序文件结束具有程序级作用域. 它们被分配在静态数据区之中. 即是说,它们是作用域最大且"生命期"最长的一种变量.

extern:外部变量

__interrupt void Interrupt 函数名(void)void 函数名(void)它与全局变量的区别是全局变量可以再说明为外部变量(extern) 被其它源文件使用而静态全程变量却不能再被说明为外部的只能被所在的源文件使用

external variable:外部变量

\n是回车换行(newline)\b是退格(back space)外部变量(external variable)和yacc源程序中要用到的全局变量都在这部分定义,例如:yycc生成的语法分析程序yyparse用的是LR分析方法,它在作语法分析时除了有一个状态钱外,还有一个语义值钱,

externalities:外部性

外部经济与外部不经济通常被统称为 "外部性"(externalities). External variables 外部变量 同外生变量(exogenous variables). Externalities 外部性 对他人产生有利的或不利的影响,但不需要他人对此支 付报酬或进行补偿的活动.

Latin square design:拉丁方设计

拉丁方设计(Latin square design)使研究人员得以在统计上控制两个不相互作用的外部变量并且操纵自变量. 每个外部变量或分区变量被划分为一个相等数目的区组或级别,自变量也同样被分为相同数目的级别.

movable:可移动的

当局部变量或值参数被匿名方法所捕获时,该局部变量和值参数将不再被认为是固定的(fixed)变量(§18.3),相反他成了可移动的(movable)变量. 因此,任何取得被捕获的外部变量地址的不安全代码都必须首先使用fixed语句固定该变量.

movable:移动的

当局部变量或值参数被匿名方法所捕获时,该局部变量和值参数将不再被认为是固定的(fixed)变量(8.3),相反它成了可移动的(movable)变量. 因此,任何取得被捕获的外部变量地址的不安全代码都必须首先使用fixed语句固定该变量.

pros and cons of:(外部变量的利与弊)

External variables(外部变量),186-193 | pros and cons of(外部变量的利与弊),188-189 | scope of(作用域),187

captured:捕获

外部变量通过匿名方法而被引用时,就可以说这个外部变量被匿名方法所捕获(captured)了. 通常,局部变量的生存期被限制为它所关联的程序块或语句的执行区(.1.7). 但被捕获的外部变量的生存期将至少被延长,直到引用匿名方法的委托可以被垃圾回收时为止.