Non-reentrant functions and static variables.
不可重入函数和静态变量。
Are static variables clearly identified?
静态变量是否明确区别出来?
Global and static variables are always shown correctly.
全局和静态变量总是正确显示。
Public and static variables are never garbage collected.
公有的和静态的变量是永远不会被垃圾回收的。
What is the difference between static and non-static variables?
静态变量和非静态变量有何不同?
Well, an abstract class can have non-static variables, and an interface can't.
抽象类可以有非静态变量,而接口不可以有。
The status interface defines static variables used for transaction status codes.
Status接口定义了一些用于事务状态码的静态变量。
The static variables of the class can only be referenced through a static method.
类的静态变量只能被静态方法引用。
Static variables, by definition, may only be accessed by a specific set of functions.
按照定义,静态变量仅能被确定的一组函数访问。
Two static variables are involved: the last time you checked for the time and the time itself.
涉及到两个静态变量:您上次检查时间的时间以及时间本身。
The data segment, on the other hand, holds the contents for static variables initialized in source code.
另一方面,在所述数据段持有在源代码中初始化的静态变量的内容。
Static variables will return to their defaults every time the execution group is started or the message flow is deployed.
在每次启动执行组或部署消息流时,静态变量将恢复为其缺省值。
Roots can be found in program registers, in local (stack-based) variables in each thread's stack, and in static variables.
可以在程序注册表中、每一个线程堆栈中的(基于堆栈的)局部变量中以及静态变量中找到根。
For example, it is not necessary to track stores to local or static variables, because they will already be part of the root set.
例如,不需要跟踪针对本地或者静态变量的存储,因为它们已经是根集的一部分了。
The static local variable is interesting because the common language runtime (CLR) does not support static variables inside a method.
静态局部变量之所以非常令人感兴趣,是因为公共语言运行库(CLR)不支持方法内的静态变量。
You should not use your instance constructors, some special private function, or any other idiom to initialize static variables.
不应该使用实例构造函数、一些特殊的私有方法、任何其它习惯来初始化静态变量。
Global and static variables are allocated to available memory Spaces based on their size, and the number of times they are referenced.
根据他们各自的尺寸以及被应用的次数,全局和静态变量被分配到可利用的存储空间。
External and static variables are initialized to zero by default. Automatic variables for which is no explicit initializer have undefined (i. e., garbage) values.
外部变量和静态变量初始的时候默认值为零,自动变量在初始的时候是没有默认值的。
You might want to use one of the following static variables defined in class com.ibm.pvc.ins.nm.server as the priority, though you must include the package at the beginning of your file.
虽然必须在文件的开头包含包,但用户可能想将com . ibm . pv c . ins . nm . server类中定义的下列静态变量之一用作优先级。
The entire application is free to use all the static variables and non-reentrant library functions it wants, greatly simplifying programming and debugging while increasing performance.
整个程序可以自由的使用静态变量和不可重入的函数,极大的简化了编程和调试,从而增加了性能。
The article recommends a method to receive file with static variables in Internet SOCKET class. The FTP is realized through sending a stream file to another remote computer and recovering it.
介绍了应用在SOCKET下定义静态变量实现接受文件的方法,把指定远程计算机的发送的流文件接收到主机上,还原文件以实现FTP协议。
Static local variables are not the only compiler trick around.
静态局部变量不是仅有的编译器技巧。
The plug-in supports static staff assignments and context variables, but not retrieval of e-mail addresses.
该插件支持静态人员分配和上下文变量,但不支持对电子邮件地址的检索。
If an iterator class or a function with static (or global) variables depends on multiple data states, two problems come up.
如果带静态(或全局)变量的迭代器类或函数取决于多个数据状态,则出现两个问题。
With static typing, the compiler can check the values of arguments, variables, or return values against values allowed for a given operation.
通过静态类型,编译器可以检查参数和变量的值或针对一个给定操作所允许的返回值。
In the preceding example the variables were static and global.
在先前的示例中,变量是静态的,全局的。
Static local variables retain their value between method calls.
静态局部变量会在方法调用之间保留它们的值。
Static local variables retain their value between method calls.
静态局部变量会在方法调用之间保留它们的值。
应用推荐