您要查找的是不是:
- static data sections 静态数据区
- Does not hold static data over successive calls. 不为连续的调用持有静态数据。
- Programs or data sections output by a linker. 由连接程序输出的程序或数据段。
- They are known to use static data structures. 众所周知它们使用了静态数据结构体。
- Classes with static data members should not be shared. 不应共享具有静态数据成员的类。
- Rma will not work with files containing multiple DATA sections. rma对于包含多数据数据区文件不工作。
- Create named data sections using the data_seg pragma. 使用data_seg杂注创建命名数据节。
- You can see that the StaticFun method incr( ) increments the static data i. 从中可看出,StaticFun的方法incr()使静态数据i增值。
- Check if a user has tampered with the static data in the http request. 检查用户是否篡改过http请求中的静态数据。
- The sample includes a static data file so that you can run the sample. 示例中包含静态数据文件,以便可以运行该示例。
- The final culture-clash issue surrounds the organization of the static data. 最终的文化冲突问题围绕着静态数据的组织。
- Instead, synchronize access to static data by locking a private static object. 对象来同步对静态数据的访问。
- Static data members are implemented as the equivalent of global variables. 静态数据成员以全局变量的等效形式实现。
- Returning a pointer to static data may cause a function to be non-reentrant. 返回指向静态数据的指针可能会导致函数不可重入。
- See Engineering Data section for end flange dimensions and drilling templates. 请参阅《工程技术资料》章节,了解法兰尺寸和钻孔模板。
- Calling convention for functions and store static data on a per-process basis. 调用约定,并且按进程存储静态数据。
- See Engineering Data section for locations of by-passes, taps, and drains. 参阅《工程技术资料》章节,了解旁路,攻丝和排泄。
- Record the length, tension, and linear density of the wire in the Data section. 在数据区记录下金属丝的长度、张力和线密度。
- So even if you've never created an object of that class you can call a static method or access a piece of static data. 所以尽管从未创建那个类的一个对象,仍能调用一个static方法,或访问一些static数据。
- Normally, you can just use ALIGN in code and data sections and ALIGNB in BSS sections, and never need the second argument except for special purposes. 一般你可以在代码和数据段中只使用ALIGN,而在BSS段使用ALIGNB,这样就不需要第二个参数了,除非特殊需要。
