您要查找的是不是:
- equivalent static method 等效静力法
- You can only use static method in a static method! 回复:我在一个方法不能使用;帮忙;很简单的.
- This paper derives formulae for spatial wind-induced dynamic response of cantilevered roofs and presents calculation practical method for equivalent static wind load. 本文推导了悬挑屋盖空间动力响应的理论公式,提出了等效静力风荷载实用计算方法。
- The behavior of the instance methods is equivalent to the behavior of the static method. 实例方法的行为等效于静态方法的行为。
- The name of the static method that the delegate is to represent. 委托要表示的静态方法的名称。
- The name of the static method that the delegate represents. 委托表示的静态方法的名称。
- The specified method must be a static method of the class. 指定的方法必须为该类的静态方法。
- In fact static method calls are resolved at compile time. 实际上,静态方法的调用在编译时解决。
- If the actual load is a combined radial and axial load, then an equivalent static bearing load must be calculated. 如实际负荷为径向和轴向复合负荷,则必须计算当量轴承静负荷。
- The maximum load that can occur on a bearing should be used in the calculation of the equivalent static bearing load. 应使用轴承可能承受的最大载荷计算轴承当量静载荷。
- Static loads comprising radial and axial components must be converted into an equivalent static bearing load. 由径向和轴向负荷组成的静负荷必须转换成等效轴承静负荷。
- The File class provides static methods. File类提供静态方法。
- Similar logic applies to static methods. 类似的逻辑也适用于静态方法。
- This method applies only if the current delegate represents a static method. 仅在当前委托表示静态方法时才可应用此方法。
- A static method does not change when inherited by a descendant class. 当被子孙类继承时,静态方法并不改变。
- The equivalent static wind loads (ESWL) provide an effective approach to deal with the spatiotemporally varying wind loads for structures with long span roofs. 等效静风荷载为大跨屋盖结构设计提供了处理时空变化动力风荷载的有效途径。
- 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数据。
- Code Block 11 is a partial listing of these static methods. 代码块11是这些静态方法的部分清单。
- Thread procedures can be static methods or instance methods. 线程过程可以为静态方法或实例方法。
- Avoid providing static methods that alter static state. 避免提供可更改静态状态的静态方法。