您要查找的是不是:
- There are two ways to refer to a static variable. 有两个办法可引用一个static变量。
- This static variable is unconditionally assigned a value inside the constructor. Check whether this behavior is intended. 这个静态变量是在构造体中无条件分配一个值的。检查这个动作是否需要。
- The instance number you derive for private device types might as well be a static variable, as shown in the code fragment. 对于死有的设备类型你得到的实例数可能也是一个静态变量,就像在代码段中显示的那样。
- If you change the value of a static variable in a particular object, the value of that variable changes for all instances of that class. 在一个特殊对象中,如果你改变一个静态变量的值,那些变量的值就会为那个类所有的实例做改变。
- If you change the value of a static variable in a particular object the value of that variable changes for all instances of that class. 在一个特别对象中,假如你改变一个静态变量的值那些变量的值就会为那个类所有的实例做改变。
- The side effect of the subprogram is produced by using public variable, or static variable, or pointer parameter in C Program. 在C语言子程序中由于使用了全局变量,或是使用了静态变量,或是使用了指针参数,从而产生副作用。
- I'm sure you recognize already that a counter such as this one ought not to be a static variable: it should be a member of your device extension so that each device object has its own unique counter. 我确定,你已经认识到,像这样的一个计数器不应该是一个静态变量:它应该是你的设备扩展的一个成员,以便每一个设备对象具有它自己唯一的计数器。
- Static variables also provide one way to deal with recursive functions. 静态变数也提供一种处理递迴函数(递归函数)的方法。
- A static variable is associated with the class as a whole rather than with specific instances of a class. Non-static variables take on unique values with each object instance. 静态变量与类整体相关联而不是与具体的一个类的实例相关联。非静态变量则拥有一个与每个对象实例相关联的唯一的值。
- For static variables anything but a simple static value rarely makes sense anyway. 对静态变量,只有静态的值才有意义。
- TLS can be a lifesaver if your application relies heavily on global or static variables. 如果你的应用程序需要严重依赖全局变量或静态变量,那么TLS能够帮助解决它遇到的问题。
- Static Variable and Static Data Member 静态变量与静态数据成员
- This assertion catches not only null or out-of-bounds addresses, but also pointers to static variables, stack variables, and any other nonlocal memory. 该断言不仅捕捉空地址或超出边界的地址,还捕捉指向静态变量、堆栈变量和其他任何非本地内存的指针。
- I then use STATIC instead of static to define static variables, so that while in debug mode, I can guarantee symbolic access to the variables. 然后我使用静态而不是静态的定义静态变数,因此,虽然在除错模式下,我可以保证获得象徵性的变数。
- You use this function to initialize static variables, enforce the singleton pattern, or perform any other necessary work before a class is usable. 在一个类被使用前,用该方法初始化静态变量,强制单件模式,或者执行任何其它必要的工做。
- The answer is : local variables, global variables, static variables, the CPU registers pointing to managed heap.In CLR, they are called “the roots”. 局变量; 静态变量; 指向托管堆的CPU寄存器.;在CLR中,它们被称之为根
- The answers is : local variables, global variables, static variables, the CPU registers pointing to managed heap.In CLR, them are titled “the roots”. 是局部变量; 全局变量; 静态变量; 指向托管堆的CPU寄存器.;在CLR中,它们被称之为根
- A constant, variable, function name, or expression. 一种常数、变量、函数名或表达式。
- I do not get any static on my set. 我的电视机没有静电干扰。
- The prices are variable, shop around by all means. 价格高低不一,所以一定要货比三家逐店选购。